Skip to content

Releases: SimY4/jetbrains-alabaster-theme

0.3.9

09 Feb 06:09
5ee00ea

Choose a tag to compare

This release contains fixes to declaration highlighting for non-bg themes.

0.3.8

09 Feb 02:58
7ecdedf

Choose a tag to compare

This release ports some of the ideas from the most recent blogpost about Clojure highlighting into IntelliJ. These changes only affect Clojure language support:

  • Clojure parenthesis and brackets are now highlighted grey (all except topmost pair of braces which are still highlighted black)
  • Clojure namespace prefixes are now also greyed out
  • Clojure characters are now highlighted as constants

Other changes in this release:

  • Adjust colours of string, comment, declaration and metadata elements
  • Simplified theme template by removing unnecessary option overrides
  • Custom language comments and number literal highlighting fixes
  • Kotlin punctuation highlighting fixes

0.3.7

31 Dec 00:41
22067fa

Choose a tag to compare

Minor changes in this release:

  • De-bald brackets around groovy closures.
  • Scala enum singleton values highlighted as constants.
  • Inlay hints in a non-BG theme now has a slight background accent to help with highlighting Kotlin's generated code.

0.3.6

09 Dec 09:04
f099c61

Choose a tag to compare

Minor changes in this release:

  • Tone down JavaScript member functions highlighting.
  • Scala named parameters highlighting fixes.

Internal changes:

  • Updated to latest intellij-platform-plugin-template
  • Updated to pebble 4.0.0

0.3.5

23 Nov 03:37
274fad9

Choose a tag to compare

This release adds Rust and Clojure annotators to help with highlighting. Both Rust and Clojure received an uplift with many adjustments to actualize their highlighting.

Other changes in this release:

  • Reverted changes to selection background to fix the regression in code completion selection visibility.
  • Project search colors now match in-file search colors
  • Static final fields are not highlighted as constants.

0.3.4

22 Nov 08:42
1804ae2

Choose a tag to compare

This release is focusing on improving search and editor interfaces highlighting.

And a few other changes:

  • Added unmatched braces highlighting
  • Highlight enum constants

0.3.3

19 Nov 07:36
00eff6e

Choose a tag to compare

This release is mainly focuses on improving string and regex highlighting in regards to valid and invalid escape sequences. Highlighting behavior should now follow the original theme more closely.

And also brings a few fixes:

  • Change highlighting of unused to be similar to deprecated highlighting not to mix it with metadata highlighting.
  • JavaScript fields are no longer highlighted.
  • Fixed XML attribute highlighting in BG

0.3.2

16 Nov 08:29
a85f49a

Choose a tag to compare

This release adds highlighting for deprecated and unused chunks of code.

Fixes the background ordering issue causing text to appear with different unmatched backgrounds.

And fixes and issue with Go annotator was not being property registered.

0.3.1

12 Nov 05:50
adac076

Choose a tag to compare

A quick follow up addressing missing language attribute on annotator configurations.

And two new additional annotators for Python and Go.

Keywords hightlighting

12 Nov 02:26
9728af4

Choose a tag to compare

Third attempt to add annotator to true, false and null keywords. Java, JavaScript, Kotlin and Scala made it into first cut. As always, feedback and bug reports are welcome.

Additionally, fixed Kotlin name arguments highlighting.