mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-29 01:17:45 +00:00
20 lines
396 B
Nix
20 lines
396 B
Nix
{
|
|
name = "Sagelight";
|
|
author = "Carter Veldhuizen";
|
|
base00 = "F8F8F8";
|
|
base01 = "E8E8E8";
|
|
base02 = "D8D8D8";
|
|
base03 = "B8B8B8";
|
|
base04 = "585858";
|
|
base05 = "383838";
|
|
base06 = "282828";
|
|
base07 = "181818";
|
|
base08 = "FA8480";
|
|
base09 = "FFAA61";
|
|
base0A = "FFDC61";
|
|
base0B = "A0D2C8";
|
|
base0C = "A2D6F5";
|
|
base0D = "A0A7D2";
|
|
base0E = "C8A0D2";
|
|
base0F = "D2B2A0";
|
|
}
|