monokai.nvim
monokai.nvim copied to clipboard
Monokai theme for Neovim written in Lua.
Here's an enlarged screenshot of my tabs, using the Pro theme. I find it very difficult to tell which tab is active. Could the active tab be given a more...
Check your kitty colors against another monokai pro version here with correct colors: https://raw.githubusercontent.com/langolf/kitty-monokaipro/master/kitty-monokaipro.conf
Nvim is deprecating VertSplit and moving to WinSeparator for window borders in 0.10. By default, WinSeparator links to normal which does not look great for most colorschemes.
 I was using this plugin and when I updated it last night, it appears that the green function colors dissapeared. Any ideas? In the above config file functions like...
Which one in the palette is used for change the background color? Do we have a dimmed color for the windows which are not active?
This colorscheme allows to customize highlight groups, but only in terms of "set custom values for fg, bg or style". Would be cool if it would also add an option...
A little less than a year ago someone have wrote a markdown . And it uses some obscure hl groups (https://www.reddit.com/r/neovim/comments/rg97j4/comment/hojwvbv/?utm_source=share&utm_medium=web2x&context=3). I don't know where to look for...
Requires nvim 0.7+ This may break existing customizations introduced in #12 lua``` { style = 'bold', } ``` becomes lua``` { bold = true, } ``` Note (from docs): The...
I really like this colorscheme, thanks. I have this issue where sometimes when I open up [nvim-tree](https://github.com/kyazdani42/nvim-tree.lua) all the nvim-tree text and icons are white. This only happens with this...