Skip to content

Releases: jwortmann/brackets-theme

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.

v1.2.0

01 Jan 17:20
8da2f2f
Compare
Choose a tag to compare
  • Changed the default kind icons in the autocomplete popup and "Goto Symbol..." panel. A new setting "kind_icons_style" was added and can be set to "codicons" to restore the former icons.

  • The "kind_letters" setting is deprecated - use "kind_icons_style": "letters" instead.

  • Removed the "kind_icon_ambiguous" setting and the ability to show an icon for this kind.

  • Changed the default git status icons in the sidebar. A new setting "git_status_icons" was added and can be set to "codicons" to restore the former icons.

  • The "hide_sidebar_status_icons" setting is deprecated - use "git_status_icons": "disabled" instead.

  • Tweaked the visual presentation of the command palette with a subtle border and an increased corner radius.

  • Tweaked the visual presentation of tooltips to match the style of the command palette. Tooltips now have a shadow and use a dark background by default.

  • Added a new "tooltip_style" setting with the options "dark" and "light".

  • Added a new "popup_style" setting with the options "default", "rounded" and "square".

  • Adjusted the default file icon in the sidebar for markup files (HTML, Markdown, etc.), so that it matches the style of the other file icons.

  • Fixed inactive sheet dimming not working for HtmlSheets.

  • Increased the inactive sheet dimming contrast for light color schemes.

v1.1.1

14 Sep 16:17
a679ab9
Compare
Choose a tag to compare
  • Fixed tab color not updating after temporary selecting tabs from the command palette input (e.g. using "Goto Definition" with multiple definitions in separate files).

  • Fixed find results in the scroll bar being hidden under the puck position.

  • Tweaked label and close button alignment for selected tabs in the sidebar.

v1.1.0

28 Nov 18:12
23512b1
Compare
Choose a tag to compare
  • Added a new setting "blend_inactive_tabs" to blend the color of inactive tabs with the background. This is how inactive tabs are shown in the built-in Default and Adaptive themes. This setting only applies if "file_tab_style" is "rounded" or "square".

  • Added red indicator in tabs for deleted files (when "highlight_modified_tabs" is enabled).

  • Added a new tab style: "wave".

  • Added settings schema for LSP-json.

v1.0.3

25 Oct 16:16
8ec4ddf
Compare
Choose a tag to compare
  • Added a setting whether to display the kind icon for the "ambiguous" kind in autocompletion popups. This kind is usually used for word-completions from the buffer, and its icon has been disabled by default now. To re-enable the icon, set "kind_icon_ambiguous": true in the Preferences.sublime-settings file. This setting doesn't apply, if the "kind_letters" setting is set to true (because there is no kind letter for the "ambiguous" kind).

  • Changed the Git status icon for modified files in the sidebar from a square to a circle.

  • Adjusted the background color for text input fields when a dark color scheme is used. This increases the contrast for placeholder texts, which previously were very difficult to read in most color schemes, because the font color cannot be controlled directly by a theme. The new background color is set to the color scheme's background now.

  • The font size in Widgets like the console panel and text input fields isn't fixed anymore and uses the global font size set by the user instead.

v1.0.2

08 Aug 14:12
b86b4a0
Compare
Choose a tag to compare
  • Use custom close icon in annotations.

  • Changed font style for keybindings in the command palette to non-italic.

v1.0.1

25 Jul 13:52
8908303
Compare
Choose a tag to compare
  • Added indicator icon for files with unsaved changes in the Open Files section of the sidebar.

  • Fixed kind icons in autocomplete popup not working with small font sizes.

  • Fixed blurry tab scroll buttons if hardware acceleration is enabled.

v1.0.0

23 Jul 18:52
0c0df55
Compare
Choose a tag to compare

Initial release.