tokyonight.nvim
tokyonight.nvim copied to clipboard
π 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.
minor fix to comment
This is my actual config: ``` " tokyonight-vim let g:tokyonight_style = 'night' " available: night, storm let g:tokyonight_enable_italic = 1 " permitimos que ponga cosas en itΓ‘lica let g:airline_theme =...
Hi! I would like to set the cursorline background color. I tried to do so with `tokyonight_colors` without luck. I'm wondering if this is possible at all. Thanks in advance!
I've added the "let g:tokyonight_italic_functions = 0" to my config but it still shows some strange looking italic text, not the same font either.
Hi there... This might seem super dumb, but im a complete beginner in programing, I can't seem to be able to get this to work. can someone please help. Thank...
wrong operator in doc when set some attribute/operator
Hi! I would like to add explicit support for [mini.nvim](https://github.com/echasnovski/mini.nvim). Basic choices are taken from highlight groups to which 'mini.nvim' makes links by default or from analogous plugins. Differences from...
Was trying to make my nvim-cmp completion popup to be transparent.  
Is there any way for the theme to support [Alpha](https://github.com/goolord/alpha-nvim)? I'm trying to switch to it from Dashboard, which this theme supports.