askfiy / visual_studio_code

A `neovim` theme that highly restores `vscode`, so that your friends will no longer be surprised that you use `neovim`, because they will think you are using `vscode` ..
Mozilla Public License 2.0
169 stars 11 forks source link

Can't make it use mode="light" #2

Closed D00mch closed 1 year ago

D00mch commented 1 year ago
-- packer
{
    "askfiy/visual_studio_code",
    config = function()
        require("visual_studio_code").setup({
            mode = "light",
        })
    end,
}

I have it black when I type: :colorscheme visual_studio_code

askfiy commented 1 year ago

By default, it uses a black theme.When you load from the command line, it will use the black theme.

strash commented 1 year ago

Hi! Are there any plans to implement theme selection with vim.opt.background = "light"/"dark?

D00mch commented 1 year ago

Either supporting vim.opt.background or having one more colorscheme visual_studio_code_light would be quit handy.

askfiy commented 1 year ago

The latest submission has fixed it, you can try it.