mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update editor selection background
This commit is contained in:
parent
2425cd103b
commit
98dd557de0
2 changed files with 19 additions and 19 deletions
|
@ -46,6 +46,14 @@
|
|||
"dropdown.background": "#14141b",
|
||||
"dropdown.listBackground": "#14141b",
|
||||
|
||||
"activityBar.background": "#16161e",
|
||||
"activityBar.foreground": "#787c99",
|
||||
"activityBar.inactiveForeground": "#35384a",
|
||||
"activityBar.border": "#16161e",
|
||||
"activityBar.dropBackground": "#20222c",
|
||||
"activityBarBadge.background": "#3d59a1",
|
||||
"activityBarBadge.foreground": "#fff",
|
||||
|
||||
"tree.indentGuidesStroke": "#2b2b3b",
|
||||
"sideBar.foreground": "#787c99",
|
||||
"sideBar.background": "#16161e",
|
||||
|
@ -88,7 +96,7 @@
|
|||
"editorLink.activeForeground": "#acb0d0",
|
||||
|
||||
"editor.selectionBackground": "#515c7e33",
|
||||
"editor.inactiveSelectionBackground": "#515c7e33",
|
||||
"editor.inactiveSelectionBackground": "#515c7e25",
|
||||
|
||||
"editor.findMatchBackground": "#3d59a166",
|
||||
"editor.findMatchBorder": "#e0af68",
|
||||
|
@ -209,14 +217,6 @@
|
|||
"statusBarItem.prominentBackground": "#101014",
|
||||
"statusBarItem.prominentHoverBackground": "#20222c",
|
||||
|
||||
"activityBar.background": "#16161e",
|
||||
"activityBar.foreground": "#787c99",
|
||||
"activityBar.inactiveForeground": "#35384a",
|
||||
"activityBar.border": "#16161e",
|
||||
"activityBar.dropBackground": "#20222c",
|
||||
"activityBarBadge.background": "#3d59a1",
|
||||
"activityBarBadge.foreground": "#fff",
|
||||
|
||||
"titleBar.activeForeground": "#787c99",
|
||||
"titleBar.inactiveForeground": "#787c99",
|
||||
"titleBar.activeBackground": "#16161e",
|
||||
|
|
|
@ -46,6 +46,14 @@
|
|||
"dropdown.background": "#1b1e2e",
|
||||
"dropdown.listBackground": "#1b1e2e",
|
||||
|
||||
"activityBar.background": "#1f2335",
|
||||
"activityBar.foreground": "#7982a9",
|
||||
"activityBar.inactiveForeground": "#3b4261",
|
||||
"activityBar.border": "#1f2335",
|
||||
"activityBar.dropBackground": "#282e44",
|
||||
"activityBarBadge.background": "#3d59a1",
|
||||
"activityBarBadge.foreground": "#fff",
|
||||
|
||||
"tree.indentGuidesStroke": "#2e344f",
|
||||
"sideBar.foreground": "#7982a9",
|
||||
"sideBar.background": "#1f2335",
|
||||
|
@ -87,8 +95,8 @@
|
|||
"editor.foreground": "#acb0d0",
|
||||
"editorLink.activeForeground": "#acb0d0",
|
||||
|
||||
"editor.selectionBackground": "#6f7bb625",
|
||||
"editor.inactiveSelectionBackground": "#6f7bb622",
|
||||
"editor.selectionBackground": "#6f7bb622",
|
||||
"editor.inactiveSelectionBackground": "#6f7bb615",
|
||||
|
||||
"editor.findMatchBackground": "#3d59a166",
|
||||
"editor.findMatchBorder": "#ffdb69aa",
|
||||
|
@ -208,14 +216,6 @@
|
|||
"statusBarItem.prominentBackground": "#1b1e2e",
|
||||
"statusBarItem.prominentHoverBackground": "#282e44",
|
||||
|
||||
"activityBar.background": "#1f2335",
|
||||
"activityBar.foreground": "#7982a9",
|
||||
"activityBar.inactiveForeground": "#3b4261",
|
||||
"activityBar.border": "#1f2335",
|
||||
"activityBar.dropBackground": "#282e44",
|
||||
"activityBarBadge.background": "#3d59a1",
|
||||
"activityBarBadge.foreground": "#fff",
|
||||
|
||||
"titleBar.activeForeground": "#7982a9",
|
||||
"titleBar.inactiveForeground": "#7982a9",
|
||||
"titleBar.activeBackground": "#1f2335",
|
||||
|
|
Loading…
Reference in a new issue