default.toml (1066B)
1 # Valentine's default theme — "Ember": a dark plum / rose / coral palette, warm 2 # and a little romantic (fitting for "Valentine"), readable, distinct from the 3 # usual blue dev-TUI look. This is what ships out of the box. 4 # 5 # Shared format with Hydra: top-level `name`/`transparent` + a `[palette]` of 10 6 # keys. Drop any .toml into ~/.config/valentine/themes/ to add your own (press 7 # `t` to switch, `T` to toggle transparency). Colors are #rrggbb. 8 9 name = "default" 10 transparent = false 11 12 [palette] 13 bg = "#170e15" # plum-black 14 bg_elevated = "#251524" # raised panels / selected rows 15 fg = "#f3dce7" # warm off-white 16 fg_dim = "#a3768f" # mauve-grey — labels / hints 17 accent = "#ff8a5b" # coral ember — engaged / changed marks 18 ghost = "#ff5fa2" # rose — highlight: selection / cursor / titles / focus 19 border = "#5e2c4e" # wine — pane borders 20 success = "#4cc7a4" # jade — locked / signal present 21 warning = "#ffb454" # amber — approaching clip 22 danger = "#ff3b5c" # crimson — mute / error / clip