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

@ -0,0 +1,20 @@
{
name = "lime";
author = "limelier";
base00 = "1A1A2F";
base01 = "202030";
base02 = "2A2A3F";
base03 = "313140";
base04 = "515155";
base05 = "818175";
base06 = "FFF2D1";
base07 = "FFF8E1";
base08 = "FF662A";
base09 = "FF773A";
base0A = "FFD15E";
base0B = "8CD97C";
base0C = "4CAD83";
base0D = "2B926F";
base0E = "1B825F";
base0F = "B4D97C";
}