chadtree icon indicating copy to clipboard operation
chadtree copied to clipboard

Lost colors

Open eelkeh opened this issue 4 years ago • 3 comments

Just updated to latest version and it seems that I have lost the colors from my theme and terminal and instead get some default colorscheme now. Any changes that could cause this?

Screenshot 2021-01-28 at 10 16 01

eelkeh avatar Jan 28 '21 09:01 eelkeh

the latest version has new theme settings.

for example:

let g:chadtree_settings = {
      \ "theme.text_colour_set": "nerdtree_syntax_dark"
      \ }

docs: https://github.com/ms-jpq/chadtree/blob/chad/docs/THEME.md

lynndylanhurley avatar Jan 28 '21 17:01 lynndylanhurley

Aha thanks! Is it possible to use the vim theme or terminal colors?

eelkeh avatar Jan 28 '21 18:01 eelkeh

chadtree_settings.theme.text_colour_set = env should have given you back your old colours. except if your colours were in base16 instead of 256.

I will see if it is possible to get the base16 colours working, but might be difficult.

I changed the old base16 colour selection to a less eye cancer one, so that might have caused the difference for you. (eye cancer is subjective).

ms-jpq avatar Jan 29 '21 05:01 ms-jpq