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