TaDaa / vimade

An eye friendly plugin that fades your inactive buffers and preserves your syntax highlighting!
MIT License
486 stars 8 forks source link

Color for active window is not quite correct. #10

Closed yifeikong closed 5 years ago

yifeikong commented 5 years ago
screen shot 2019-01-26 at 8 12 18 am

As you can see, the active window on the right side does not get correct colorschema, some of the text are still dimmed.

Tmux 2.8 + Vim 8.0 + Vimade master(updated a few minutes ago)

VimadeInfo is

{"version":"0.0.1","python":{"BACKGROUND":"dark","BASE_FG":[208,208,208],"BASE_FG_LAST":"252","BASE_BG_EXP":"233","BASE_HI":[[208,208,208],[18,18,18]],"COLORSCHEME":"\nmolokai","HI_FG":" ctermfg=","ORIGINAL_BACKGROUND":"dark","BASE_BG":[1
8,18,18],"COL_BUF_SIZE":30,"IS_NVIM":0,"TERM_BG":"#000000","ROW_BUF_SIZE":30,"BASE_BG_LAST":"233","NORMAL_ID":"86","TERMGUICOLORS":0,"BASE_FADE":"59","FADE_LEVEL":0.4,"TERM_FG":"#FFFFFF","IS_TERM":1,"IS_TMUX":1,"BASE_FG_EXP":"252","HI_BG"
:" ctermbg="},"other":{"background":"dark","normal_hi":["252","233"],"vimade_py_cmd":"py3","has_gui":0,"has_python":0,"vimade_timer":903,"has_gui_running":0,"syntax":"python","has_nvim":0,"normal_id":86,"vimade_running":1,"colorscheme":"\
nmolokai","vimade_loaded":1,"vimade_usecursorhold":0,"has_python3":1},"config":{"basebg":"","basefg":"","fadelevel":0.4,"rowbufsize":30,"colbufsize":30,"normalid":86,"checkinterval":32}}
TaDaa commented 5 years ago

Looks like vimade got out of sync on bufleave, will try to reproduce later. Is that nerd tree?

yifeikong commented 5 years ago

Yes, the left panel is nerdtree

TaDaa commented 5 years ago

Think this should be resolved now -- not sure what triggered this, but found 2 possibilities:

yifeikong commented 5 years ago

Thanks. The problem is fixed now