mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-27 16:37:46 +00:00
20 lines
422 B
Nix
20 lines
422 B
Nix
{
|
|
name = "Default Light";
|
|
author = "Chris Kempson (http://chriskempson.com)";
|
|
base00 = "F8F8F8";
|
|
base01 = "E8E8E8";
|
|
base02 = "D8D8D8";
|
|
base03 = "B8B8B8";
|
|
base04 = "585858";
|
|
base05 = "383838";
|
|
base06 = "282828";
|
|
base07 = "181818";
|
|
base08 = "AB4642";
|
|
base09 = "DC9656";
|
|
base0A = "F7CA88";
|
|
base0B = "A1B56C";
|
|
base0C = "86C1B9";
|
|
base0D = "7CAFC2";
|
|
base0E = "BA8BAF";
|
|
base0F = "A16946";
|
|
}
|