module

Obelisk::ThemeLoader

Handles loading and parsing themes from various formats

Class methods

load(path : String) : Style

Load a theme from a file, auto-detecting format

Source
load_from_string(content : String, format : Format, name : String) : Style

Load theme from string content with explicit format

Source

Nested types