mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Brighten word selection background slightly
This commit is contained in:
parent
ce2b1f101f
commit
f12ac2bae7
3 changed files with 8 additions and 8 deletions
|
@ -130,16 +130,16 @@
|
|||
|
||||
"editor.findRangeHighlightBackground": "#515c7e33",
|
||||
"editor.rangeHighlightBackground": "#515c7e20",
|
||||
"editor.wordHighlightBackground": "#515c7e33",
|
||||
"editor.wordHighlightStrongBackground": "#515c7e44",
|
||||
"editor.selectionHighlightBackground": "#515c7e28",
|
||||
"editor.wordHighlightBackground": "#515c7e44",
|
||||
"editor.wordHighlightStrongBackground": "#515c7e55",
|
||||
"editor.selectionHighlightBackground": "#515c7e44",
|
||||
|
||||
"editorCursor.foreground": "#c0caf5",
|
||||
"editorIndentGuide.background": "#1e202e", //"#1e202e",
|
||||
"editorIndentGuide.background": "#1e202e",
|
||||
"editorIndentGuide.activeBackground": "#363b54",
|
||||
"editorLineNumber.foreground": "#363b54",
|
||||
"editorLineNumber.activeForeground": "#737aa2",
|
||||
"editor.lineHighlightBackground": "#1e202e", //"#1e202e",
|
||||
"editor.lineHighlightBackground": "#1e202e",
|
||||
"editorWhitespace.foreground": "#363b54",
|
||||
|
||||
"editorMarkerNavigation.background": "#16161e",
|
||||
|
|
|
@ -127,8 +127,8 @@
|
|||
"editor.findRangeHighlightBackground": "#34548a15",
|
||||
"editor.rangeHighlightBackground": "#fafbff20",
|
||||
"editor.wordHighlightBackground": "#fafbff33",
|
||||
"editor.wordHighlightStrongBackground": "#fafbff44",
|
||||
"editor.selectionHighlightBackground": "#fafbff22",
|
||||
"editor.wordHighlightStrongBackground": "#fafbff66",
|
||||
"editor.selectionHighlightBackground": "#fafbff55",
|
||||
|
||||
"editorCursor.foreground": "#4c505e",
|
||||
"editorIndentGuide.background": "#cacbcf",
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
"editor.rangeHighlightBackground": "#6f7bb620",
|
||||
"editor.wordHighlightBackground": "#6f7bb633",
|
||||
"editor.wordHighlightStrongBackground": "#6f7bb644",
|
||||
"editor.selectionHighlightBackground": "#6f7bb622",
|
||||
"editor.selectionHighlightBackground": "#6f7bb633",
|
||||
|
||||
"editorCursor.foreground": "#c0caf5",
|
||||
"editorIndentGuide.background": "#292e42",
|
||||
|
|
Loading…
Reference in a new issue