mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 01:17:45 +00:00
20 lines
430 B
Nix
20 lines
430 B
Nix
{
|
|
name = "Windows 95 Light";
|
|
author = "Fergus Collins (https://github.com/C-Fergus)";
|
|
base00 = "FCFCFC";
|
|
base01 = "E0E0E0";
|
|
base02 = "C4C4C4";
|
|
base03 = "A8A8A8";
|
|
base04 = "7E7E7E";
|
|
base05 = "545454";
|
|
base06 = "2A2A2A";
|
|
base07 = "000000";
|
|
base08 = "A80000";
|
|
base09 = "FCFC54";
|
|
base0A = "A85400";
|
|
base0B = "00A800";
|
|
base0C = "00A8A8";
|
|
base0D = "0000A8";
|
|
base0E = "A800A8";
|
|
base0F = "54FC54";
|
|
}
|