Releases: jwortmann/brackets-theme
v1.10.0
v1.9.1
v1.9.0
-
Replaced the monochrome gray file type icons in the sidebar with full colored icons.
-
New but unmodified tabs now have a green highlighting indicator, if the "highlight_modified_tabs" setting is enabled (only in ST build 4170 or newer).
-
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. Only works if "themed_title_bar" is enabled.
v1.8.0
-
Redesigned the file tabs to make it more obvious which tab is currently selected. There is a new setting "tab_shadows" which can be set to false to revert back to the flat tab style that was used before.
-
Breaking change: The "blend_inactive_tabs" setting was renamed to "inactive_tab_transparency". It can be enabled if you prefer the style of inactive tabs from the Default and Adaptive themes. Now this setting also works if "file_tab_style" is set to "angled" or "wave".
-
Added and updated a few file icons in the sidebar.
-
Fixed popup border color with light color schemes if the "popup_style" setting is not used.
-
Removed support for previously deprecated setting names, which were still functional before this update.
v1.7.0
-
Added a new "gitlab" style option for the "kind_icons_style" setting.
-
Added a new "letters" style option for the "git_status_icons" setting.
-
Fixed padding and scroll bar color in the Switch Project window.
-
Fixed style for disabled button in the Update window.
-
Adjusted puck color of the "thin" scroll bar style to match the color from Windows Explorer.
-
Updated a few file type icons and added icon for Jupyter Notebook (.ipynb).
-
Updated and added new preview screenshots in the Readme page on GitHub.
v1.6.0
-
Updated sidebar design with a border on the left-hand side and additional margin at the top (only if the "themed_title_bar" setting is enabled).
-
The scroll bars in the sidebar now follow the "overlay_scroll_bars" setting - when disabled, the scroll bars are visible when hovering with the mouse over the sidebar.
-
Fixed a potential incompatibility with the LSP package for certain file types with special icons.
v1.5.0
v1.4.0
v1.3.1
v1.3.0
-
This release introduces new custom file type icons in the sidebar. As a side effect, file icons might not be displayed correctly when you switch to another theme, like for example the built-in "Default" or "Adaptive" themes. To restore the icons for those themes, disable this package by running "Package Control: Disable Package" from the command palette and select "Theme - Brackets".
-
Hover popups are now rendered with a border and rounded corners by default. You can revert to the old style by adding "popup_style": "plain" into your settings.
-
Added the ability to hide the tabs dropdown button by using the setting "hide_tabs_dropdown_button": true.
-
Minor style tweak for selected and highlighted rows in the command palette (rounded corners).