feat(colorscheme): add gruvbox-material-medium-dark
This commit is contained in:
parent
788d6c605e
commit
56fbaafdd0
7 changed files with 93 additions and 57 deletions
|
|
@ -1,12 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.ooknet.appearance.colorscheme;
|
||||
inherit (lib) mkIf;
|
||||
in {
|
||||
ooknet.appearance.colorscheme = mkIf (cfg.name == "hozen" && cfg.variant == "dark") {
|
||||
colorscheme = {
|
||||
palette = {
|
||||
crust = "2b2927";
|
||||
mantle = "33312e";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue