19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#ffffff";
|
|
base01 = "#e0e0e0";
|
|
base02 = "#d0d0d0";
|
|
base03 = "#b0b0b0";
|
|
base04 = "#000000";
|
|
base05 = "#101010";
|
|
base06 = "#151515";
|
|
base07 = "#202020";
|
|
base08 = "#ff0086";
|
|
base09 = "#fd8900";
|
|
base0A = "#aba800";
|
|
base0B = "#00c918";
|
|
base0C = "#1faaaa";
|
|
base0D = "#3777e6";
|
|
base0E = "#ad00a1";
|
|
base0F = "#cc6633";
|
|
}
|