Skip to content

Commit

Permalink
the same changes as in cyberpunk, and renaming the UMBRA mode
Browse files Browse the repository at this point in the history
  • Loading branch information
max-SS committed Mar 31, 2018
1 parent fc999d2 commit 8ce7fbe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
12 changes: 10 additions & 2 deletions themes/cyberpunk-mode-umbra-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8ce7fbe

Please sign in to comment.