added stuff
This commit is contained in:
parent
e8d9044d2b
commit
9d0ebdfbd0
907 changed files with 70990 additions and 0 deletions
25
nyx/modules/options/theme/palettes/angel-light.nix
Normal file
25
nyx/modules/options/theme/palettes/angel-light.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue