1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-08-01 10:57:47 +00:00

Add project

This commit is contained in:
RGBCube 2023-11-26 18:42:35 +03:00
parent 9698f044be
commit 983157e8ee
No known key found for this signature in database
253 changed files with 5335 additions and 0 deletions

20
themes/tomorrow-night.nix Normal file
View file

@ -0,0 +1,20 @@
{
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";
}