19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#fafafa";
|
|
base01 = "#f3f4f5";
|
|
base02 = "#f8f9fa";
|
|
base03 = "#abb0b6";
|
|
base04 = "#828c99";
|
|
base05 = "#5c6773";
|
|
base06 = "#242936";
|
|
base07 = "#1a1f29";
|
|
base08 = "#f07178";
|
|
base09 = "#fa8d3e";
|
|
base0A = "#f2ae49";
|
|
base0B = "#86b300";
|
|
base0C = "#4cbf99";
|
|
base0D = "#36a3d9";
|
|
base0E = "#a37acc";
|
|
base0F = "#e6ba7e";
|
|
}
|