Mofiqul / vscode.nvim

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

Request for readme change : local c = require('vscode.colors').get_colors() #100

Closed egovelox closed 2 months ago

egovelox commented 1 year ago

Hi,

I noticed that since commit dabd5454e88d9ac9f91a5c2f9f6b347410e31162,

local c = require('vscode.colors') does not work anymore, e.g c.vscGray won't give me back the expected value.

Now I use local c = require('vscode.colors').get_colors() and it works again like before.

Maybe could we update the (great !) readme https://github.com/Mofiqul/vscode.nvim#-usage reflecting this change ?

🙏

gepbird commented 3 months ago

This can be closed, it was resolved in #107.