From 8ce7fbed6e9db42433c87de1168e5ebc82886f7a Mon Sep 17 00:00:00 2001 From: maxSS Date: Sat, 31 Mar 2018 15:53:59 -0300 Subject: [PATCH] the same changes as in cyberpunk, and renaming the UMBRA mode --- package.json | 2 +- themes/cyberpunk-mode-umbra-color-theme.json | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8f78a50..d6d86f9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "path": "./themes/cyberpunk-color-theme.json" }, { - "label": "Cyberpunk mode U.M.B.R.A", + "label": "Activate U.M.B.R.A. protocol", "uiTheme": "vs-dark", "path": "./themes/cyberpunk-mode-umbra-color-theme.json" } diff --git a/themes/cyberpunk-mode-umbra-color-theme.json b/themes/cyberpunk-mode-umbra-color-theme.json index ec785b8..44ce4fb 100644 --- a/themes/cyberpunk-mode-umbra-color-theme.json +++ b/themes/cyberpunk-mode-umbra-color-theme.json @@ -2,6 +2,14 @@ "name": "cyberpunk umbra", "type": "dark", "colors": { + "diffEditor.insertedTextBackground": "#00ff8427", + "diffEditor.removedTextBackground": "#ff174534", + "gitlens.gutterBackgroundColor": "#182333", + "gitlens.gutterForegroundColor": "#00e676", + "gitlens.gutterUncommittedForegroundColor": "#ffff00", + "gitlens.lineHighlightBackgroundColor": "#ff174426", + "gitlens.lineHighlightOverviewRulerColor": "#ffff00", + "gitlens.trailingLineForegroundColor": "#00ff8449", "activityBar.background": "#100d23", "activityBar.foreground": "#69f0ae", "activityBarBadge.background": "#00FF9C", @@ -37,8 +45,8 @@ "tab.inactiveBackground": "#1e1d45", "tab.inactiveForeground": "#7877b3", "tab.activeBackground": "#100d23", - "input.background": "#1f030d", - "input.border": "#ff4081", + "input.background": "#182333", + "input.border": "#00FF9C", "panelTitle.activeBorder": "#00FF9C", "dropdown.background": "#182333", "dropdown.border": "#00FF9C",