tokyo-night / tokyo-night-vscode-theme

A clean, dark Visual Studio Code theme that celebrates the lights of Downtown Tokyo at night.
MIT License
1.74k stars 119 forks source link

[Question] Is there a way to make the colors the same as Tokyo night in Neovim? #77

Closed ok97465 closed 1 year ago

ok97465 commented 1 year ago

Hello and thank you for creating such a great extension.

I've been using Tokyonight in Neovim for a long time.

이미지 2023  7  27  오전 12 32

The picture on the left is the result of Vscode's Python syntax highlight and the picture on the right is the result of Neovim.

Quotes, Class, augments, etc. have different colors, is there any way to make them the same?

Thank you.

enkia commented 1 year ago

Using either MagicPython or Python extensions, I'm not seeing enough specificity with textmate scopes to turn some of those functions purple, or log_dir green as it's specified as any other argument, or how the variable declarations are just plain source.python.

I also don't work with Python so I may be missing something. For example, bustruck_df2img_info and BusTruckDataModuleFasterRCNN show the same meta.function-call scopes.

With that said, I noticed a few improvements that I can do... thoughts?

image