Age | Commit message (Collapse) | Author |
|
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
|
|
The groups "markdownBoldDelimiter" and "markdownItalicDelimiter" for the
delimiter of italic and bold formatted text are now highlighted as
keywords with "nord9". This also ensures that both styles are easily
recognizable even when the "nord_italic" (1) theme configuration is not
enabled.
References:
(1) https://github.com/arcticicestudio/nord-vim/pull/89
GH-90
|
|
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
|
|
arcticicestudio/bugifx/gh-64-tab-completion-highlight
Fix "WildMenu" background color for current selection (tab completion)
|
|
fixes invisible inactive lightline bar
|
|
The implemented feature in this GH-58 changed the background color of
the status bar ("StatusLine") group to "nord3", but the "WildMenu" group
also useed "nord3" as background color for the current tab selection.
This commit changes the "WildMenu" background color to "nord1" which is
available for both terminal ("nord1_term") and GUI ("nord1_gui") mode.
Related to GH-58
GH-64
|
|
Fugitive syntax highlting
|
|
Adds syntax highlighting for filenames using
[fugitive](https://github.com/tpope/vim-fugitive)'s `:Gstatus` window.
|
|
|
|
Migrate to MIT license
|
|
Adapted to the MIT license migration of the main "Nord" (1) project.
Detailed information can be found in the main task ticket.
All license SVG badges and the "LICENSE.md" content have been updated.
In addition all source code comment header have also been simplified.
References:
* (1) https://github.com/arcticicestudio/nord
Subtask of arcticicestudio/nord#55
GH-69
|
|
arcticicestudio/improvement/gh-66-link-diffAdded-and-diffRemoved
Link legacy diff groups for git.vim and diff.vim syntax
|
|
The official "git.vim" and "diff.vim" syntax uses different groups for
diff:
* diffAdded (1)
* diffRemoved (1)
* diffChanged (2)
This commit links these legacy groups to the official documented diff
groups.
References:
(1) https://github.com/vim/vim/search?q=diffAdded+diffRemoved
(2) https://github.com/vim/vim/search?q=diffChanged
GH-66
|
|
typo on uniform diff background
|
|
|
|
Added support for neovim UI terminal colors
|
|
|
|
Fix missing "endif" syntax error for theme config
|
|
|
|
Add statusline uniform background color configuration
|
|
|
|
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
|
|
arcticicestudio/feature/gh-60-uniform-diff-background-config
Uniform diff background theme configuration
|
|
Add plugin support for vim-plug
|
|
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
|
|
This adds support for "junegunn/vim-plug" for the "PlugClean" command
which used the "Ignore" group for deleted directory listings resulting
in unreadable text when "cursorline" has been set.
GH-43
|
|
configure statusline with
```vim
let g:nord_statusline_uniform = 1
```
default is to use brighter background (`0`), but easily configurable
with by setting `g:nord_statusline_uniform` to `1`)
NOTE: this does not work with airline or lightline
|
|
arcticicestudio/feature/gh-45-plugin-support-plasticboy-vim-markdown
Language plugin support for plasticboy/vim-markdown
|
|
This adds support for the language plugin plasticboy/vim-markdown to
match the style of the built-in markdown syntax styles.
GH-45
|
|
GH-48
|
|
Fixes the yellow high contrast background color for TODO strings in
gvim/neovim.
GH-52
|
|
fixes #52
|
|
|
|
|
|
|
|
arcticicestudio/improvement/gh-31-neovim-health-check-background-highlight-current-line
Neovim health check highlight status groups support
|
|
arcticicestudio/improvement/gh-38-adjust-fold-marker-color
Adjust fold color to match comment colors
|
|
arcticicestudio/improvement/gh-35-substitute-search-highlight
Underline substitute search result highlight text
|
|
arcticicestudio/bugfix/gh-32-search-highlight-on-strings-illegible
Fix unreadable text color on pending search result highlights
|
|
Add basic support for Ale
|
|
|
|
|
|
|
|
|
|
|
|
Add basic support for CtrlP
|
|
|