mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
20 lines
417 B
Nix
20 lines
417 B
Nix
{
|
|
name = "Tomorrow";
|
|
author = "Chris Kempson (http://chriskempson.com)";
|
|
base00 = "FFFFFF";
|
|
base01 = "E0E0E0";
|
|
base02 = "D6D6D6";
|
|
base03 = "8E908C";
|
|
base04 = "969896";
|
|
base05 = "4D4D4C";
|
|
base06 = "282A2E";
|
|
base07 = "1D1F21";
|
|
base08 = "C82829";
|
|
base09 = "F5871F";
|
|
base0A = "EAB700";
|
|
base0B = "718C00";
|
|
base0C = "3E999F";
|
|
base0D = "4271AE";
|
|
base0E = "8959A8";
|
|
base0F = "A3685A";
|
|
}
|