fix accents

This commit is contained in:
Sean Kovacs 2026-02-08 21:32:44 -05:00
commit a5fd0bf597
Signed by: sckova
GPG key ID: 00F325187C68651A
9 changed files with 12 additions and 12 deletions

View file

@ -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;
};