mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
20 lines
441 B
Nix
20 lines
441 B
Nix
{
|
|
name = "Windows High Contrast Light";
|
|
author = "Fergus Collins (https://github.com/C-Fergus)";
|
|
base00 = "FCFCFC";
|
|
base01 = "E8E8E8";
|
|
base02 = "D4D4D4";
|
|
base03 = "C0C0C0";
|
|
base04 = "7E7E7E";
|
|
base05 = "545454";
|
|
base06 = "2A2A2A";
|
|
base07 = "000000";
|
|
base08 = "800000";
|
|
base09 = "FCFC54";
|
|
base0A = "808000";
|
|
base0B = "008000";
|
|
base0C = "008080";
|
|
base0D = "000080";
|
|
base0E = "800080";
|
|
base0F = "54FC54";
|
|
}
|