nordtheme / vim

An arctic, north-bluish clean and elegant Vim theme.
https://www.nordtheme.com/ports/vim
MIT License
2.51k stars 275 forks source link

Include the other colorschemes from the website #258

Closed AlphabetsAlphabets closed 3 years ago

AlphabetsAlphabets commented 3 years ago

There are themes from the nord website in this page. And I prefer the alternatives than the default theme for nord that is just different shades of blue.

arcticicestudio commented 3 years ago

Hi @YJH16120 👋🏼

I guess this is a wrong conclusion from reading the documentations.

Nord consists of 16 colors in total. These are divided into 4 palettes because they serve different purposes and uses cases when used for syntax highlighting or UI component design. It's not like there are 16 different color themes. Nord is a single theme that is made out of all these colors. For example the colors from the Polar Night palette are mostly used as background color shades for UI components while colors from the Frost palette are used as main accent color for primary UI elements or to highlight functions/methods in code editors.

In short: all colors from all palettes make up Nord.

Also the different shades of blue are the main accent colors of Nord which is stated in the project description by “north-bluish“.

AlphabetsAlphabets commented 3 years ago

I see, so I just have to modify the hex color codes then?

arcticicestudio commented 3 years ago

You can simply make the theme fit your preferences by customizing the colors and highlighting groups. This allows you to change the theme without the need to fork and modify the actual source code, preventing breakage when updating to later versions.

AlphabetsAlphabets commented 3 years ago

I see. Thank you very much.