mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 00:47:44 +00:00
20 lines
472 B
Nix
20 lines
472 B
Nix
{
|
|
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";
|
|
}
|