0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Brighten word selection background slightly

This commit is contained in:
Kristi 2021-03-24 15:15:26 -04:00
parent ce2b1f101f
commit f12ac2bae7
3 changed files with 8 additions and 8 deletions

View file

@ -130,16 +130,16 @@
"editor.findRangeHighlightBackground": "#515c7e33", "editor.findRangeHighlightBackground": "#515c7e33",
"editor.rangeHighlightBackground": "#515c7e20", "editor.rangeHighlightBackground": "#515c7e20",
"editor.wordHighlightBackground": "#515c7e33", "editor.wordHighlightBackground": "#515c7e44",
"editor.wordHighlightStrongBackground": "#515c7e44", "editor.wordHighlightStrongBackground": "#515c7e55",
"editor.selectionHighlightBackground": "#515c7e28", "editor.selectionHighlightBackground": "#515c7e44",
"editorCursor.foreground": "#c0caf5", "editorCursor.foreground": "#c0caf5",
"editorIndentGuide.background": "#1e202e", //"#1e202e", "editorIndentGuide.background": "#1e202e",
"editorIndentGuide.activeBackground": "#363b54", "editorIndentGuide.activeBackground": "#363b54",
"editorLineNumber.foreground": "#363b54", "editorLineNumber.foreground": "#363b54",
"editorLineNumber.activeForeground": "#737aa2", "editorLineNumber.activeForeground": "#737aa2",
"editor.lineHighlightBackground": "#1e202e", //"#1e202e", "editor.lineHighlightBackground": "#1e202e",
"editorWhitespace.foreground": "#363b54", "editorWhitespace.foreground": "#363b54",
"editorMarkerNavigation.background": "#16161e", "editorMarkerNavigation.background": "#16161e",

View file

@ -127,8 +127,8 @@
"editor.findRangeHighlightBackground": "#34548a15", "editor.findRangeHighlightBackground": "#34548a15",
"editor.rangeHighlightBackground": "#fafbff20", "editor.rangeHighlightBackground": "#fafbff20",
"editor.wordHighlightBackground": "#fafbff33", "editor.wordHighlightBackground": "#fafbff33",
"editor.wordHighlightStrongBackground": "#fafbff44", "editor.wordHighlightStrongBackground": "#fafbff66",
"editor.selectionHighlightBackground": "#fafbff22", "editor.selectionHighlightBackground": "#fafbff55",
"editorCursor.foreground": "#4c505e", "editorCursor.foreground": "#4c505e",
"editorIndentGuide.background": "#cacbcf", "editorIndentGuide.background": "#cacbcf",

View file

@ -132,7 +132,7 @@
"editor.rangeHighlightBackground": "#6f7bb620", "editor.rangeHighlightBackground": "#6f7bb620",
"editor.wordHighlightBackground": "#6f7bb633", "editor.wordHighlightBackground": "#6f7bb633",
"editor.wordHighlightStrongBackground": "#6f7bb644", "editor.wordHighlightStrongBackground": "#6f7bb644",
"editor.selectionHighlightBackground": "#6f7bb622", "editor.selectionHighlightBackground": "#6f7bb633",
"editorCursor.foreground": "#c0caf5", "editorCursor.foreground": "#c0caf5",
"editorIndentGuide.background": "#292e42", "editorIndentGuide.background": "#292e42",