aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-12-17Prepare release version 0.13.0Gravatar Arctic Ice Studio
2019-12-17Remove underline from gutter line numbers (#185)Gravatar Arctic Ice Studio
Vim version 8.1.2029 [1] added the `underline` attribute for the `CursorLineNr` group to `cterm` [2] based on vim/vim#4933 [3]. This change resulted in gutter line numbers being underlined which has now been reverted back to Nord's style by explicitly setting the attribute for the group to `NONE`. [1]: https://github.com/vim/vim/releases/tag/v8.1.2029 [2]: https://github.com/vim/vim/compare/d9b0d83b13d2691e4544709abd87eac004715175...017ba07fa2cdc578245618717229444fd50c470d#diff-80fffb3e9c20e93e5b2328a9a20e19c9 [3]: https://github.com/vim/vim/pull/4933 Resolves GH-174
2019-10-10Plugin support for `vim-startify` (#176)Gravatar Arctic Ice Studio
Added custom highlight groups of the `vim-startify` (1) plugin to adapt to Nord's style. References: (1) https://github.com/mhinz/vim-startify Resolves GH-159
2019-07-16Uniform status lines config for bundled airline and lightline themes (#169)Gravatar Jose M. Murinello
The included theme bundles have not supported the "uniform status line" feature (GH-58), which allows to change the background color of the status bar (StatusLine) group to `nord3`. Related to GH-58 Resolves GH-168
2019-06-11Fix typo (missing whitespace) (#165)Gravatar Arctic Ice Studio
Fix typo (missing whitespace)
2019-06-10Fix typoGravatar Radu Vasilescu
line 13
2019-06-09adds coc error gutter support (#164)Gravatar Arctic Ice Studio
adds coc error gutter support
2019-06-07Update colors/nord.vimGravatar John Hennessey
Co-Authored-By: Arctic Ice Studio <development@arcticicestudio.com>
2019-06-04remove duplicated entriesGravatar john.hennessey
2019-06-04adds coc error gutter supportGravatar john.hennessey
2019-05-25Merge branch 'release/v0.12.0' into developGravatar Arctic Ice Studio
2019-05-25Prepare release version 0.12.0Gravatar Arctic Ice Studio
2019-05-25Theme configuration for bold font style rendering (#161)Gravatar Arctic Ice Studio
Theme configuration for bold font style rendering
2019-05-24Theme configuration for bold font style renderingGravatar Arctic Ice Studio
Implemented a nw theme configuration for the rendering of bold font styles. This commit adds the new `nord_bold` theme configuration to explicitly toggle bold font rendering styles. It is enabled by default when running for both in GUI and terminal mode. The reason for this standard behavior is the fact that most terminals and shells are capable to handle bold fonts. GH-143
2019-05-21Nord Docs Transition (#160)Gravatar Arctic Ice Studio
Nord Docs Transition
2019-05-21Nord Docs TransitionGravatar Arctic Ice Studio
All documentations and assets have been moved to the official Nord website and documentations (1,2). References: (1) nordtheme.com/ports/vim (2) arcticicestudio/nord-docs GH-158
2019-04-23changes of IncSearch color so that were difference from Search color (#140)Gravatar Arctic Ice Studio
changes of IncSearch color so that were difference from Search color
2019-04-22Update colors/nord.vimGravatar Arctic Ice Studio
Co-Authored-By: aborzunov <Andrey.Borzunov@gmail.com>
2019-04-18Merge branch 'release/0.11.0' into developGravatar Arctic Ice Studio
2019-04-18Prepare release version 0.11.0Gravatar Arctic Ice Studio
2019-04-15Merge pull request #154 from ↵Gravatar Arctic Ice Studio
arcticicestudio/feature/gh-138-basic-rust-syntax-highlighting-support Basic syntax highlighting support for Rust
2019-04-15Merge pull request #130 from axelitus/feature/airline-warn-and-error-colorGravatar Arctic Ice Studio
Add support for airline warning and error colors
2019-04-15Add more contrast between background and textGravatar Axel Pardemann
As suggested in the comments of pull request #130
2019-04-15Add support for airline warning and error colorsGravatar Axel Pardemann
2019-04-15Merge pull request #135 from meck/feature/ALEHighlightGravatar Arctic Ice Studio
Add more ALE Highlights
2019-04-15Merge pull request #134 from meck/developGravatar Arctic Ice Studio
Fix for terminal statusline in airline
2019-04-15Merge pull request #152 from arcticicestudio/feature/gh-131-asciidoc-supportGravatar Arctic Ice Studio
Basic support for Asciidoc syntax highlighting
2019-04-15Merge pull request #150 from ↵Gravatar Arctic Ice Studio
arcticicestudio/feature/gh-104-haskell-syntax-support Haskell Syntax Plugin Support
2019-04-15Merge pull request #153 from ↵Gravatar Arctic Ice Studio
arcticicestudio/feature/gh-132-bold-vertical-split-line-config Theme config for bolder vertical split line
2019-04-14Added basic syntax highlighting support for RustGravatar Arctic Ice Studio
This commit adds basic syntax highlighting support for Rust (1): Traits (2) and enums (3) are colorized with `nord7` and with bold font to make them visually stand out more. Also attributes (4) and derives (5) are colored with `nord10`. Macros (6) are colorized with `nord8` and bold font to make them visually different from "normal" functions. Escape (7) sequences are colored with `nord13`. Import statements and paths are correctly colored with keyword and type colors. References: (1) https://www.rust-lang.org (2) https://doc.rust-lang.org/book/ch10-02-traits.html (3) https://doc.rust-lang.org/1.1.0/book/enums.html (4) https://doc.rust-lang.org/reference/attributes.html (5) https://doc.rust-lang.org/edition-guide/rust-2018/macros/custom-derive.html (6) https://doc.rust-lang.org/1.8.0/book/macros.html (7) https://doc.rust-lang.org/reference/tokens.html#ascii-escapes GH-138
2019-04-14Add theme config for bolder vertical split lineGravatar Arctic Ice Studio
Previously the `VertSplit` (1) (`:help VertSplit`) key used `nord1` as background color by default making the line appear to be very lumpy. This commit changes this style to use `nord0` as bavkground instead to visually merge with the background so only the separator charaters are a visual indiciator for the split line whih makes it look more lightweight and unclutters the overall appeareance. To allow user who liked the previous implementation to keep the style this commit also adds a new `nord_bold_vertical_split_line` theme config that can be assigned to `1` to achieve the legacy design. The README also include information and hints how to change the separator character by customizing Vim's `fillchars` (2) (`:help fillchars`) variable. References: (1) http://vimdoc.sourceforge.net/htmldoc/syntax.html#hl-VertSplit (2) http://vimdoc.sourceforge.net/htmldoc/options.html#'fillchars' GH-132
2019-04-13Merge pull request #151 from ↵Gravatar Arctic Ice Studio
arcticicestudio/improvement/gh-137-cmake-generator-expressions Improve CMake generator expression highlighting
2019-04-13Basic support for Asciidoc syntax highlightingGravatar Arctic Ice Studio
This commit adds basic syntax highlighting support for Asciidoc (1) that comes bundled with Vim 8. References: (1) https://asciidoctor.org GH-131
2019-04-13Improve CMake generator expression highlightingGravatar Arctic Ice Studio
CMake generator expressions (1) are now highlighted using `nord10` as foreground instead of `nord13` as background and `nord0` as foreground. References: (1) https://cmake.org/cmake/help/latest/manual/cmake-generator-expressions.7.html GH-137
2019-04-13Haskell Syntax Plugin SupportGravatar Arctic Ice Studio
Added support for Haskell syntax through the neovimhaskell/haskell-vim (1) plugin. This includes better coloring for types/classes using `nord7` instead of highlighting them like keywords (`nord9`) and pre-processor and pragma elements are now colorized correctly with `nord10`. References: (1) https://github.com/neovimhaskell/haskell-vim GH-104
2019-03-21Merge branch 'release/0.10.0' into developGravatar Arctic Ice Studio
2019-03-21Prepare release version 0.10.0Gravatar Arctic Ice Studio
2019-03-21Merge pull request #146 from ↵Gravatar Arctic Ice Studio
arcticicestudio/improvement/gh-145-comment-color-brightness Comment Color Brightness
2019-03-21Comment Color BrightnessGravatar Arctic Ice Studio
-> Please see https://github.com/arcticicestudio/nord/issues/94 for all details about this design change decision. Increased the comment color (`nord3`) brightness by 10% from a lightness level of ~35% to ~45%. This change also deprecates the comment contrast (1) configuration. It is not necessary anymore for users to increase the brightness on their own when the default color has been increased by default. A deprecation warning will be shown to notify all users who have set a custom value for the `g:nord_comment_brightness` configuration variable. References: (1) https://github.com/arcticicestudio/nord-vim#comment-contrast GH-145
2019-03-21Update copyright notices and contributor metadataGravatar Arctic Ice Studio
GH-145
2019-02-02Merge pull request #126 from cg433n/developGravatar Arctic Ice Studio
Adds Vim 8 terminal highlighting
2019-02-02Adds Vim 8 terminal highlightingGravatar Christopher Green
2018-11-06changes of IncSearch color so that were difference from Search color, fixes #139Gravatar Andrey Borzunov
2018-08-10Add more ALE HighlightsGravatar meck
2018-07-21Fix for terminal statusline in airlineGravatar meck
2018-06-25Merge pull request #128 from ↵Gravatar Arctic Ice Studio
arcticicestudio/improvement/gh-117-airline-tmuxline-compatibility Improve compatibility of airline with tmuxline.vim plugin
2018-06-24Improve compatibility of airline theme with tmuxline.vim themeGravatar Arctic Ice Studio
The "Nord airline.vim" (1) UI plugin theme now includes better support for the "tmuxline.vim" (2) plugin. Previously text shown in the main segment of the tmuxline, generated via the `:Tmuxline airline` command, caused a `bad colour: NONE` error or has been colorized using `nord0` which resulted in unreadable text due to a `nord3` background. This has been fixed by using `nord5` as foreground color. See GH-11 (3) which has been used as implementation reference that fixed the same incompatibility for the "lightline.vim" (4) plugin. References: (1) https://github.com/arcticicestudio/nord-vim/blob/develop/autoload/airline/themes/nord.vim (2) https://github.com/edkolev/tmuxline.vim (3) https://github.com/arcticicestudio/nord-vim/issues/11 (4) https://github.com/itchyny/lightline.vim GH-117
2018-06-24Merge branch 'release/0.9.0' into developGravatar Arctic Ice Studio
2018-06-24Prepare release version 0.9.0Gravatar Arctic Ice Studio
2018-06-23Merge pull request #127 from ↵Gravatar Arctic Ice Studio
arcticicestudio/feature/gh-106-underline-toggle-config Theme config to globally toggle underlines