Skip to content

Releases: jwortmann/brackets-theme

v1.9.1

03 Aug 19:57
eabe753
Compare
Choose a tag to compare
  • Updated styles for the "winui" theme variant.

  • Added new file icons for the sidebar.

v1.9.0

06 Apr 07:52
160a793
Compare
Choose a tag to compare
  • 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

04 Jan 14:11
d178d56
Compare
Choose a tag to compare
  • 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

24 Aug 17:16
207f32e
Compare
Choose a tag to compare
  • 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

30 Jul 21:55
77e3849
Compare
Choose a tag to compare
  • 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

20 Jul 18:41
aec8400
Compare
Choose a tag to compare
  • Added a new setting "scroll_bar_style" with options "auto" (default), "brackets", "sublime" and "thin".

  • Minor style tweak for the default fold buttons.

  • Updated a few file type icons.

v1.4.0

21 Jun 19:09
676563a
Compare
Choose a tag to compare
  • Added a new setting "fold_buttons_style" with options "triangle" (default) and "square".

  • Added animations for fold buttons and for close buttons of modified tabs.

  • Updated and added a few new file type icons.

v1.3.1

10 Jun 04:27
51d1892
Compare
Choose a tag to compare
  • Fixed included syntaxes for special file icons to be visible in file dialogs.

v1.3.0

09 Jun 19:21
4c9dcf5
Compare
Choose a tag to compare
  • 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).

v1.2.1

28 Jan 18:23
a6a5c4e
Compare
Choose a tag to compare
  • Fixed dash/minus sign not being rendered in tooltips.

  • Fixed kind icon alignment in some quick panel overlays provided by plugins.