mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
424 B
Nix
20 lines
424 B
Nix
{
|
|
name = "Windows NT";
|
|
author = "Fergus Collins (https://github.com/C-Fergus)";
|
|
base00 = "000000";
|
|
base01 = "2A2A2A";
|
|
base02 = "555555";
|
|
base03 = "808080";
|
|
base04 = "A1A1A1";
|
|
base05 = "C0C0C0";
|
|
base06 = "E0E0E0";
|
|
base07 = "FFFFFF";
|
|
base08 = "FF0000";
|
|
base09 = "808000";
|
|
base0A = "FFFF00";
|
|
base0B = "00FF00";
|
|
base0C = "00FFFF";
|
|
base0D = "0000FF";
|
|
base0E = "FF00FF";
|
|
base0F = "008000";
|
|
}
|