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

@ -0,0 +1,20 @@
{
name = "Unikitty Light";
author = "Josh W Lewis (@joshwlewis)";
base00 = "FFFFFF";
base01 = "E1E1E2";
base02 = "C4C3C5";
base03 = "A7A5A8";
base04 = "89878B";
base05 = "6C696E";
base06 = "4F4B51";
base07 = "322D34";
base08 = "D8137F";
base09 = "D65407";
base0A = "DC8A0E";
base0B = "17AD98";
base0C = "149BDA";
base0D = "775DFF";
base0E = "AA17E6";
base0F = "E013D0";
}