struct NordTheme::NormalScope

Included Modules

Defined in:

aspis.cr

Constructors

Instance Method Summary

Instance methods inherited from module Theme::Scope

color : SF::Color color, font : SF::Font font, pt : Int pt, style : SF::Text::Style style

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def color : SF::Color #
Description copied from module Theme::Scope

Returns the color that should be used for highlights that match this scope.


[View source]
def font : SF::Font #
Description copied from module Theme::Scope

Returns the font that should be used for highlights that match this scope.


[View source]
def initialize #

[View source]
def pt : Int #
Description copied from module Theme::Scope

Returns the font size that should be used for highlights that match this scope.


[View source]
def style : SF::Text::Style #
Description copied from module Theme::Scope

Returns the text style (regular, italic, bold, etc.) that should be used for highlights that match this scope.


[View source]