mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-27 08:27:45 +00:00
20 lines
413 B
Nix
20 lines
413 B
Nix
{
|
|
name = "Flat";
|
|
author = "Chris Kempson (http://chriskempson.com)";
|
|
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";
|
|
}
|