mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 01:17:45 +00:00
20 lines
466 B
Nix
20 lines
466 B
Nix
{
|
|
name = "selenized-white";
|
|
author = "Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali";
|
|
base00 = "FFFFFF";
|
|
base01 = "EBEBEB";
|
|
base02 = "CDCDCD";
|
|
base03 = "878787";
|
|
base04 = "878787";
|
|
base05 = "474747";
|
|
base06 = "282828";
|
|
base07 = "282828";
|
|
base08 = "BF0000";
|
|
base09 = "BA3700";
|
|
base0A = "AF8500";
|
|
base0B = "008400";
|
|
base0C = "009A8A";
|
|
base0D = "0054CF";
|
|
base0E = "6B40C3";
|
|
base0F = "DD0F9D";
|
|
}
|