struct LightTheme

Included Modules

Defined in:

aspis.cr

Instance Method Summary

Instance methods inherited from module Theme

beam_color : SF::Color beam_color, bg : SF::Color bg, cursor_color : SF::Color cursor_color, keyword : Theme::Scope keyword, source : Theme::Scope source, span_bg : SF::Color span_bg

Constructor methods inherited from module Theme

new(editor : Cohn) new

Instance Method Detail

def beam_color : SF::Color #
Description copied from module Theme

Returns the color that should be used for beams, e.g. on the left-hand side of block cursors.


[View source]
def bg : SF::Color #
Description copied from module Theme

Returns the background color that should be used for the editor.


[View source]
def cursor_color : SF::Color #
Description copied from module Theme

Returns the color that should be used for cursors.


[View source]
def keyword : Theme::Scope #

[View source]
def source : Theme::Scope #

[View source]
def span_bg : SF::Color #
Description copied from module Theme

Returns the color that should be used for selection rectangles.


[View source]