From 50ec737b8fda0fd0a679738099c34037e8149704 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 23 Jun 2018 08:01:51 +0200 Subject: Fix inconsistent line number foreground color in GUI mode In term mode the number uses nord4, but in GUI mode nord3 was used instead. This was not intended and has been changed to match the term mode style. GH-100 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 922c281..c56eb13 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Nord Vim is a 16 colorspace theme build to run in GUI- and terminal mode with su - [Uniform Status Lines](#uniform-status-lines) - [Comment Contrast](#comment-contrast) - [Uniform diff Background](#uniform-diff-background) + - [Line number background](#line-number-background) - [Plugin Support](#plugin-support) - [UI Plugins](#ui-plugins) - [Language Plugins](#language-plugins) @@ -230,14 +231,17 @@ let g:nord_uniform_diff_background = 1

Colorful backgrounds (default)

Uniform diff background

-### Highlighting the current line number +### Line number background -Enables background for line number of the current line the same with text background of the current line. +Enables background for the line number of the current line. ```vim -let g:nord_cursor_line_number_coloring = 1 +let g:nord_cursor_line_number_background = 1 ``` +

No background (default)

Enabled background
+

+ ## Plugin Support Nord Vim provides support for many third-party language- and UI plugins. -- cgit v1.2.3-70-g09d2