19 lines
356 B
Nix
19 lines
356 B
Nix
{
|
|
base00 = "#2c3e50";
|
|
base01 = "#34495e";
|
|
base02 = "#7f8c8d";
|
|
base03 = "#95a5a6";
|
|
base04 = "#bdc3c7";
|
|
base05 = "#e0e0e0";
|
|
base06 = "#f5f5f5";
|
|
base07 = "#ecf0f1";
|
|
base08 = "#e74c3c";
|
|
base09 = "#e67e22";
|
|
base0A = "#f1c40f";
|
|
base0B = "#2ecc71";
|
|
base0C = "#1abc9c";
|
|
base0D = "#3498db";
|
|
base0E = "#9b59b6";
|
|
base0F = "#be643c";
|
|
}
|