1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 17:07:46 +00:00
ThemeNix/themes/windows-95.nix

20 lines
424 B
Nix

{
name = "Windows 95";
author = "Fergus Collins (https://github.com/C-Fergus)";
base00 = "000000";
base01 = "1C1C1C";
base02 = "383838";
base03 = "545454";
base04 = "7E7E7E";
base05 = "A8A8A8";
base06 = "D2D2D2";
base07 = "FCFCFC";
base08 = "FC5454";
base09 = "A85400";
base0A = "FCFC54";
base0B = "54FC54";
base0C = "54FCFC";
base0D = "5454FC";
base0E = "FC54FC";
base0F = "00A800";
}