base16-nvim icon indicating copy to clipboard operation
base16-nvim copied to clipboard

Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.

Results 7 base16-nvim issues
Sort by recently updated
recently updated
newest added

Hi, If it's not already in the plans, consider adding this to the [list of schemes](https://github.com/chriskempson/base16). Nice work!

One advantage of of the original base16 is that it's possible to use with terminals that don't support true color (for example mosh). This implementation enables termguicolors, which breaks mosh....

It would be great if themes in this repo would also set `vim.o.background`, which is used by some plugins. For example, https://github.com/nvim-tree/nvim-web-devicons, use this variable to select different colors for...

- **tools: add default.nix** - **tools: update docs automatically** - **tools: add `extra-schemes` for themes missing from base16-schemes** - **tools: sort schemes by name** - **Add harmonic to extra-schemes** -...

Inspired by https://github.com/RRethy/base16-nvim/issues/63 and looking through the setup/config code, I thought I'd take the opportunity to expand on your docs a little. Hopefully everything is correct! Let me know if...

Neogit does not look too god for me using base16. This would be fixed by adding support for [neogit highlight groups](https://github.com/NeogitOrg/neogit?tab=readme-ov-file#highlight-groups).

I created a KDE breeze theme based on the Konsole colorscheme https://github.com/KDE/konsole/blob/master/data/color-schemes/Breeze.colorscheme I have no idea how to add it though. ```lua return { base00 = "#232627", base01 = "#31363b",...