diff --git a/CHANGELOG.md b/CHANGELOG.md index 223ddda..506a069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,72 @@

Changelog for Nord JetBrains — An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme

+# 0.12.0 + +![Release Date: 2020-09-22](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2020-09-22&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.12.0&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-jetbrains/projects/18) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.12.0&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-jetbrains/milestone/15) + +⇅ [Show all commits][repo-compare-tag-v0.11.2_v0.12.0] + +## Features + +**Explicit support for bundled PhpStorm language syntax** — #120/#121/#151 ⇄ #153 (⊶ 9fa9d9a1) + +↠ [PhpStorm][] ships with support for specific languages, frameworks and libraries for PHP development and of course advanced highlighting for [PHP][] itself. Due to the same problems like documented in #120 (mitigated in #121) some syntax theme keys required to be replaced with explicit definitions instead of relying on color inheritances. + +Therefore explicit support for PhpStorm's bundled language syntax has been added: + +1. Main support for [PHP][] and the [official JetBrains plugin][jb-plug-php] +2. [Laravel "Blade" Templates][blade] + See [JetBrains official “Blade“ documentation][jb-docs-blade] and [the plugin][jb-plug-blade] for more details. +3. [Twig][] template engine + See [JetBrains official “Twig“ documentation][jb-docs-twig] and [the plugin][jb-plug-twig] for more details. +4. [Smarty][] templates + See [JetBrains official “Smarty“ documentation][jb-docs-smarty] for more details. + +
+

PHP syntax highlighting

+

Before

+ +

After

+ +
+ +
+

Blade syntax highlighting

+

Before

+ +

After

+ +
+ +
+

Twig syntax highlighting

+

Before

+ +

After

+ +
+ +
+

Smarty syntax highlighting

+

Before

+ +

After

+ +
+ +## Improvements + +**Cleaner patch/diff highlighting through reduced alpha value for background colors** — #103 ⇄ #159 (⊶ f4529560) + +↠ Before the background colors of highlighted sections in the patch/diff view were too bright which caused some syntax elements like comments to be completely illegible. This has now been improved by reducing the alpha value and calculating the RGB hexadecimal value from it. + +
+ +
+ +See the [comment in #159][gh-159-comment-color_calc] for more details about why the color calculation and conversion had to be done. + # 0.11.2 ![Release Date: 2020-02-17](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2020-02-17&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.11.2&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-jetbrains/projects/17) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.11.2&logo=github&logoColor=eceff4&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-jetbrains/milestone/14) @@ -656,7 +722,7 @@ This release adds support for the latest IntelliJ IDEA version 2017.2 + features ![Release Date: 2017-04-16](https://img.shields.io/badge/Release_Date-2017--04--16-88C0D0.svg?style=flat-square) [![Project Board](https://img.shields.io/badge/Project_Board-0.2.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-jetbrains/projects/3) [![Milestone](https://img.shields.io/badge/Milestone-0.2.0-88C0D0.svg?style=flat-square)](https://github.com/arcticicestudio/nord-jetbrains/milestone/2) -This release adds support for the latest IntelliJ IDEA version. +This release adds support for the latest IntelliJ IDEA version. ## Features @@ -712,6 +778,13 @@ All styles have been optimized to achieve a consistent and uniform coloring acro

@@ -832,3 +906,19 @@ All styles have been optimized to achieve a consistent and uniform coloring acro [jb-plug-styled-components]: plugins.jetbrains.com/plugin/9997-styled-components--styled-jsx [styled-components]: https://styled-components.com + + + +[blade]: https://laravel.com/docs/7.x/blade +[gh-159-comment-color_calc]: https://github.com/arcticicestudio/nord-jetbrains/pull/159#issuecomment-653178090 +[jb-docs-blade]: https://www.jetbrains.com/help/phpstorm/blade-page.html +[jb-docs-smarty]: https://www.jetbrains.com/help/phpstorm/smarty.html +[jb-docs-twig]: https://www.jetbrains.com/help/phpstorm/symfony-twig.html +[jb-plug-blade]: https://plugins.jetbrains.com/plugin/7569-blade +[jb-plug-php]: https://plugins.jetbrains.com/plugin/6610-php +[jb-plug-twig]: https://plugins.jetbrains.com/plugin/7303-twig +[php]: https://www.php.net +[phpstorm]: https://www.jetbrains.com/phpstorm +[repo-compare-tag-v0.11.2_v0.12.0]: https://github.com/arcticicestudio/nord-jetbrains/compare/v0.11.2...v0.12.0 +[smarty]: https://www.smarty.net +[twig]: https://twig.symfony.com diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 955974a..36b4650 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.arcticicestudio.nord.jetbrains Nord - 0.11.2 + 0.12.0 Arctic Ice Studio diff --git a/resources/themes/nord.xml b/resources/themes/nord.xml index dcee935..b8c7749 100644 --- a/resources/themes/nord.xml +++ b/resources/themes/nord.xml @@ -3,7 +3,7 @@ 2016-09-24T21:08:20 idea 2019.3.0.0 - 2020-02-16T08:34:12 + 2020-04-27T14:48:34 Nord @@ -49,8 +49,8 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4735,6 +5032,47 @@ + + + + + + + +