Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hshhrr committed Mar 4, 2023
1 parent 24e17f6 commit 632b81b
Show file tree
Hide file tree
Showing 13 changed files with 105 additions and 59 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ A dark color theme for Visual Studio Code with a full black UI. -->

<br/>

<div align="center">
<!-- <div align="center">
<img alt="styx-icon" style="width:256px;height:256px;" src="https://raw.githubusercontent.com/hshhrr/vscode-styx/main/assets/styx.png?raw=true">
</div> -->

<div align="center">
<img alt="styx-icon" style="width:256px;height:256px;" src="https://raw.githubusercontent.com/hshhrr/vscode-styx/main/assets/styx-social-preview-2.png?raw=true">
</div>

<br/>
Expand Down Expand Up @@ -150,7 +154,7 @@ A dark color theme for Visual Studio Code with a full black UI. -->
- [x] HTML
- [x] XML
- [x] YAML
- [x] CSS
- [x] CSS ( + Less, Sass, etc.)
- [x] Markdown
- [x] SQL
- [x] Ruby ( + Ruby on Rails)
Expand Down
Binary file added assets/previews/styx-social-preview-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/previews/styx-social-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Styx",
"description": "Pitch Black theme for Visual Studio Code.",
"publisher": "hshhrr",
"version": "1.4.2",
"version": "1.4.1",
"icon": "assets/styx.png",
"galleryBanner": {
"color": "#0D1117",
Expand Down
2 changes: 1 addition & 1 deletion src/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class BaseColors:
sa2: str = get_shade(sa0, 80, 20)

# Warning Accent
wa0: str = hsv2hex(55, 45, 100)
wa0: str = hsv2hex(55, 55, 100)
wa1: str = get_shade(wa0, 80, 35)
wa2: str = get_shade(wa0, 80, 15)

Expand Down
12 changes: 6 additions & 6 deletions src/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ def get_ui_colors() -> dict:

# <<- Minimap ->>
# "minimap.findMatchHighlight": bc.red,
# "minimap.selectionHighlight": bc.sa0,
# "minimap.errorHighlight": bc.ea0,
# "minimap.warningHighlight": bc.wa0,
"minimap.selectionHighlight": bc.sa0,
"minimap.errorHighlight": bc.ea0,
"minimap.warningHighlight": bc.wa0,
# "minimap.background": bc.red,
# "minimap.selectionOccurrenceHighlight": bc.red,
# "minimap.foregroundOpacity": bc.red,
Expand Down Expand Up @@ -289,7 +289,7 @@ def get_ui_colors() -> dict:
# "editorOverviewRuler.warningForeground": bc.red,
# "editorOverviewRuler.infoForeground": bc.red,
# "editorOverviewRuler.bracketMatchForeground": bc.red,
# "editorError.foreground": bc.red,
"editorError.foreground": bc.ea0,
# "editorError.border": bc.red,
# "editorError.background": bc.red,
# "editorWarning.foreground": bc.red,
Expand Down Expand Up @@ -328,8 +328,8 @@ def get_ui_colors() -> dict:
"diffEditor.diagonalFill": bc.sa0 + "20",
"diffEditor.insertedLineBackground": bc.pa2 + "70",
"diffEditor.removedLineBackground": bc.ea2 + "70",
# "diffEditorGutter.insertedLineBackground": bc.pa2,
# "diffEditorGutter.removedLineBackground": bc.ea2,
"diffEditorGutter.insertedLineBackground": bc.pa2 + "90",
"diffEditorGutter.removedLineBackground": bc.ea2 + "90",
"diffEditorOverview.insertedForeground": bc.pa2,
"diffEditorOverview.removedForeground": bc.ea2,

Expand Down
20 changes: 13 additions & 7 deletions themes/styx-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"inputValidation.infoForeground": "#99CCFF",
"inputValidation.infoBorder": "#143D66",
"inputValidation.warningBackground": "#262408",
"inputValidation.warningForeground": "#FFF58C",
"inputValidation.warningForeground": "#FFF373",
"inputValidation.warningBorder": "#595312",
"scrollbarSlider.activeBackground": "#0A0B0D90",
"scrollbarSlider.background": "#14161A90",
Expand All @@ -64,7 +64,7 @@
"list.hoverForeground": "#DADDE6",
"list.inactiveSelectionBackground": "#0A0B0D",
"list.errorForeground": "#FF7373",
"list.warningForeground": "#FFF58C",
"list.warningForeground": "#FFF373",
"tree.indentGuidesStroke": "#0A0B0D",
"tree.inactiveIndentGuidesStroke": "#0A0B0D",
"tree.tableColumnsBorder": "#14161A",
Expand All @@ -87,6 +87,9 @@
"sideBarSectionHeader.background": "#000000",
"sideBarSectionHeader.foreground": "#DADDE6",
"sideBarSectionHeader.border": "#14161A",
"minimap.selectionHighlight": "#99CCFF",
"minimap.errorHighlight": "#FF7373",
"minimap.warningHighlight": "#FFF373",
"minimapGutter.addedBackground": "#146652",
"minimapGutter.modifiedBackground": "#143D66",
"minimapGutter.deletedBackground": "#591212",
Expand Down Expand Up @@ -131,10 +134,11 @@
"editorIndentGuide.background": "#0A0B0D",
"editorIndentGuide.activeBackground": "#0A0B0D",
"editorRuler.foreground": "#0A0B0D",
"editorLightBulb.foreground": "#FFF58C",
"editorLightBulb.foreground": "#FFF373",
"editorLightBulbAutoFix.foreground": "#91F2DA",
"editorError.foreground": "#FF7373",
"problemsErrorIcon.foreground": "#FF7373",
"problemsWarningIcon.foreground": "#FFF58C",
"problemsWarningIcon.foreground": "#FFF373",
"problemsInfoIcon.foreground": "#99CCFF",
"editorGutter.modifiedBackground": "#143D66",
"editorGutter.addedBackground": "#146652",
Expand All @@ -145,6 +149,8 @@
"diffEditor.diagonalFill": "#99CCFF20",
"diffEditor.insertedLineBackground": "#0A332970",
"diffEditor.removedLineBackground": "#26080870",
"diffEditorGutter.insertedLineBackground": "#0A332990",
"diffEditorGutter.removedLineBackground": "#26080890",
"diffEditorOverview.insertedForeground": "#0A3329",
"diffEditorOverview.removedForeground": "#260808",
"editorWidget.foreground": "#DADDE6",
Expand Down Expand Up @@ -208,7 +214,7 @@
"statusBarItem.errorBackground": "#260808",
"statusBarItem.errorForeground": "#FF7373",
"statusBarItem.warningBackground": "#262408",
"statusBarItem.warningForeground": "#FFF58C",
"statusBarItem.warningForeground": "#FFF373",
"titleBar.activeBackground": "#000000",
"titleBar.activeForeground": "#8A8E99",
"titleBar.inactiveBackground": "#000000",
Expand Down Expand Up @@ -241,7 +247,7 @@
"notifications.border": "#14161A",
"notificationLink.foreground": "#99CCFF",
"notificationsErrorIcon.foreground": "#FF7373",
"notificationsWarningIcon.foreground": "#FFF58C",
"notificationsWarningIcon.foreground": "#FFF373",
"notificationsInfoIcon.foreground": "#99CCFF",
"extensionButton.prominentForeground": "#91F2DA",
"extensionButton.prominentBackground": "#0A3329",
Expand Down Expand Up @@ -299,7 +305,7 @@
"gitDecoration.addedResourceForeground": "#91F2DA",
"gitDecoration.modifiedResourceForeground": "#99CCFF",
"gitDecoration.deletedResourceForeground": "#FF7373",
"gitDecoration.renamedResourceForeground": "#FFF58C",
"gitDecoration.renamedResourceForeground": "#FFF373",
"settings.modifiedItemIndicator": "#91F2DA",
"settings.dropdownBackground": "#0A0B0D",
"settings.dropdownForeground": "#8A8E99",
Expand Down
20 changes: 13 additions & 7 deletions themes/styx-dracula-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"inputValidation.infoForeground": "#99CCFF",
"inputValidation.infoBorder": "#143D66",
"inputValidation.warningBackground": "#262408",
"inputValidation.warningForeground": "#FFF58C",
"inputValidation.warningForeground": "#FFF373",
"inputValidation.warningBorder": "#595312",
"scrollbarSlider.activeBackground": "#0A0B0D90",
"scrollbarSlider.background": "#14161A90",
Expand All @@ -64,7 +64,7 @@
"list.hoverForeground": "#DADDE6",
"list.inactiveSelectionBackground": "#0A0B0D",
"list.errorForeground": "#FF7373",
"list.warningForeground": "#FFF58C",
"list.warningForeground": "#FFF373",
"tree.indentGuidesStroke": "#0A0B0D",
"tree.inactiveIndentGuidesStroke": "#0A0B0D",
"tree.tableColumnsBorder": "#14161A",
Expand All @@ -87,6 +87,9 @@
"sideBarSectionHeader.background": "#000000",
"sideBarSectionHeader.foreground": "#DADDE6",
"sideBarSectionHeader.border": "#14161A",
"minimap.selectionHighlight": "#99CCFF",
"minimap.errorHighlight": "#FF7373",
"minimap.warningHighlight": "#FFF373",
"minimapGutter.addedBackground": "#146652",
"minimapGutter.modifiedBackground": "#143D66",
"minimapGutter.deletedBackground": "#591212",
Expand Down Expand Up @@ -131,10 +134,11 @@
"editorIndentGuide.background": "#0A0B0D",
"editorIndentGuide.activeBackground": "#0A0B0D",
"editorRuler.foreground": "#0A0B0D",
"editorLightBulb.foreground": "#FFF58C",
"editorLightBulb.foreground": "#FFF373",
"editorLightBulbAutoFix.foreground": "#91F2DA",
"editorError.foreground": "#FF7373",
"problemsErrorIcon.foreground": "#FF7373",
"problemsWarningIcon.foreground": "#FFF58C",
"problemsWarningIcon.foreground": "#FFF373",
"problemsInfoIcon.foreground": "#99CCFF",
"editorGutter.modifiedBackground": "#143D66",
"editorGutter.addedBackground": "#146652",
Expand All @@ -145,6 +149,8 @@
"diffEditor.diagonalFill": "#99CCFF20",
"diffEditor.insertedLineBackground": "#0A332970",
"diffEditor.removedLineBackground": "#26080870",
"diffEditorGutter.insertedLineBackground": "#0A332990",
"diffEditorGutter.removedLineBackground": "#26080890",
"diffEditorOverview.insertedForeground": "#0A3329",
"diffEditorOverview.removedForeground": "#260808",
"editorWidget.foreground": "#DADDE6",
Expand Down Expand Up @@ -208,7 +214,7 @@
"statusBarItem.errorBackground": "#260808",
"statusBarItem.errorForeground": "#FF7373",
"statusBarItem.warningBackground": "#262408",
"statusBarItem.warningForeground": "#FFF58C",
"statusBarItem.warningForeground": "#FFF373",
"titleBar.activeBackground": "#000000",
"titleBar.activeForeground": "#8A8E99",
"titleBar.inactiveBackground": "#000000",
Expand Down Expand Up @@ -241,7 +247,7 @@
"notifications.border": "#14161A",
"notificationLink.foreground": "#99CCFF",
"notificationsErrorIcon.foreground": "#FF7373",
"notificationsWarningIcon.foreground": "#FFF58C",
"notificationsWarningIcon.foreground": "#FFF373",
"notificationsInfoIcon.foreground": "#99CCFF",
"extensionButton.prominentForeground": "#91F2DA",
"extensionButton.prominentBackground": "#0A3329",
Expand Down Expand Up @@ -299,7 +305,7 @@
"gitDecoration.addedResourceForeground": "#91F2DA",
"gitDecoration.modifiedResourceForeground": "#99CCFF",
"gitDecoration.deletedResourceForeground": "#FF7373",
"gitDecoration.renamedResourceForeground": "#FFF58C",
"gitDecoration.renamedResourceForeground": "#FFF373",
"settings.modifiedItemIndicator": "#91F2DA",
"settings.dropdownBackground": "#0A0B0D",
"settings.dropdownForeground": "#8A8E99",
Expand Down
20 changes: 13 additions & 7 deletions themes/styx-fleet-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"inputValidation.infoForeground": "#99CCFF",
"inputValidation.infoBorder": "#143D66",
"inputValidation.warningBackground": "#262408",
"inputValidation.warningForeground": "#FFF58C",
"inputValidation.warningForeground": "#FFF373",
"inputValidation.warningBorder": "#595312",
"scrollbarSlider.activeBackground": "#0A0B0D90",
"scrollbarSlider.background": "#14161A90",
Expand All @@ -64,7 +64,7 @@
"list.hoverForeground": "#DADDE6",
"list.inactiveSelectionBackground": "#0A0B0D",
"list.errorForeground": "#FF7373",
"list.warningForeground": "#FFF58C",
"list.warningForeground": "#FFF373",
"tree.indentGuidesStroke": "#0A0B0D",
"tree.inactiveIndentGuidesStroke": "#0A0B0D",
"tree.tableColumnsBorder": "#14161A",
Expand All @@ -87,6 +87,9 @@
"sideBarSectionHeader.background": "#000000",
"sideBarSectionHeader.foreground": "#DADDE6",
"sideBarSectionHeader.border": "#14161A",
"minimap.selectionHighlight": "#99CCFF",
"minimap.errorHighlight": "#FF7373",
"minimap.warningHighlight": "#FFF373",
"minimapGutter.addedBackground": "#146652",
"minimapGutter.modifiedBackground": "#143D66",
"minimapGutter.deletedBackground": "#591212",
Expand Down Expand Up @@ -131,10 +134,11 @@
"editorIndentGuide.background": "#0A0B0D",
"editorIndentGuide.activeBackground": "#0A0B0D",
"editorRuler.foreground": "#0A0B0D",
"editorLightBulb.foreground": "#FFF58C",
"editorLightBulb.foreground": "#FFF373",
"editorLightBulbAutoFix.foreground": "#91F2DA",
"editorError.foreground": "#FF7373",
"problemsErrorIcon.foreground": "#FF7373",
"problemsWarningIcon.foreground": "#FFF58C",
"problemsWarningIcon.foreground": "#FFF373",
"problemsInfoIcon.foreground": "#99CCFF",
"editorGutter.modifiedBackground": "#143D66",
"editorGutter.addedBackground": "#146652",
Expand All @@ -145,6 +149,8 @@
"diffEditor.diagonalFill": "#99CCFF20",
"diffEditor.insertedLineBackground": "#0A332970",
"diffEditor.removedLineBackground": "#26080870",
"diffEditorGutter.insertedLineBackground": "#0A332990",
"diffEditorGutter.removedLineBackground": "#26080890",
"diffEditorOverview.insertedForeground": "#0A3329",
"diffEditorOverview.removedForeground": "#260808",
"editorWidget.foreground": "#DADDE6",
Expand Down Expand Up @@ -208,7 +214,7 @@
"statusBarItem.errorBackground": "#260808",
"statusBarItem.errorForeground": "#FF7373",
"statusBarItem.warningBackground": "#262408",
"statusBarItem.warningForeground": "#FFF58C",
"statusBarItem.warningForeground": "#FFF373",
"titleBar.activeBackground": "#000000",
"titleBar.activeForeground": "#8A8E99",
"titleBar.inactiveBackground": "#000000",
Expand Down Expand Up @@ -241,7 +247,7 @@
"notifications.border": "#14161A",
"notificationLink.foreground": "#99CCFF",
"notificationsErrorIcon.foreground": "#FF7373",
"notificationsWarningIcon.foreground": "#FFF58C",
"notificationsWarningIcon.foreground": "#FFF373",
"notificationsInfoIcon.foreground": "#99CCFF",
"extensionButton.prominentForeground": "#91F2DA",
"extensionButton.prominentBackground": "#0A3329",
Expand Down Expand Up @@ -299,7 +305,7 @@
"gitDecoration.addedResourceForeground": "#91F2DA",
"gitDecoration.modifiedResourceForeground": "#99CCFF",
"gitDecoration.deletedResourceForeground": "#FF7373",
"gitDecoration.renamedResourceForeground": "#FFF58C",
"gitDecoration.renamedResourceForeground": "#FFF373",
"settings.modifiedItemIndicator": "#91F2DA",
"settings.dropdownBackground": "#0A0B0D",
"settings.dropdownForeground": "#8A8E99",
Expand Down
20 changes: 13 additions & 7 deletions themes/styx-material-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"inputValidation.infoForeground": "#99CCFF",
"inputValidation.infoBorder": "#143D66",
"inputValidation.warningBackground": "#262408",
"inputValidation.warningForeground": "#FFF58C",
"inputValidation.warningForeground": "#FFF373",
"inputValidation.warningBorder": "#595312",
"scrollbarSlider.activeBackground": "#0A0B0D90",
"scrollbarSlider.background": "#14161A90",
Expand All @@ -64,7 +64,7 @@
"list.hoverForeground": "#DADDE6",
"list.inactiveSelectionBackground": "#0A0B0D",
"list.errorForeground": "#FF7373",
"list.warningForeground": "#FFF58C",
"list.warningForeground": "#FFF373",
"tree.indentGuidesStroke": "#0A0B0D",
"tree.inactiveIndentGuidesStroke": "#0A0B0D",
"tree.tableColumnsBorder": "#14161A",
Expand All @@ -87,6 +87,9 @@
"sideBarSectionHeader.background": "#000000",
"sideBarSectionHeader.foreground": "#DADDE6",
"sideBarSectionHeader.border": "#14161A",
"minimap.selectionHighlight": "#99CCFF",
"minimap.errorHighlight": "#FF7373",
"minimap.warningHighlight": "#FFF373",
"minimapGutter.addedBackground": "#146652",
"minimapGutter.modifiedBackground": "#143D66",
"minimapGutter.deletedBackground": "#591212",
Expand Down Expand Up @@ -131,10 +134,11 @@
"editorIndentGuide.background": "#0A0B0D",
"editorIndentGuide.activeBackground": "#0A0B0D",
"editorRuler.foreground": "#0A0B0D",
"editorLightBulb.foreground": "#FFF58C",
"editorLightBulb.foreground": "#FFF373",
"editorLightBulbAutoFix.foreground": "#91F2DA",
"editorError.foreground": "#FF7373",
"problemsErrorIcon.foreground": "#FF7373",
"problemsWarningIcon.foreground": "#FFF58C",
"problemsWarningIcon.foreground": "#FFF373",
"problemsInfoIcon.foreground": "#99CCFF",
"editorGutter.modifiedBackground": "#143D66",
"editorGutter.addedBackground": "#146652",
Expand All @@ -145,6 +149,8 @@
"diffEditor.diagonalFill": "#99CCFF20",
"diffEditor.insertedLineBackground": "#0A332970",
"diffEditor.removedLineBackground": "#26080870",
"diffEditorGutter.insertedLineBackground": "#0A332990",
"diffEditorGutter.removedLineBackground": "#26080890",
"diffEditorOverview.insertedForeground": "#0A3329",
"diffEditorOverview.removedForeground": "#260808",
"editorWidget.foreground": "#DADDE6",
Expand Down Expand Up @@ -208,7 +214,7 @@
"statusBarItem.errorBackground": "#260808",
"statusBarItem.errorForeground": "#FF7373",
"statusBarItem.warningBackground": "#262408",
"statusBarItem.warningForeground": "#FFF58C",
"statusBarItem.warningForeground": "#FFF373",
"titleBar.activeBackground": "#000000",
"titleBar.activeForeground": "#8A8E99",
"titleBar.inactiveBackground": "#000000",
Expand Down Expand Up @@ -241,7 +247,7 @@
"notifications.border": "#14161A",
"notificationLink.foreground": "#99CCFF",
"notificationsErrorIcon.foreground": "#FF7373",
"notificationsWarningIcon.foreground": "#FFF58C",
"notificationsWarningIcon.foreground": "#FFF373",
"notificationsInfoIcon.foreground": "#99CCFF",
"extensionButton.prominentForeground": "#91F2DA",
"extensionButton.prominentBackground": "#0A3329",
Expand Down Expand Up @@ -299,7 +305,7 @@
"gitDecoration.addedResourceForeground": "#91F2DA",
"gitDecoration.modifiedResourceForeground": "#99CCFF",
"gitDecoration.deletedResourceForeground": "#FF7373",
"gitDecoration.renamedResourceForeground": "#FFF58C",
"gitDecoration.renamedResourceForeground": "#FFF373",
"settings.modifiedItemIndicator": "#91F2DA",
"settings.dropdownBackground": "#0A0B0D",
"settings.dropdownForeground": "#8A8E99",
Expand Down
Loading

0 comments on commit 632b81b

Please sign in to comment.