1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-30 01:47:45 +00:00

Add project

This commit is contained in:
RGBCube 2023-11-26 18:42:35 +03:00
parent 9698f044be
commit 983157e8ee
No known key found for this signature in database
253 changed files with 5335 additions and 0 deletions

20
themes/windows-95.nix Normal file
View file

@ -0,0 +1,20 @@
{
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";
}