Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
692 stars 111 forks source link

Support terminal colors #198

Closed xyven1 closed 3 months ago

xyven1 commented 3 months ago

The plugin should set the vim terminal colors. There are many benefits, such as:

Plugins such as tokyonight.nvim already do this, to great effect. Potentially the colors shouldn't be based on highlight groups, as is the case right now, but rather based directly on the gui term colors.

xyven1 commented 3 months ago

if the second behavior is preferred (colors based on the current terminal colorschemes, as opposed to the highlight groups), I have a change all queued up for that, so just let me know and i will update the PR.