mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 18:45:12 -05:00
48 lines
1.2 KiB
Nix
Executable file
48 lines
1.2 KiB
Nix
Executable file
{ mapColour, ... }: {
|
|
background0 = mapColour "editor_bg" # ayu dark
|
|
"editor_bg" # ayu light
|
|
"editor_bg" # ayu mirage
|
|
"crust" # catppuccin-frappe
|
|
"crust" # catppuccin-latte
|
|
"crust" # catppuccin-macchiato
|
|
"crust" # catppuccin-mocha
|
|
"background" # dracula
|
|
"" # gruvbox dark
|
|
"" # gruvbox light
|
|
"" # 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
|
|
"highlight0" # rosepine base
|
|
"highlight0" # rosepine dawn
|
|
"highlight0" # rosepine moon
|
|
"" # solarized dark
|
|
"" # solarized light
|
|
"" # synthwave 84
|
|
"" # tokyo night day
|
|
"" # tokyo night night
|
|
"" # tokyo night storm
|
|
"" # vesper
|
|
"" # wasp dark
|
|
""; # wasp light
|
|
}
|