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
803 stars 107 forks source link

None 24-bit color terminal compatibility #82

Open tkono1 opened 2 years ago

tkono1 commented 2 years ago

It's a great theme and I love it. It works on almost terminal emulators. Although, like some terminals (e.g. Apple Terminal.app) which doesn't support truecolor (24-bit) fails to show the color scheme correctly. Is it possible to modify the theme for such terminal emulators?

antoineco commented 2 years ago

@tkono1 there is a very decent 256-color version of Nord created by a community member here: https://github.com/arcticicestudio/nord-vim/issues/162#issuecomment-604470202

I've used it myself with macOS Terminal.app, and it was pretty accurate.

shaunsingh commented 2 years ago

I'm not really all too experienced with non-guicolor terminals, but I'll look into it