1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-30 18:07: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/sagelight.nix Normal file
View file

@ -0,0 +1,20 @@
{
name = "Sagelight";
author = "Carter Veldhuizen";
base00 = "F8F8F8";
base01 = "E8E8E8";
base02 = "D8D8D8";
base03 = "B8B8B8";
base04 = "585858";
base05 = "383838";
base06 = "282828";
base07 = "181818";
base08 = "FA8480";
base09 = "FFAA61";
base0A = "FFDC61";
base0B = "A0D2C8";
base0C = "A2D6F5";
base0D = "A0A7D2";
base0E = "C8A0D2";
base0F = "D2B2A0";
}