19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#0c0c0c";
|
|
base01 = "#2f2f2f";
|
|
base02 = "#535353";
|
|
base03 = "#767676";
|
|
base04 = "#b9b9b9";
|
|
base05 = "#cccccc";
|
|
base06 = "#dfdfdf";
|
|
base07 = "#f2f2f2";
|
|
base08 = "#e74856";
|
|
base09 = "#c19c00";
|
|
base0A = "#f9f1a5";
|
|
base0B = "#16c60c";
|
|
base0C = "#61d6d6";
|
|
base0D = "#3b78ff";
|
|
base0E = "#b4009e";
|
|
base0F = "#13a10e";
|
|
}
|