From 98dd557de05060c9a34e6ca61af84ee80c9eea8c Mon Sep 17 00:00:00 2001 From: Kristi Date: Wed, 23 Oct 2019 11:34:11 -0400 Subject: [PATCH] Update editor selection background --- themes/tokyo-night-color-theme.json | 18 +++++++++--------- themes/tokyo-night-storm-color-theme.json | 20 ++++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 30ab398..5782e90 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -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", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index ddd20b3..5262b63 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -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",