26 lines
535 B
Nix
26 lines
535 B
Nix
![]() |
{
|
||
|
colorscheme = {
|
||
|
slug = "angel-light";
|
||
|
name = "Angel";
|
||
|
variant = "light";
|
||
|
palette = {
|
||
|
base00 = "#140e10";
|
||
|
base01 = "#8E7C86";
|
||
|
base02 = "#C47E81";
|
||
|
base03 = "#988791";
|
||
|
base04 = "#AB9196";
|
||
|
base05 = "#B39BA8";
|
||
|
base06 = "#CEA6A9";
|
||
|
base07 = "#e2d4d8";
|
||
|
base08 = "#9e9497";
|
||
|
base09 = "#8E7C86";
|
||
|
base0A = "#C47E81";
|
||
|
base0B = "#988791";
|
||
|
base0C = "#AB9196";
|
||
|
base0D = "#B39BA8";
|
||
|
base0E = "#CEA6A9";
|
||
|
base0F = "#e2d4d8";
|
||
|
};
|
||
|
};
|
||
|
}
|