Skip to content

Commit 3e59081

Browse files
committed
Updates dark themes
1 parent 70a57d6 commit 3e59081

9 files changed

Lines changed: 386 additions & 57 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- Adds scrollbar shadow color to **Amethyst Dark** and **Amethyst Dark (Higher Contrast)** themes
12+
913
### Changed
1014

15+
- Changes Quick Input title color to match the background color
16+
- Brightens Quick Input background color slightly
1117
- Brightens GitLens inline blame color slightly
1218

1319
## [4.6.2] - 2023-02-11

themes/amethyst-dark-color-theme.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "vscode://schemas/color-theme",
33
"name": "Amethyst Dark",
44
"type": "dark",
5-
"include": "./dark_plus.json",
5+
"include": "./dark_plus_experimental.json",
66
"semanticHighlighting": true,
77
"tokenColors": [
88
{
@@ -14,8 +14,8 @@
1414
}
1515
],
1616
"colors": {
17-
"activityBar.activeFocusBorder": "#b133ff",
1817
"activityBar.activeBorder": "#b133ffc0",
18+
"activityBar.activeFocusBorder": "#b133ff",
1919
"activityBar.background": "#120024",
2020
"activityBar.border": "#120024",
2121
"activityBar.dropBorder": "#9039c7",
@@ -30,7 +30,7 @@
3030
"breadcrumbPicker.background": "#120024",
3131
"button.background": "#7d16bf",
3232
"button.hoverBackground": "#9039c7",
33-
"checkbox.background": "#17002e",
33+
"checkbox.background": "#180030",
3434
"checkbox.border": "#e9d9f245",
3535
"commandCenter.background": "#4d057b20",
3636
"commandCenter.border": "#4d057b20",
@@ -40,10 +40,10 @@
4040
"diffEditor.diagonalFill": "#e9d9f225",
4141
"diffEditor.insertedTextBackground": "#00ff0028",
4242
"diffEditor.removedTextBackground": "#ff000028",
43-
"dropdown.background": "#17002e",
43+
"dropdown.background": "#180030",
4444
"dropdown.border": "#e9d9f216",
4545
"dropdown.foreground": "#e9d9f2",
46-
"dropdown.listBackground": "#17002e",
46+
"dropdown.listBackground": "#180030",
4747
"editor.background": "#120024",
4848
"editor.findMatchBackground": "#7d16bf",
4949
"editor.findMatchHighlightBackground": "#4d057be0",
@@ -65,10 +65,10 @@
6565
"editorBracketHighlight.foreground3": "#179fff",
6666
"editorBracketPairGuide.activeBackground1": "#ffd70090",
6767
"editorBracketPairGuide.activeBackground2": "#da70d690",
68-
"editorBracketPairGuide.activeBackground3": "#179fff90",
69-
"editorBracketPairGuide.background1": "#ffd70040",
70-
"editorBracketPairGuide.background2": "#da70d640",
71-
"editorBracketPairGuide.background3": "#179fff40",
68+
"editorBracketPairGuide.activeBackground3": "#179fffa0",
69+
"editorBracketPairGuide.background1": "#ffd70060",
70+
"editorBracketPairGuide.background2": "#da70d660",
71+
"editorBracketPairGuide.background3": "#179fff80",
7272
"editorCodeLens.foreground": "#9e85add0",
7373
"editorCursor.foreground": "#b133ff",
7474
"editorGroup.border": "#4d057b60",
@@ -96,7 +96,7 @@
9696
"editorStickyScrollHover.background": "#4d057b60",
9797
"peekViewEditorStickyScroll.background": "#1a0033",
9898
"editorSuggestWidget.foreground": "#e9d9f2d0",
99-
"editorSuggestWidget.background": "#17002e",
99+
"editorSuggestWidget.background": "#180030",
100100
"editorSuggestWidget.border": "#4d057b60",
101101
"editorSuggestWidget.selectedBackground": "#4d057b80",
102102
"editorSuggestWidget.selectedForeground": "#e9d9f2",
@@ -109,7 +109,7 @@
109109
"errorForeground": "#e86969",
110110
"focusBorder": "#e9d9f220",
111111
"foreground": "#e9d9f2",
112-
"input.background": "#17002e",
112+
"input.background": "#180030",
113113
"input.border": "#e9d9f216",
114114
"input.foreground": "#e9d9f2",
115115
"input.placeholderForeground": "#e9d9f250",
@@ -132,7 +132,7 @@
132132
"listFilterWidget.outline": "#7d16bf70",
133133
"listFilterWidget.background": "#4d057b",
134134
"listFilterWidget.noMatchesOutline": "#e86969",
135-
"menu.background": "#17002e",
135+
"menu.background": "#180030",
136136
"menu.border": "#4d057b70",
137137
"menu.foreground": "#e9d9f2d0",
138138
"menu.selectionBackground": "#4d057b80",
@@ -148,7 +148,7 @@
148148
"notebook.focusedEditorBorder": "#4d057b",
149149
"notebook.focusedCellBorder": "#4d057b",
150150
"notebook.focusedCellBackground": "#4d057b60",
151-
"notebook.outputContainerBackgroundColor": "#17002e",
151+
"notebook.outputContainerBackgroundColor": "#180030",
152152
"notificationCenter.border": "#4d057b80",
153153
"notificationCenterHeader.background": "#25013c",
154154
"notificationCenterHeader.foreground": "#e9d9f2d0",
@@ -183,23 +183,24 @@
183183
"pickerGroup.foreground": "#b884d2",
184184
"progressBar.background": "#9039c7",
185185
"quickInput.foreground": "#e9d9f2d0",
186-
"quickInput.background": "#17002e",
186+
"quickInput.background": "#180030",
187187
"quickInputList.focusBackground": "#4d057b80",
188188
"quickInputList.focusForeground": "#e9d9f2",
189+
"quickInputTitle.background": "#180030",
189190
"sash.hoverBorder": "#4d057b",
190-
"scrollbar.shadow": "#120024",
191+
"scrollbar.shadow": "#25013c",
191192
"scrollbarSlider.activeBackground": "#7d16bfa0",
192193
"scrollbarSlider.background": "#7d16bf40",
193194
"scrollbarSlider.hoverBackground": "#7d16bf70",
194195
"selection.background": "#7d16bf",
195-
"settings.checkboxBackground": "#17002e",
196+
"settings.checkboxBackground": "#180030",
196197
"settings.checkboxBorder": "#e9d9f220",
197-
"settings.dropdownBackground": "#17002e",
198+
"settings.dropdownBackground": "#180030",
198199
"settings.dropdownBorder": "#e9d9f220",
199200
"settings.headerForeground": "#e9d9f2",
200-
"settings.numberInputBackground": "#17002e",
201+
"settings.numberInputBackground": "#180030",
201202
"settings.numberInputBorder": "#e9d9f220",
202-
"settings.textInputBackground": "#17002e",
203+
"settings.textInputBackground": "#180030",
203204
"settings.textInputBorder": "#e9d9f220",
204205
"sideBar.background": "#120024",
205206
"sideBar.border": "#4d057b60",
@@ -255,7 +256,7 @@
255256
// "gitlens.gutterBackgroundColor": "#25013c",
256257
"gitlens.gutterForegroundColor": "#e9d9f2d0",
257258
"gitlens.gutterUncommittedForegroundColor": "#e9d9f2",
258-
"gitlens.trailingLineForegroundColor": "#e9d9f245",
259+
"gitlens.trailingLineForegroundColor": "#e9d9f255",
259260
"gitlens.lineHighlightBackgroundColor": "#25013Cb0",
260261
"gitlens.lineHighlightOverviewRulerColor": "#4d057b"
261262
}

themes/amethyst-dark-hc-color-theme.json

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,34 @@
44
"type": "dark",
55
"include": "./amethyst-dark-color-theme.json",
66

7-
// #25013c +3% -> #2f014b
8-
// #17002e +1% -> #1a0033
9-
// #e9d9f2 +4% -> #f2e8f7
10-
// #4d057b +4% -> #5a068e
11-
// #280245 +3% -> #310354
12-
// #b133ff +3% -> #b742ff
13-
// #9e85ad +4% -> #a891b6
7+
// #25013c +3% lum -> #2f014b
8+
// #180030 +1.5% lum -> #1c0038
9+
// #e9d9f2 +4% lum -> #f2e8f7
10+
// #4d057b +4% lum -> #5a068e
11+
// #280245 +3% lum -> #310354
12+
// #b133ff +3% lum > #b742ff
13+
// #9e85ad +4% lum -> #a891b6
14+
// #2f014b +3% lum -> #38015a
1415

1516
"colors": {
16-
"activityBar.activeFocusBorder": "#b742ff",
1717
"activityBar.activeBorder": "#b742ffc0",
18+
"activityBar.activeFocusBorder": "#b742ff",
1819
"activityBar.foreground": "#f2e8f7d0",
1920
"activityBar.inactiveForeground": "#f2e8f750",
2021
"activityBarBadge.background": "#5a068e",
2122
"activityBarBadge.foreground": "#f2e8f7",
2223
"breadcrumb.activeSelectionForeground": "#f2e8f7",
2324
"breadcrumb.focusForeground": "#f2e8f7",
2425
"breadcrumb.foreground": "#f2e8f7",
25-
"checkbox.background": "#1a0033",
26+
"checkbox.background": "#1c0038",
2627
"checkbox.border": "#e9d9f240",
2728
"debugToolBar.background": "#2f014b",
2829
"diffEditor.border": "#5a068e60",
2930
"diffEditor.diagonalFill": "#f2e8f725",
30-
"dropdown.background": "#1a0033",
31+
"dropdown.background": "#1c0038",
3132
"dropdown.border": "#f2e8f716",
3233
"dropdown.foreground": "#f2e8f7",
33-
"dropdown.listBackground": "#1a0033",
34+
"dropdown.listBackground": "#1c0038",
3435
"editor.findMatchHighlightBackground": "#5a068ee0",
3536
"editor.findRangeHighlightBackground": "#5a068e80",
3637
"editor.foreground": "#f2e8f7",
@@ -46,13 +47,13 @@
4647
"editorBracketMatch.background": "#5a068e",
4748
"editorBracketHighlight.foreground1": "#ffd700",
4849
"editorBracketHighlight.foreground2": "#da70d6",
49-
"editorBracketHighlight.foreground3": "#87cefa",
50+
"editorBracketHighlight.foreground3": "#179fff",
5051
"editorBracketPairGuide.activeBackground1": "#ffd700b0",
5152
"editorBracketPairGuide.activeBackground2": "#da70d6b0",
52-
"editorBracketPairGuide.activeBackground3": "#87cefab0",
53+
"editorBracketPairGuide.activeBackground3": "#179fffb0",
5354
"editorBracketPairGuide.background1": "#ffd70080",
5455
"editorBracketPairGuide.background2": "#da70d680",
55-
"editorBracketPairGuide.background3": "#87cefa80",
56+
"editorBracketPairGuide.background3": "#179fffa0",
5657
"editorCodeLens.foreground": "#a891b6d0",
5758
"editorCursor.foreground": "#b742ff",
5859
"editorGroup.border": "#5a068e60",
@@ -69,7 +70,7 @@
6970
"editorStickyScrollHover.background": "#5a068e60",
7071
"peekViewEditorStickyScroll.background": "#25013c",
7172
"editorSuggestWidget.foreground": "#f2e8f7d0",
72-
"editorSuggestWidget.background": "#1a0033",
73+
"editorSuggestWidget.background": "#1c0038",
7374
"editorSuggestWidget.border": "#5a068e60",
7475
"editorSuggestWidget.selectedBackground": "#5a068e",
7576
"editorSuggestWidget.selectedForeground": "#f2e8f7",
@@ -81,7 +82,7 @@
8182
"errorForeground": "#e86969",
8283
"focusBorder": "#f2e8f720",
8384
"foreground": "#f2e8f7",
84-
"input.background": "#1a0033",
85+
"input.background": "#1c0038",
8586
"input.border": "#f2e8f716",
8687
"input.foreground": "#f2e8f7",
8788
"input.placeholderForeground": "#f2e8f750",
@@ -100,7 +101,7 @@
100101
"list.invalidItemForeground": "#e86969",
101102
"listFilterWidget.background": "#5a068e",
102103
"listFilterWidget.noMatchesOutline": "#e86969",
103-
"menu.background": "#1a0033",
104+
"menu.background": "#1c0038",
104105
"menu.border": "#5a068e60",
105106
"menu.foreground": "#f2e8f7d0",
106107
"menu.selectionBackground": "#5a068e80",
@@ -116,7 +117,7 @@
116117
"notebook.focusedEditorBorder": "#5a068e",
117118
"notebook.focusedCellBorder": "#5a068e",
118119
"notebook.focusedCellBackground": "#5a068e60",
119-
"notebook.outputContainerBackgroundColor": "#1a0033",
120+
"notebook.outputContainerBackgroundColor": "#1c0038",
120121
"notificationCenter.border": "#5a068e80",
121122
"notificationCenterHeader.background": "#2f014b",
122123
"notificationCenterHeader.foreground": "#f2e8f7d0",
@@ -146,18 +147,20 @@
146147
"pickerGroup.border": "#5a068e80",
147148
"pickerGroup.foreground": "#b884d2",
148149
"quickInput.foreground": "#f2e8f7d0",
149-
"quickInput.background": "#1a0033",
150+
"quickInput.background": "#1c0038",
150151
"quickInputList.focusBackground": "#5a068e80",
151152
"quickInputList.focusForeground": "#f2e8f7",
153+
"quickInputTitle.background": "#1c0038",
152154
"sash.hoverBorder": "#5a068e",
153-
"settings.checkboxBackground": "#1a0033",
155+
"scrollbar.shadow": "#2f014b",
156+
"settings.checkboxBackground": "#1c0038",
154157
"settings.checkboxBorder": "#f2e8f720",
155-
"settings.dropdownBackground": "#1a0033",
158+
"settings.dropdownBackground": "#1c0038",
156159
"settings.dropdownBorder": "#f2e8f720",
157160
"settings.headerForeground": "#f2e8f7",
158-
"settings.numberInputBackground": "#1a0033",
161+
"settings.numberInputBackground": "#1c0038",
159162
"settings.numberInputBorder": "#f2e8f720",
160-
"settings.textInputBackground": "#1a0033",
163+
"settings.textInputBackground": "#1c0038",
161164
"settings.textInputBorder": "#f2e8f720",
162165
"sideBar.border": "#5a068e60",
163166
"sideBar.foreground": "#f2e8f7b0",
@@ -199,8 +202,8 @@
199202
// "gitlens.gutterBackgroundColor": "#2f014b",
200203
"gitlens.gutterForegroundColor": "#f2e8f7d0",
201204
"gitlens.gutterUncommittedForegroundColor": "#f2e8f7",
202-
"gitlens.trailingLineForegroundColor": "#f2e8f740",
203-
"gitlens.lineHighlightBackgroundColor": "#2f014bb0",
205+
"gitlens.trailingLineForegroundColor": "#e9d9f270",
206+
"gitlens.lineHighlightBackgroundColor": "#2f014b90",
204207
"gitlens.lineHighlightOverviewRulerColor": "#5a068e"
205208
}
206209
}

themes/dark_plus.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "vscode://schemas/color-theme",
3-
"name": "Dark+ (default dark)",
3+
"name": "Dark+",
44
"include": "./dark_vs.json",
55
"tokenColors": [
66
{
@@ -19,7 +19,6 @@
1919
{
2020
"name": "Types declaration and references",
2121
"scope": [
22-
"meta.return-type",
2322
"support.class",
2423
"support.type",
2524
"entity.name.type",
@@ -174,7 +173,10 @@
174173
}
175174
},
176175
{
177-
"scope": "constant.character",
176+
"scope": [
177+
"constant.character",
178+
"constant.other.option"
179+
],
178180
"settings": {
179181
"foreground": "#569cd6"
180182
}

0 commit comments

Comments
 (0)