shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theme is not applied correctly

Ujs113 opened this issue · comments

commented

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.

commented

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

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.