mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
20 lines
430 B
Nix
20 lines
430 B
Nix
{
|
|
name = "Windows 10 Light";
|
|
author = "Fergus Collins (https://github.com/C-Fergus)";
|
|
base00 = "F2F2F2";
|
|
base01 = "E5E5E5";
|
|
base02 = "D9D9D9";
|
|
base03 = "CCCCCC";
|
|
base04 = "ABABAB";
|
|
base05 = "767676";
|
|
base06 = "414141";
|
|
base07 = "0C0C0C";
|
|
base08 = "C50F1F";
|
|
base09 = "F9F1A5";
|
|
base0A = "C19C00";
|
|
base0B = "13A10E";
|
|
base0C = "3A96DD";
|
|
base0D = "0037DA";
|
|
base0E = "881798";
|
|
base0F = "16C60C";
|
|
}
|