dotfiles/config/themes/elements/parameter/default.nix
2025-01-16 21:44:11 -06:00

50 lines
1.2 KiB
Nix
Executable file

{ mapColour }:
{
parameter =
mapColour "entity" # ayu dark
"entity" # ayu light
"entity" # ayu mirage
"maroon" # catppuccin-frappe
"maroon" # catppuccin-latte
"maroon" # catppuccin-macchiato
"maroon" # catppuccin-mocha
"orange" # dracula
"gray" # gruvbox dark
"gray" # gruvbox light
"peach" # houston
"" # kanagawa dragon
"" # kanagawa lotus
"" # kanagawa wave
"" # laserwave
"" # lunar
"" # material darker
"" # material deep ocean
"" # material forest
"" # material lighter
"" # material oceanic
"" # material palenight
"" # material sandy beach
"" # material sky blue
"" # material space
"" # material volcano
"" # monokai
"" # night owl
"" # nord
"" # ocean next
"" # one dark
"" # plastic
"" # poimandres base
"" # poimandres storm
"love" # roselove base
"love" # roselove dawn
"love" # roselove moon
"" # solarized dark
"" # solarized light
"" # synthwave 84
"" # tokyo night day
"" # tokyo night night
"" # tokyo night storm
"" # vesper
"" # wasp dark
""; # wasp light
}