Skip to content

Commit

Permalink
fix: give minimap background some opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Oct 30, 2022
1 parent a151279 commit ac6f692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/uiColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const getUiColors = (context: ThemeContext) => {
"merge.incomingContentBackground": opacity(palette.blue, 0.2),
"merge.incomingHeaderBackground": opacity(palette.blue, 0.4),

"minimap.background": palette.mantle,
"minimap.background": opacity(palette.mantle, 0.5),
"minimap.errorHighlight": palette.red,
"minimap.findMatchHighlight": palette.surface2,
"minimap.selectionHighlight": palette.surface2,
Expand Down

0 comments on commit ac6f692

Please sign in to comment.