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

Having Trouble #139

Closed ghost closed 1 year ago

ghost commented 1 year ago

I downloaded the theme using Packer. I add vim.cmd[[colorscheme nord]] to my init.lua. Unfortunately I end up with all of my text grey after doing this.

I'm doing this in terminal.app on macOS and I currently have the Nord theme setup for the terminal. Is there a conflict here that I'm missing?

shaunsingh commented 1 year ago

I believe terminal.app doesn't support termguicolors/truecolor (which is required for this theme). You'd have better luck with iterm2 or another supported terminal emulator

ghost commented 1 year ago

I see, thank you