From b349d0d4139521d0a3e3b9d3bf7da06df6cb0689 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Fri, 31 May 2019 15:03:26 +0200 Subject: [PATCH 1/5] Fix invalid "localhost:8000" URLs in README The README contained two `http://localhost:8000` URLs that were pointing to the local development environment instead to the production URLs of the Nord website. Both have been replaced with the correct URLs. Fixes GH-56 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be29c67..5971ff2 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ The guide also includes information about [minimal, complete, and verifiable exa [nord-contrib-guide-styles]: https://github.com/arcticicestudio/nord/blob/develop/CONTRIBUTING.md#styleguides [nord-contrib-guide-versioning]: https://github.com/arcticicestudio/nord/blob/develop/CONTRIBUTING.md#versioning [nord-contrib-guide]: https://github.com/arcticicestudio/nord/blob/develop/CONTRIBUTING.md -[nord-docs-home-develop]: http://localhost:8000/docs/ports/jetbrains/development -[nord-docs-home-install]: http://localhost:8000/docs/ports/jetbrains/installation +[nord-docs-home-develop]: https://www.nordtheme.com/docs/ports/jetbrains/development +[nord-docs-home-install]: https://www.nordtheme.com/docs/ports/jetbrains/installation [nord-docs-home]: https://www.nordtheme.com/docs/ports/jetbrains [nord-home]: https://www.nordtheme.com/ports/jetbrains [nord-home#editor-details]: https://www.nordtheme.com/ports/jetbrains#editor-details From a53f25361a26e28e791ca7fc800e7c29d6ba0995 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Thu, 13 Jun 2019 20:56:04 +0200 Subject: [PATCH 2/5] Use nord3 as background color for editor notifiations The editor color scheme provides the `NOTIFICATION_BACKGROUND` key that allows to style the background color of notifications from the editor that are placed right below the tab bar at the top of the editor. Previously `nord4` was used that made the color almost unreadable since is uses a lower contrast by default instead of pure black. This has now been changed to use `nord3` making the actual content readable again. GH-52 --- resources/themes/nord.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/nord.xml b/resources/themes/nord.xml index c8efbe7..d24e704 100644 --- a/resources/themes/nord.xml +++ b/resources/themes/nord.xml @@ -42,7 +42,7 @@