aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
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-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-23typo on uniform diff backgroundGravatar berkin
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-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-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-23Implement comment brightness configuration featureGravatar Sheldon Johnson
GH-48
2017-08-03Prepare stable development release version 0.6.0Gravatar Arctic Ice Studio
2017-04-25Update badges (shields) to use the flat-square styleGravatar Arctic Ice Studio
2017-04-17Prepare stable development release version 0.5.0Gravatar 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-23Prepare stable development release version 0.4.0Gravatar Arctic Ice Studio
2017-02-23Update copyright yearGravatar Arctic Ice Studio
2017-02-20Add terminal emulator port project "Nord Hyper"Gravatar Arctic Ice Studio
2017-02-02Merge pull request #16 from ↵Gravatar Arctic Ice Studio
arcticicestudio/feature/ghi-#13-italic-comments-support #13 Italic comments support
2017-01-29Use "vim" GFM syntax highlighting for code blocks instead of "sh"Gravatar Arctic Ice Studio
2017-01-29Add a README table on contentGravatar Arctic Ice Studio
2017-01-29GHI-#13 Write the documentation for italic comments configurationGravatar Arctic Ice Studio
2017-01-24Prepare stable development release version 0.3.0Gravatar Arctic Ice Studio
2017-01-05Fix typo in plugin installation using VundleGravatar Xiao-Ou Zhang
2017-01-03GHI-#8·Update the iTerm2 SVG banner·URLGravatar 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-02Prepare stable development release version 0.2.0Gravatar Arctic Ice Studio
2017-01-01Prepare stable development release version 0.1.2Gravatar Arctic Ice Studio
2016-12-27Move README description above top screenshotGravatar Arctic Ice Studio
2016-12-26Prepare stable development release version 0.1.1Gravatar Arctic Ice Studio
2016-12-26Improve README grammarGravatar Arctic Ice Studio
2016-12-26Fix README Markdown syntax formatGravatar Arctic Ice Studio
2016-12-25Prepare stable development initial release version 0.1.0Gravatar Arctic Ice Studio
2016-12-25Nord Vim - Project InitializationGravatar Arctic Ice Studio