From 57c521fcb1cbb8e53b6c6bee72b871bd6056df72 Mon Sep 17 00:00:00 2001 From: Sam Rapaport Date: Mon, 27 Aug 2018 10:35:09 -0700 Subject: [PATCH 1/9] Add indent guide and ruler styles. --- themes/outrun-electric-color-theme.json | 3 +++ themes/outrun-night-color-theme.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/themes/outrun-electric-color-theme.json b/themes/outrun-electric-color-theme.json index 264aa0e..39f60d8 100644 --- a/themes/outrun-electric-color-theme.json +++ b/themes/outrun-electric-color-theme.json @@ -493,6 +493,9 @@ "editor.wordHighlightBackground":"#ffffff22", "editor.wordHighlightStrongBackground":"#42c6ff63", "editor.lineHighlightBackground": "#0c0a20", + "editorRuler.foreground":"#484f7d", + "editorIndentGuide.background": "#2d2844", + "editorIndentGuide.activeBackground": "#484f7d", // Editor Widget Colors "editorWidget.background":"#3b4167", diff --git a/themes/outrun-night-color-theme.json b/themes/outrun-night-color-theme.json index 40b6b61..eebebba 100644 --- a/themes/outrun-night-color-theme.json +++ b/themes/outrun-night-color-theme.json @@ -492,6 +492,9 @@ "editor.wordHighlightBackground":"#ffffff22", "editor.wordHighlightStrongBackground":"#42c6ff63", "editor.lineHighlightBackground": "#161130", + "editorRuler.foreground":"#484f7d", + "editorIndentGuide.background": "#2d2844", + "editorIndentGuide.activeBackground": "#484f7d", // Editor Widget Colors "editorWidget.background":"#484f7d", From 622f2140695ddb3fe074f882b634ff8bbd9d9851 Mon Sep 17 00:00:00 2001 From: Sam Rapaport Date: Mon, 27 Aug 2018 10:40:40 -0700 Subject: [PATCH 2/9] Update changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa10beb..a887bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to the "outrun" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## [Unreleased] +### Added +- Styling for indent guides and rulers ## [0.2.1] - 2018-08-26 ### Added From bef8c8e1e99c3708fe687cd06b5a8fcd7554e602 Mon Sep 17 00:00:00 2001 From: Sam Rapaport Date: Mon, 27 Aug 2018 10:40:49 -0700 Subject: [PATCH 3/9] Color consolidation. --- themes/outrun-electric-color-theme.json | 8 ++++---- themes/outrun-night-color-theme.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/outrun-electric-color-theme.json b/themes/outrun-electric-color-theme.json index 39f60d8..ef2f988 100644 --- a/themes/outrun-electric-color-theme.json +++ b/themes/outrun-electric-color-theme.json @@ -574,17 +574,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", diff --git a/themes/outrun-night-color-theme.json b/themes/outrun-night-color-theme.json index eebebba..dbe0a1f 100644 --- a/themes/outrun-night-color-theme.json +++ b/themes/outrun-night-color-theme.json @@ -573,17 +573,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", From 2ff2e7ffbf14bfd1ecb2e8404803d2f70f1427f6 Mon Sep 17 00:00:00 2001 From: Sam Rapaport Date: Mon, 27 Aug 2018 10:41:10 -0700 Subject: [PATCH 4/9] Update changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a887bea..779e6ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] ### Added - Styling for indent guides and rulers +- General color improvements ## [0.2.1] - 2018-08-26 ### Added From 02102f285abd10879eb2fc86c2d0d142b2a423df Mon Sep 17 00:00:00 2001 From: Sam Rapaport Date: Mon, 27 Aug 2018 10:46:53 -0700 Subject: [PATCH 5/9] Color improvements. --- themes/outrun-electric-color-theme.json | 7 +++++-- themes/outrun-night-color-theme.json | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/themes/outrun-electric-color-theme.json b/themes/outrun-electric-color-theme.json index ef2f988..71f09a3 100644 --- a/themes/outrun-electric-color-theme.json +++ b/themes/outrun-electric-color-theme.json @@ -496,6 +496,9 @@ "editorRuler.foreground":"#484f7d", "editorIndentGuide.background": "#2d2844", "editorIndentGuide.activeBackground": "#484f7d", + "editorError.foreground": "#ff2e97", + "editorWarning.foreground": "#ff9b50", + "editorInfo.foreground": "#7984D1", // Editor Widget Colors "editorWidget.background":"#3b4167", @@ -525,8 +528,8 @@ "list.focusBackground": "#8a45a3", "list.hoverBackground": "#8a45a3", "list.inactiveSelectionBackground": "#646dac", - "list.errorForeground": "#ff0000", - "list.warningForeground": "#ff0000", + "list.errorForeground": "#ff2e97", + "list.warningForeground": "#ff2e97", // Input Control "input.background": "#0c0a20", diff --git a/themes/outrun-night-color-theme.json b/themes/outrun-night-color-theme.json index dbe0a1f..ae13270 100644 --- a/themes/outrun-night-color-theme.json +++ b/themes/outrun-night-color-theme.json @@ -495,6 +495,9 @@ "editorRuler.foreground":"#484f7d", "editorIndentGuide.background": "#2d2844", "editorIndentGuide.activeBackground": "#484f7d", + "editorError.foreground": "#ff2e97", + "editorWarning.foreground": "#ff9b50", + "editorInfo.foreground": "#7984D1", // Editor Widget Colors "editorWidget.background":"#484f7d", @@ -524,8 +527,8 @@ "list.focusBackground": "#8a45a3", "list.hoverBackground": "#8a45a3", "list.inactiveSelectionBackground": "#646dac", - "list.errorForeground": "#ff0000", - "list.warningForeground": "#ff0000", + "list.errorForeground": "#ff2e97", + "list.warningForeground": "#ff2e97", // Input Control "input.background": "#161130", From 2a534b17f12a10da7332dc2c8d64050a0839bff1 Mon Sep 17 00:00:00 2001 From: Sam Rapaport Date: Mon, 27 Aug 2018 11:26:54 -0700 Subject: [PATCH 6/9] Add peek view styles. --- themes/outrun-electric-color-theme.json | 7 +++++-- themes/outrun-night-color-theme.json | 17 ++++++++++++++--- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/themes/outrun-electric-color-theme.json b/themes/outrun-electric-color-theme.json index 71f09a3..63e073c 100644 --- a/themes/outrun-electric-color-theme.json +++ b/themes/outrun-electric-color-theme.json @@ -4,7 +4,10 @@ "tokenColors": [ { "name": "Comment", - "scope": "comment", + "scope": [ + "comment", + "string.quoted.docstring.multi.python" + ], "settings": { "foreground": "#546A90", "fontStyle": "italic" @@ -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", diff --git a/themes/outrun-night-color-theme.json b/themes/outrun-night-color-theme.json index ae13270..6893095 100644 --- a/themes/outrun-night-color-theme.json +++ b/themes/outrun-night-color-theme.json @@ -4,7 +4,10 @@ "tokenColors": [ { "name": "Comment", - "scope": "comment", + "scope": [ + "comment", + "string.quoted.docstring.multi.python" + ], "settings": { "foreground": "#546A90", "fontStyle": "italic" @@ -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", @@ -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", @@ -573,7 +584,7 @@ "gitDecoration.conflictingResourceForeground":"#df85ff", // Integrated Terminal - "terminal.background":"#090819", + "terminal.background":"#0c0a20", "terminal.foreground":"#e4eeff", "terminal.ansiBlack":"#283034", "terminal.ansiRed":"#ff2e97", From 6b1642da406a8ee033692f3ce777c5ebdcea1311 Mon Sep 17 00:00:00 2001 From: Sam Rapaport Date: Mon, 27 Aug 2018 11:27:34 -0700 Subject: [PATCH 7/9] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 779e6ab..ec615e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] ### Added +- Styling for Peek View editor - Styling for indent guides and rulers - General color improvements From 5e1de785739210de4e67f77182ee6096dee05646 Mon Sep 17 00:00:00 2001 From: Sam Rapaport Date: Mon, 27 Aug 2018 13:08:22 -0700 Subject: [PATCH 8/9] Style Peek View editor. --- themes/outrun-electric-color-theme.json | 10 ++++++++++ themes/outrun-night-color-theme.json | 2 ++ 2 files changed, 12 insertions(+) diff --git a/themes/outrun-electric-color-theme.json b/themes/outrun-electric-color-theme.json index 63e073c..6f1ce96 100644 --- a/themes/outrun-electric-color-theme.json +++ b/themes/outrun-electric-color-theme.json @@ -566,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", diff --git a/themes/outrun-night-color-theme.json b/themes/outrun-night-color-theme.json index 6893095..a920673 100644 --- a/themes/outrun-night-color-theme.json +++ b/themes/outrun-night-color-theme.json @@ -571,7 +571,9 @@ "peekViewEditor.matchHighlightBackground": "#161130", "peekViewEditor.matchHighlightBorder": "#161130", "peekViewResult.background": "#0c0a20", + "peekViewResult.selectionBackground": "#ff9b50", "peekViewTitle.background": "#0c0a20", + "peekViewTitleDescription.foreground": "#7984D1", // Title Bar Colors "titleBar.activeBackground": "#0c0a20", From 6cbc7b5749d829b2bebf0d57d3c27a901f23a05b Mon Sep 17 00:00:00 2001 From: Sam Rapaport Date: Mon, 27 Aug 2018 13:09:18 -0700 Subject: [PATCH 9/9] Bump --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec615e9..0ef9db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to the "outrun" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## [Unreleased] + +## [0.2.2] - 2018-08-27 ### Added - Styling for Peek View editor - Styling for indent guides and rulers diff --git a/package.json b/package.json index dc2fe77..75eb249 100644 --- a/package.json +++ b/package.json @@ -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.0", + "version": "0.2.2", "publisher": "samrapdev", "repository": "https://github.com/samrap/outrun-theme-vscode", "homepage": "https://outruntheme.com",