1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-29 17:37:46 +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.nix Normal file
View file

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