-
### Is your feature request related to a problem? Please describe.
neovim merged DEC private mode 2031 support, which means it can now in theory automatically `set background=light/dark`.
It would…
-
### 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'`
…
-
### Neovim version (nvim -v)
NVIM v0.10.1 Build type: RelWithDebInfo LuaJIT 2.1.1713484068
### Terminal / multiplexer
iTerm2 Build 3.5.5 / Tmux 3.5
### Describe the bug
With `transparency = true`…
-
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…
-
### 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…
-
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
4 months ago
-
With the release of neovim 0.10 the default colorscheme in neovim was changed. It seems that NeoSolarized picks up some of the default colors as some colors do not match the solarized theme when using…
-
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 …