folke / tokyonight.nvim

🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
Apache License 2.0
6.44k stars 433 forks source link

fix(zathura): highlight transparency #638

Closed ronitnallagatla closed 1 month ago

ronitnallagatla commented 1 month ago

Description

The highlight-transparency config option in Zathura has been deprecated. Transparency is now controlled using the highlight-color and highlight-active-color options, which accept RGBA values.

For more details: https://man.archlinux.org/man/zathurarc.5.en#highlight

Screenshots

Before

image

After

image

folke commented 1 month ago

ty

folke commented 1 month ago

For extras, their template should be changed, not the resulting extra files.

folke commented 1 month ago

See #638