mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 01:17:45 +00:00
20 lines
502 B
Nix
20 lines
502 B
Nix
{
|
|
name = "PaperColor Light";
|
|
author = "Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)";
|
|
base00 = "EEEEEE";
|
|
base01 = "AF0000";
|
|
base02 = "008700";
|
|
base03 = "5F8700";
|
|
base04 = "0087AF";
|
|
base05 = "444444";
|
|
base06 = "005F87";
|
|
base07 = "878787";
|
|
base08 = "BCBCBC";
|
|
base09 = "D70000";
|
|
base0A = "D70087";
|
|
base0B = "8700AF";
|
|
base0C = "D75F00";
|
|
base0D = "D75F00";
|
|
base0E = "005FAF";
|
|
base0F = "005F87";
|
|
}
|