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/monokai.nix
Normal file
20
themes/monokai.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
name = "Monokai";
|
||||
author = "Wimer Hazenberg (http://www.monokai.nl)";
|
||||
base00 = "272822";
|
||||
base01 = "383830";
|
||||
base02 = "49483E";
|
||||
base03 = "75715E";
|
||||
base04 = "A59F85";
|
||||
base05 = "F8F8F2";
|
||||
base06 = "F5F4F1";
|
||||
base07 = "F9F8F5";
|
||||
base08 = "F92672";
|
||||
base09 = "FD971F";
|
||||
base0A = "F4BF75";
|
||||
base0B = "A6E22E";
|
||||
base0C = "A1EFE4";
|
||||
base0D = "66D9EF";
|
||||
base0E = "AE81FF";
|
||||
base0F = "CC6633";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue