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

@ -0,0 +1,20 @@
{
name = "Colors";
author = "mrmrs (http://clrs.cc)";
base00 = "111111";
base01 = "333333";
base02 = "555555";
base03 = "777777";
base04 = "999999";
base05 = "BBBBBB";
base06 = "DDDDDD";
base07 = "FFFFFF";
base08 = "FF4136";
base09 = "FF851B";
base0A = "FFDC00";
base0B = "2ECC40";
base0C = "7FDBFF";
base0D = "0074D9";
base0E = "B10DC9";
base0F = "85144B";
}