Skip to content

Commit

Permalink
Merge pull request #11 from max-SS/peekView-colors
Browse files Browse the repository at this point in the history
color change to peekview and lists.
  • Loading branch information
max-SS authored Nov 26, 2017
2 parents 6cbb050 + e5b6865 commit 192206d
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions themes/cyberpunk-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@
"statusBar.background": "#182333",
"statusBar.border": "#00FF9C",
"statusBar.foreground": "#00FF9C",
"list.activeSelectionBackground": "#1f030d",
"list.activeSelectionForeground": "#ff4081",
"list.focusBackground": "#1f030d",
"list.hoverBackground": "#1f030d",
"list.activeSelectionBackground": "#182333",
"list.activeSelectionForeground": "#00FF9C",
"list.focusBackground": "#182333",
"list.hoverBackground": "#182333",
"list.hoverForeground": "#00FF9C",
"list.highlightForeground": "#00FF9C",
"list.inactiveSelectionBackground": "#1f030d",
"list.inactiveSelectionForeground": "#ff4081",
"list.inactiveSelectionBackground": "#100d23",
"list.inactiveSelectionForeground": "#9f5fff",
"notification.background": "#182333",
"notification.foreground": "#00e676",
"notification.buttonBackground": "#273b54",
Expand All @@ -64,12 +65,19 @@
"notification.infoForeground": "#00b0ff",
"notification.warningBackground": "#ffff0026",
"notification.warningForeground": "#ffff00",
"progressBar.background": "#ff4081",
"peekViewEditor.matchHighlightBackground": "#5e35b1",
"peekView.border": "#ff4081",
"peekViewEditor.background": "#1f030d",
"peekViewResult.background": "#551b2f",
"peekViewResult.fileForeground": "#ff4081",
"peekViewTitle.background": "#ff4081",
"peekView.border": "#00b0ff",
"peekViewEditor.background": "#080e21",
"peekViewResult.background": "#0f1b38",
"peekViewResult.fileForeground": "#00b0ff",
"peekViewTitle.background": "#080e21",
"peekViewTitleLabel.foreground": "#00b0ff",
"peekViewTitleDescription.foreground": "#7877b3",
"peekViewResult.selectionBackground": "#5c35b154",
"peekViewResult.lineForeground": "#7877b3",
"peekViewResult.matchHighlightBackground": "#6a3ecf6e",
"peekViewResult.selectionForeground": "#00b0ff",
"panel.background": "#100d23",
"panel.border": "#00e676",
"panelTitle.activeForeground": "#00e676",
Expand Down

0 comments on commit 192206d

Please sign in to comment.