From 717125b3e10ba9279bb2060c50019aea96b405d6 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Tue, 25 Apr 2017 22:32:23 +0200 Subject: [PATCH] [theme] update kimbie dark --- .../themes/kimbie-dark-color-theme.json | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json b/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json index 8962ef7037a..17574b52935 100644 --- a/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json +++ b/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json @@ -1,12 +1,27 @@ { - "name": "Kimbie (dark)", + "name": "Kimbie Dark", + "type": "dark", "colors": { + "inputBoxBackground": "#2f2f2f", "editorBackground": "#221a0f", - "editorCursor": "#d3af86", "editorForeground": "#d3af86", - "editorWhitespaces": "#a57a4c", + "editorSelection": "#84613daa", + "editorWidgetBackground": "#131510", + "tabsContainerBackground": "#131510", + "inactiveTabBackground": "#131510", + "statusBarBackground": "#162257", + "activityBarBackground": "#221a0f", + "activityBarForeground": "#d3af86", + "activityBadgeBackground": "#162257", + "sideBarBackground": "#131510", "editorLineHighlight": "#5e452b", - "editorSelection": "#84613d" + "editorCursor": "#d3af86", + "editorWhitespaces": "#a57a4c", + "peekViewTitleBackground": "#131510", + "peekViewBorder": "#5e452b", + "peekViewResultsBackground": "#131510", + "peekViewEditorBackground": "#221a14", + "peekViewEditorMatchHighlight": "#84613daa" }, "tokenColors": [ { -- GitLab