Skip to content

Commit

Permalink
feat: make list items more prominent when selected / focused
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Oct 30, 2019
1 parent 8ca46f5 commit f6c27ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/remedy-straightup/ui.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ export default {
*/
'tree.indentGuidesStroke': `${ui.text.hex()}44`,
'list.activeSelectionBackground': `${ui.accent.hex()}99`,
'list.focusBackground': `${ui.accent.hex()}66`,
'list.focusBackground': `${ui.accent.hex()}BB`,
'list.hoverBackground': `${ui.accent.hex()}22`,
'listFilterWidget.background': `${ui.accent.hex()}99`,
'listFilterWidget.background': `${ui.accent.hex()}AA`,
'list.inactiveSelectionBackground': `${ui.accent.hex()}22`,
'list.highlightForeground': ui.accent.hex(),
// 'list.activeSelectionForeground': '#ff0000',
Expand Down

0 comments on commit f6c27ac

Please sign in to comment.