vscode.nvim
vscode.nvim copied to clipboard
Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
The theme doesn't completely update when running `lua require('vscode').change_style('dark')` after initialization. The only thing that seems to update is my lualine and a few other highlights. This is what it...
For example, ```lua local c = require('vscode.colors') require('vscode').setup({ color_overrides = { vscGray = '#ff0000' }, group_overrides = { StatusLine = { fg = c.vscGray, bg = c.vscGray } } }...
Until 2 days ago I used to have the following working settings: `init.vim`: ```vim let g:vscode_style = 'dark' let g:vscode_transparent = v:true silent! colorscheme vscode ``` but, as I only...
Basically title, I want to change color of unused variables to something more visible 
EDIT: Here is an example of a before and after: https://github.com/tiagovla/tokyodark.nvim/commit/e505c2bf88ef0e3fcb2c46195baacd0fcbe79d6f I think since 0.7 came out the entire theme can be Lua now: https://neovim.io/news/ > Finally, users can now...

Hello! I have been using the dark version of the theme and it has been really nice! Today I switched to the light version and everything seems to work but...
## Problem Currently this repository is almost unsearchable from Google and DuckDuckGo. Even in Github, it is not apparent.    ## Suggestion Rename to something like `vscode-light.nvim` or...
My heading color is black, and the bold color is the dark red I remember from VScode headings. Not sure what I could have setup wrong.
the platform is aarch64, and the problem is caused from utils.lua at 14 line 