mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 08:57:46 +00:00
20 lines
424 B
Nix
20 lines
424 B
Nix
{
|
|
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";
|
|
}
|