Skip to content

Commit

Permalink
Release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Apr 6, 2024
1 parent 9bed82c commit 160a793
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Brackets Theme Changelog
========================

v1.9.0 (2024-04-??)
v1.9.0 (2024-04-06)
-------------------

* Replaced the monochrome gray file type icons in the sidebar with full colored icons.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ __Custom settings:__
| "tab_shadows" | true | Draws shadows and a thin border around file tabs. |
| "inactive_tab_transparency" | false | Makes inactive tabs transparent, similar to how they are displayed in the Default and Adaptive themes. |
| "hide_tabs_dropdown_button" | false | Hides the tabs dropdown button at the right side of the tab bar. |
| "theme_variant" | "" | Set to "winui" to use an alternative style for the title bar, the side bar, autocomplete popups, and other UI elements, inspired by the Windows 11 Mica & Acrylic materials. |
| "theme_variant" | "" | Set to "winui" to use an alternative style for the title bar, the side bar, autocomplete popups, and other UI elements, inspired by the Windows 11 Mica & Acrylic materials. Only works if "themed_title_bar" is enabled. |

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/jwortmann/brackets-theme/master/img/kind_icons_dark.png">
Expand Down Expand Up @@ -72,4 +72,4 @@ To restore the icons for those themes, disable this package by running *Package

* Git status icons in the sidebar and kind icons used in the autocompletion popup and the *Goto Symbol…* panels are derived from [Octicons](https://github.com/primer/octicons) (licensed under the [MIT license](https://github.com/jwortmann/brackets-theme/blob/master/licenses/Octicons/LICENSE)), [GitLab SVGs](https://gitlab.com/gitlab-org/gitlab-svgs) (licensed under the [MIT license](https://github.com/jwortmann/brackets-theme/blob/master/licenses/GitLabSVGs/LICENSE)) and [Codicons](https://github.com/microsoft/vscode-codicons) (licensed under [CC BY 4.0](https://github.com/jwortmann/brackets-theme/blob/master/licenses/Codicons/LICENSE)).

* File icons in the sidebar are derived from [FileIcons](https://github.com/braver/FileIcons) (licensed under the [MIT license](https://github.com/jwortmann/brackets-theme/blob/master/licenses/FileIcons/LICENSE)), [AFileIcon](https://github.com/SublimeText/AFileIcon) (licensed under the [MIT license](https://github.com/jwortmann/brackets-theme/blob/master/licenses/AFileIcon/LICENSE.md)), [Material Icon Theme](https://github.com/PKief/vscode-material-icon-theme) (licensed under the [MIT license](https://github.com/jwortmann/brackets-theme/blob/master/licenses/MaterialIconTheme/LICENSE.md)) and [Simple Icons](https://github.com/simple-icons/simple-icons) (licensed under CC0).
* File icons in the sidebar are derived from [vscode-icons](https://github.com/vscode-icons/vscode-icons) (licensed under [CC BY-SA](https://creativecommons.org/licenses/by-sa/4.0/)), [FileIcons](https://github.com/braver/FileIcons) (licensed under the [MIT license](https://github.com/jwortmann/brackets-theme/blob/master/licenses/FileIcons/LICENSE)), [AFileIcon](https://github.com/SublimeText/AFileIcon) (licensed under the [MIT license](https://github.com/jwortmann/brackets-theme/blob/master/licenses/AFileIcon/LICENSE.md)), [Material Icon Theme](https://github.com/PKief/vscode-material-icon-theme) (licensed under the [MIT license](https://github.com/jwortmann/brackets-theme/blob/master/licenses/MaterialIconTheme/LICENSE.md)) and [Simple Icons](https://github.com/simple-icons/simple-icons) (licensed under CC0).
6 changes: 3 additions & 3 deletions messages/1.9.0.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
* This update replaces the monochrome gray file type icons in the sidebar
with full colored icons.

In case you prefer the monochrome variant that was used before, for now
you can still revert the icons by following these steps:
In case you prefer the monochrome variant that was used before, you can
still revert to the old icons with the following steps:
1. Open "Preferences: Browse Packages" from the command palette
2. Create a folder named "Theme - Brackets"
3. Navigate into that folder and create another folder named "icons_mono"
Expand All @@ -26,7 +26,7 @@

* Added a new "theme_variant" setting which can be set to "winui" in order to
apply an alternative style for the title bar, the side bar, autocomplete popups,
and other UI elements (inspired by the Windows 11 Mica & Acrylic materials).
and other UI elements, inspired by the Windows 11 Mica & Acrylic materials.
This setting is currently experimental and it only works if "themed_title_bar"
is enabled. You can also modify the background hue by overriding the "winui"
color variable in a theme customization ("UI: Customize Theme" from the
Expand Down

0 comments on commit 160a793

Please sign in to comment.