mirror of
https://github.com/danth/stylix
synced 2025-02-16 13:28:35 +00:00
vscode: fixed search match opacity (#427)
This commit is contained in:
parent
e59d2c1725
commit
73c6955b45
1 changed files with 4 additions and 4 deletions
|
@ -196,14 +196,14 @@
|
|||
"editor.wordHighlightStrongBorder": null,
|
||||
"editor.wordHighlightTextBackground": null,
|
||||
"editor.wordHighlightTextBorder": null,
|
||||
"editor.findMatchBackground": "#{{base0A-hex}}",
|
||||
"editor.findMatchHighlightBackground": "#{{base09-hex}}",
|
||||
"editor.findMatchBackground": "#{{base0A-hex}}18",
|
||||
"editor.findMatchHighlightBackground": "#{{base0A-hex}}66",
|
||||
"editor.findRangeHighlightBackground": "#{{base01-hex}}",
|
||||
"editor.findMatchBorder": null,
|
||||
"editor.findMatchBorder": "#{{base0A-hex}}",
|
||||
"editor.findMatchHighlightBorder": null,
|
||||
"editor.findRangeHighlightBorder": null,
|
||||
"search.resultsInfoForeground": null,
|
||||
"searchEditor.findMatchBackground": "#{{base0A-hex}}",
|
||||
"searchEditor.findMatchBackground": "#{{base0A-hex}}99",
|
||||
"searchEditor.findMatchBorder": null,
|
||||
"searchEditor.textInputBorder": null,
|
||||
"editor.hoverHighlightBackground": "#{{base02-hex}}",
|
||||
|
|
Loading…
Add table
Reference in a new issue