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-10.nix Normal file
View file

@ -0,0 +1,20 @@
{
name = "Windows 10";
author = "Fergus Collins (https://github.com/C-Fergus)";
base00 = "0C0C0C";
base01 = "2F2F2F";
base02 = "535353";
base03 = "767676";
base04 = "B9B9B9";
base05 = "CCCCCC";
base06 = "DFDFDF";
base07 = "F2F2F2";
base08 = "E74856";
base09 = "C19C00";
base0A = "F9F1A5";
base0B = "16C60C";
base0C = "61D6D6";
base0D = "3B78FF";
base0E = "B4009E";
base0F = "13A10E";
}