mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Brighten selection background
This commit is contained in:
parent
999dc8614c
commit
940461311e
2 changed files with 4 additions and 4 deletions
|
@ -95,12 +95,12 @@
|
|||
"scrollbarSlider.hoverBackground": "#868bc410",
|
||||
"scrollbarSlider.activeBackground": "#868bc422",
|
||||
|
||||
"selection.background": "#515c7e33",
|
||||
"selection.background": "#515c7e40",
|
||||
"editor.background": "#1a1b26",
|
||||
"editor.foreground": "#a9b1d6",
|
||||
"editorLink.activeForeground": "#acb0d0",
|
||||
|
||||
"editor.selectionBackground": "#515c7e33",
|
||||
"editor.selectionBackground": "#515c7e40",
|
||||
"editor.inactiveSelectionBackground": "#515c7e25",
|
||||
|
||||
"editor.findMatchBackground": "#3d59a166",
|
||||
|
|
|
@ -95,12 +95,12 @@
|
|||
"scrollbarSlider.hoverBackground": "#9cacff10",
|
||||
"scrollbarSlider.activeBackground": "#9cacff22",
|
||||
|
||||
"selection.background": "#6f7bb625",
|
||||
"selection.background": "#6f7bb635",
|
||||
"editor.background": "#24283b",
|
||||
"editor.foreground": "#a9b1d6",
|
||||
"editorLink.activeForeground": "#a9b1d6",
|
||||
|
||||
"editor.selectionBackground": "#6f7bb628",
|
||||
"editor.selectionBackground": "#6f7bb630",
|
||||
"editor.inactiveSelectionBackground": "#6f7bb615",
|
||||
|
||||
"editor.findMatchBackground": "#3d59a166",
|
||||
|
|
Loading…
Reference in a new issue