mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:00:06 -05:00
add missing theme variable for custom theming (#6665)
* Update BudgetName color to use sidebarBudgetName New theme variable sidebarBudgetName * Update dark.ts to add sidebarBudgetName variable * Update development.ts to add sidebarBudgetName variable * Update light.ts to add sidebarBudgetName variable * Update midnight.ts to add sidebarBudgetName variable * Update dark.ts * Update development.ts * Update light.ts * Update midnight.ts * Update theme.ts * Create 6665.md Add `sidebarBudgetName` color variable
This commit is contained in:
@@ -43,6 +43,7 @@ export const theme = {
|
||||
sidebarItemBackgroundHover: 'var(--color-sidebarItemBackgroundHover)',
|
||||
sidebarItemText: 'var(--color-sidebarItemText)',
|
||||
sidebarItemTextSelected: 'var(--color-sidebarItemTextSelected)',
|
||||
sidebarBudgetName: 'var(--color-sidebarBudgetName)',
|
||||
menuBackground: 'var(--color-menuBackground)',
|
||||
menuItemBackground: 'var(--color-menuItemBackground)',
|
||||
menuItemBackgroundHover: 'var(--color-menuItemBackgroundHover)',
|
||||
|
||||
Reference in New Issue
Block a user