bluloco.nvim icon indicating copy to clipboard operation
bluloco.nvim copied to clipboard

bluloco theme port for neovim

Results 31 bluloco.nvim issues
Sort by recently updated
recently updated
newest added

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). ![image](https://github.com/uloco/bluloco.nvim/assets/21957732/1b603e74-24ca-4595-a44f-cdd67dd4d3d2)...

![image](https://github.com/uloco/bluloco.nvim/assets/8818340/21a96168-fadf-4e35-95c6-8de859bb2f9b)

bug

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 ![image](https://github.com/uloco/bluloco.nvim/assets/542598/19d47aa2-477c-4312-88bf-350e97a31ee7) while with bluloco it looks as following ![image](https://github.com/uloco/bluloco.nvim/assets/542598/0229501e-5b5a-457e-8186-7fd4537d1ba2)

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. ![image](https://github.com/uloco/bluloco.nvim/assets/41784264/a7d124ab-4d33-4484-8faf-c497049188dd)

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...

bug

"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...