module Sixteen
Extended Modules
Defined in:
color.crsixteen.cr
template_file.cr
Constant Summary
-
VERSION =
"0.3.0"
Class Method Summary
-
.available_themes : Array(String)
Get available theme names
-
.dark_variant(theme_name : String) : Theme
Get dark variant of a theme (existing or generated)
-
.light_variant(theme_name : String) : Theme
Get light variant of a theme (existing or generated)
- .template(path : String) : Template
- .theme(name : String) : Theme
-
.theme_families : Array(ThemeFamily)
Find theme families (groups of related dark/light themes)
-
.theme_with_fallback(name : String, preferred_variant : String | Nil = nil) : Theme
Find theme by name or base name with variant preference
Class Method Detail
Get dark variant of a theme (existing or generated)
Get light variant of a theme (existing or generated)
def self.theme_families : Array(ThemeFamily)
#
Find theme families (groups of related dark/light themes)
Find theme by name or base name with variant preference