19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#eeeeee";
|
|
base01 = "#af0000";
|
|
base02 = "#008700";
|
|
base03 = "#5f8700";
|
|
base04 = "#0087af";
|
|
base05 = "#444444";
|
|
base06 = "#005f87";
|
|
base07 = "#878787";
|
|
base08 = "#bcbcbc";
|
|
base09 = "#d70000";
|
|
base0A = "#d70087";
|
|
base0B = "#8700af";
|
|
base0C = "#d75f00";
|
|
base0D = "#d75f00";
|
|
base0E = "#005faf";
|
|
base0F = "#005f87";
|
|
}
|