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

Syntax highlighting differs from VSCode theme #23

Closed Iniesta8 closed 3 years ago

Iniesta8 commented 3 years ago

Hi,

at first, thanks for these theme!

I'm also using the VSCode theme (https://github.com/enkia/tokyo-night-vscode-theme) and I can recognize a big difference in terms of syntax highlighting there. For example there are much more red elements in the VIM theme than in the VSCode one.

Is it on purpose that the VIM theme and VSCode theme differ that much?

I mean, that's no problem, I just want to know. :)

ghifarit53 commented 3 years ago

Hi @iniesta8, thanks for reaching!

Well, this theme was created when I have zero knowledge on how to make a vim colorscheme. When I found the VS Code theme, I really liked it and wanted to port it to vim, but I just don't know how to. So I steal borrow some code from @sainnhe's sonokai repo and changing some of its color variables with the tokyonight color palettes. That's why it looks so different from the VS Code version :)

If you want the tokyonight colorscheme that closely resembles the VS Code version and also supports for newer neovim plugins (e.g. treesitter, lsp, telescope, etc.), I recommend you to use folke/tokyonight.nvim. The development there is also really active

Iniesta8 commented 3 years ago

Thanks for reply!

closed