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

Having Trouble

ocelotStride opened this issue · comments

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?

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

I see, thank you