Added the ability to select workspace underline color and highlight padding. (#130)

This commit is contained in:
Jas Singh
2024-08-14 21:36:57 -07:00
committed by GitHub
parent 250443de63
commit 83c0941bee
6 changed files with 9 additions and 13 deletions

View File

@@ -146,7 +146,9 @@ const options = mkOptions(OPTIONS, {
occupied: opt(colors.flamingo),
active: opt(colors.pink),
numbered_active_highlight_border: opt("0.2em"),
numbered_active_text_color: opt(colors.mantle),
numbered_active_highlight_padding: opt("0.2em"),
numbered_active_highlighted_text_color: opt(colors.mantle),
numbered_active_underline_color: opt(colors.pink),
},
windowtitle: {
background: opt(colors.base2),