Skip to content

Commit ae6b859

Browse files
Release 1.2.0
1 parent b04fd08 commit ae6b859

11 files changed

+337
-319
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
# Change Log
22

3+
## Release - 1.2.0
4+
5+
- 3rd public release.
6+
7+
### Added in 1.2.0
8+
9+
- None.
10+
11+
### Updated in 1.2.0
12+
13+
- Fixed Notification Center colors.
14+
- Fixed Notification Toast colors.
15+
- Fixed Scrollbar colors.
16+
17+
### Removed in 1.2.0
18+
19+
- None.
20+
321
## Release - 1.1.0
422

5-
- 2nd Public release.
23+
- 2nd public release.
624

725
### Added in 1.1.0
826

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Styx",
44
"description": "Pitch Black theme for Visual Studio Code.",
55
"publisher": "hshhrr",
6-
"version": "1.1.3",
6+
"version": "1.2.0",
77
"icon": "assets/styx.png",
88
"galleryBanner": {
99
"color": "#0D1117",

src/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class BaseColors:
2727
fg2: str = get_shade(fg0, 30, 30)
2828

2929
# Primary Accent
30-
pa0: str = "#64FFDA" # Material - Teal A200
30+
pa0: str = "#91F2DA" # HSV -> 165°, 40%, 95%
3131
pa1: str = get_shade(pa0, 80, 40)
3232
pa2: str = get_shade(pa0, 80, 20)
3333

src/common.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ def get_ui_colors() -> dict:
7777

7878
# <<- Scrollbar control ->>
7979
# "scrollbar.shadow": bc.red,
80-
"scrollbarSlider.activeBackground": bc.bg1,
80+
"scrollbarSlider.activeBackground": bc.bg1 + "90",
8181
"scrollbarSlider.background": bc.bg2 + "90",
82-
"scrollbarSlider.hoverBackground": bc.bg1,
82+
"scrollbarSlider.hoverBackground": bc.bg1 + "90",
8383

8484
# <<- Badge ->>
8585
"badge.foreground": bc.pa0,
@@ -94,7 +94,7 @@ def get_ui_colors() -> dict:
9494
"list.activeSelectionIconForeground": bc.fg0,
9595
"list.dropBackground": bc.bg1,
9696
"list.focusBackground": bc.bg0,
97-
"list.focusForeground": bc.pa0,
97+
"list.focusForeground": bc.fg0,
9898
# "list.focusHighlightForeground": bc.red,
9999
# "list.focusOutline": bc.red,
100100
# "list.focusAndSelectionOutline": bc.red,
@@ -478,13 +478,13 @@ def get_ui_colors() -> dict:
478478
"commandCenter.inactiveForeground": bc.fg1,
479479

480480
# <<- Notification colors ->>
481-
"notificationCenter.border": bc.bg0,
481+
"notificationCenter.border": bc.bg2,
482482
"notificationCenterHeader.foreground": bc.fg1,
483483
"notificationCenterHeader.background": bc.bg1,
484-
"notificationToast.border": bc.bg0,
484+
"notificationToast.border": bc.bg2,
485485
"notifications.foreground": bc.fg1,
486486
"notifications.background": bc.bg1,
487-
"notifications.border": bc.bg1,
487+
"notifications.border": bc.bg2,
488488
"notificationLink.foreground": bc.sa0,
489489
"notificationsErrorIcon.foreground": bc.ea0,
490490
"notificationsWarningIcon.foreground": bc.wa0,
@@ -740,9 +740,9 @@ def get_ui_colors() -> dict:
740740
# "notebook.selectedCellBackground": bc.red,
741741
# "notebook.selectedCellBorder": bc.red,
742742
# "notebook.symbolHighlightBackground": bc.red,
743-
"notebookScrollbarSlider.activeBackground": bc.bg1,
743+
"notebookScrollbarSlider.activeBackground": bc.bg1 + "90",
744744
"notebookScrollbarSlider.background": bc.bg2 + "90",
745-
"notebookScrollbarSlider.hoverBackground": bc.bg1,
745+
"notebookScrollbarSlider.hoverBackground": bc.bg1 + "90",
746746
# "notebookStatusErrorIcon.foreground": bc.red,
747747
# "notebookStatusRunningIcon.foreground": bc.red,
748748
# "notebookStatusSuccessIcon.foreground": bc.red,

themes/styx-color-theme.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"errorForeground": "#FF8080",
1212
"icon.foreground": "#8A8E99",
1313
"sash.hoverBorder": "#101112",
14-
"window.activeBorder": "#146653",
14+
"window.activeBorder": "#146652",
1515
"window.inactiveBorder": "#0A3329",
1616
"textLink.activeForeground": "#80C0FF",
1717
"textLink.foreground": "#80C0FF",
1818
"toolbar.hoverBackground": "#101112",
1919
"toolbar.hoverOutline": "#101112",
2020
"toolbar.activeBackground": "#000000",
2121
"button.background": "#0A3329",
22-
"button.foreground": "#64FFDA",
22+
"button.foreground": "#91F2DA",
2323
"button.border": "#0A3329",
2424
"button.secondaryForeground": "#8A8E99",
2525
"button.secondaryBackground": "#202224",
2626
"checkbox.background": "#0A3329",
27-
"checkbox.foreground": "#64FFDA",
27+
"checkbox.foreground": "#91F2DA",
2828
"checkbox.border": "#0A3329",
2929
"dropdown.background": "#101112",
3030
"dropdown.listBackground": "#101112",
@@ -36,7 +36,7 @@
3636
"input.placeholderForeground": "#8A8E99",
3737
"inputOption.activeBackground": "#0A3329",
3838
"inputOption.activeBorder": "#0A3329",
39-
"inputOption.activeForeground": "#64FFDA",
39+
"inputOption.activeForeground": "#91F2DA",
4040
"inputOption.hoverBackground": "#101112",
4141
"inputValidation.errorBackground": "#260808",
4242
"inputValidation.errorForeground": "#FF8080",
@@ -47,18 +47,18 @@
4747
"inputValidation.warningBackground": "#261F08",
4848
"inputValidation.warningForeground": "#FFE9A6",
4949
"inputValidation.warningBorder": "#594712",
50-
"scrollbarSlider.activeBackground": "#101112",
50+
"scrollbarSlider.activeBackground": "#10111290",
5151
"scrollbarSlider.background": "#20222490",
52-
"scrollbarSlider.hoverBackground": "#101112",
53-
"badge.foreground": "#64FFDA",
52+
"scrollbarSlider.hoverBackground": "#10111290",
53+
"badge.foreground": "#91F2DA",
5454
"badge.background": "#0A3329",
55-
"progressBar.background": "#64FFDA",
55+
"progressBar.background": "#91F2DA",
5656
"list.activeSelectionBackground": "#202224",
5757
"list.activeSelectionForeground": "#C2C5CC",
5858
"list.activeSelectionIconForeground": "#C2C5CC",
5959
"list.dropBackground": "#101112",
6060
"list.focusBackground": "#000000",
61-
"list.focusForeground": "#64FFDA",
61+
"list.focusForeground": "#C2C5CC",
6262
"list.hoverBackground": "#000000",
6363
"list.hoverForeground": "#C2C5CC",
6464
"list.inactiveSelectionBackground": "#101112",
@@ -74,10 +74,10 @@
7474
"activityBar.inactiveForeground": "#363C4C",
7575
"activityBar.border": "#101112",
7676
"activityBarBadge.background": "#0A3329",
77-
"activityBarBadge.foreground": "#64FFDA",
78-
"activityBar.activeBorder": "#64FFDA",
77+
"activityBarBadge.foreground": "#91F2DA",
78+
"activityBar.activeBorder": "#91F2DA",
7979
"activityBar.activeBackground": "#000000",
80-
"activityBar.activeFocusBorder": "#64FFDA",
80+
"activityBar.activeFocusBorder": "#91F2DA",
8181
"sideBar.background": "#000000",
8282
"sideBar.foreground": "#8A8E99",
8383
"sideBar.border": "#101112",
@@ -86,7 +86,7 @@
8686
"sideBarSectionHeader.background": "#000000",
8787
"sideBarSectionHeader.foreground": "#C2C5CC",
8888
"sideBarSectionHeader.border": "#101112",
89-
"minimapGutter.addedBackground": "#146653",
89+
"minimapGutter.addedBackground": "#146652",
9090
"minimapGutter.modifiedBackground": "#123659",
9191
"minimapGutter.deletedBackground": "#591212",
9292
"editorGroup.border": "#101112",
@@ -103,8 +103,8 @@
103103
"tab.border": "#101112",
104104
"tab.activeBorder": "#000000",
105105
"tab.unfocusedActiveBorder": "#000000",
106-
"tab.activeBorderTop": "#64FFDA",
107-
"tab.unfocusedActiveBorderTop": "#64FFDA",
106+
"tab.activeBorderTop": "#91F2DA",
107+
"tab.unfocusedActiveBorderTop": "#91F2DA",
108108
"tab.lastPinnedBorder": "#101112",
109109
"tab.inactiveBackground": "#000000",
110110
"tab.unfocusedInactiveBackground": "#000000",
@@ -118,8 +118,8 @@
118118
"editor.foreground": "#C2C5CC",
119119
"editorLineNumber.foreground": "#363C4C",
120120
"editorLineNumber.activeForeground": "#8A8E99",
121-
"editorCursor.background": "#64FFDA",
122-
"editorCursor.foreground": "#64FFDA",
121+
"editorCursor.background": "#91F2DA",
122+
"editorCursor.foreground": "#91F2DA",
123123
"editor.selectionBackground": "#80C0FF30",
124124
"editor.inactiveSelectionBackground": "#80C0FF50",
125125
"editor.selectionHighlightBackground": "#80C0FF30",
@@ -131,12 +131,12 @@
131131
"editorIndentGuide.activeBackground": "#101112",
132132
"editorRuler.foreground": "#101112",
133133
"editorLightBulb.foreground": "#FFE9A6",
134-
"editorLightBulbAutoFix.foreground": "#64FFDA",
134+
"editorLightBulbAutoFix.foreground": "#91F2DA",
135135
"problemsErrorIcon.foreground": "#FF8080",
136136
"problemsWarningIcon.foreground": "#FFE9A6",
137137
"problemsInfoIcon.foreground": "#80C0FF",
138138
"editorGutter.modifiedBackground": "#123659",
139-
"editorGutter.addedBackground": "#146653",
139+
"editorGutter.addedBackground": "#146652",
140140
"editorGutter.deletedBackground": "#591212",
141141
"diffEditor.insertedTextBackground": "#0A332990",
142142
"diffEditor.removedTextBackground": "#26080890",
@@ -148,14 +148,14 @@
148148
"diffEditorOverview.removedForeground": "#260808",
149149
"editorWidget.foreground": "#C2C5CC",
150150
"editorWidget.background": "#000000",
151-
"editorWidget.border": "#64FFDA",
152-
"editorWidget.resizeBorder": "#64FFDA",
151+
"editorWidget.border": "#91F2DA",
152+
"editorWidget.resizeBorder": "#91F2DA",
153153
"editorSuggestWidget.background": "#101112",
154154
"editorSuggestWidget.border": "#202224",
155155
"editorSuggestWidget.foreground": "#8A8E99",
156156
"editorSuggestWidget.selectedBackground": "#000000",
157157
"editorSuggestWidget.selectedForeground": "#C2C5CC",
158-
"editorSuggestWidget.selectedIconForeground": "#64FFDA",
158+
"editorSuggestWidget.selectedIconForeground": "#91F2DA",
159159
"editorHoverWidget.foreground": "#C2C5CC",
160160
"editorHoverWidget.background": "#101112",
161161
"editorHoverWidget.border": "#202224",
@@ -176,7 +176,7 @@
176176
"panel.background": "#000000",
177177
"panel.border": "#101112",
178178
"panel.dropBorder": "#202224",
179-
"panelTitle.activeBorder": "#64FFDA",
179+
"panelTitle.activeBorder": "#91F2DA",
180180
"panelTitle.activeForeground": "#C2C5CC",
181181
"panelTitle.inactiveForeground": "#8A8E99",
182182
"panelInput.border": "#202224",
@@ -191,7 +191,7 @@
191191
"statusBar.noFolderBackground": "#081726",
192192
"statusBar.noFolderBorder": "#101112",
193193
"statusBarItem.remoteBackground": "#0A3329",
194-
"statusBarItem.remoteForeground": "#64FFDA",
194+
"statusBarItem.remoteForeground": "#91F2DA",
195195
"statusBarItem.errorBackground": "#260808",
196196
"statusBarItem.errorForeground": "#FF8080",
197197
"statusBarItem.warningBackground": "#261F08",
@@ -219,35 +219,35 @@
219219
"commandCenter.activeBorder": "#101112",
220220
"commandCenter.inactiveBorder": "#000000",
221221
"commandCenter.inactiveForeground": "#8A8E99",
222-
"notificationCenter.border": "#000000",
222+
"notificationCenter.border": "#202224",
223223
"notificationCenterHeader.foreground": "#8A8E99",
224224
"notificationCenterHeader.background": "#101112",
225-
"notificationToast.border": "#000000",
225+
"notificationToast.border": "#202224",
226226
"notifications.foreground": "#8A8E99",
227227
"notifications.background": "#101112",
228-
"notifications.border": "#101112",
228+
"notifications.border": "#202224",
229229
"notificationLink.foreground": "#80C0FF",
230230
"notificationsErrorIcon.foreground": "#FF8080",
231231
"notificationsWarningIcon.foreground": "#FFE9A6",
232232
"notificationsInfoIcon.foreground": "#80C0FF",
233-
"extensionButton.prominentForeground": "#64FFDA",
233+
"extensionButton.prominentForeground": "#91F2DA",
234234
"extensionButton.prominentBackground": "#0A3329",
235235
"extensionButton.background": "#0A3329",
236-
"extensionButton.foreground": "#64FFDA",
236+
"extensionButton.foreground": "#91F2DA",
237237
"extensionButton.hoverBackground": "#0A3329",
238238
"extensionButton.separator": "#0A3329",
239239
"extensionBadge.remoteBackground": "#0A3329",
240-
"extensionBadge.remoteForeground": "#64FFDA",
241-
"extensionIcon.starForeground": "#64FFDA",
242-
"extensionIcon.verifiedForeground": "#64FFDA",
240+
"extensionBadge.remoteForeground": "#91F2DA",
241+
"extensionIcon.starForeground": "#91F2DA",
242+
"extensionIcon.verifiedForeground": "#91F2DA",
243243
"pickerGroup.border": "#000000",
244244
"quickInput.background": "#101112",
245245
"quickInput.foreground": "#8A8E99",
246246
"quickInputList.focusBackground": "#000000",
247247
"quickInputList.focusForeground": "#C2C5CC",
248248
"quickInputList.focusIconForeground": "#C2C5CC",
249249
"keybindingLabel.background": "#0A3329",
250-
"keybindingLabel.foreground": "#64FFDA",
250+
"keybindingLabel.foreground": "#91F2DA",
251251
"keybindingLabel.border": "#0A3329",
252252
"keybindingLabel.bottomBorder": "#0A3329",
253253
"keybindingTable.headerBackground": "#000000",
@@ -271,10 +271,10 @@
271271
"terminal.ansiRed": "#E81123",
272272
"terminal.ansiWhite": "#CFD8DC",
273273
"terminal.ansiYellow": "#FFD600",
274-
"terminalCursor.background": "#64FFDA",
275-
"terminalCursor.foreground": "#64FFDA",
274+
"terminalCursor.background": "#91F2DA",
275+
"terminalCursor.foreground": "#91F2DA",
276276
"terminal.dropBackground": "#101112",
277-
"terminal.tab.activeBorder": "#64FFDA",
277+
"terminal.tab.activeBorder": "#91F2DA",
278278
"debugToolBar.background": "#000000",
279279
"debugToolBar.border": "#101112",
280280
"welcomePage.background": "#000000",
@@ -283,17 +283,17 @@
283283
"welcomePage.tileBackground": "#101112",
284284
"welcomePage.tileHoverBackground": "#202224",
285285
"welcomePage.tileBorder": "#000000",
286-
"gitDecoration.addedResourceForeground": "#64FFDA",
286+
"gitDecoration.addedResourceForeground": "#91F2DA",
287287
"gitDecoration.modifiedResourceForeground": "#80C0FF",
288288
"gitDecoration.deletedResourceForeground": "#FF8080",
289289
"gitDecoration.renamedResourceForeground": "#FFE9A6",
290-
"settings.modifiedItemIndicator": "#64FFDA",
290+
"settings.modifiedItemIndicator": "#91F2DA",
291291
"settings.dropdownBackground": "#101112",
292292
"settings.dropdownForeground": "#8A8E99",
293293
"settings.dropdownBorder": "#000000",
294294
"settings.dropdownListBorder": "#000000",
295295
"settings.checkboxBackground": "#0A3329",
296-
"settings.checkboxForeground": "#64FFDA",
296+
"settings.checkboxForeground": "#91F2DA",
297297
"settings.checkboxBorder": "#0A3329",
298298
"settings.rowHoverBackground": "#101112",
299299
"settings.textInputBackground": "#101112",
@@ -313,8 +313,8 @@
313313
"debugIcon.startForeground": "#80C0FF",
314314
"debugIcon.pauseForeground": "#80C0FF",
315315
"debugIcon.stopForeground": "#FF8080",
316-
"debugIcon.disconnectForeground": "#64FFDA",
317-
"debugIcon.restartForeground": "#64FFDA",
316+
"debugIcon.disconnectForeground": "#91F2DA",
317+
"debugIcon.restartForeground": "#91F2DA",
318318
"debugIcon.stepOverForeground": "#80C0FF",
319319
"debugIcon.stepIntoForeground": "#80C0FF",
320320
"debugIcon.stepOutForeground": "#80C0FF",
@@ -329,14 +329,14 @@
329329
"notebook.cellBorderColor": "#101112",
330330
"notebook.cellHoverBackground": "#000000",
331331
"notebook.focusedCellBackground": "#000000",
332-
"notebook.focusedCellBorder": "#146653",
332+
"notebook.focusedCellBorder": "#146652",
333333
"notebook.focusedEditorBorder": "#202224",
334334
"notebook.inactiveFocusedCellBorder": "#202224",
335335
"notebook.outputContainerBackgroundColor": "#101112",
336336
"notebook.outputContainerBorderColor": "#202224",
337-
"notebookScrollbarSlider.activeBackground": "#101112",
337+
"notebookScrollbarSlider.activeBackground": "#10111290",
338338
"notebookScrollbarSlider.background": "#20222490",
339-
"notebookScrollbarSlider.hoverBackground": "#101112",
339+
"notebookScrollbarSlider.hoverBackground": "#10111290",
340340
"editorBracketHighlight.foreground1": "#BFBFFF",
341341
"editorBracketHighlight.foreground2": "#BFBFFF",
342342
"editorBracketHighlight.foreground3": "#BFBFFF",

0 commit comments

Comments
 (0)