tiagovla / tokyodark.nvim

A clean dark theme written in lua for neovim.
453 stars 19 forks source link

Transparency for latex concealed items. #40

Closed niksingh710 closed 2 months ago

niksingh710 commented 2 months ago

Neovim version

NVIM v0.9.5 Build type: Release LuaJIT 2.1.1713773202

system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info

Minimal configuration

No response

Description

image

Here x^2 is concealed by latex ig. but it does not have a transparent bg How can i fix that?

tiagovla commented 2 months ago

Sorry for the late reply. I was traveling. This patch should fix it. You can customize the Conceal highlight group if needed.

niksingh710 commented 2 months ago

Ty, It is fixed in the latest commit.