This change adds two more color schemes: xcode and xcodehc that are identical to the existing ones, but dynamically switch between the light or dark versions depending on the value of the background variable.
With this, the separate light/dark versions could be removed, but I left them for backwards compatibility.
I also regenerated all the other color schemes from the new templates to verify there weren't unexpected changes, the only change was the build timestamp and some formatting that changed in the generator so I didn't include them in the change.
This change adds two more color schemes:
xcode
andxcodehc
that are identical to the existing ones, but dynamically switch between the light or dark versions depending on the value of thebackground
variable.With this, the separate light/dark versions could be removed, but I left them for backwards compatibility.
I also regenerated all the other color schemes from the new templates to verify there weren't unexpected changes, the only change was the build timestamp and some formatting that changed in the generator so I didn't include them in the change.
I used the technique explained in https://github.com/lifepillar/vim-colortemplate/issues/10#issuecomment-423798959