Skip to content

Comment Color Brightness Doesn't Apply #222

Closed
@hwair

Description

@hwair

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:
image
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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions