nixosModules/style/modules/walker: update walker style
This commit is contained in:
parent
5d1025644a
commit
3a8435a8e3
1 changed files with 4 additions and 4 deletions
|
@ -7,12 +7,12 @@
|
|||
in {
|
||||
config.home-manager.sharedModules = lib.mkIf cfg.enable [
|
||||
{
|
||||
programs.walker = {
|
||||
programs.walker = with cfg.scheme.palette; {
|
||||
theme = {
|
||||
style = ''
|
||||
@define-color foreground ${cfg.scheme.palette.base05};
|
||||
@define-color background ${cfg.scheme.palette.base00};
|
||||
@define-color accent ${cfg.scheme.palette.base0E};
|
||||
@define-color foreground ${base05};
|
||||
@define-color background ${base00};
|
||||
@define-color accent ${base0E};
|
||||
|
||||
#window,
|
||||
#box,
|
||||
|
|
Loading…
Reference in a new issue