abyssal.toml (1007B)
1 # Hydra theme — "Abyssal", the built-in default, written out as an editable example. 2 # 3 # The deep where the water-serpent lives: abyssal blue-green depths, a bioluminescent 4 # seafoam highlight, a coral accent. This file mirrors Hydra's built-in default — edit a 5 # copy in ~/.config/hydra/themes/ to make it yours. Every key is optional. 6 7 name = "abyssal" 8 transparent = false 9 10 [palette] 11 bg = "#071416" # abyssal depth (near-black teal) 12 bg_elevated = "#102428" # submerged surface — overlays, selected rows 13 fg = "#d6e8e4" # sea-foam white 14 fg_dim = "#6a8c88" # drowned grey-green — hints, secondary text 15 accent = "#e8845c" # coral — the lone warm spark (selected output, marks) 16 ghost = "#3fd9b8" # bioluminescent seafoam — titles, cursor, active selection 17 border = "#1c383c" # deep current — pane borders 18 success = "#4fd49a" # phosphor green 19 warning = "#e0b050" # amber glow 20 danger = "#f05c78" # coral red — clip, recording, errors