Replies: 4 comments
-
Simply using https://github.com/tpope/vim-unimpaired comes with mappings such as https://github.com/vimpostor/vim-lumen could be used to automatically switch based on your system dark/light mode. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the suggestions, Using |
Beta Was this translation helpful? Give feedback.
-
I added a couple of variants to the theme in #298 for what it's worth - still open to suggestions though if I am reinventing the wheel here |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi! I'm pretty sure this is a nooby question, but... I am new to vim and still learning the ropes.
Since this plugin requires setting
background
independently ofcolorscheme gruvbox
there doesn't seem to be a way to 'directly' switch between the two settings.I'm using Telescope to switch colorschemes, and there's only one
gruvbox
entry. If I'm currently using a light theme and want to switch to gruvbox with a dark background, I need to first switch to gruvbox and then change the background setting.I noticed some themes ship with multiple themes, but I'm assuming that since the change is so minimal, you didn't feel the need to do that here.
:help colorscheme
says we can drop things in~/.config/nvim/colors
, so I tried a few things there:and
I also tried adding gruvbox twice my lazy config with different
name
andconfig
functions, but yeah, no luck.So I just thought I'd ask. Is there convenient or canonical way of creating
gruvbox-light
andgruvbox-dark
colorschemes to switch to?Beta Was this translation helpful? Give feedback.
All reactions