Skip to content

Commit

Permalink
fold & sticky scroll colors
Browse files Browse the repository at this point in the history
  • Loading branch information
a5hk committed Jul 18, 2024
1 parent d892cd9 commit 53ce4b3
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 9 deletions.
5 changes: 5 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 5.1.0

- Modified folded ranges colors
- Customized terminal sticky scroll color

## 5.0.0

- Removed italic variants
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@
"type": "git",
"url": "https://github.com/a5hk/night-coder"
},
"version": "5.0.0"
"version": "5.1.0"
}
4 changes: 3 additions & 1 deletion vscode/themes/night-coder-ash-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion vscode/themes/night-coder-ash-contrast-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion vscode/themes/night-coder-charcoal-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion vscode/themes/night-coder-charcoal-contrast-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion vscode/themes/night-coder-ember-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion vscode/themes/night-coder-ember-contrast-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion vscode/themes/night-coder-flame-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion vscode/themes/night-coder-flame-contrast-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 53ce4b3

Please sign in to comment.