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