tokyonight.nvim icon indicating copy to clipboard operation
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.

Results 163 tokyonight.nvim issues
Sort by recently updated
recently updated
newest added

https://github.com/petertriho/nvim-scrollbar ![scrollbar](https://github.com/petertriho/nvim-scrollbar/blob/main/assets/diagnostics.gif?raw=true)

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. ![Screenshot_20211115_212748](https://user-images.githubusercontent.com/8257844/141849242-53849c92-d8e3-4abd-a8a5-44b4e651ca5a.png) 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: ![image](https://user-images.githubusercontent.com/1068265/140015304-529a45b7-c70a-4428-8549-90f00c47c5c1.png)