From e9edfbe388c8bade891264006745212290364a80 Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Sat, 8 Oct 2022 14:26:30 +0200 Subject: [PATCH] Fix image URLs after `nord-docs` GitHub flow and `main` branch migration (#114) The URLs to image assets were broken due the recent GitHub flow migration [1] in the `nord-docs` repository as well as the switch from the `master` to `main` branch [2]. [1]: https://github.com/arcticicestudio/nord-docs/issues/229 [2]: https://github.com/arcticicestudio/nord-docs/issues/236 Relates to arcticicestudio/nord-docs#229 Relates to arcticicestudio/nord-docs#236 GH-113 --- CHANGELOG.md | 10 +++++----- README.md | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba312a..44b57f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -

+

@@ -86,10 +86,10 @@ By default, only the mode line of the active buffer uses `nord3` as background c ```

Default mode lines

-

+

Uniform mode lines

-

+

**Custom Region Highlight Styles** — #45, #32 ⇄ #46 (⊶ b43a2491) ↠ By default, Nord Emacs uses `nord2` as background color for selected text in the editor to provide a sane default style. @@ -104,10 +104,10 @@ To use a more colorful highlighting for region selections, Nord Emacs now provid ```

Selection in the editor with enabled frost region highlight style configuration

-

+

Selection in the editor with enabled snowstorm region highlight style configuration

-

+

**Custom Color Contrast** — #43 ⇄ #44 (⊶ 3e6bfdae) ↠ Please note that **this configuration has been implemented and deprecated again in this release version** through #73 that increased the default comment color (`nord3`) brightness by 10% from a lightness level of ~35% to ~45% diff --git a/README.md b/README.md index 0b6b90a..f7fe935 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+

@@ -10,7 +10,7 @@

Designed for a fluent and clear workflow based on the Nord color palette.

-

+

Build for Emacs's terminal- and GUI mode with _true colors_ and support for many third-party syntax and UI packages. @@ -30,7 +30,7 @@ To install or update Nord Emacs 2. run the `package-install` command 3. type `nord-theme` and confirm with -

+

For more setup methods see the [official installation & activation guide][nord-docs-home-install] as well as Emacs [official package install documentations][emacs-docs-pack_inst] for more details about the builtin package management. @@ -58,19 +58,19 @@ To switch to the theme on-the-fly

Your editor. Your style.

A unified UI and editor syntax element design provides a clutter-free and fluidly merging appearance.

-

+

Small details with unobtrusive styles.

Small details with unobtrusive styles for popular and common code editor features like search result marker and brace matching — designed to get out of your way with a visually attractive appearance.

-

+

Beautiful code to keep focused.

Support for a wide range of programming languages — from bundled languages up to many popular syntax third-party packages.

-

+

Configure it to fit your needs.

Theme configurations like different region highlight styles or uniform mode lines allow to customize the theme to match your personal preferences.

-

+

## Contributing @@ -82,7 +82,7 @@ Please take a moment to read Nord's full [contributing guide][nord-contrib-guide The guide also includes information about [minimal, complete, and verifiable examples][nord-contrib-guide-mcve] and other ways to contribute to the project like [improving existing issues][nord-contrib-guide-impr-issues] and [giving feedback on issues and pull requests][nord-contrib-guide-feedback]. -

+

Copyright © 2016-present Arctic Ice Studio and Sven Greb