This config set keep
- Term 16/256/true, GUI
- background
- airline/lightline
- some variant name
manage...info
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 : { | |
| \ } | |
| \ }, | |
| \} |