19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#1b2b34";
|
|
base01 = "#343d46";
|
|
base02 = "#4f5b66";
|
|
base03 = "#65737e";
|
|
base04 = "#a7adba";
|
|
base05 = "#c0c5ce";
|
|
base06 = "#cdd3de";
|
|
base07 = "#d8dee9";
|
|
base08 = "#ec5f67";
|
|
base09 = "#f99157";
|
|
base0A = "#fac863";
|
|
base0B = "#99c794";
|
|
base0C = "#5fb3b3";
|
|
base0D = "#6699cc";
|
|
base0E = "#c594c5";
|
|
base0F = "#ab7967";
|
|
}
|