fix mpv accent color
This commit is contained in:
parent
0992508b41
commit
236a668391
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
with config.scheme;
|
||||
lib.concatStringsSep "," (
|
||||
lib.mapAttrsToList (key: value: "${key}=${value}") {
|
||||
foreground = config.scheme.withHashtag.${config.colors.accent};
|
||||
foreground = config.scheme.${config.colors.accent};
|
||||
foreground_text = base01;
|
||||
background = base00;
|
||||
background_text = base05;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue