Skip to content

Releases: jwortmann/brackets-color-scheme

v2.2.5

12 May 15:28
Compare
Choose a tag to compare
  • Changed color for "block_caret" in the dark theme to white to improve cursor visibility
  • Variables in interpolated strings e.g. in PHP, Tcl, Groovy, Scala and ShellScript/Bash/Batch-files are highlighted in the base textcolor (black/white) now
  • Improved highlighting for SQL strings in PHP, Ruby and Python
  • Fixed highlighting for floating point numbers in Go

v2.2.4

05 May 16:48
Compare
Choose a tag to compare
  • Added highlighting for base classes and interfaces (violet italic)
  • Improved highlighting for Python annotations
  • Improved highlighting for some built-in PHP constants
  • Fixed highlighting for CSS color keywords 'transparent' and 'currentColor' (orange instead of blue)
  • Fixed color for SublimeLinter warning popup when hovering over gutter icon

v2.2.3

19 Apr 14:26
Compare
Choose a tag to compare

New

  • Improved and unified highlighting for Regular Expression strings in supported languages
  • Restrict usage of italic font style to placeholders in strings, constants when written in all caps and some entities in LaTeX
  • Fixed some issues with headings and reference-style links in Markdown

v2.2.2

09 Apr 14:33
Compare
Choose a tag to compare

New

  • Written operators (e.g. 'and', 'or', 'not', 'new') should now be highlighted as keywords
  • Unified color for section names in languages like Markdown and LaTeX
  • Better highlighting for INI files with the same colors as in Adobe Brackets (requires INI package from Package Control)
  • Improved rule for preformatted text/code in Markdown
  • Minor fixes for Java, JavaScript, Fortran

v2.2.1

28 Mar 17:52
Compare
Choose a tag to compare

New

  • Fixed highlighting rules for CSS preprocessors (LESS, SCSS)
  • Fixed consistent highlighting of numbers with attached type identifiers (e.g 1.0f) in some languages

v2.2.0

27 Mar 21:07
Compare
Choose a tag to compare

New

  • Added support for syntax highlighting in .diff files
  • Added a new rule and color for annotations
  • Adjusted the colors for inbuilt diff functionality to match the diff colors in Adobe Brackets
  • Minor fixes for Markdown, CSS and Rust

v2.1.0

23 Mar 17:19
Compare
Choose a tag to compare

New

  • Added basic rules for syntax highlighting in Markdown
  • Adjusted the colors for new inline diff functionality ('Show Diff Hunk' when right-click in gutter)

v2.0.2

18 Mar 17:03
Compare
Choose a tag to compare

New

  • Colors for diff functionality will match the existing colors (green, orange, red)
  • Fixed highlighting in JSON files

various small fixes/improvements, added rule for JSON files

07 Oct 17:08
Compare
Choose a tag to compare
v2.0.1

Remove rule for HTML declaration tag, add rule for squiggly underline…

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.