diff --git a/CHANGELOG.md b/CHANGELOG.md index 0759e3e..575d863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index e2b77e6..6d021cd 100644 --- a/README.md +++ b/README.md @@ -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. | @@ -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). diff --git a/messages/1.9.0.txt b/messages/1.9.0.txt index 75b6573..0e566ea 100644 --- a/messages/1.9.0.txt +++ b/messages/1.9.0.txt @@ -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" @@ -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