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.
https://github.com/petertriho/nvim-scrollbar 
Comparing different tmux status bar theme, I found that many of them use nerd font and it makes them more beautiful. Inspired by this, I added nerd font symbols to...
When the `vim.g.tokyonight_hide_inactive_statusline` is set to, the background for lualine inactive status line should be set to none, so it is truly hidden. Also checked in `day` and `night` variants...
nvim version: 0.6.0 tokyonight version: latest ```lua vim.g.tokyonight_style = 'night' vim.g.tokyonight_sidebars = { "qf", "vista_kind", "terminal", "packer" } vim.g.tokyonight_dark_sidebar = true vim.g.tokyonight_dark_float = true vim.g.tokyonight_colors = { bg_sidebar = '#1a1b26',...
This adds a color scheme for [Konsole terminal emulator](https://konsole.kde.org/). Though, I am not sure how to add this to generation modules, since I need to transform HEX RGB value to...
Is there a way to add a border to bottom windows? When I open trouble or toggleterm, there's no border between the current open buffers and them and I find...
Thank you for the great plugin. I noticed that switching between tokyonight styles day and night doesn't update the lightline tab colors properly. Here's what I did: * `let g:tokyonight_style=day`...
Currently using the storm theme, I can't see the ColorColumn (here `set cc=50`), it should go through the h of night and the g of tokyonight.  Maybe setting it...
I noticed that I am not getting the matching parenthesis highlight while I am using this colorscheme. On researching I found out that I could get it started when I...
Some text is white in iTerm2 and cannot be recognized clearly: 