An arctic, north-bluish clean and elegant Vim theme.
Go to file
Arctic Ice Studio f3f28b939f
Conceal highlighting group support (#261)
The `Conceal` group was not supported which could have led to rendering
problems for (Unicode) characters that require special encoding like
the ones from the Greek alphabet [1] that are often used in LaTeX [3] or
Pandoc [4] documents. These characters were highlighted with the default
background color which makes them kind of unreadable with the theme
foreground color.
See `:help conceal` and `:help concealcursor` for more details about
concealing in Vim.

To fix the problem, the `Conceal` group has been added with its
background color set to `NONE` for GUI and terminal mode to either use
the terminal default background color or let loaded scripts apply custom
styles based on the current runtime context.

The problem has been reported in GH-149, GH-207 and GH-211 with LaTeX
and Pandoc being used by the reporters. PR GH-220 adds support for
vim-pandoc/vim-pandoc-syntax [5] specific highlighting groups and can be
merged after adding basic support for `Conceal`.

[1]: https://en.wikipedia.org/wiki/Greek_alphabet
[2]: https://www.overleaf.com/learn/latex/mathematical_expressions
[3]: https://www.latex-project.org
[4]: https://pandoc.org
[5]: https://github.com/vim-pandoc/vim-pandoc-syntax

Co-authored-by: Sven Greb <development@svengreb.de>

Closes GH-256
2021-05-29 00:24:26 +02:00
autoload Release version 0.15.0 2020-07-06 07:40:16 +02:00
colors Conceal highlighting group support (#261) 2021-05-29 00:24:26 +02:00
CHANGELOG.md Release version 0.15.0 2020-07-06 07:40:16 +02:00
LICENSE.md Update copyright notices and contributor metadata 2019-03-21 10:47:48 +01:00
README.md Fix typo 2019-06-10 14:39:27 -04:00

An arctic, north-bluish clean and elegant Vim color theme.

Designed for a fluent and clear workflow based on the Nord color palette.

Build for Vim's terminal- and GUI mode with true colors with support for many third-party syntax and UI plugins including bundled themes for lightline.vim and vim-airline.

Getting Started

Visit the official website to learn all about the syntax highlighting features, details and elements of UI and editor elements, the various theme configurations and the support for many plugins.

Learn about the installation and activation, how to configure and customize the theme from the official documentations.

Quick Start

Thanks to existing plugin/runtimepath managers for Vim, Nord Vim can be installed for all platforms and the various variants/forks of Vim in a uniform way within a few lines of codes. The recommended manager is vim-plug, but any other manager like pathogen or Vundle can also be used.

To automatically download and activate Nord Vim, follow the install instructions for vim-plug and

  1. add Plug 'arcticicestudio/nord-vim' to your vimrc within vim-plug's plugin loading function
  2. run the :PlugInstall command in Vim
  3. activate the theme by adding colorscheme nord to the vimrc or change it on-the-fly by running :colorscheme nord

See the Nord Vim's documentation for more installation options and how to set it up manually.

Features

A unified UI and editor syntax element design provides a clutter-free and fluidly merging appearance.

Small details with unobtrusive styles for popular and common code editor features like search result marker and brace matching — designed to get out of your way with a visually attractive appearance.

Support for a wide range of programming languages — from bundled plugins up to many popular syntax and UI third-party plugins.

Contributing

Nord is an open source project and we love to receive contributions from the community!

There are many ways to contribute, from writing- and improving documentation and tutorials, reporting bugs, submitting enhancement suggestions that can be added to Nord by submitting pull requests.

Please take a moment to read Nord's full contributing guide to learn about the development process, the project's used styleguides, branch organization and versioning model.

The guide also includes information about minimal, complete, and verifiable examples and other ways to contribute to the project like improving existing issues and giving feedback on issues and pull requests.

Copyright © 2016-present Arctic Ice Studio and Sven Greb