From 0f5c877064e7a2eed77b1097aebf74458696b5e8 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sun, 31 Dec 2017 11:03:36 +0100 Subject: Clarify configuration of lightline screenshots The screenshots have been made using the lightline's advanced configurations (1) which may confuse users when the lighline does not equal the one seen on the screenshot. This has been clarified now and a additional screenshot with the default lightline styles has been added. References: (1) https://github.com/itchyny/lightline.vim#advanced-configuration GH-74 --- README.md | 14 ++++++++------ assets/scrot-plugin-support-ui-lightline-default.png | Bin 0 -> 50216 bytes 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 assets/scrot-plugin-support-ui-lightline-default.png diff --git a/README.md b/README.md index 1453310..ee56f60 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Set `g:nord_italic` to `1` to enforce displaying italics. let g:nord_italic = 1 ``` -

Italic formatting in Markdown

+

Italic formatting in Markdown

### Italic Comments @@ -213,9 +213,9 @@ This is a reference table if users like to use the same increased contrast value More information about true color and the support in various terminals can be found in [this gist][gist-true-color]. -

Default and 15% increased

+

Default and 15% increased

-

Default and 12% increased

+

Default and 12% increased

### Uniform `diff` Background @@ -236,7 +236,9 @@ Nord Vim provides support for many third-party language- and UI plugins. ### UI Plugins -

lightline

+

With custom separators and components using lightline's advanced configurations

+ +

lightline with default format and components

airline

@@ -299,5 +301,5 @@ Please report issues/bugs, feature requests and suggestions for improvements to [scrot-lang-php]: https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-lang-php.png [scrot-lang-python]: https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-lang-python.png [scrot-lang-ruby]: https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-lang-ruby.png -[scrot-readme-default-profile]: https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/src/assets/scrot-readme-default-profile.png -[scrot-readme-lazy-profile-change]: https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/src/assets/scrot-readme-lazy-profile-change.png +[scrot-readme-default-profile]: https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-readme-default-profile.png +[scrot-readme-lazy-profile-change]: https://raw.githubusercontent.com/arcticicestudio/nord-vim/develop/assets/scrot-readme-lazy-profile-change.png diff --git a/assets/scrot-plugin-support-ui-lightline-default.png b/assets/scrot-plugin-support-ui-lightline-default.png new file mode 100644 index 0000000..795ecbb Binary files /dev/null and b/assets/scrot-plugin-support-ui-lightline-default.png differ -- cgit v1.2.3-70-g09d2