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

@ -0,0 +1,20 @@
{
name = "Hardcore";
author = "Chris Caller";
base00 = "212121";
base01 = "303030";
base02 = "353535";
base03 = "4A4A4A";
base04 = "707070";
base05 = "CDCDCD";
base06 = "E5E5E5";
base07 = "FFFFFF";
base08 = "F92672";
base09 = "FD971F";
base0A = "E6DB74";
base0B = "A6E22E";
base0C = "708387";
base0D = "66D9EF";
base0E = "9E6FFE";
base0F = "E8B882";
}