mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 17:37:46 +00:00
Add project
This commit is contained in:
parent
9698f044be
commit
983157e8ee
253 changed files with 5335 additions and 0 deletions
20
themes/windows-highcontrast.nix
Normal file
20
themes/windows-highcontrast.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
name = "Windows High Contrast";
|
||||
author = "Fergus Collins (https://github.com/C-Fergus)";
|
||||
base00 = "000000";
|
||||
base01 = "1C1C1C";
|
||||
base02 = "383838";
|
||||
base03 = "545454";
|
||||
base04 = "A2A2A2";
|
||||
base05 = "C0C0C0";
|
||||
base06 = "DEDEDE";
|
||||
base07 = "FCFCFC";
|
||||
base08 = "FC5454";
|
||||
base09 = "808000";
|
||||
base0A = "FCFC54";
|
||||
base0B = "54FC54";
|
||||
base0C = "54FCFC";
|
||||
base0D = "5454FC";
|
||||
base0E = "FC54FC";
|
||||
base0F = "008000";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue