Skip to content

Commit

Permalink
Add peek view styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Rapaport committed Aug 27, 2018
1 parent 02102f2 commit 2a534b1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
7 changes: 5 additions & 2 deletions themes/outrun-electric-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"tokenColors": [
{
"name": "Comment",
"scope": "comment",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
],
"settings": {
"foreground": "#546A90",
"fontStyle": "italic"
Expand Down Expand Up @@ -527,7 +530,7 @@
"list.dropBackground": "#7984D1",
"list.focusBackground": "#8a45a3",
"list.hoverBackground": "#8a45a3",
"list.inactiveSelectionBackground": "#646dac",
"list.inactiveSelectionBackground": "#131033",
"list.errorForeground": "#ff2e97",
"list.warningForeground": "#ff2e97",

Expand Down
17 changes: 14 additions & 3 deletions themes/outrun-night-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"tokenColors": [
{
"name": "Comment",
"scope": "comment",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
],
"settings": {
"foreground": "#546A90",
"fontStyle": "italic"
Expand Down Expand Up @@ -526,7 +529,7 @@
"list.dropBackground": "#7984D1",
"list.focusBackground": "#8a45a3",
"list.hoverBackground": "#8a45a3",
"list.inactiveSelectionBackground": "#646dac",
"list.inactiveSelectionBackground": "#161130",
"list.errorForeground": "#ff2e97",
"list.warningForeground": "#ff2e97",

Expand Down Expand Up @@ -562,6 +565,14 @@
"panelTitle.activeForeground": "#f9faff",
"panelTitle.inactiveForeground": "#7984D1",

// Peek View
"peekView.border": "#ff9b50",
"peekViewEditor.background": "#110d26",
"peekViewEditor.matchHighlightBackground": "#161130",
"peekViewEditor.matchHighlightBorder": "#161130",
"peekViewResult.background": "#0c0a20",
"peekViewTitle.background": "#0c0a20",

// Title Bar Colors
"titleBar.activeBackground": "#0c0a20",

Expand All @@ -573,7 +584,7 @@
"gitDecoration.conflictingResourceForeground":"#df85ff",

// Integrated Terminal
"terminal.background":"#090819",
"terminal.background":"#0c0a20",
"terminal.foreground":"#e4eeff",
"terminal.ansiBlack":"#283034",
"terminal.ansiRed":"#ff2e97",
Expand Down

0 comments on commit 2a534b1

Please sign in to comment.