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.
The old behavior was tough to read when having a text in a foreground: Old behavior:  New behavior:  PS: I settled to just default to a black font...
https://learn.microsoft.com/en-us/windows/terminal/
### Did you check the docs? - [x] I have read all the tokyonight.nvim docs ### Is your feature request related to a problem? Please describe. Currently there is no...
Add Vimwiki support. I tried to follow rainbow bracket color order as best as I could. It looks like:
I've been using Tokyo Night for a while now and have had interest in porting it to other applications I use. I'm wondering if you had any plans on creating...
### Did you check the docs? - [X] I have read all the tokyonight.nvim docs ### Is your feature request related to a problem? Please describe. The [grammar](https://github.com/maxxnino/tree-sitter-zig) for Zig...
Adds an installation/configuration example using `lazy.nvim`. 😃 if you find this too verbose feel free to disregard; I can understand the desire to have this documented only in `lazy.nvim` for...
Both [Git Gutter](https://github.com/airblade/vim-gitgutter) and [Git Signs](https://github.com/lewis6991/gitsigns.nvim) are supported. This pull request adds support for [Signify](https://github.com/mhinz/vim-signify). Without Signify support a workaround like the following is required. ``` function! TokyonightThemeHighlighting() highlight SignifySignAdd...
Hi! Remove emoji from help tags! All help files are created on the basis of README.md. You use Emoji in them that interfere with the creation of normal links in...
Drop `tokyonight-day`. Use `vim.o.background=light` instead. Using `vim.o.background` also allows these pairs: colorscheme tokyonight-night set vim.o.background=light # This is equivalent to tokyonight-day colorscheme tokyonight-storm set vim.o.background=light colorscheme tokyonight-moon set vim.o.background=light ---...