Added a setting to define the global color for borders. (#461)

This commit is contained in:
Jas Singh
2024-11-08 18:44:13 -08:00
committed by GitHub
parent 3cc3fa5d42
commit bc96dff485
56 changed files with 446 additions and 397 deletions

View File

@@ -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({