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/twilight.nix Normal file
View file

@ -0,0 +1,20 @@
{
name = "Twilight";
author = "David Hart (https://github.com/hartbit)";
base00 = "1E1E1E";
base01 = "323537";
base02 = "464B50";
base03 = "5F5A60";
base04 = "838184";
base05 = "A7A7A7";
base06 = "C3C3C3";
base07 = "FFFFFF";
base08 = "CF6A4C";
base09 = "CDA869";
base0A = "F9EE98";
base0B = "8F9D6A";
base0C = "AFC4DB";
base0D = "7587A6";
base0E = "9B859D";
base0F = "9B703F";
}