Mofiqul / vscode.nvim

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

light theme - brackets has dark font color and dark background #143

Open baronleonardo opened 1 year ago

baronleonardo commented 1 year ago

Screenshot_2023-06-30_09-58-29

I tested the issue on c++ and zig

Mofiqul commented 1 year ago

@baronleonardo – Can you share the output of :Inspect

Toizi commented 12 months ago

Hey @Mofiqul, I don't believe the output of :Inspect is relevant since the issue appears on any text regardless of file type.

I think the relevant configuration is this line https://github.com/Mofiqul/vscode.nvim/blob/11b212096a0b2056fc8acaf31c0d62d656b6fd2d/lua/vscode/theme.lua#L27

This is what it currently looks like on a new file with the light theme where :Inspect returns nothing. image