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

Theme is not applied correctly #145

Closed Ujs113 closed 1 year ago

Ujs113 commented 1 year ago

Hi. I just installed the theme today, however, the correct colors are not applied. This can be seen in the following screenshot: Screenshot_20230606_211830 I have installed the theme and enabled it as per the instructions. I do not understand what the issue is. Any help is appreciated. I have tried it with other themes, and they seem to work well.

Ujs113 commented 1 year ago

I have found what the issue was. I had to enable true color support in tmux.

cachandlerdev commented 1 year ago

To anyone else who comes across this post in the future, I was able to enable true color support in tmux by adding set-option -ga terminal-overrides ",xterm-256color:Tc" to ~/.tmux.conf.

If that doesn't work, you might also need to add export TERM='xterm-256color' to ~/.zshrc (or .bashrc if that's what you're using), but I'm not sure if this line is necessary.