silicon.lua icon indicating copy to clipboard operation
silicon.lua copied to clipboard

The second argument is wrong in the function hl of the build_tmTheme module

Open codeDude64 opened this issue 3 years ago • 0 comments

I've installed this plugin for the first time, but when I try to run it, the following error appears.

image

I looked into the code and noticed this statement tries to get the background value.

I've printed the value of vim.api.nvim_get_hl_id_by_name("Normal", true) and I received one value the foreground one. It means the background one doesn't exist.

image

codeDude64 avatar Nov 17 '22 22:11 codeDude64