mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 01:17:45 +00:00
20 lines
501 B
Nix
20 lines
501 B
Nix
{
|
|
name = "PaperColor Dark";
|
|
author = "Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)";
|
|
base00 = "1C1C1C";
|
|
base01 = "AF005F";
|
|
base02 = "5FAF00";
|
|
base03 = "D7AF5F";
|
|
base04 = "5FAFD7";
|
|
base05 = "808080";
|
|
base06 = "D7875F";
|
|
base07 = "D0D0D0";
|
|
base08 = "585858";
|
|
base09 = "5FAF5F";
|
|
base0A = "AFD700";
|
|
base0B = "AF87D7";
|
|
base0C = "FFAF00";
|
|
base0D = "FF5FAF";
|
|
base0E = "00AFAF";
|
|
base0F = "5F8787";
|
|
}
|