zenburn.nvim icon indicating copy to clipboard operation
zenburn.nvim copied to clipboard

Zenburn for the modern age

Results 5 zenburn.nvim issues
Sort by recently updated
recently updated
newest added

According to https://github.com/nvim-treesitter/nvim-treesitter/issues/2293, there are a whole bunch of new highlight capture groups. I mainly noticed this breaking change as it related to https://github.com/tpope/vim-fugitive/issues/2091. I largely copy-pasted this from https://github.com/folke/tokyonight.nvim/blob/main/lua/tokyonight/theme.lua...

This adds a color for [Flash](https://github.com/folke/flash.nvim/). I tried to keep the colors similar to the [Leap Colors](https://github.com/phha/zenburn.nvim/blob/4b2e142f61444e425575158c8d9ce98aae0f16fb/lua/zenburn/highlights/leap.lua) ![image](https://github.com/phha/zenburn.nvim/assets/50536089/ad0fdc56-b72f-4750-b437-f4eccbefa158)

The original zenburn comes with an option for high contrast. Could this be introduced here as well? ```vim " CONFIGURABLE PARAMETERS: " " You can use the default (don't set...

A big feature request :) The latest Neovim 0.9.0 release added support for semantic token highlighting. It would be amazing to see them in Zenburn, although I understand that probably...

Hey there! Thanks for the great theme. I recently upgraded to NeoVim 0.10.0 which has support for semantic highlighting. I noticed that this theme didn't had support for it, so...