1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-29 09:27: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-nt.nix Normal file
View file

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