mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 17:37:46 +00:00
Add project
This commit is contained in:
parent
9698f044be
commit
983157e8ee
253 changed files with 5335 additions and 0 deletions
20
themes/colors.nix
Normal file
20
themes/colors.nix
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue