19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#fdf9f5";
|
|
base01 = "#f9f5f1";
|
|
base02 = "#ffeada";
|
|
base03 = "#5a5a5a";
|
|
base04 = "#404040";
|
|
base05 = "#292929";
|
|
base06 = "#181818";
|
|
base07 = "#000000";
|
|
base08 = "#ac1f35";
|
|
base09 = "#ad5601";
|
|
base0A = "#645a00";
|
|
base0B = "#0c680c";
|
|
base0C = "#01716f";
|
|
base0D = "#0158ad";
|
|
base0E = "#6645c2";
|
|
base0F = "#a81a66";
|
|
}
|