Convert the Lupine theme to the semantic color system introduced in the quattro/Omarchy 4 line: - Rewrite colors.toml from the old accent/foreground/background/color0-15 scheme to the semantic palette (mode, bg/fg ramp, named ANSI hues, and bright_* variants). The chromatic palette is preserved exactly; only the keys are renamed. - Replace the empty light.mode marker with mode = "light". - Drop the hand-shipped btop.theme and chromium.theme; both are now generated from default/themed/*.tpl at theme-set time. Selection now follows the convention used by the other light themes (selection_foreground = bright_fg over a light selection background) instead of the previous inverted dark selection bar.
29 lines
492 B
TOML
29 lines
492 B
TOML
mode = "light"
|
|
|
|
accent = "#3264eb"
|
|
|
|
bg = "#fafafa"
|
|
dark_bg = "#ececec"
|
|
darker_bg = "#dedede"
|
|
lighter_bg = "#f5f5f5"
|
|
selection = "#d0d0d0"
|
|
muted = "#9e9e9e"
|
|
dark_fg = "#757575"
|
|
fg = "#212121"
|
|
light_fg = "#424242"
|
|
bright_fg = "#000000"
|
|
|
|
red = "#c900c4"
|
|
yellow = "#026fde"
|
|
green = "#026fde"
|
|
cyan = "#0c67de"
|
|
blue = "#3264eb"
|
|
magenta = "#8a4ad7"
|
|
|
|
bright_red = "#f930fb"
|
|
bright_yellow = "#358fff"
|
|
bright_green = "#358fff"
|
|
bright_cyan = "#3986ff"
|
|
bright_blue = "#5482ff"
|
|
bright_magenta = "#b363ff"
|