ghifarit53 / tokyonight-vim

A clean, dark vim colorscheme that celebrates the lights of downtown Tokyo at night, based on a VSCode theme by @enkia with the same name [Archived because I'm no longer using this]
MIT License
557 stars 48 forks source link

Theme does not seem to take effect until after plugin loads #20

Closed zuqini closed 3 years ago

zuqini commented 3 years ago

See original issue at https://github.com/Yggdroot/indentLine/issues/339 for more details.

Essentially, a plugin I am currently using cannot fetch the TokyoNight highlight group colors properly. I have tested this behavior with other themes such as dracula, but dracula seems to have no problems handling this case.

I took a look at both dracula.vim and tokyonight.vim, but I couldn't find any meaningful differences that could have caused this weird behavior. If anyone has any insights it would be really helpful!

zuqini commented 3 years ago

Nevermind, I have found the line in the theme where it configures indentline explicitly: https://github.com/ghifarit53/tokyonight-vim/blob/54fd6a832877904d2cb2806c2de74cc84fe4feae/colors/tokyonight.vim#L1712

Since this is the intended behavior of the theme, I will close the issue.