feat: add padding option for inactive workspace numbers (#702)
* feat: add padding option for inactive workspace number * chore: reorder options to gather padding related options --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -210,6 +210,7 @@ const options = mkOptions(CONFIG, {
|
||||
hover: opt(colors.pink),
|
||||
numbered_active_highlight_border: opt('0.2em'),
|
||||
numbered_active_highlight_padding: opt('0.2em'),
|
||||
numbered_inactive_padding: opt('0.2em'),
|
||||
numbered_active_highlighted_text_color: opt(colors.mantle),
|
||||
numbered_active_underline_color: opt(colors.pink),
|
||||
spacing: opt('0.5em'),
|
||||
|
||||
Reference in New Issue
Block a user