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",