fix accents
This commit is contained in:
parent
91a1210e1f
commit
a68c68b735
9 changed files with 12 additions and 12 deletions
|
|
@ -36,7 +36,7 @@
|
|||
ColorScheme =
|
||||
with config.scheme;
|
||||
let
|
||||
accent = base09;
|
||||
accent = config.scheme.withHashtag.${config.colors.accent};
|
||||
mkColors = roles: builtins.concatStringsSep ", " (map (r: "#ff${r}") roles);
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue