Skip to content

Commit

Permalink
feat: customise the overview ruler's background
Browse files Browse the repository at this point in the history
Again, very bleeding-edge.
See microsoft/vscode#93732
  • Loading branch information
robertrossmann committed Apr 27, 2020
1 parent da5beb9 commit f99c258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/generators/mkui.mjs
Expand Up @@ -286,6 +286,7 @@ function mkui({ ui, code }) {
'editorBracketMatch.background': `${ui.text.primary.hex()}11`,
'editorBracketMatch.border': `${ui.text.primary.hex()}33`,
// Overview Ruler
'editorOverviewRuler.background': ui.background.panel.hex(),
'editorOverviewRuler.border': ui.border.hex(),
'editorOverviewRuler.bracketMatchForeground': ui.text.primary.hex(),
'editorOverviewRuler.findMatchForeground': `${ui.highlight.word.matches.hex()}AA`,
Expand Down

0 comments on commit f99c258

Please sign in to comment.