bluloco.nvim
bluloco.nvim copied to clipboard
bluloco theme port for neovim
The theme seems to color other special comment things just fine but not TODOs when connected to tree-sitter for some reason (this is with javascript + comment tree-sitter installed). ...

In folke's tokyo night theme https://github.com/folke/tokyonight.nvim when running leap https://github.com/ggandor/leap.nvim it looks as following  while with bluloco it looks as following 
Its background color is the same as the annotation, so it doesn't look clear enough. Maybe we can make the difference by deepening the background color of inlay_hint. 
Hi I'm getting this error when calling the colorscheme - does not matter if I choose it through telescope or natively: ``` E5108: Error executing lua ...lazy/telescope.nvim/lua/telescope/builtin/__internal.lua:988: Vim(colorscheme):E5113: Error while...
"RainbowDelimiterRed", "RainbowDelimiterYellow", "RainbowDelimiterBlue", "RainbowDelimiterOrange", "RainbowDelimiterGreen", "RainbowDelimiterViolet", "RainbowDelimiterCyan",
Showcase images are stored in the repository, which mean they have to be downloaded by every user installing the repository causing bloat for users. Instead you should consider uploading the...
``` create_highlight_group('SpectreHeader', "Comment") create_highlight_group('SpectreBody', "String") create_highlight_group('SpectreFile', "Keyword") create_highlight_group('SpectreDir', "Comment") create_highlight_group('SpectreSearch', "DiffChange") create_highlight_group('SpectreBorder', "Comment") create_highlight_group('SpectreReplace', "DiffDelete") ``` see: https://github.com/nvim-pack/nvim-spectre/blob/master/lua/spectre/highlight.lua
I use blueloco-dark and lualine with 'auto' setting. The background of the WinSeparator is very close to the background color of the windows so it is difficult for me to...