fix accents
This commit is contained in:
parent
91a1210e1f
commit
a68c68b735
9 changed files with 12 additions and 12 deletions
|
|
@ -15,7 +15,7 @@
|
|||
home.file.".librewolf/default/chrome/colors.css" = with config.scheme.withHashtag; {
|
||||
text = ''
|
||||
* {
|
||||
--accent: ${base09};
|
||||
--accent: ${config.scheme.withHashtag.${config.colors.accent}};
|
||||
--rosewater: ${base06};
|
||||
--flamingo: ${base0F};
|
||||
--pink: ${base17};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
useQuickCss = true;
|
||||
themeLinks = [ ];
|
||||
eagerPatches = false;
|
||||
enabledThemes = [ "catppuccin-mocha-peach.theme.css" ];
|
||||
enabledThemes = [ "base16.css" ];
|
||||
enableReactDevtools = false;
|
||||
frameless = false;
|
||||
transparent = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue