diff --git a/Brackets.sublime-theme b/Brackets.sublime-theme index 1763aa2..3c8e357 100644 --- a/Brackets.sublime-theme +++ b/Brackets.sublime-theme @@ -166,7 +166,7 @@ "layer1.tint": "var(titlebar_background)", "layer1.opacity": 1.0, "layer1.inner_margin": [11, 36, 0, 0], - "content_margin": [7, 34, 0, 0] + "content_margin": [7, 34, 0, 0] // https://github.com/sublimehq/sublime_text/issues/5774 }, { "class": "sidebar_container", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8609154..c2bb6c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Brackets Theme Changelog ======================== +v1.6.0 (2023-07-30) +------------------- + + * 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 (2023-07-20) -------------------