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

@ -0,0 +1,20 @@
{
name = "dirtysea";
author = "Kahlil (Kal) Hodgson";
base00 = "E0E0E0";
base01 = "D0DAD0";
base02 = "D0D0D0";
base03 = "707070";
base04 = "202020";
base05 = "000000";
base06 = "F8F8F8";
base07 = "C4D9C4";
base08 = "840000";
base09 = "006565";
base0A = "755B00";
base0B = "730073";
base0C = "755B00";
base0D = "007300";
base0E = "000090";
base0F = "755B00";
}