19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#2b2b2b";
|
|
base01 = "#323232";
|
|
base02 = "#323232";
|
|
base03 = "#606366";
|
|
base04 = "#a4a3a3";
|
|
base05 = "#a9b7c6";
|
|
base06 = "#ffc66d";
|
|
base07 = "#ffffff";
|
|
base08 = "#4eade5";
|
|
base09 = "#689757";
|
|
base0A = "#bbb529";
|
|
base0B = "#6a8759";
|
|
base0C = "#629755";
|
|
base0D = "#9876aa";
|
|
base0E = "#cc7832";
|
|
base0F = "#808080";
|
|
}
|