Skip to content

Commit

Permalink
Improve prominence of find match backgrounds
Browse files Browse the repository at this point in the history
closes #72
  • Loading branch information
whizkydee committed Mar 12, 2023
1 parent 8d31db9 commit c0d444a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions themes/palenight-italic.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"editor.inactiveSelectionBackground": "#7e57c25a",
"editor.wordHighlightBackground": "#32374D",
"editor.wordHighlightStrongBackground": "#2E3250",
"editor.findMatchBackground": "#7e57c25a",
"editor.findMatchHighlightBackground": "#2E3248",
"editor.findMatchBackground": "#2e3248fc",
"editor.findMatchHighlightBackground": "#7e57c233",
"editor.findRangeHighlightBackground": null,
"editor.hoverHighlightBackground": "#7e57c25a",
"editor.lineHighlightBackground": "#0003",
Expand Down
4 changes: 2 additions & 2 deletions themes/palenight-mild-contrast.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"editor.inactiveSelectionBackground": "#7e57c25a",
"editor.wordHighlightBackground": "#32374D",
"editor.wordHighlightStrongBackground": "#2E3250",
"editor.findMatchBackground": "#7e57c25a",
"editor.findMatchHighlightBackground": "#2E3248",
"editor.findMatchBackground": "#2e3248fc",
"editor.findMatchHighlightBackground": "#7e57c233",
"editor.findRangeHighlightBackground": null,
"editor.hoverHighlightBackground": "#7e57c25a",
"editor.lineHighlightBackground": "#0003",
Expand Down
4 changes: 2 additions & 2 deletions themes/palenight-operator.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"editor.inactiveSelectionBackground": "#7e57c25a",
"editor.wordHighlightBackground": "#32374D",
"editor.wordHighlightStrongBackground": "#2E3250",
"editor.findMatchBackground": "#7e57c25a",
"editor.findMatchHighlightBackground": "#2E3248",
"editor.findMatchBackground": "#2e3248fc",
"editor.findMatchHighlightBackground": "#7e57c233",
"editor.findRangeHighlightBackground": null,
"editor.hoverHighlightBackground": "#7e57c25a",
"editor.lineHighlightBackground": "#0003",
Expand Down
4 changes: 2 additions & 2 deletions themes/palenight.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"editor.inactiveSelectionBackground": "#7e57c25a",
"editor.wordHighlightBackground": "#32374D",
"editor.wordHighlightStrongBackground": "#2E3250",
"editor.findMatchBackground": "#7e57c25a",
"editor.findMatchHighlightBackground": "#2E3248",
"editor.findMatchBackground": "#2e3248fc",
"editor.findMatchHighlightBackground": "#7e57c233",
"editor.findRangeHighlightBackground": null,
"editor.hoverHighlightBackground": "#7e57c25a",
"editor.lineHighlightBackground": "#0003",
Expand Down

0 comments on commit c0d444a

Please sign in to comment.