19 lines
499 B
Nix
19 lines
499 B
Nix
|
|
{
|
||
|
|
base00 = "#111111"; # base
|
||
|
|
base01 = "#101010"; # mantle
|
||
|
|
base02 = "#181818"; # surface0
|
||
|
|
base03 = "#181818"; # surface1
|
||
|
|
base04 = "#181818"; # surface2
|
||
|
|
base05 = "#cdd6f4"; # text
|
||
|
|
base06 = "#f5e0dc"; # rosewater
|
||
|
|
base07 = "#b4befe"; # lavender
|
||
|
|
base08 = "#f38ba8"; # red
|
||
|
|
base09 = "#fab387"; # peach
|
||
|
|
base0A = "#f9e2af"; # yellow
|
||
|
|
base0B = "#a6e3a1"; # green
|
||
|
|
base0C = "#94e2d5"; # teal
|
||
|
|
base0D = "#89b4fa"; # blue
|
||
|
|
base0E = "#cba6f7"; # mauve
|
||
|
|
base0F = "#f2cdcd"; # flamingo
|
||
|
|
}
|