Added a setting to define the global color for borders. (#461)
This commit is contained in:
@@ -168,6 +168,7 @@ const options = mkOptions(OPTIONS, {
|
||||
style: opt<BarButtonStyles>('default'),
|
||||
enableBorders: opt(false),
|
||||
borderSize: opt('0.1em'),
|
||||
borderColor: opt(colors.lavender),
|
||||
monochrome: opt(false),
|
||||
spacing: opt('0.25em'),
|
||||
padding_x: opt('0.7rem'),
|
||||
|
||||
Reference in New Issue
Block a user