Skip to content

Commit

Permalink
Added a few more missing bits (view CHANGELOG.md for details)
Browse files Browse the repository at this point in the history
  • Loading branch information
zedritsch committed Dec 13, 2023
1 parent 19cbb80 commit a88c0ae
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 19 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
## v0.1.5
### Additions
* Notification & notification center
* Extension button
* Progress bar
* Blockquote
* Codeblock

### Changes
* Removed list hover background
* Set link color to blue

## v0.1.4
### Additions
* Invalid
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "16-colors-theme",
"displayName": "16-Colors-Theme",
"description": "VS Code theme extension",
"version": "0.1.4",
"version": "0.1.5",
"publisher": "Zedritsch",
"engines": { "vscode": "^1.84.0" },
"repository": {
Expand Down
36 changes: 18 additions & 18 deletions themes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
//"editorWarning.background": "#f00",
//"editorWarning.border": "#f00",
"editorWarning.foreground": "#eed49f",
//"editorWhitespace.foreground": "#f00",
"editorWhitespace.foreground": "#9299b3",
"editorWidget.background": "#1e2030",
"editorWidget.border": "#2e3245",
//"editorWidget.foreground": "#f00",
Expand Down Expand Up @@ -328,9 +328,9 @@
//"errorLens.warningRangeBackground": "#f00",
//"extensionBadge.remoteBackground": "#f00",
//"extensionBadge.remoteForeground": "#f00",
//"extensionButton.background": "#f00",
"extensionButton.background": "#1e2030",
//"extensionButton.foreground": "#f00",
//"extensionButton.hoverBackground": "#f00",
"extensionButton.hoverBackground": "#1e2030",
//"extensionButton.prominentBackground": "#f00",
//"extensionButton.prominentForeground": "#f00",
//"extensionButton.prominentHoverBackground": "#f00",
Expand Down Expand Up @@ -401,7 +401,7 @@
//"list.focusHighlightForeground": "#f00",
//"list.focusOutline": "#f00",
//"list.highlightForeground": "#f00",
"list.hoverBackground": "#2e3245",
"list.hoverBackground": "#0000",
//"list.hoverForeground": "#f00",
//"list.inactiveFocusBackground": "#f00",
//"list.inactiveFocusOutline": "#f00",
Expand Down Expand Up @@ -482,17 +482,17 @@
//"notebookStatusErrorIcon.foreground": "#f00",
//"notebookStatusRunningIcon.foreground": "#f00",
//"notebookStatusSuccessIcon.foreground": "#f00",
//"notificationCenter.border": "#f00",
//"notificationCenterHeader.background": "#f00",
"notificationCenter.border": "#2e3245",
"notificationCenterHeader.background": "#1e2030",
//"notificationCenterHeader.foreground": "#f00",
//"notificationLink.foreground": "#f00",
//"notifications.background": "#f00",
//"notifications.border": "#f00",
"notifications.background": "#1e2030",
"notifications.border": "#2e3245",
//"notifications.foreground": "#f00",
//"notificationsErrorIcon.foreground": "#f00",
//"notificationsInfoIcon.foreground": "#f00",
//"notificationsWarningIcon.foreground": "#f00",
//"notificationToast.border": "#f00",
"notificationToast.border": "#2e3245",
"panel.background": "#1e2030",
"panel.border": "#2e3245",
//"panel.dropBorder": "#f00",
Expand Down Expand Up @@ -528,7 +528,7 @@
//"problemsWarningIcon.foreground": "#f00",
//"profileBadge.background": "#f00",
//"profileBadge.foreground": "#f00",
//"progressBar.background": "#f00",
"progressBar.background": "#b497d6",
//"quickInput.background": "#f00",
//"quickInput.foreground": "#f00",
//"quickInputList.focusBackground": "#f00",
Expand Down Expand Up @@ -718,13 +718,13 @@
//"testing.peekBorder": "#f00",
//"testing.peekHeaderBackground": "#f00",
//"testing.runAction": "#f00",
//"textBlockQuote.background": "#f00",
//"textBlockQuote.border": "#f00",
//"textCodeBlock.background": "#f00",
"textLink.activeForeground": "#b497d6",
"textLink.foreground": "#b497d6",
//"textPreformat.background": "#f00",
//"textPreformat.foreground": "#f00",
"textBlockQuote.background": "#1e2030",
"textBlockQuote.border": "#2e3245",
"textCodeBlock.background": "#1e2030",
"textLink.activeForeground": "#8aadf4",
"textLink.foreground": "#8aadf4",
"textPreformat.background": "#1e2030",
"textPreformat.foreground": "#b497d6",
//"textSeparator.foreground": "#f00",
"titleBar.activeBackground": "#181926",
"titleBar.activeForeground": "#9299b3",
Expand All @@ -746,7 +746,7 @@
//"welcomePage.tileBackground": "#f00",
//"welcomePage.tileBorder": "#f00",
//"welcomePage.tileHoverBackground": "#f00",
//"widget.border": "#f00",
"widget.border": "#2e3245",
"widget.shadow": "#0000",
"window.activeBorder": "#2e3245",
"window.inactiveBorder": "#2e3245"
Expand Down

0 comments on commit a88c0ae

Please sign in to comment.