Skip to content

Commit

Permalink
Merge pull request samrap#9 from samrap/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Sam Rapaport authored Aug 27, 2018
2 parents 1f2d2d9 + 79484f5 commit 5364328
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [0.2.2] - 2018-08-27
### Added
- Styling for Peek View editor
- Styling for indent guides and rulers
- General color improvements

## [0.2.1] - 2018-08-26
### Added
- Styling for Editor Widgets in both Night and Electric
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "outrun",
"displayName": "Outrun",
"description": "A theme for VS Code inspired by the colors, style, and culture of the synthwave music scene.",
"version": "0.2.1",
"version": "0.2.2",
"publisher": "samrapdev",
"repository": "https://github.com/samrap/outrun-theme-vscode",
"homepage": "https://outruntheme.com",
Expand Down
35 changes: 27 additions & 8 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 @@ -493,6 +496,12 @@
"editor.wordHighlightBackground":"#ffffff22",
"editor.wordHighlightStrongBackground":"#42c6ff63",
"editor.lineHighlightBackground": "#0c0a20",
"editorRuler.foreground":"#484f7d",
"editorIndentGuide.background": "#2d2844",
"editorIndentGuide.activeBackground": "#484f7d",
"editorError.foreground": "#ff2e97",
"editorWarning.foreground": "#ff9b50",
"editorInfo.foreground": "#7984D1",

// Editor Widget Colors
"editorWidget.background":"#3b4167",
Expand Down Expand Up @@ -521,9 +530,9 @@
"list.dropBackground": "#7984D1",
"list.focusBackground": "#8a45a3",
"list.hoverBackground": "#8a45a3",
"list.inactiveSelectionBackground": "#646dac",
"list.errorForeground": "#ff0000",
"list.warningForeground": "#ff0000",
"list.inactiveSelectionBackground": "#131033",
"list.errorForeground": "#ff2e97",
"list.warningForeground": "#ff2e97",

// Input Control
"input.background": "#0c0a20",
Expand Down Expand Up @@ -557,6 +566,16 @@
"panelTitle.activeForeground": "#f2f3f7",
"panelTitle.inactiveForeground": "#7984D1",

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

// Title Bar Colors
"titleBar.activeBackground": "#090819",

Expand All @@ -571,17 +590,17 @@
"terminal.background":"#090819",
"terminal.foreground":"#e4eeff",
"terminal.ansiBlack":"#283034",
"terminal.ansiRed":"#ff0081",
"terminal.ansiRed":"#ff2e97",
"terminal.ansiGreen":"#62a9cf",
"terminal.ansiYellow":"#f4b80c",
"terminal.ansiYellow":"#ffd400",
"terminal.ansiBlue":"#42c6ff",
"terminal.ansiMagenta":"#ff2afc",
"terminal.ansiCyan":"#42c6ff",
"terminal.ansiWhite":"#d9e0e9",
"terminal.ansiBrightBlack":"#435056",
"terminal.ansiBrightRed":"#ff0081",
"terminal.ansiBrightRed":"#ff2e97",
"terminal.ansiBrightGreen":"#add0e5",
"terminal.ansiBrightYellow":"#f4b80c",
"terminal.ansiBrightYellow":"#ffd400",
"terminal.ansiBrightBlue":"#42c6ff",
"terminal.ansiBrightMagenta":"#ff2afc",
"terminal.ansiBrightCyan":"#42c6ff",
Expand Down
37 changes: 28 additions & 9 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 @@ -492,6 +495,12 @@
"editor.wordHighlightBackground":"#ffffff22",
"editor.wordHighlightStrongBackground":"#42c6ff63",
"editor.lineHighlightBackground": "#161130",
"editorRuler.foreground":"#484f7d",
"editorIndentGuide.background": "#2d2844",
"editorIndentGuide.activeBackground": "#484f7d",
"editorError.foreground": "#ff2e97",
"editorWarning.foreground": "#ff9b50",
"editorInfo.foreground": "#7984D1",

// Editor Widget Colors
"editorWidget.background":"#484f7d",
Expand Down Expand Up @@ -520,9 +529,9 @@
"list.dropBackground": "#7984D1",
"list.focusBackground": "#8a45a3",
"list.hoverBackground": "#8a45a3",
"list.inactiveSelectionBackground": "#646dac",
"list.errorForeground": "#ff0000",
"list.warningForeground": "#ff0000",
"list.inactiveSelectionBackground": "#161130",
"list.errorForeground": "#ff2e97",
"list.warningForeground": "#ff2e97",

// Input Control
"input.background": "#161130",
Expand Down Expand Up @@ -556,6 +565,16 @@
"panelTitle.activeForeground": "#f9faff",
"panelTitle.inactiveForeground": "#7984D1",

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

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

Expand All @@ -567,20 +586,20 @@
"gitDecoration.conflictingResourceForeground":"#df85ff",

// Integrated Terminal
"terminal.background":"#090819",
"terminal.background":"#0c0a20",
"terminal.foreground":"#e4eeff",
"terminal.ansiBlack":"#283034",
"terminal.ansiRed":"#ff0081",
"terminal.ansiRed":"#ff2e97",
"terminal.ansiGreen":"#62a9cf",
"terminal.ansiYellow":"#f4b80c",
"terminal.ansiYellow":"#ffd400",
"terminal.ansiBlue":"#42c6ff",
"terminal.ansiMagenta":"#ff2afc",
"terminal.ansiCyan":"#42c6ff",
"terminal.ansiWhite":"#d9e0e9",
"terminal.ansiBrightBlack":"#435056",
"terminal.ansiBrightRed":"#ff0081",
"terminal.ansiBrightRed":"#ff2e97",
"terminal.ansiBrightGreen":"#add0e5",
"terminal.ansiBrightYellow":"#f4b80c",
"terminal.ansiBrightYellow":"#ffd400",
"terminal.ansiBrightBlue":"#42c6ff",
"terminal.ansiBrightMagenta":"#ff2afc",
"terminal.ansiBrightCyan":"#42c6ff",
Expand Down

0 comments on commit 5364328

Please sign in to comment.