estilo
estilo copied to clipboard
Create color schemes for Vim, Airline and Lightline
Currently, `g:{colorscheme_name}_bold` and `g:{colorscheme_name}_italic` are always defined. However, it is not good for me. I don't want to define global variables. This feature should be able to be configured by...
I love the idea behind this project. Its such a pain normally to make everything in your terminal match a single theme. While Powerline isn't usable from Neovim, I still...
Neovim support blend option: "hi FloatShadow blend=80 guibg=Black", How to enable it in colour scheme?
In oceanic-next, I have support setup for conditional italics/bolds, if the terminal supports it. ``` viml let s:bold = "" if exists('g:oceanic_next_terminal_bold') let s:bold = "bold" endif let g:oceanic_next_terminal_bold =...
[logicmonkey/Ullswater](https://github.com/logicmonkey/Ullswater) I had a few issues with linking colours in the common palette defined in `estilo.yml` but in the end pulled all the colours I wanted into one file -...
Why does my vim display not have true color?
Current version was causing this error: ``` Download https://registry-staging.deno.com/@std/path/meta.json WARN Failed fetching https://registry-staging.deno.com/@std/path/meta.json. Retrying in 250ms... WARN Failed fetching https://registry-staging.deno.com/@std/path/meta.json. Retrying in 500ms... WARN Failed fetching https://registry-staging.deno.com/@std/path/meta.json. Retrying in 1000ms......
Add the 'neovim_legacy_compat' option for colorschemes so that they can use the old vim theme as a base. Vim themes that do not provide full neovim support can use this...
The following highlight groups can be set to colour special comments such as TODO, FIX, etc https://github.com/nvim-treesitter/nvim-treesitter/blob/master/queries/comment/highligts.scm And by extension it would be great to add this to tender.vim