module

OmarchyTheme

Constants

COLORS_PATH = File.join(ENV["HOME"]? || "/tmp", ".config/omarchy/current/theme/colors.toml")
FALLBACK = {"accent" => "#7D56F4", "foreground" => "#DDD", "background" => "#1A1530", "color0" => "#32344a", "color1" => "#FF6B6B", "color2" => "#6BCB77", "color3" => "#FFD93D", "color4" => "#7D56F4", "color5" => "#AD8EE6", "color6" => "#449DAB", "color7" => "#888", "color8" => "#666", "color9" => "#FF7A93", "color10" => "#B9F27C", "color11" => "#FF9E64", "color12" => "#7DA6FF", "color13" => "#BB9AF7", "color14" => "#0DB9D7", "color15" => "#ACB0D0", "cursor" => "#C0CAF5", "sel_fg" => "#FFF", "sel_bg" => "#2A2040", "dim_fg" => "#AAA", "mid_fg" => "#BBB"} of String => String

Class methods

accent
Source
dim_fg
Source
get(key : String) : String
Source
green
Source
load
Source
mid_fg
Source
reload!
Source
reload_if_changed
Source
sel_bg
Source
sel_fg
Source
subtitle
Source
yellow
Source