diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2020-07-17 19:00:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 19:00:30 -0400 |
commit | b76eaafa2fcc6748c19e94fcb6548bcd465978cd (patch) | |
tree | 9c7f367bd33e0bc2c668ff0fbd2842d0fb634798 /themes/dark | |
parent | f8b61d36956880736f4d0009b5e2b3e4f51f196b (diff) | |
parent | 5675f5d0e25a81112175474394d15f7d2edf9b21 (diff) |
Merge pull request #29 from Feichtmeier/Tiny_improvements_to_yaru
Minor improvements
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", |