style: move colorscheme settings
This commit is contained in:
parent
dcdb4235ea
commit
47ed783712
6 changed files with 105 additions and 106 deletions
25
modules/style/palettes/zenburn.nix
Normal file
25
modules/style/palettes/zenburn.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
colorscheme = {
|
||||
slug = "zenburn";
|
||||
name = "Zenburn";
|
||||
variant = "dark";
|
||||
palette = {
|
||||
base00 = "#383838";
|
||||
base01 = "#404040";
|
||||
base02 = "#606060";
|
||||
base03 = "#6f6f6f";
|
||||
base04 = "#808080";
|
||||
base05 = "#dcdccc";
|
||||
base06 = "#c0c0c0";
|
||||
base07 = "#ffffff";
|
||||
base08 = "#dca3a3";
|
||||
base09 = "#afaf8f";
|
||||
base0A = "#e0cf9f";
|
||||
base0B = "#5f7f5f";
|
||||
base0C = "#93e0e3";
|
||||
base0D = "#7cb8bb";
|
||||
base0E = "#dc8cc3";
|
||||
base0F = "#000000";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue