Added a setting to define the global color for borders. (#461)
This commit is contained in:
@@ -69,7 +69,7 @@ export const BarTheme = (): Scrollable<Child, Attribute> => {
|
||||
disabledBinding: options.theme.matugen,
|
||||
}),
|
||||
Option({ opt: options.theme.bar.buttons.background, title: 'Button Background', type: 'color' }),
|
||||
Option({ opt: options.theme.bar.buttons.hover, title: 'Button Hover', type: 'color' }),
|
||||
Option({ opt: options.theme.bar.buttons.borderColor, title: 'Button Border', type: 'color' }),
|
||||
Option({ opt: options.theme.bar.buttons.text, title: 'Button Text', type: 'color' }),
|
||||
Option({ opt: options.theme.bar.buttons.icon, title: 'Button Icon', type: 'color' }),
|
||||
Option({
|
||||
|
||||
Reference in New Issue
Block a user