diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 4b1078a..6f914ae 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 5.1.0 + +- Modified folded ranges colors +- Customized terminal sticky scroll color + ## 5.0.0 - Removed italic variants diff --git a/vscode/package.json b/vscode/package.json index cd54a9e..3c3644b 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -70,5 +70,5 @@ "type": "git", "url": "https://github.com/a5hk/night-coder" }, - "version": "5.0.0" + "version": "5.1.0" } diff --git a/vscode/themes/night-coder-ash-color-theme.json b/vscode/themes/night-coder-ash-color-theme.json index 90b5cb8..1ebda46 100644 --- a/vscode/themes/night-coder-ash-color-theme.json +++ b/vscode/themes/night-coder-ash-color-theme.json @@ -23,7 +23,7 @@ "editor.findMatchBackground": "#484848", "editor.findMatchBorder": "#53ac53", "editor.findMatchHighlightBackground": "#56565677", - "editor.foldBackground": "#0066001f", + "editor.foldPlaceholderForeground": "#53ac53", "editor.foreground": "#cbcbcb", "editor.inlineValuesBackground": "#c3ab8555", "editor.inlineValuesForeground": "#d5d5d5", @@ -190,6 +190,8 @@ "terminal.ansiWhite": "#cfcfcf", "terminal.ansiYellow": "#e0dc52", "terminal.foreground": "#cfcfcf", + "terminalStickyScroll.background": "#3a3a3a", + "terminalStickyScrollHover.background": "#565656", "textLink.foreground": "#89b971", "titleBar.activeBackground": "#2c2c2c", "titleBar.activeForeground": "#b9b9b9", diff --git a/vscode/themes/night-coder-ash-contrast-color-theme.json b/vscode/themes/night-coder-ash-contrast-color-theme.json index 3557982..0474411 100644 --- a/vscode/themes/night-coder-ash-contrast-color-theme.json +++ b/vscode/themes/night-coder-ash-contrast-color-theme.json @@ -23,7 +23,7 @@ "editor.findMatchBackground": "#484848", "editor.findMatchBorder": "#53ac53", "editor.findMatchHighlightBackground": "#56565677", - "editor.foldBackground": "#0066001f", + "editor.foldPlaceholderForeground": "#53ac53", "editor.foreground": "#cbcbcb", "editor.inlineValuesBackground": "#c3ab8555", "editor.inlineValuesForeground": "#d5d5d5", @@ -190,6 +190,8 @@ "terminal.ansiWhite": "#cfcfcf", "terminal.ansiYellow": "#e0dc52", "terminal.foreground": "#cfcfcf", + "terminalStickyScroll.background": "#3a3a3a", + "terminalStickyScrollHover.background": "#565656", "textLink.foreground": "#89b971", "titleBar.activeBackground": "#2c2c2c", "titleBar.activeForeground": "#b9b9b9", diff --git a/vscode/themes/night-coder-charcoal-color-theme.json b/vscode/themes/night-coder-charcoal-color-theme.json index ee5b4e3..9bd10a7 100644 --- a/vscode/themes/night-coder-charcoal-color-theme.json +++ b/vscode/themes/night-coder-charcoal-color-theme.json @@ -23,7 +23,7 @@ "editor.findMatchBackground": "#222222", "editor.findMatchBorder": "#53ac53", "editor.findMatchHighlightBackground": "#33333377", - "editor.foldBackground": "#0066001f", + "editor.foldPlaceholderForeground": "#53ac53", "editor.foreground": "#c0c0c0", "editor.inlineValuesBackground": "#d5bc9555", "editor.inlineValuesForeground": "#cccccc", @@ -190,6 +190,8 @@ "terminal.ansiWhite": "#cccccc", "terminal.ansiYellow": "#b2b300", "terminal.foreground": "#cccccc", + "terminalStickyScroll.background": "#111111", + "terminalStickyScrollHover.background": "#333333", "textLink.foreground": "#89b971", "titleBar.activeBackground": "#000000", "titleBar.activeForeground": "#aaaaaa", diff --git a/vscode/themes/night-coder-charcoal-contrast-color-theme.json b/vscode/themes/night-coder-charcoal-contrast-color-theme.json index 438b4b9..f8a0f14 100644 --- a/vscode/themes/night-coder-charcoal-contrast-color-theme.json +++ b/vscode/themes/night-coder-charcoal-contrast-color-theme.json @@ -23,7 +23,7 @@ "editor.findMatchBackground": "#222222", "editor.findMatchBorder": "#53ac53", "editor.findMatchHighlightBackground": "#33333377", - "editor.foldBackground": "#0066001f", + "editor.foldPlaceholderForeground": "#53ac53", "editor.foreground": "#c0c0c0", "editor.inlineValuesBackground": "#d5bc9555", "editor.inlineValuesForeground": "#cccccc", @@ -190,6 +190,8 @@ "terminal.ansiWhite": "#cccccc", "terminal.ansiYellow": "#b2b300", "terminal.foreground": "#cccccc", + "terminalStickyScroll.background": "#111111", + "terminalStickyScrollHover.background": "#333333", "textLink.foreground": "#89b971", "titleBar.activeBackground": "#000000", "titleBar.activeForeground": "#aaaaaa", diff --git a/vscode/themes/night-coder-ember-color-theme.json b/vscode/themes/night-coder-ember-color-theme.json index f39ea95..801f387 100644 --- a/vscode/themes/night-coder-ember-color-theme.json +++ b/vscode/themes/night-coder-ember-color-theme.json @@ -23,7 +23,7 @@ "editor.findMatchBackground": "#252a36", "editor.findMatchBorder": "#53ac53", "editor.findMatchHighlightBackground": "#353a4577", - "editor.foldBackground": "#0066001f", + "editor.foldPlaceholderForeground": "#53ac53", "editor.foreground": "#c1c2c6", "editor.inlineValuesBackground": "#c3ab8555", "editor.inlineValuesForeground": "#cdced1", @@ -190,6 +190,8 @@ "terminal.ansiWhite": "#acaeb3", "terminal.ansiYellow": "#d9d326", "terminal.foreground": "#acaeb3", + "terminalStickyScroll.background": "#141926", + "terminalStickyScrollHover.background": "#353a45", "textLink.foreground": "#89b971", "titleBar.activeBackground": "#030917", "titleBar.activeForeground": "#abadb2", diff --git a/vscode/themes/night-coder-ember-contrast-color-theme.json b/vscode/themes/night-coder-ember-contrast-color-theme.json index a0f8ffb..9739e2d 100644 --- a/vscode/themes/night-coder-ember-contrast-color-theme.json +++ b/vscode/themes/night-coder-ember-contrast-color-theme.json @@ -23,7 +23,7 @@ "editor.findMatchBackground": "#252a36", "editor.findMatchBorder": "#53ac53", "editor.findMatchHighlightBackground": "#353a4577", - "editor.foldBackground": "#0066001f", + "editor.foldPlaceholderForeground": "#53ac53", "editor.foreground": "#c1c2c6", "editor.inlineValuesBackground": "#c3ab8555", "editor.inlineValuesForeground": "#cdced1", @@ -190,6 +190,8 @@ "terminal.ansiWhite": "#acaeb3", "terminal.ansiYellow": "#d9d326", "terminal.foreground": "#acaeb3", + "terminalStickyScroll.background": "#141926", + "terminalStickyScrollHover.background": "#353a45", "textLink.foreground": "#89b971", "titleBar.activeBackground": "#030917", "titleBar.activeForeground": "#abadb2", diff --git a/vscode/themes/night-coder-flame-color-theme.json b/vscode/themes/night-coder-flame-color-theme.json index fb676c6..954eac0 100644 --- a/vscode/themes/night-coder-flame-color-theme.json +++ b/vscode/themes/night-coder-flame-color-theme.json @@ -23,7 +23,7 @@ "editor.findMatchBackground": "#2f3236", "editor.findMatchBorder": "#53ac53", "editor.findMatchHighlightBackground": "#3f424577", - "editor.foldBackground": "#0066001f", + "editor.foldPlaceholderForeground": "#53ac53", "editor.foreground": "#c4c5c6", "editor.inlineValuesBackground": "#c3ab8555", "editor.inlineValuesForeground": "#cfd0d1", @@ -190,6 +190,8 @@ "terminal.ansiWhite": "#acaeb3", "terminal.ansiYellow": "#d9d326", "terminal.foreground": "#acaeb3", + "terminalStickyScroll.background": "#1f2326", + "terminalStickyScrollHover.background": "#3f4245", "textLink.foreground": "#89b971", "titleBar.activeBackground": "#0f1317", "titleBar.activeForeground": "#afb0b2", diff --git a/vscode/themes/night-coder-flame-contrast-color-theme.json b/vscode/themes/night-coder-flame-contrast-color-theme.json index 85626db..af4bf3a 100644 --- a/vscode/themes/night-coder-flame-contrast-color-theme.json +++ b/vscode/themes/night-coder-flame-contrast-color-theme.json @@ -23,7 +23,7 @@ "editor.findMatchBackground": "#2f3236", "editor.findMatchBorder": "#53ac53", "editor.findMatchHighlightBackground": "#3f424577", - "editor.foldBackground": "#0066001f", + "editor.foldPlaceholderForeground": "#53ac53", "editor.foreground": "#c4c5c6", "editor.inlineValuesBackground": "#c3ab8555", "editor.inlineValuesForeground": "#cfd0d1", @@ -190,6 +190,8 @@ "terminal.ansiWhite": "#acaeb3", "terminal.ansiYellow": "#d9d326", "terminal.foreground": "#acaeb3", + "terminalStickyScroll.background": "#1f2326", + "terminalStickyScrollHover.background": "#3f4245", "textLink.foreground": "#89b971", "titleBar.activeBackground": "#0f1317", "titleBar.activeForeground": "#afb0b2",