19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#000000";
|
|
base01 = "#2a2a2a";
|
|
base02 = "#555555";
|
|
base03 = "#808080";
|
|
base04 = "#a1a1a1";
|
|
base05 = "#c0c0c0";
|
|
base06 = "#e0e0e0";
|
|
base07 = "#ffffff";
|
|
base08 = "#ff0000";
|
|
base09 = "#808000";
|
|
base0A = "#ffff00";
|
|
base0B = "#00ff00";
|
|
base0C = "#00ffff";
|
|
base0D = "#0000ff";
|
|
base0E = "#ff00ff";
|
|
base0F = "#008000";
|
|
}
|