Commit graph

9 commits

Author SHA1 Message Date
dylnmc 3b306306cb Implement config to toggle underlines
All underlines can be disabled globally with the
"g:nord_underline" config.

GH-106
2018-06-23 17:57:34 +02:00
Arctic Ice Studio 50ec737b8f 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
2018-06-23 08:30:09 +02:00
Arctic Ice Studio 0f5c877064 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
2017-12-31 11:03:36 +01:00
Arctic Ice Studio 1e74d7ac29 Prepare release version 0.7.0 2017-12-30 18:27:09 +01:00
Arctic Ice Studio bc6e2fc051 Add configuration for italic text
The configuration to enable italic comments (1) is like the name suggests
limited to comments only, but there are other use cases like the
italic style in Markdown (2).

This commit adds a new theme configuration to explicitly enable italics.
The configurations is enabled by default when running in "gui" mode and
is disabled by default in "term" mode.

The reason for this standard behavior is the fact that there are still
shells and terminals which are not able to handle italics. Enabling
italics for terminals by default would cause unpredictable bugs and
graphical glitches.

The new configuration is named "nord_italic".

References:

  (1) https://github.com/arcticicestudio/nord-vim#italic-comments
  (2) https://github.com/arcticicestudio/nord-vim/issues/84

GH-88
2017-12-29 10:15:20 +01:00
Arctic Ice Studio f62b96ad2c Merge branch 'develop' into fix-statusline 2017-10-01 10:27:32 +02:00
Arctic Ice Studio 30f0e1bec5 Optimize uniform status lines theme config
The variable has been renamed to "nord_uniform_status_lines" to better
match the name scheme. The documentation style has been updated and
preview screenshots have been added.

GH-37
2017-10-01 10:04:45 +02:00
Arctic Ice Studio 7bdc220cf6 Implement uniform diff background theme config
Added a theme configuration to let the users decide whether they want
to use colorful or uniform diff backgrounds.

The colorful diff is the default using the current colors for added,
changed and deleted elements and the default background color (nord0).
The "reverse" attribute gets applied which results in a colored
background and a dark foreground.

Setting the "g:nord_uniform_diff_background" variable to "1" enables
the uniform diff background using "nord1".

GH-60
2017-09-28 15:24:53 +02:00
Arctic Ice Studio 53995d8299 Nord Vim - Project Initialization 2016-12-25 13:29:20 +01:00