From 2bf802a6aedb15fbcce62fd85194b8634de50aa4 Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Sat, 8 Oct 2022 12:50:29 +0200 Subject: [PATCH] Fix image URLs after `nord-docs` GitHub flow and `main` branch migration 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 GH-72 --- CHANGELOG.md | 6 +++--- README.md | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a661742..8089bff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -

+

@@ -44,7 +44,7 @@ It can be used facing rendering problems with incompatible terminals or fonts. set -g @nord_tmux_no_patched_font "1" ``` -

+

**Optional Status Bar Content** — #7, #10 ⇄ #8, #12 (⊶ 27754979) by [@tsroten][gh-user-tsroten] and [@rgcr][gh-user-rgcr] ↠ Added a new theme configuration to [disable the default predefined status bar content][nord-docs-config-default-content], allowing to customize the status content, e.g. adding other plugins or adjust the layout, by setting the `@nord_tmux_show_status_content` variable to `0`: @@ -53,7 +53,7 @@ set -g @nord_tmux_no_patched_font "1" set -g @nord_tmux_show_status_content "0" ``` -

+

## Improvements diff --git a/README.md b/README.md index aa57070..78b64b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+

@@ -8,7 +8,7 @@

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

-

+

## Getting Started @@ -25,7 +25,7 @@ To automatically download and activate Nord tmux, follow the install instruction 1. add `set -g @plugin "arcticicestudio/nord-tmux"` to your [`tmux.conf`][tmux-man-tmux.conf], by default `.tmux.conf` located in your [home directory][wiki-home_dir] 2. press the default key binding `prefix` + I to fetch- and install the plugin -

+

See the Nord tmux's documentation for [more installation options][nord-docs-home-install] and how to [set it up manually][nord-docs-home-install#manual]. Also see [_tpm's_ install instructions][gh-tpm-docs-install-plugins] for more details. @@ -34,17 +34,17 @@ Also see [_tpm's_ install instructions][gh-tpm-docs-install-plugins] for more de

Your terminal. Your style.

The unified UI element design provides a clutter-free and fluidly merging appearance.

-

+

-

+

Uniform design with beautiful UI elements.

The themed UI elements provide a fluid and unobtrusive transition from the terminal to the tmux status bar.

-

+

Take your favorite plugins with you.

The theme supports popular plugins for a fluid and unobtrusive user interface transition.

-

+

## Contributing @@ -56,7 +56,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 © 2017-present Arctic Ice Studio and Sven Greb