base16-vim icon indicating copy to clipboard operation
base16-vim copied to clipboard

Optionally use no bg colour in place of base00

Open arcnmx opened this issue 4 years ago • 1 comments

let base16background=none in vimrc to activate

Description

Terminal backgrounds are typically configured to be the same colour as base00, but (most?) terminals can treat them as a separate palette slot where they can be potentially augmented or include transparency.

Checklist

  • [ ] I have built the project after my changes following the build instructions using make
    • I only seem to have the node builder in my package manager :(
  • [x] I have confirmed that my changes produce no regressions after building
    • it's opt-in so...
  • [ ] I have pushed the built files to this pull request

arcnmx avatar Sep 07 '21 13:09 arcnmx

I only seem to have the node builder in my package manager :(

You can install pybase16-builder with pip: pip3 install pybase16-builder

fnune avatar Sep 07 '21 13:09 fnune