aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-28Merge pull request #59 from arcticicestudio/improvement/gh-43-vim-plug-supportGravatar Arctic Ice Studio
Add plugin support for vim-plug
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-25Merge pull request #57 from ↵Gravatar Arctic Ice Studio
arcticicestudio/feature/gh-45-plugin-support-plasticboy-vim-markdown Language plugin support for plasticboy/vim-markdown
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-22Merge pull request #53 from dylnmc/fix-high-contrast-todoGravatar Arctic Ice Studio
Fixes the yellow high contrast background color for TODO strings in gvim/neovim. GH-52
2017-09-20fixes Todo (gui) bg color (high-contrast)Gravatar dylnmc
fixes #52
2017-08-03Merge branch 'release/0.6.0'Gravatar Arctic Ice Studio
2017-08-03Merge branch 'release/0.6.0' into developGravatar Arctic Ice Studio
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-15Merge pull request #33 from syedelec/developGravatar Arctic Ice Studio
Add basic support for CtrlP
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-25Update badges (shields) to use the flat-square styleGravatar Arctic Ice Studio
2017-04-17Merge branch 'release/0.5.0'Gravatar Arctic Ice Studio
2017-04-17Merge branch 'release/0.5.0' into developGravatar Arctic Ice Studio
2017-04-17Prepare stable development release version 0.5.0Gravatar Arctic Ice Studio
2017-04-17Merge branch 'improvement/ghi-#29-ruby-syntax-coloring-in-terminal' into developGravatar 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-03-26Update the URLs of the renamed terminal emulator port project Nord TilixGravatar Arctic Ice Studio
Related to https://github.com/arcticicestudio/nord-tilix/issues/15
2017-03-14GHI-#28 Fix typo in project descriptionGravatar Arctic Ice Studio
2017-02-23Fix order for the README configuration section in the TOCGravatar Arctic Ice Studio
2017-02-23Merge branch 'release/0.4.0'Gravatar Arctic Ice Studio
2017-02-23Merge branch 'release/0.4.0' into developGravatar Arctic Ice Studio
2017-02-23Prepare stable development release version 0.4.0Gravatar Arctic Ice Studio
2017-02-23Update copyright yearGravatar Arctic Ice Studio
2017-02-23Merge branch 'improvement/ghi-#22-python-uses-of-special' into developGravatar Arctic Ice Studio
2017-02-20Add terminal emulator port project "Nord Hyper"Gravatar Arctic Ice Studio
2017-02-04GHI-#22 Add support for "pythonEscape" groupGravatar Arctic Ice Studio
2017-02-04GHI-#23 Optimize style for the SQL group "sqlSpecial"Gravatar Arctic Ice Studio
2017-02-04GHI-#14 Implement support for the "jedi-vim" pluginGravatar Arctic Ice Studio
This actually includes two groups which had to be adjusted. Both are used for a parameter popup in functions. The background color and the color of the current parameter at the cursor are now colored explicitly instead of the default syntax link to the "TabLine" and "CursorLine" groups.
2017-02-02Merge pull request #16 from ↵Gravatar Arctic Ice Studio
arcticicestudio/feature/ghi-#13-italic-comments-support #13 Italic comments support
2017-01-29GHI-#20 Fix Markdown header color to use "nord8"Gravatar Arctic Ice Studio