vim-colortemplate icon indicating copy to clipboard operation
vim-colortemplate copied to clipboard

The Toolkit for Vim Color Scheme Designers!

Results 8 vim-colortemplate issues
Sort by recently updated
recently updated
newest added

In the `highlight` command, we can have three stylistic attributes: - `term=`, for terminals without color support, - `cterm=`, for terminals with color support, - `gui=`, for the GUI. Currently,...

Put somewhere a list of 256color approximations and respective rgb hex values when generating a scheme. I barely ever see decimal rgb values used anywhere. Maybe it's worth replacing `rgb()`...

enhancement

I'd like to share my current vision for medium/long term development of this project, as a note for myself and also to receive feedback. Nothing below is cast in stone....

enhancement

I wanted to try out the new inlay hints in vim, now that I have a whole stack that supports them (vim, `vim-lsp`, Go settings, and gopls). I wanted the...

I installed Colortemplate (using packer) but then when I try and run the :Colortemplate command it says "E492: Not an editor command: Colortemplate", not sure why this is happening, I...

[This is a question from Vim's [colorschemes](https://github.com/vim/colorschemes/pull/246) repo, which I am answering here to keep things on-topic.] >I didn't even know there was Neovim compatibility before 😅 Can you comment...

question

This is a call for feedback. Colortemplate v3, the new iteration of Colortemplate, is fully functional, but the code should still be considered alpha-level. If you want to try it...

Hello, in romainl/vim-malotru, I have a short "verbatim" [block](https://github.com/romainl/vim-malotru/blob/master/malotru.colortemplate#L172-L174) that forcibly sets `&fillchars`. Today I was trying to make that block less intrusive, which involved making a backup of the...