mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 09:27:45 +00:00
Add project
This commit is contained in:
parent
9698f044be
commit
983157e8ee
253 changed files with 5335 additions and 0 deletions
20
themes/default-dark.nix
Normal file
20
themes/default-dark.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
name = "Default Dark";
|
||||
author = "Chris Kempson (http://chriskempson.com)";
|
||||
base00 = "181818";
|
||||
base01 = "282828";
|
||||
base02 = "383838";
|
||||
base03 = "585858";
|
||||
base04 = "B8B8B8";
|
||||
base05 = "D8D8D8";
|
||||
base06 = "E8E8E8";
|
||||
base07 = "F8F8F8";
|
||||
base08 = "AB4642";
|
||||
base09 = "DC9656";
|
||||
base0A = "F7CA88";
|
||||
base0B = "A1B56C";
|
||||
base0C = "86C1B9";
|
||||
base0D = "7CAFC2";
|
||||
base0E = "BA8BAF";
|
||||
base0F = "A16946";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue