Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-30 | Prepare release version 0.7.0 | Arctic Ice Studio | |
2017-12-29 | Add configuration for italic text | 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-11-12 | Migrate to MIT license | 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-23 | typo on uniform diff background | berkin | |
2017-10-01 | Merge branch 'develop' into fix-statusline | Arctic Ice Studio | |
2017-10-01 | Optimize uniform status lines theme config | 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-28 | Implement uniform diff background theme config | 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-25 | fixes #37 and provides statusline configuration | 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-23 | Implement comment brightness configuration feature | Sheldon Johnson | |
GH-48 | |||
2017-08-03 | Prepare stable development release version 0.6.0 | Arctic Ice Studio | |
2017-04-25 | Update badges (shields) to use the flat-square style | Arctic Ice Studio | |
2017-04-17 | Prepare stable development release version 0.5.0 | Arctic Ice Studio | |
2017-03-26 | Update the URLs of the renamed terminal emulator port project Nord Tilix | Arctic Ice Studio | |
Related to https://github.com/arcticicestudio/nord-tilix/issues/15 | |||
2017-03-14 | GHI-#28 Fix typo in project description | Arctic Ice Studio | |
2017-02-23 | Fix order for the README configuration section in the TOC | Arctic Ice Studio | |
2017-02-23 | Prepare stable development release version 0.4.0 | Arctic Ice Studio | |
2017-02-23 | Update copyright year | Arctic Ice Studio | |
2017-02-20 | Add terminal emulator port project "Nord Hyper" | Arctic Ice Studio | |
2017-02-02 | Merge pull request #16 from ↵ | Arctic Ice Studio | |
arcticicestudio/feature/ghi-#13-italic-comments-support #13 Italic comments support | |||
2017-01-29 | Use "vim" GFM syntax highlighting for code blocks instead of "sh" | Arctic Ice Studio | |
2017-01-29 | Add a README table on content | Arctic Ice Studio | |
2017-01-29 | GHI-#13 Write the documentation for italic comments configuration | Arctic Ice Studio | |
2017-01-24 | Prepare stable development release version 0.3.0 | Arctic Ice Studio | |
2017-01-05 | Fix typo in plugin installation using Vundle | Xiao-Ou Zhang | |
2017-01-03 | GHI-#8·Update the iTerm2 SVG banner·URL | Arctic Ice Studio | |
This·must·be·updated·to·use·the·commit·hash·instead·of·the·file·path·due to·the·permanent(!)·cache·of·the·RawGit·CDN | |||
2017-01-02 | Prepare stable development release version 0.2.0 | Arctic Ice Studio | |
2017-01-01 | Prepare stable development release version 0.1.2 | Arctic Ice Studio | |
2016-12-27 | Move README description above top screenshot | Arctic Ice Studio | |
2016-12-26 | Prepare stable development release version 0.1.1 | Arctic Ice Studio | |
2016-12-26 | Improve README grammar | Arctic Ice Studio | |
2016-12-26 | Fix README Markdown syntax format | Arctic Ice Studio | |
2016-12-25 | Prepare stable development initial release version 0.1.0 | Arctic Ice Studio | |
2016-12-25 | Nord Vim - Project Initialization | Arctic Ice Studio | |