- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 283
Description
Using: gnome-terminal + tmux + nvim.
From nordtheme/nord#94, it was seen that nord3 was updated from #4C566A to #616E88.
In my v0.15.0 ~/.vim/plugged/nord-vim/colors file, these lines are present:
let s:nord3_gui = "#4C566A"
let s:nord3_gui_bright = "#616E88"
However, the comment colors are still the darker version:

I am certain that the aforementioned file is the one controlling the colors, as moving it resets neovim to the default color scheme.
I have tried copying the file found here https://github.com/arcticicestudio/nord-vim/blob/develop/colors/nord.vim into my colors file, but there was no change. Nor does changing the values of s:nord3_gui or s:nord3_gui_bright to colors like #FF0000 do anything.
How can I get the brighter comment color? If editing the file doesn't work, can I change the setting from .vimrc instead?