Skip to content

Instantly share code, notes, and snippets.

@tsuyoshicho
Created March 20, 2020 04:08
Show Gist options
  • Save tsuyoshicho/a69d35eacbdae3add8805b8936226a24 to your computer and use it in GitHub Desktop.
Save tsuyoshicho/a69d35eacbdae3add8805b8936226a24 to your computer and use it in GitHub Desktop.
Vim Idea note : color manager

Color Manager

Abstract

This config set keep

  • Term 16/256/true, GUI
  • background
  • airline/lightline
  • some variant name

manage...info

API

soon.

let g:colormanager#config = {}
" item
" key plugin name?
let item = {
\ colorscheme_name : {
\ light : {
\ support: {cli16: v:true, cli256: v:true, clitrue: v:true, gui:v:true},
\ airline: '',
\ lightline: '',
\ },
\ dark : {
\ }
\ },
\}
@tsuyoshicho
Copy link
Author

command

  • display full info
  • display available info
  • switch test current background / other background

@tsuyoshicho
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment