ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - Brackets

by jwortmann ST4

Theme for Sublime Text inspired by Adobe Brackets

Labels theme

Details

  • 1.2.1
  • github.​com
  • github.​com
  • 4 months ago
  • 34 minutes ago
  • 10 years ago

Installs

  • Total 9K
  • Win 5K
  • Mac 3K
  • Linux 2K
Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17
Windows 0 3 4 3 1 1 2 1 1 0 1 1 0 0 4 2 3 2 1 6 2 3 1 3 3 3 3 1 2 4 2 5 4 2 0 2 1 2 4 4 1 2 3 2 4 4
Mac 0 0 0 0 0 2 0 1 1 1 0 0 0 1 2 3 0 0 0 0 1 0 0 0 0 0 1 2 0 0 3 0 2 0 0 0 0 0 1 0 0 0 1 0 3 1
Linux 0 1 0 1 3 0 0 1 0 1 2 2 0 1 0 1 0 0 0 0 0 1 1 1 1 0 2 1 1 0 2 0 0 1 1 1 0 0 0 0 2 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Brackets Theme for Sublime Text

License Version

A theme for Sublime Text inspired by Adobe Brackets.

This package only controlls the look of the user interface in Sublime Text. For the according syntax highlighting schemes also see my Brackets Color Scheme, which can be installed independently.

Installation

The theme requires Sublime Text build 4107 or newer. It can be installed with Sublime Text's package manager Package Control. From the command palette select Package Control: Install Package and search for Theme - Brackets.

Preview

Preview Dark

Preview Light

Customization

Various theme-related settings defined by Sublime Text, as well as a few custom settings specific to this theme are supported to tweak the appearance. All settings should be modified in the Preferences.sublime-settings file, which can be opened via Preferences > Settings from the menu.

Custom settings:

Setting Default Description
“kind_icons_style” “octicons” Controls the style for the kind icons which are shown in the autocompletion popup and the “Goto Symbol” panels. Options:
  • “octicons” (from GitHub)
  • “codicons” (from VS Code)
  • “letters” (similar to the built-in themes)
“git_status_icons” “octicons” Controls the style for the git status icons for files and folders in the sidebar. Options:
  • “octicons”
  • “codicons”
  • “disabled”
“sidebar_status_colors” false Highlight filenames in the sidebar for files with Git status “new” or “modified” in green and orange. Regardless of this setting, files with status “ignored” are always dimmed.
“popup_style” “default” Controls the style for hover popups. Options are “default”, “rounded” and “square”. When set to “rounded” or “square”, popups will be drawn with a border.
“tooltip_style” “dark” Controls the style for tooltips. Options are “dark” and “light”.
“blend_inactive_tabs” false Blend the color of inactive tabs with the background. This is how inactive tabs in the built-in Default and Adaptive themes are shown. This setting only applies if “file_tab_style” is “rounded” or “square”.

Relevant standard settings:

Setting Default Description
“themed_title_bar” true Controls if a custom or default title bar is used.
“file_tab_style” “rounded” Controls the style of file tabs. Options: “rounded”, “square”, “angled”, “wave”.
“inactive_sheet_dimming” true If inactive sheets should have their background slightly modified to make input focus more obvious.
“highlight_modified_tabs” false Makes tabs with modified files more visible.
“overlay_scroll_bars” “system” Valid values are “system”, “enabled” and “disabled”.
“hide_tab_scrolling_buttons” false Hides the buttons for scrolling tabs left/right, requiring use of a trackpad or mouse scroll wheel.
“hide_new_tab_button” false Hides the new tab button.
“popup_shadows” true Draw shadows under popup windows.

Attributions

  • Git status icons in the sidebar and kind icons used in the autocompletion popup and the Goto Symbol… panels are derived from Octicons (licensed under the MIT license) and from Codicons (licensed under CC BY 4.0).

  • File icons in the sidebar are derived from FileIcons (licensed under the MIT license).

  • Textures for the “wave” tab style are derived from Theme - DAneo (licensed under the MIT license).