1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-29 01:17:45 +00:00
ThemeNix/themes/tomorrow-night.nix

20 lines
423 B
Nix

{
name = "Tomorrow Night";
author = "Chris Kempson (http://chriskempson.com)";
base00 = "1D1F21";
base01 = "282A2E";
base02 = "373B41";
base03 = "969896";
base04 = "B4B7B4";
base05 = "C5C8C6";
base06 = "E0E0E0";
base07 = "FFFFFF";
base08 = "CC6666";
base09 = "DE935F";
base0A = "F0C674";
base0B = "B5BD68";
base0C = "8ABEB7";
base0D = "81A2BE";
base0E = "B294BB";
base0F = "A3685A";
}