Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color theme #1

Closed
arcticicestudio opened this issue Dec 25, 2016 · 0 comments
Closed

Color theme #1

arcticicestudio opened this issue Dec 25, 2016 · 0 comments

Comments

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Dec 25, 2016

Implement the main color theme file.
It should be implemented as 16 colorspace theme with support for the terminal- and GUI mode.

Colorspace design decision

Nord Vim is not designed for the 256 colorspace to keep it faithful to the Nord design guideline. The 256 colorspace limits the possibility to create the same ambient and does not provide the necessary color shades.

Language

Nord Vim should implement optimized styles to achieve a consistent and uniform coloring across languages. This includes support for third-party language plugins for more highlighting groups.

Colors

The order of the colors must reflect the ANSI Escape Code Colors for foreground and background.

Background: nord0
Foreground: nord4

Normal

Color Mapped to
Black nord1
Red nord11
Green nord14
Yellow nord13
Blue nord9
Magenta nord15
Cyan nord8
White nord5

Bright

Color Mapped to
Black nord3
Red nord11
Green nord14
Yellow nord13
Blue nord9
Magenta nord15
Cyan nord7
White nord6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants