diff options
Diffstat (limited to 'themes/dark')
-rw-r--r-- | themes/dark/yaru-dark.json | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/themes/dark/yaru-dark.json b/themes/dark/yaru-dark.json index d28fd5e..81af7cb 100644 --- a/themes/dark/yaru-dark.json +++ b/themes/dark/yaru-dark.json @@ -343,8 +343,8 @@ "foreground": "#FFFFFF", "button.background": "#e95420", "button.foreground": "#ffffff", - "dropdown.background": "#595959", - "input.background": "#595959", + "dropdown.background": "#484848", + "input.background": "#484848", "inputOption.activeBorder": "#e95420", "list.activeSelectionBackground": "#e95420", "list.activeSelectionForeground": "#FFFFFF", @@ -354,14 +354,14 @@ "list.highlightForeground": "#e95420", "list.hoverBackground": "#575757", "list.inactiveSelectionBackground": "#575757", - "activityBar.background": "#575757", + "activityBar.background": "#484848", "activityBar.dropBackground": "#e9542080", - "activityBarBadge.background": "#e95420", + "activityBarBadge.background": "#0c6d1a", "activityBarBadge.foreground": "#ffffff", - "badge.background": "#e95420", + "badge.background": "#991121", "badge.foreground": "#ffffff", - "sideBar.background": "#3f3f3f", - "sideBarSectionHeader.background": "#575757", + "sideBar.background": "#343434", + "sideBarSectionHeader.background": "#484848", "editorGroup.dropBackground": "#e9542080", "editorGroup.focusedEmptyBorder": "#e95420", "editorGroupHeader.tabsBackground": "#383838", @@ -377,6 +377,9 @@ "editorLineNumber.foreground": "#FFFFFF4d", "editorLineNumber.activeForeground": "#e95420", "editor.selectionBackground": "#5e2750", + "editor.selectionHighlightBackground": "#5e2750aa", + "editor.wordHighlightBackground": "#5e2750aa", + "editor.wordHighlightStrongBackground": "#5e2750aa", "editor.lineHighlightBorder": "#FFFFFF1a", "editor.rangeHighlightBackground": "#FFFFFF0d", "editorWidget.background": "#434343", |