aboutsummaryrefslogtreecommitdiffstats
path: root/colors
AgeCommit message (Collapse)Author
2018-01-05Prepare release version 0.8.0Gravatar Arctic Ice Studio
2018-01-05Fix matching parens background color in GUI modeGravatar Arctic Ice Studio
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
2017-12-31Merge pull request #93 from ↵Gravatar Arctic Ice Studio
arcticicestudio/improvement/gh-85-help-link-highlighting Highlighting for links in help
2017-12-31Merge pull request #81 from dabio/vim-signifyGravatar Arctic Ice Studio
Colorize vim-signify signs
2017-12-31Add highlighting for help linksGravatar Arctic Ice Studio
The color of links in help was the same as normal text making it impossible to to distinguish between both. GH-85
2017-12-30Prepare release version 0.7.0Gravatar Arctic Ice Studio
2017-12-30Merge pull request #78 from vincentzhezhang/developGravatar Arctic Ice Studio
Fix counterintuitive match paren's highlight
2017-12-30Improve matching parent group style for ctermGravatar Arctic Ice Studio
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
2017-12-30Add groups for italic and bold text in MarkdownGravatar Arctic Ice Studio
Include both groups to make sure the formatting is applied correctly even when the default linked group "Italics" changes. GH-84
2017-12-30Merge pull request #92 from ↵Gravatar Arctic Ice Studio
arcticicestudio/improvement/gh-90-markdown-italic-and-bold-delimiter-highlighting Markdown italic and bold delimiter highlighting
2017-12-30Add Markdown italic and bold delimiter highlightingGravatar Arctic Ice Studio
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
2017-12-29Add configuration for italic textGravatar Arctic Ice Studio
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-06Colorize vim-signify signsGravatar Danilo
All signs of [vim-signify](https://github.com/mhinz/vim-signify) get the same colors as GitGutter uses.
2017-12-05Fix wildmenu background color (menu tab completion)Gravatar Arctic Ice Studio
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
2017-12-04Fix counterintuitive match paren's highlightGravatar Vincent Zhang
2017-12-02Merge pull request #77 from anhari/fugitive-syntax-highltingGravatar Arctic Ice Studio
Fugitive syntax highlting
2017-11-29Add support for fugitive.vimGravatar Michael Anhari
Adds syntax highlighting for filenames using [fugitive](https://github.com/tpope/vim-fugitive)'s `:Gstatus` window.
2017-11-12Migrate to MIT licenseGravatar Arctic Ice Studio
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
2017-10-31Link legacy diff groups for git- and diff syntaxGravatar Arctic Ice Studio
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
2017-10-14Added support for neovim UI terminal colorsGravatar meck
2017-10-01I think you dropped this...Gravatar Aidan Harris
2017-10-01Merge branch 'develop' into fix-statuslineGravatar Arctic Ice Studio
2017-10-01Optimize uniform status lines theme configGravatar Arctic Ice Studio
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-09-28Merge pull request #61 from ↵Gravatar Arctic Ice Studio
arcticicestudio/feature/gh-60-uniform-diff-background-config Uniform diff background theme configuration
2017-09-28Implement uniform diff background theme configGravatar Arctic Ice Studio
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-28Add plugin support for vim-plugGravatar Arctic Ice Studio
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
2017-09-25fixes #37 and provides statusline configurationGravatar dylnmc
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
2017-09-23Add plugin support for plasticboy/vim-markdownGravatar Arctic Ice Studio
This adds support for the language plugin plasticboy/vim-markdown to match the style of the built-in markdown syntax styles. GH-45
2017-09-23Implement comment brightness configuration featureGravatar Sheldon Johnson
GH-48
2017-09-20fixes Todo (gui) bg color (high-contrast)Gravatar dylnmc
fixes #52
2017-08-03Prepare stable development release version 0.6.0Gravatar Arctic Ice Studio
2017-08-03Merge pull request #42 from ↵Gravatar Arctic Ice Studio
arcticicestudio/improvement/gh-31-neovim-health-check-background-highlight-current-line Neovim health check highlight status groups support
2017-08-03Merge pull request #40 from ↵Gravatar Arctic Ice Studio
arcticicestudio/improvement/gh-38-adjust-fold-marker-color Adjust fold color to match comment colors
2017-08-03Merge pull request #41 from ↵Gravatar Arctic Ice Studio
arcticicestudio/improvement/gh-35-substitute-search-highlight Underline substitute search result highlight text
2017-08-03Merge pull request #39 from ↵Gravatar Arctic Ice Studio
arcticicestudio/bugfix/gh-32-search-highlight-on-strings-illegible Fix unreadable text color on pending search result highlights
2017-08-03Add basic support for Ale (#44)Gravatar Johan
Add basic support for Ale
2017-07-17GH-31 Add support for Neovim health check highlight status groupsGravatar Arctic Ice Studio
2017-07-17GH-35 Underline active search highlight text for substitute commandGravatar Arctic Ice Studio
2017-07-17GH-38 Use bold font for foldsGravatar Arctic Ice Studio
2017-07-17GH-38 Use nord1 as background color for foldsGravatar Arctic Ice Studio
2017-07-16GH-38 Adjust fold color to match comment colorsGravatar Arctic Ice Studio
2017-07-15GH-32 Fix unreadable text color on pending search result highlightsGravatar Arctic Ice Studio
2017-05-29Add basic support for CtrlPGravatar Sid-Ali Teir
2017-04-17Prepare stable development release version 0.5.0Gravatar Arctic Ice Studio
2017-04-01GHI-#29 Use correct color for Ruby local (variable) methdsGravatar Arctic Ice Studio
2017-04-01GHI-#29 Fix color of language reserved keywordsGravatar Arctic Ice Studio
2017-04-01GHI-#29 Use keyword color for block parameter list symbolsGravatar Arctic Ice Studio
2017-04-01GHI-#29 Change font style of Ruby symbols to boldGravatar Arctic Ice Studio
2017-02-23Prepare stable development release version 0.4.0Gravatar Arctic Ice Studio
2017-02-23Update copyright yearGravatar Arctic Ice Studio