mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
435 B
Nix
20 lines
435 B
Nix
{
|
|
name = "Windows High Contrast";
|
|
author = "Fergus Collins (https://github.com/C-Fergus)";
|
|
base00 = "000000";
|
|
base01 = "1C1C1C";
|
|
base02 = "383838";
|
|
base03 = "545454";
|
|
base04 = "A2A2A2";
|
|
base05 = "C0C0C0";
|
|
base06 = "DEDEDE";
|
|
base07 = "FCFCFC";
|
|
base08 = "FC5454";
|
|
base09 = "808000";
|
|
base0A = "FCFC54";
|
|
base0B = "54FC54";
|
|
base0C = "54FCFC";
|
|
base0D = "5454FC";
|
|
base0E = "FC54FC";
|
|
base0F = "008000";
|
|
}
|