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

Update editor selection background

This commit is contained in:
Kristi 2019-10-23 11:34:11 -04:00
parent 2425cd103b
commit 98dd557de0
2 changed files with 19 additions and 19 deletions

View file

@ -46,6 +46,14 @@
"dropdown.background": "#14141b", "dropdown.background": "#14141b",
"dropdown.listBackground": "#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", "tree.indentGuidesStroke": "#2b2b3b",
"sideBar.foreground": "#787c99", "sideBar.foreground": "#787c99",
"sideBar.background": "#16161e", "sideBar.background": "#16161e",
@ -88,7 +96,7 @@
"editorLink.activeForeground": "#acb0d0", "editorLink.activeForeground": "#acb0d0",
"editor.selectionBackground": "#515c7e33", "editor.selectionBackground": "#515c7e33",
"editor.inactiveSelectionBackground": "#515c7e33", "editor.inactiveSelectionBackground": "#515c7e25",
"editor.findMatchBackground": "#3d59a166", "editor.findMatchBackground": "#3d59a166",
"editor.findMatchBorder": "#e0af68", "editor.findMatchBorder": "#e0af68",
@ -209,14 +217,6 @@
"statusBarItem.prominentBackground": "#101014", "statusBarItem.prominentBackground": "#101014",
"statusBarItem.prominentHoverBackground": "#20222c", "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.activeForeground": "#787c99",
"titleBar.inactiveForeground": "#787c99", "titleBar.inactiveForeground": "#787c99",
"titleBar.activeBackground": "#16161e", "titleBar.activeBackground": "#16161e",

View file

@ -46,6 +46,14 @@
"dropdown.background": "#1b1e2e", "dropdown.background": "#1b1e2e",
"dropdown.listBackground": "#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", "tree.indentGuidesStroke": "#2e344f",
"sideBar.foreground": "#7982a9", "sideBar.foreground": "#7982a9",
"sideBar.background": "#1f2335", "sideBar.background": "#1f2335",
@ -87,8 +95,8 @@
"editor.foreground": "#acb0d0", "editor.foreground": "#acb0d0",
"editorLink.activeForeground": "#acb0d0", "editorLink.activeForeground": "#acb0d0",
"editor.selectionBackground": "#6f7bb625", "editor.selectionBackground": "#6f7bb622",
"editor.inactiveSelectionBackground": "#6f7bb622", "editor.inactiveSelectionBackground": "#6f7bb615",
"editor.findMatchBackground": "#3d59a166", "editor.findMatchBackground": "#3d59a166",
"editor.findMatchBorder": "#ffdb69aa", "editor.findMatchBorder": "#ffdb69aa",
@ -208,14 +216,6 @@
"statusBarItem.prominentBackground": "#1b1e2e", "statusBarItem.prominentBackground": "#1b1e2e",
"statusBarItem.prominentHoverBackground": "#282e44", "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.activeForeground": "#7982a9",
"titleBar.inactiveForeground": "#7982a9", "titleBar.inactiveForeground": "#7982a9",
"titleBar.activeBackground": "#1f2335", "titleBar.activeBackground": "#1f2335",