fix accents
This commit is contained in:
parent
91a1210e1f
commit
a68c68b735
9 changed files with 12 additions and 12 deletions
|
|
@ -36,11 +36,11 @@
|
|||
prompt = base04 + "ff";
|
||||
placeholder = base04 + "ff";
|
||||
input = base05 + "ff";
|
||||
match = base09 + "ff";
|
||||
match = config.scheme.withHashtag.${config.colors.accent} + "ff";
|
||||
selection = base04 + "ff";
|
||||
selection-text = base05 + "ff";
|
||||
selection-text = base00 + "ff";
|
||||
counter = base04 + "ff";
|
||||
border = base09 + "ff";
|
||||
border = config.scheme.withHashtag.${config.colors.accent} + "ff";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -103,14 +103,14 @@
|
|||
border = {
|
||||
enable = true;
|
||||
width = 2;
|
||||
active.color = base09;
|
||||
active.color = config.scheme.withHashtag.${config.colors.accent};
|
||||
inactive.color = base01;
|
||||
urgent.color = base12;
|
||||
};
|
||||
focus-ring = {
|
||||
enable = false;
|
||||
width = 2;
|
||||
active.color = base09;
|
||||
active.color = config.scheme.withHashtag.${config.colors.accent};
|
||||
inactive.color = base01;
|
||||
urgent.color = base12;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
programs.noctalia-shell = {
|
||||
enable = true;
|
||||
colors = with config.scheme.withHashtag; {
|
||||
mPrimary = base09;
|
||||
mPrimary = config.scheme.withHashtag.${config.colors.accent};
|
||||
mOnPrimary = base00;
|
||||
mSecondary = base13;
|
||||
mOnSecondary = base00;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue