atelierbram / vim-colors_atelier-schemes

For easy cloning Atelier Schemes for Vim colorschemes, with plugin manager Pathogen or Vundle
67 stars 9 forks source link

Theme variant (dark/light) does not correspond to name #4

Closed plgruener closed 4 years ago

plgruener commented 4 years ago

Regardless of the (file)name of the theme, one has to set bg=light/dark manually to switch between the dark and light variant. That makes having separate named Light/Dark files quite irrelevant.

Possible solutions:

  1. remove duplicate files and suffixes
  2. modify the templates so they switch background colors right in the color definitions (like in your Base2Tone templates).

edit: I'm using NeoVim v.0.4.3 in ArchLinux and in Terminal (but with set termguicolors)

atelierbram commented 4 years ago

Thanks for this, fixed with solution 2 ;)