Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Jul 30, 2023
1 parent cb586f1 commit 77e3849
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Brackets.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
-------------------

Expand Down

0 comments on commit 77e3849

Please sign in to comment.