shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
GNU General Public License v2.0
842 stars 110 forks source link

Implement naive Snow Storm palette #74

Closed Slotos closed 2 years ago

Slotos commented 2 years ago

This basically reverts first seven palette colors' order, which is what "bright to dark" style recommends. Bright color used for comments is blended by hand and should be critiqued.

Dark to bright approach is also possible, by swapping nord0_gui and nord2_gui in light palette. However, the outcome looks incomplete and definitely needs additional work to be viable.

Note: the colors might be hard to read on thin fonts
I.e. Cascadia Mono Pl Light takes some adjusting while Cascadia Mono Pl looks good outright

Additionally, a separate commit provides explicit TabLine[Fill] background color values.

Screenshot

image
Slotos commented 2 years ago

Second iteration screenshots.

Dark

Normal mode

image

Visual mode

image

Command mode

image

Replace mode

image

Light

Normal mode

image

Visual mode

image

Command mode

image

Replace mode

image
shaunsingh commented 2 years ago

Looks good to me! Anything else you need to add on the PR, or is it good to merge?

Slotos commented 2 years ago

That's pretty much it. Any further iterations can happen separately when needed.