struct Sixteen::ThemeFamily

Defined in:

sixteen.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(base_name : String) #

[View source]

Instance Method Detail

def base_name : String #

[View source]
def base_name=(base_name : String) #

[View source]
def dark_themes : Array(String) #

[View source]
def dark_themes=(dark_themes : Array(String)) #

[View source]
def light_themes : Array(String) #

[View source]
def light_themes=(light_themes : Array(String)) #

[View source]
def other_variants : Array(String) #

[View source]
def other_variants=(other_variants : Array(String)) #

[View source]