1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 08:57:46 +00:00
ThemeNix/themes/darkviolet.nix

20 lines
437 B
Nix

{
name = "Dark Violet";
author = "ruler501 (https://github.com/ruler501/base16-darkviolet)";
base00 = "000000";
base01 = "231A40";
base02 = "432D59";
base03 = "593380";
base04 = "00FF00";
base05 = "B08AE6";
base06 = "9045E6";
base07 = "A366FF";
base08 = "A82EE6";
base09 = "BB66CC";
base0A = "F29DF2";
base0B = "4595E6";
base0C = "40DFFF";
base0D = "4136D9";
base0E = "7E5CE6";
base0F = "A886BF";
}