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/dracula.nix
Normal file
20
themes/dracula.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
name = "Dracula";
|
||||
author = "Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)";
|
||||
base00 = "282936";
|
||||
base01 = "3A3C4E";
|
||||
base02 = "4D4F68";
|
||||
base03 = "626483";
|
||||
base04 = "62D6E8";
|
||||
base05 = "E9E9F4";
|
||||
base06 = "F1F2F8";
|
||||
base07 = "F7F7FB";
|
||||
base08 = "EA51B2";
|
||||
base09 = "B45BCF";
|
||||
base0A = "00F769";
|
||||
base0B = "EBFF87";
|
||||
base0C = "A1EFE4";
|
||||
base0D = "62D6E8";
|
||||
base0E = "B45BCF";
|
||||
base0F = "00F769";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue