Skip to content

Commit

Permalink
fix: mute the sidebar title's foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Apr 30, 2020
1 parent d58e707 commit f64ca8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generators/mkui.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function mkui({ ui, code }) {
'sideBarSectionHeader.background': ui.background.panel.hex(),
'sideBarSectionHeader.border': ui.border.hex(),
'sideBar.dropBackground': `${ui.background.drop.hex()}22`,
// 'sideBarTitle.foreground': '#FF0000',
'sideBarTitle.foreground': ui.text.secondary.hex(),
// 'sideBarSectionHeader.foreground': '#FF0000',

/**
Expand Down

0 comments on commit f64ca8f

Please sign in to comment.