Age | Commit message (Collapse) | Author |
|
arcticicestudio/improvement/gh-145-comment-color-brightness
Comment Color Brightness
|
|
-> Please see https://github.com/arcticicestudio/nord/issues/94 for all
details about this design change decision.
Increased the comment color (`nord3`) brightness by 10% from a lightness
level of ~35% to ~45%.
This change also deprecates the comment contrast (1) configuration.
It is not necessary anymore for users to increase the brightness on
their own when the default color has been increased by default.
A deprecation warning will be shown to notify all users who have set a
custom value for the `g:nord_comment_brightness` configuration variable.
References:
(1) https://github.com/arcticicestudio/nord-vim#comment-contrast
GH-145
|
|
GH-145
|
|
Adds Vim 8 terminal highlighting
|
|
|
|
|
|
|
|
|
|
arcticicestudio/improvement/gh-117-airline-tmuxline-compatibility
Improve compatibility of airline with tmuxline.vim plugin
|
|
The "Nord airline.vim" (1) UI plugin theme now includes better support
for the "tmuxline.vim" (2) plugin. Previously text shown in the main
segment of the tmuxline, generated via the `:Tmuxline airline` command,
caused a `bad colour: NONE` error or has been colorized using `nord0`
which resulted in unreadable text due to a `nord3` background.
This has been fixed by using `nord5` as foreground color. See GH-11 (3)
which has been used as implementation reference that fixed the same
incompatibility for the "lightline.vim" (4) plugin.
References:
(1) https://github.com/arcticicestudio/nord-vim/blob/develop/autoload/airline/themes/nord.vim
(2) https://github.com/edkolev/tmuxline.vim
(3) https://github.com/arcticicestudio/nord-vim/issues/11
(4) https://github.com/itchyny/lightline.vim
GH-117
|
|
|
|
|
|
arcticicestudio/feature/gh-106-underline-toggle-config
Theme config to globally toggle underlines
|
|
All underlines can be disabled globally with the
"g:nord_underline" config.
GH-106
|
|
Add vimwiki syntax higlighting.
|
|
GH-98
|
|
Match CursorLineNr background to CursorLine
|
|
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
|
|
A config to allow users to enable background for the line cumber of the
current cursor position. It uses the same color as the current line so
it appears as a uniform background highlighting.
|
|
Bug: "Invisible" DiffText
|
|
The reason is that is might be a bit confusing if removed code is
marked with a greenish color which actually marks added code.
GH-121
|
|
Add support for vim-signature higlighting
|
|
|
|
Highlight Yaml keys
|
|
|
|
Link jsThis highlight to keyword.
|
|
Make single line diffs visible. The old colours was hiding these changes.
|
|
|
|
Fixes StatusLineTerm colors
|
|
|
|
Make the neovim terminal cursor visible when out of terminal mode
|
|
|
|
|
|
|
|
|
|
arcticicestudio/bugfix/gh-95-matching-parens-background-color-in-gui-mode
Fix matching parens background color in GUI mode
|
|
The background color for matching parens (group "MatchParen") has been
improved in version "0.7.0" (1), but instead of using "nord3" as
background color in GUI mode "nord0" has been assigned.
References:
(1) https://github.com/arcticicestudio/nord-vim/projects/10
GH-95
|
|
arcticicestudio/improvement/gh-74-clarify-lightline-advanced-configuration
Clarify configuration of lightline screenshots
|
|
arcticicestudio/improvement/gh-85-help-link-highlighting
Highlighting for links in help
|
|
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
|
|
Colorize vim-signify signs
|
|
The color of links in help was the same as normal text making it
impossible to to distinguish between both.
GH-85
|
|
|
|
|
|
Fix counterintuitive match paren's highlight
|
|
A more detailed review of this change can be found in the PR thread:
https://github.com/arcticicestudio/nord-vim/pull/78#pullrequestreview-85806310
The changes from the previous commit are good, but there haven still
been some edge cases which had to be coverd. It applied for the "gui"
mode or when the "termguicolors" option is set, but the "cterm" mode is
still affected by the problem (1).
When changing the cterm definitions it had to be keept in mind that there
is no "nord0_term" variable. If set to "NONE" (to make it kind of
"transparent" and use the main background color) there is another edge
case when the "cursorline" option is enabled so only the foreground color
of the matching elements would change to "nord8" (2, 3).
To optimally improve the highlighting for both "gui" and "cterm" mode
"nord3" will be used as background color for the matching element which
doesn't conflict with the "cursorline" color and also stands out in order
to see the matching element (4, 5, 6)
References:
(1) https://user-images.githubusercontent.com/7836623/34409455-3370fada-ebca-11e7-9ed8-d83c3a9c5055.png
(2) https://user-images.githubusercontent.com/7836623/34409493-6221fdd4-ebca-11e7-97c4-703ca9e5198a.png
(3) https://user-images.githubusercontent.com/7836623/34409508-74f913a2-ebca-11e7-8dd2-896ac809e23b.png
(4) https://user-images.githubusercontent.com/7836623/34409567-d8c64bfc-ebca-11e7-919a-1a40cf146084.png
(5) https://user-images.githubusercontent.com/7836623/34409570-dec9c1aa-ebca-11e7-8e68-32b79ec0d7c9.png
(6) https://user-images.githubusercontent.com/7836623/34409581-eddcefc8-ebca-11e7-9ab7-29b80704d836.gif
GH-75
|
|
arcticicestudio/improvement/gh-84-italics-in-markdown
Add groups for italic and bold text in Markdown
|
|
Include both groups to make sure the formatting is applied correctly
even when the default linked group "Italics" changes.
GH-84
|
|
arcticicestudio/improvement/gh-90-markdown-italic-and-bold-delimiter-highlighting
Markdown italic and bold delimiter highlighting
|
|
arcticicestudio/feature/gh-88-configuration-for-italics
Configuration for italic
|