From b714af7a56674a393f4542b307ae33d19ec71561 Mon Sep 17 00:00:00 2001 From: isidor Date: Wed, 26 Apr 2017 15:22:34 +0200 Subject: [PATCH] update quiet light theme #25327 --- .../themes/quietlight-color-theme.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/extensions/theme-quietlight/themes/quietlight-color-theme.json b/extensions/theme-quietlight/themes/quietlight-color-theme.json index 143c427b10f..a267b0ed732 100644 --- a/extensions/theme-quietlight/themes/quietlight-color-theme.json +++ b/extensions/theme-quietlight/themes/quietlight-color-theme.json @@ -453,16 +453,24 @@ } ], "colors": { + "focusedElementOutline": "#A6B39B", + "activityBarBackground": "#3E4932", + "pickerGroupForeground": "#A6B39B", + "pickerGroupBorder": "#749351", + "statusBarBackground": "#749351", + "activityBadgeBackground": "#749351", + "activityBarForeground": "#FFFFFF", + "listActiveSelectionForeground": "#6c6c6c", + "listFocusAndSelectionForeground": "#6c6c6c", + "listFocusBackground": "#CADEB9", + "listFocusAndSelectionBackground": "#A2B294", + "listActiveSelectionBackground": "#B6C8A7", "editorBackground": "#F5F5F5", "editorWhitespaces": "#AAAAAA", "editorLineHighlight": "#E4F6D4", "editorSelection": "#C9D0D9", - "statusBarBackground": "#705697", - "activityBarBackground": "#EDEDF5", - "activityBarForeground": "#705697", "panelBackground": "#F5F5F5", "sideBarBackground": "#F2F2F2", - "focusedElementOutline": "#705697", "editorLineNumbers": "#9DA39A", "editorCursor": "#54494B", "inputBoxActiveOptionBorder": "#adafb7", -- GitLab