19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#262626";
|
|
base01 = "#af5f5f";
|
|
base02 = "#5f875f";
|
|
base03 = "#87875f";
|
|
base04 = "#5f87af";
|
|
base05 = "#5f5f87";
|
|
base06 = "#5f8787";
|
|
base07 = "#6c6c6c";
|
|
base08 = "#444444";
|
|
base09 = "#ff8700";
|
|
base0A = "#87af87";
|
|
base0B = "#ffffaf";
|
|
base0C = "#87afd7";
|
|
base0D = "#8787af";
|
|
base0E = "#5fafaf";
|
|
base0F = "#bcbcbc";
|
|
}
|