mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: dank themes module
This commit is contained in:
parent
b07db5670d
commit
b0fdd1d958
32 changed files with 1377 additions and 1345 deletions
|
@ -1,48 +1,50 @@
|
|||
{ 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
|
||||
{ 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
|
||||
"background_hard" # gruvbox dark
|
||||
"background_hard" # gruvbox light
|
||||
"purple0" # 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
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# background1 =
|
||||
# mapColour "editor_bg" # ayu dark
|
||||
# "editor_bg" # ayu light
|
||||
# "editor_bg" # ayu mirage
|
||||
# "base" # catppuccin-frappe
|
||||
# "base" # catppuccin-latte
|
||||
# "base" # catppuccin-macchiato
|
||||
# "base" # 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
|
||||
# "base" # rosepine base
|
||||
# "base" # rosepine dawn
|
||||
# "base" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
background1 =
|
||||
mapColour "editor_bg" # ayu dark
|
||||
"editor_bg" # ayu light
|
||||
"editor_bg" # ayu mirage
|
||||
"base" # catppuccin-frappe
|
||||
"base" # catppuccin-latte
|
||||
"base" # catppuccin-macchiato
|
||||
"base" # catppuccin-mocha
|
||||
"background" # dracula
|
||||
"background0" # gruvbox dark
|
||||
"background0" # gruvbox light
|
||||
"purple1" # 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
|
||||
"base" # rosepine base
|
||||
"base" # rosepine dawn
|
||||
"base" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# background2 =
|
||||
# mapColour "editor_bg" # ayu dark
|
||||
# "editor_bg" # ayu light
|
||||
# "editor_bg" # ayu mirage
|
||||
# "mantle" # catppuccin-frappe
|
||||
# "mantle" # catppuccin-latte
|
||||
# "mantle" # catppuccin-macchiato
|
||||
# "mantle" # 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
|
||||
# "surface" # rosepine base
|
||||
# "surface" # rosepine dawn
|
||||
# "surface" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
background2 =
|
||||
mapColour "editor_bg" # ayu dark
|
||||
"editor_bg" # ayu light
|
||||
"editor_bg" # ayu mirage
|
||||
"mantle" # catppuccin-frappe
|
||||
"mantle" # catppuccin-latte
|
||||
"mantle" # catppuccin-macchiato
|
||||
"mantle" # catppuccin-mocha
|
||||
"background" # dracula
|
||||
"background1" # gruvbox dark
|
||||
"background1" # gruvbox light
|
||||
"purple2" # 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
|
||||
"surface" # rosepine base
|
||||
"surface" # rosepine dawn
|
||||
"surface" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# character =
|
||||
# mapColour "special" # ayu dark
|
||||
# "special" # ayu light
|
||||
# "special" # ayu mirage
|
||||
# "teal" # catppuccin-frappe
|
||||
# "teal" # catppuccin-latte
|
||||
# "teal" # catppuccin-macchiato
|
||||
# "teal" # catppuccin-mocha
|
||||
# "comment" # 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
|
||||
# "foam" # rosepine base
|
||||
# "foam" # rosepine dawn
|
||||
# "foam" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
character =
|
||||
mapColour "special" # ayu dark
|
||||
"special" # ayu light
|
||||
"special" # ayu mirage
|
||||
"teal" # catppuccin-frappe
|
||||
"teal" # catppuccin-latte
|
||||
"teal" # catppuccin-macchiato
|
||||
"teal" # catppuccin-mocha
|
||||
"comment" # dracula
|
||||
"foreground0" # gruvbox dark
|
||||
"foreground0" # gruvbox light
|
||||
"gray5" # 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
|
||||
"foam" # rosepine base
|
||||
"foam" # rosepine dawn
|
||||
"foam" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# constant =
|
||||
# mapColour "cosntant" # ayu dark
|
||||
# "cosntant" # ayu light
|
||||
# "cosntant" # ayu mirage
|
||||
# "peach" # catppuccin-frappe
|
||||
# "peach" # catppuccin-latte
|
||||
# "peach" # catppuccin-macchiato
|
||||
# "peach" # catppuccin-mocha
|
||||
# "orange" # 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
|
||||
# "gold" # rosepine base
|
||||
# "gold" # rosepine dawn
|
||||
# "gold" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
constant =
|
||||
mapColour "cosntant" # ayu dark
|
||||
"cosntant" # ayu light
|
||||
"cosntant" # ayu mirage
|
||||
"peach" # catppuccin-frappe
|
||||
"peach" # catppuccin-latte
|
||||
"peach" # catppuccin-macchiato
|
||||
"peach" # catppuccin-mocha
|
||||
"orange" # dracula
|
||||
"purpleBright" # gruvbox dark
|
||||
"purpleBright" # 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
|
||||
"gold" # rosepine base
|
||||
"gold" # rosepine dawn
|
||||
"gold" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# constructor =
|
||||
# mapColour "constant" # ayu dark
|
||||
# "constant" # ayu light
|
||||
# "constant" # ayu mirage
|
||||
# "sapphire" # catppuccin-frappe
|
||||
# "sapphire" # catppuccin-latte
|
||||
# "sapphire" # catppuccin-macchiato
|
||||
# "sapphire" # catppuccin-mocha
|
||||
# "cyan" # 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
|
||||
# "foam" # rosepine base
|
||||
# "foam" # rosepine dawn
|
||||
# "foam" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
constructor =
|
||||
mapColour "constant" # ayu dark
|
||||
"constant" # ayu light
|
||||
"constant" # ayu mirage
|
||||
"sapphire" # catppuccin-frappe
|
||||
"sapphire" # catppuccin-latte
|
||||
"sapphire" # catppuccin-macchiato
|
||||
"sapphire" # catppuccin-mocha
|
||||
"cyan" # dracula
|
||||
"purpleBright" # gruvbox dark
|
||||
"purpleBright" # gruvbox light
|
||||
"blue5" # 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
|
||||
"foam" # rosepine base
|
||||
"foam" # rosepine dawn
|
||||
"foam" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# error =
|
||||
# mapColour "error" # ayu dark
|
||||
# "error" # ayu light
|
||||
# "error" # ayu mirage
|
||||
# "red" # catppuccin-frappe
|
||||
# "red" # catppuccin-latte
|
||||
# "red" # catppuccin-macchiato
|
||||
# "red" # catppuccin-mocha
|
||||
# "red" # 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
|
||||
# "love" # rosepine base
|
||||
# "love" # rosepine dawn
|
||||
# "love" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
error =
|
||||
mapColour "error" # ayu dark
|
||||
"error" # ayu light
|
||||
"error" # ayu mirage
|
||||
"red" # catppuccin-frappe
|
||||
"red" # catppuccin-latte
|
||||
"red" # catppuccin-macchiato
|
||||
"red" # catppuccin-mocha
|
||||
"red" # dracula
|
||||
"red" # gruvbox dark
|
||||
"red" # gruvbox light
|
||||
"red0" # 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" # rosepine base
|
||||
"love" # rosepine dawn
|
||||
"love" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# function =
|
||||
# mapColour "func" # ayu dark
|
||||
# "func" # ayu light
|
||||
# "func" # ayu mirage
|
||||
# "blue" # catppuccin-frappe
|
||||
# "blue" # catppuccin-latte
|
||||
# "blue" # catppuccin-macchiato
|
||||
# "blue" # catppuccin-mocha
|
||||
# "comment" # 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
|
||||
# "pine" # rosepine base
|
||||
# "pine" # rosepine dawn
|
||||
# "pine" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
function =
|
||||
mapColour "func" # ayu dark
|
||||
"func" # ayu light
|
||||
"func" # ayu mirage
|
||||
"blue" # catppuccin-frappe
|
||||
"blue" # catppuccin-latte
|
||||
"blue" # catppuccin-macchiato
|
||||
"blue" # catppuccin-mocha
|
||||
"comment" # dracula
|
||||
"greenBright" # gruvbox dark
|
||||
"greenBright" # gruvbox light
|
||||
"blue5" # 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
|
||||
"pine" # rosepine base
|
||||
"pine" # rosepine dawn
|
||||
"pine" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# keyword =
|
||||
# mapColour "keyword" # ayu dark
|
||||
# "keyword" # ayu light
|
||||
# "keyword" # ayu mirage
|
||||
# "mauve" # catppuccin-frappe
|
||||
# "mauve" # catppuccin-latte
|
||||
# "mauve" # catppuccin-macchiato
|
||||
# "mauve" # catppuccin-mocha
|
||||
# "purple" # 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
|
||||
# "iris" # rosepine base
|
||||
# "iris" # rosepine dawn
|
||||
# "iris" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
keyword =
|
||||
mapColour "keyword" # ayu dark
|
||||
"keyword" # ayu light
|
||||
"keyword" # ayu mirage
|
||||
"mauve" # catppuccin-frappe
|
||||
"mauve" # catppuccin-latte
|
||||
"mauve" # catppuccin-macchiato
|
||||
"mauve" # catppuccin-mocha
|
||||
"purple" # dracula
|
||||
"aqua" # gruvbox dark
|
||||
"aqua" # gruvbox light
|
||||
"blue6" # 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
|
||||
"iris" # rosepine base
|
||||
"iris" # rosepine dawn
|
||||
"iris" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# label =
|
||||
# mapColour "tag" # ayu dark
|
||||
# "tag" # ayu light
|
||||
# "tag" # ayu mirage
|
||||
# "rosewater" # catppuccin-frappe
|
||||
# "rosewater" # catppuccin-latte
|
||||
# "rosewater" # catppuccin-macchiato
|
||||
# "rosewater" # catppuccin-mocha
|
||||
# "pink" # 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
|
||||
# "rose" # rosepine base
|
||||
# "rose" # rosepine dawn
|
||||
# "rose" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
label =
|
||||
mapColour "tag" # ayu dark
|
||||
"tag" # ayu light
|
||||
"tag" # ayu mirage
|
||||
"rosewater" # catppuccin-frappe
|
||||
"rosewater" # catppuccin-latte
|
||||
"rosewater" # catppuccin-macchiato
|
||||
"rosewater" # catppuccin-mocha
|
||||
"pink" # dracula
|
||||
"blue" # gruvbox dark
|
||||
"blue" # gruvbox light
|
||||
"purple2" # 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
|
||||
"rose" # rosepine base
|
||||
"rose" # rosepine dawn
|
||||
"rose" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# link =
|
||||
# mapColour "string" # ayu dark
|
||||
# "string" # ayu light
|
||||
# "string" # ayu mirage
|
||||
# "lavender" # catppuccin-frappe
|
||||
# "lavender" # catppuccin-latte
|
||||
# "lavender" # catppuccin-macchiato
|
||||
# "lavender" # catppuccin-mocha
|
||||
# "cyan" # 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
|
||||
# "iris" # rosepine base
|
||||
# "iris" # rosepine dawn
|
||||
# "iris" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
link =
|
||||
mapColour "string" # ayu dark
|
||||
"string" # ayu light
|
||||
"string" # ayu mirage
|
||||
"lavender" # catppuccin-frappe
|
||||
"lavender" # catppuccin-latte
|
||||
"lavender" # catppuccin-macchiato
|
||||
"lavender" # catppuccin-mocha
|
||||
"cyan" # dracula
|
||||
"orange" # gruvbox dark
|
||||
"orange" # gruvbox light
|
||||
"blue6" # 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
|
||||
"iris" # rosepine base
|
||||
"iris" # rosepine dawn
|
||||
"iris" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# noError =
|
||||
# mapColour "regex" # ayu dark
|
||||
# "regex" # ayu light
|
||||
# "regex" # ayu mirage
|
||||
# "green" # catppuccin-frappe
|
||||
# "green" # catppuccin-latte
|
||||
# "green" # catppuccin-macchiato
|
||||
# "green" # catppuccin-mocha
|
||||
# "green" # 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
|
||||
# "pine" # rosepine base
|
||||
# "pine" # rosepine dawn
|
||||
# "pine" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
noError =
|
||||
mapColour "regex" # ayu dark
|
||||
"regex" # ayu light
|
||||
"regex" # ayu mirage
|
||||
"green" # catppuccin-frappe
|
||||
"green" # catppuccin-latte
|
||||
"green" # catppuccin-macchiato
|
||||
"green" # catppuccin-mocha
|
||||
"green" # dracula
|
||||
"green" # gruvbox dark
|
||||
"green" # gruvbox light
|
||||
"green0" # 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
|
||||
"pine" # rosepine base
|
||||
"pine" # rosepine dawn
|
||||
"pine" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# operator =
|
||||
# mapColour "operator" # ayu dark
|
||||
# "operator" # ayu light
|
||||
# "operator" # ayu mirage
|
||||
# "sky" # catppuccin-frappe
|
||||
# "sky" # catppuccin-latte
|
||||
# "sky" # catppuccin-macchiato
|
||||
# "sky" # catppuccin-mocha
|
||||
# "cyan" # 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
|
||||
# "foam" # rosefoam base
|
||||
# "foam" # rosefoam dawn
|
||||
# "foam" # rosefoam moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
operator =
|
||||
mapColour "operator" # ayu dark
|
||||
"operator" # ayu light
|
||||
"operator" # ayu mirage
|
||||
"sky" # catppuccin-frappe
|
||||
"sky" # catppuccin-latte
|
||||
"sky" # catppuccin-macchiato
|
||||
"sky" # catppuccin-mocha
|
||||
"cyan" # dracula
|
||||
"redBright" # gruvbox dark
|
||||
"redBright" # gruvbox light
|
||||
"grayBlue" # 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
|
||||
"foam" # rosefoam base
|
||||
"foam" # rosefoam dawn
|
||||
"foam" # rosefoam moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# overlay0 =
|
||||
# mapColour "ui_selection" # ayu dark
|
||||
# "ui_selection_active" # ayu light
|
||||
# "ui_selection_active" # ayu mirage
|
||||
# "overlay0" # catppuccin-frappe
|
||||
# "overlay0" # catppuccin-latte
|
||||
# "overlay0" # catppuccin-macchiato
|
||||
# "overlay0" # 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
|
||||
# "muted" # rosepine base
|
||||
# "muted" # rosepine dawn
|
||||
# "muted" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
overlay0 =
|
||||
mapColour "ui_selection" # ayu dark
|
||||
"ui_selection_active" # ayu light
|
||||
"ui_selection_active" # ayu mirage
|
||||
"overlay0" # catppuccin-frappe
|
||||
"overlay0" # catppuccin-latte
|
||||
"overlay0" # catppuccin-macchiato
|
||||
"overlay0" # catppuccin-mocha
|
||||
"background" # dracula
|
||||
"background2" # gruvbox dark
|
||||
"background2" # gruvbox light
|
||||
"purple3" # 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
|
||||
"muted" # rosepine base
|
||||
"muted" # rosepine dawn
|
||||
"muted" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# overlay1 =
|
||||
# mapColour "ui_selection" # ayu dark
|
||||
# "ui_selection_active" # ayu light
|
||||
# "ui_selection_active" # ayu mirage
|
||||
# "overlay1" # catppuccin-latte
|
||||
# "overlay1" # catppuccin-frappe
|
||||
# "overlay1" # catppuccin-macchiato
|
||||
# "overlay1" # 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
|
||||
# "subtle" # rosepine base
|
||||
# "subtle" # rosepine dawn
|
||||
# "subtle" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
overlay1 =
|
||||
mapColour "ui_selection" # ayu dark
|
||||
"ui_selection_active" # ayu light
|
||||
"ui_selection_active" # ayu mirage
|
||||
"overlay1" # catppuccin-latte
|
||||
"overlay1" # catppuccin-frappe
|
||||
"overlay1" # catppuccin-macchiato
|
||||
"overlay1" # catppuccin-mocha
|
||||
"background" # dracula
|
||||
"background3" # gruvbox dark
|
||||
"background3" # gruvbox light
|
||||
"purple4" # 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
|
||||
"subtle" # rosepine base
|
||||
"subtle" # rosepine dawn
|
||||
"subtle" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# overlay2 =
|
||||
# mapColour "ui_selection" # ayu dark
|
||||
# "ui_selection_active" # ayu light
|
||||
# "ui_selection_active" # ayu mirage
|
||||
# "overlay2" # catppuccin-latte
|
||||
# "overlay2" # catppuccin-frappe
|
||||
# "overlay2" # catppuccin-macchiato
|
||||
# "overlay2" # 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
|
||||
# "subtle" # rosepine base
|
||||
# "subtle" # rosepine dawn
|
||||
# "subtle" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
overlay2 =
|
||||
mapColour "ui_selection" # ayu dark
|
||||
"ui_selection_active" # ayu light
|
||||
"ui_selection_active" # ayu mirage
|
||||
"overlay2" # catppuccin-latte
|
||||
"overlay2" # catppuccin-frappe
|
||||
"overlay2" # catppuccin-macchiato
|
||||
"overlay2" # catppuccin-mocha
|
||||
"background" # dracula
|
||||
"background4" # gruvbox dark
|
||||
"background4" # gruvbox light
|
||||
"purple3" # 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
|
||||
"subtle" # rosepine base
|
||||
"subtle" # rosepine dawn
|
||||
"subtle" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{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
|
||||
# "" # 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
|
||||
# "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
|
||||
{ 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
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# regex =
|
||||
# mapColour "regex" # ayu dark
|
||||
# "regex" # ayu light
|
||||
# "regex" # ayu mirage
|
||||
# "pink" # catppuccin-frappe
|
||||
# "pink" # catppuccin-latte
|
||||
# "pink" # catppuccin-macchiato
|
||||
# "pink" # catppuccin-mocha
|
||||
# "purple" # 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
|
||||
# "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
|
||||
{ mapColour }:
|
||||
{
|
||||
regex =
|
||||
mapColour "regex" # ayu dark
|
||||
"regex" # ayu light
|
||||
"regex" # ayu mirage
|
||||
"pink" # catppuccin-frappe
|
||||
"pink" # catppuccin-latte
|
||||
"pink" # catppuccin-macchiato
|
||||
"pink" # catppuccin-mocha
|
||||
"purple" # dracula
|
||||
"aqua" # gruvbox dark
|
||||
"aqua" # gruvbox light
|
||||
"blue6" # 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
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# selection =
|
||||
# mapColour "editor_selection" # ayu dark
|
||||
# "editor_selection" # ayu light
|
||||
# "editor_selection" # ayu mirage
|
||||
# "flamingo" # catppuccin-latte
|
||||
# "flamingo" # catppuccin-frappe
|
||||
# "flamingo" # catppuccin-macchiato
|
||||
# "flamingo" # catppuccin-mocha
|
||||
# "pink" # 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
|
||||
# "rose" # roserose base
|
||||
# "rose" # roserose dawn
|
||||
# "rose" # roserose moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
selection =
|
||||
mapColour "editor_selection" # ayu dark
|
||||
"editor_selection" # ayu light
|
||||
"editor_selection" # ayu mirage
|
||||
"flamingo" # catppuccin-latte
|
||||
"flamingo" # catppuccin-frappe
|
||||
"flamingo" # catppuccin-macchiato
|
||||
"flamingo" # catppuccin-mocha
|
||||
"pink" # dracula
|
||||
"yellow" # gruvbox dark
|
||||
"yellow" # gruvbox light
|
||||
"purple2" # 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
|
||||
"rose" # roserose base
|
||||
"rose" # roserose dawn
|
||||
"rose" # roserose moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# subtext0 =
|
||||
# mapColour "editor_fg" # ayu dark
|
||||
# "editor_fg" # ayu light
|
||||
# "editor_fg" # ayu mirage
|
||||
# "subtext0" # catppuccin-frappe
|
||||
# "subtext0" # catppuccin-latte
|
||||
# "subtext0" # catppuccin-macchiato
|
||||
# "subtext0" # catppuccin-mocha
|
||||
# "foreground" # 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
|
||||
# "muted" # rosepine base
|
||||
# "muted" # rosepine dawn
|
||||
# "muted" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
subtext0 =
|
||||
mapColour "editor_fg" # ayu dark
|
||||
"editor_fg" # ayu light
|
||||
"editor_fg" # ayu mirage
|
||||
"subtext0" # catppuccin-frappe
|
||||
"subtext0" # catppuccin-latte
|
||||
"subtext0" # catppuccin-macchiato
|
||||
"subtext0" # catppuccin-mocha
|
||||
"foreground" # dracula
|
||||
"foreground1" # gruvbox dark
|
||||
"foreground1" # gruvbox light
|
||||
"grey0" # 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
|
||||
"muted" # rosepine base
|
||||
"muted" # rosepine dawn
|
||||
"muted" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# subtext1 =
|
||||
# mapColour "editor_fg" # ayu dark
|
||||
# "editor_fg" # ayu light
|
||||
# "editor_fg" # ayu mirage
|
||||
# "subtext1" # catppuccin-frappe
|
||||
# "subtext1" # catppuccin-latte
|
||||
# "subtext1" # catppuccin-macchiato
|
||||
# "subtext1" # catppuccin-mocha
|
||||
# "foreground" # 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
|
||||
# "subtle" # rosepine base
|
||||
# "subtle" # rosepine dawn
|
||||
# "subtle" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
subtext1 =
|
||||
mapColour "editor_fg" # ayu dark
|
||||
"editor_fg" # ayu light
|
||||
"editor_fg" # ayu mirage
|
||||
"subtext1" # catppuccin-frappe
|
||||
"subtext1" # catppuccin-latte
|
||||
"subtext1" # catppuccin-macchiato
|
||||
"subtext1" # catppuccin-mocha
|
||||
"foreground" # dracula
|
||||
"foreground3" # gruvbox dark
|
||||
"foreground3" # gruvbox light
|
||||
"grey1" # 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
|
||||
"subtle" # rosepine base
|
||||
"subtle" # rosepine dawn
|
||||
"subtle" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# surface0 =
|
||||
# mapColour "ui_fg" # ayu dark
|
||||
# "ui_fg" # ayu light
|
||||
# "ui_fg" # ayu mirage
|
||||
# "surface0" # catppuccin-frappe
|
||||
# "surface0" # catppuccin-latte
|
||||
# "surface0" # catppuccin-macchiato
|
||||
# "surface0" # 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
|
||||
{ mapColour }:
|
||||
{
|
||||
surface0 =
|
||||
mapColour "ui_fg" # ayu dark
|
||||
"ui_fg" # ayu light
|
||||
"ui_fg" # ayu mirage
|
||||
"surface0" # catppuccin-frappe
|
||||
"surface0" # catppuccin-latte
|
||||
"surface0" # catppuccin-macchiato
|
||||
"surface0" # catppuccin-mocha
|
||||
"background" # dracula
|
||||
"background3" # gruvbox dark
|
||||
"background3" # gruvbox light
|
||||
"purple3" # 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
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# surface1 =
|
||||
# mapColour "ui_fg" # ayu dark
|
||||
# "ui_fg" # ayu light
|
||||
# "ui_fg" # ayu mirage
|
||||
# "surface1" # catppuccin-frappe
|
||||
# "surface1" # catppuccin-latte
|
||||
# "surface1" # catppuccin-macchiato
|
||||
# "surface1" # 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
|
||||
# "highlight1" # rosepine base
|
||||
# "highlight1" # rosepine dawn
|
||||
# "highlight1" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
surface1 =
|
||||
mapColour "ui_fg" # ayu dark
|
||||
"ui_fg" # ayu light
|
||||
"ui_fg" # ayu mirage
|
||||
"surface1" # catppuccin-frappe
|
||||
"surface1" # catppuccin-latte
|
||||
"surface1" # catppuccin-macchiato
|
||||
"surface1" # catppuccin-mocha
|
||||
"background" # dracula
|
||||
"background4" # gruvbox dark
|
||||
"background4" # gruvbox light
|
||||
"purple4" # 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
|
||||
"highlight1" # rosepine base
|
||||
"highlight1" # rosepine dawn
|
||||
"highlight1" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# surface2 =
|
||||
# mapColour "ui_fg" # ayu dark
|
||||
# "ui_fg" # ayu light
|
||||
# "ui_fg" # ayu mirage
|
||||
# "surface2" # catppuccin-frappe
|
||||
# "surface2" # catppuccin-latte
|
||||
# "surface2" # catppuccin-macchiato
|
||||
# "surface2" # 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
|
||||
# "highlight2" # rosepine base
|
||||
# "highlight2" # rosepine dawn
|
||||
# "highlight2" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
surface2 =
|
||||
mapColour "ui_fg" # ayu dark
|
||||
"ui_fg" # ayu light
|
||||
"ui_fg" # ayu mirage
|
||||
"surface2" # catppuccin-frappe
|
||||
"surface2" # catppuccin-latte
|
||||
"surface2" # catppuccin-macchiato
|
||||
"surface2" # catppuccin-mocha
|
||||
"background" # dracula
|
||||
"background_soft" # gruvbox dark
|
||||
"background_soft" # gruvbox light
|
||||
"purple5" # 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
|
||||
"highlight2" # rosepine base
|
||||
"highlight2" # rosepine dawn
|
||||
"highlight2" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# text =
|
||||
# mapColour "editor_fg" # ayu dark
|
||||
# "editor_fg" # ayu light
|
||||
# "editor_fg" # ayu mirage
|
||||
# "text" # catppuccin-frappe
|
||||
# "text" # catppuccin-latte
|
||||
# "text" # catppuccin-macchiato
|
||||
# "text" # catppuccin-mocha
|
||||
# "foreground" # 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
|
||||
# "text" # rosepine base
|
||||
# "text" # rosepine dawn
|
||||
# "text" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
text =
|
||||
mapColour "editor_fg" # ayu dark
|
||||
"editor_fg" # ayu light
|
||||
"editor_fg" # ayu mirage
|
||||
"text" # catppuccin-frappe
|
||||
"text" # catppuccin-latte
|
||||
"text" # catppuccin-macchiato
|
||||
"text" # catppuccin-mocha
|
||||
"foreground" # dracula
|
||||
"foreground0" # gruvbox dark
|
||||
"foreground0" # gruvbox light
|
||||
"white2" # 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
|
||||
"text" # rosepine base
|
||||
"text" # rosepine dawn
|
||||
"text" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
|
@ -1,49 +1,50 @@
|
|||
{mapColour}: {
|
||||
# warning =
|
||||
# mapColour "accent" # ayu dark
|
||||
# "accent" # ayu light
|
||||
# "accent" # ayu mirage
|
||||
# "yellow" # catppuccin-frappe
|
||||
# "yellow" # catppuccin-latte
|
||||
# "yellow" # catppuccin-macchiato
|
||||
# "yellow" # catppuccin-mocha
|
||||
# "yellow" # 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
|
||||
# "gold" # rosepine base
|
||||
# "gold" # rosepine dawn
|
||||
# "gold" # rosepine moon
|
||||
# "" # solarized dark
|
||||
# "" # solarized light
|
||||
# "" # synthwave 84
|
||||
# "" # tokyo night day
|
||||
# "" # tokyo night night
|
||||
# "" # tokyo night storm
|
||||
# "" # vesper
|
||||
# "" # wasp dark
|
||||
# ""; # wasp light
|
||||
{ mapColour }:
|
||||
{
|
||||
warning =
|
||||
mapColour "accent" # ayu dark
|
||||
"accent" # ayu light
|
||||
"accent" # ayu mirage
|
||||
"yellow" # catppuccin-frappe
|
||||
"yellow" # catppuccin-latte
|
||||
"yellow" # catppuccin-macchiato
|
||||
"yellow" # catppuccin-mocha
|
||||
"yellow" # dracula
|
||||
"orange" # gruvbox dark
|
||||
"orange" # gruvbox light
|
||||
"orange0" # 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
|
||||
"gold" # rosepine base
|
||||
"gold" # rosepine dawn
|
||||
"gold" # rosepine moon
|
||||
"" # solarized dark
|
||||
"" # solarized light
|
||||
"" # synthwave 84
|
||||
"" # tokyo night day
|
||||
"" # tokyo night night
|
||||
"" # tokyo night storm
|
||||
"" # vesper
|
||||
"" # wasp dark
|
||||
""; # wasp light
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue