-
### Describe the bug
Trying to setup different themes for light and dark modes, but Vim-lumen keeps ignoring them:
`g:lumen_dark_colorscheme='prism'`
`g:lumen_light_colorscheme='zellner'`
…
-
### Problem
`WinSeparator` highlight is not applied when specified in a config file after calling `colorscheme`. This appears to only happen when the terminal has a light background. Perhaps the issu…
-
It would be nice if the colors palette was exposed to users of this plugin.
### Current State
The current state only allows us to override a highlight group with a string. See below.
```
require…
-
Merge the two colorschemes into a single file and a single colorscheme with two different appearance, one for each background, and don't force change the background. I would suggest something like "yi…
-
I'm using Vim 8.2 with gruvbox and coc.vim
this is my ~/.vimrc
````
set rnu
set clipboard=unnamedplus
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plu…
-
### Is your feature request related to a problem? Please describe.
Many popular Neovim themes automatically choose between a dark and a light variant, depending on whether `vim.o.background` is set t…
ifab updated
3 months ago
-
Hope Heading explains it.
I use lualine, barbar, and nvim-tree (there are probably more).
They don't reflect the colorscheme at launch (even though the opened buffer does)
> the icons color appear…
-
### Expected behavior.
Add layers and config options to `$HOME/.SpaceVim.d/init.toml` and have them be applied on restart.
### The reproduce ways from Vim starting.
1. install SpaceVim via cURL me…
-
This is a more broad approach to some other issues in the queue.
Expose a config option to `init.vim/ginit.vim` for the current macOS theme (light or dark).
This would allow users to change vim …
-
I really like the idea of modernizing the 20+ year old color schemes, in particular, adding support for newer Vim features, however, the new elflord remake looks so different from how the original loo…