mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 17:07:46 +00:00
20 lines
449 B
Nix
20 lines
449 B
Nix
{
|
|
name = "standardized-light";
|
|
author = "ali (https://github.com/ali-githb/base16-standardized-scheme)";
|
|
base00 = "FFFFFF";
|
|
base01 = "EEEEEE";
|
|
base02 = "CCCCCC";
|
|
base03 = "767676";
|
|
base04 = "767676";
|
|
base05 = "444444";
|
|
base06 = "333333";
|
|
base07 = "222222";
|
|
base08 = "D03E3E";
|
|
base09 = "D7691D";
|
|
base0A = "AD8200";
|
|
base0B = "31861F";
|
|
base0C = "00998F";
|
|
base0D = "3173C5";
|
|
base0E = "9E57C2";
|
|
base0F = "895025";
|
|
}
|