Skip to content

Releases: jwortmann/brackets-color-scheme

Reimplementation in new color scheme file format

09 May 23:31
Compare
Choose a tag to compare

Sublime Text 3.1 (Build 3170) introduced a new color scheme format based on JSON, which seems to have some advantages to the previous TextMate .tmTheme format. This release of the Brackets Color Scheme for Sublime Text includes color definitions and (slightly improved) highlighting rules in the new file format, as well as the old .tmTheme files with the same base filenames. Current releases of Sublime Text should automaticly use the new .sublime-color-scheme files and ignore the files with same filenames in the old file format. However, if any kind of issues occur with the new files, you can still download the old .tmTheme files from this GitHub repository and place them into your user directory of Sublime Text.

With the new color scheme format you can also customize color variables and override/add user-specific highlighting rules, see this example.

v1.0.4

02 May 15:50
Compare
Choose a tag to compare

merged pull request from leonardobazico (added GitGutter scheme color)

v1.0.3

22 Nov 04:59
Compare
Choose a tag to compare
Fixes

v1.0.2

18 Nov 23:13
Compare
Choose a tag to compare
Fixes.

v1.0.1: Color fix

17 Nov 10:36
Compare
Choose a tag to compare
Fixed the caret color on dark scheme from black to the light color used
in Adobe Brackets.