struct LightTheme
- LightTheme
- Struct
- Value
- Object
Included Modules
Defined in:
aspis.crInstance Method Summary
-
#beam_color : SF::Color
Returns the color that should be used for beams, e.g.
-
#bg : SF::Color
Returns the background color that should be used for the editor.
-
#cursor_color : SF::Color
Returns the color that should be used for cursors.
- #keyword : Theme::Scope
- #source : Theme::Scope
-
#span_bg : SF::Color
Returns the color that should be used for selection rectangles.
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.
def bg : SF::Color
#
Description copied from module Theme
Returns the background color that should be used for the editor.
def cursor_color : SF::Color
#
Description copied from module Theme
Returns the color that should be used for cursors.