mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
20 lines
386 B
Nix
20 lines
386 B
Nix
{
|
|
name = "Darcula";
|
|
author = "jetbrains";
|
|
base00 = "2B2B2B";
|
|
base01 = "323232";
|
|
base02 = "323232";
|
|
base03 = "606366";
|
|
base04 = "A4A3A3";
|
|
base05 = "A9B7C6";
|
|
base06 = "FFC66D";
|
|
base07 = "FFFFFF";
|
|
base08 = "4EADE5";
|
|
base09 = "689757";
|
|
base0A = "BBB529";
|
|
base0B = "6A8759";
|
|
base0C = "629755";
|
|
base0D = "9876AA";
|
|
base0E = "CC7832";
|
|
base0F = "808080";
|
|
}
|