m00qek/baleia.nvim

Possibility to use colors from colorscheme

Closed this issue · 3 comments

The following is the comparison between a kaocha test result when run from conjure (with baleia enabled on the buffer) and when run in the terminal. My understanding is that the latter works because the terminal emulator has ANSI colors properly mapped. Would it be possible to have the same behavior when using baleia

Screen Shot 2022-04-22 at 19 42 32

Screen Shot 2022-04-22 at 19 42 46

Does your color scheme set values to the variables g:terminal_color_*?

If it does not Baleia will default to NR_8 color codes. Check :help cterm-color

@m00qek got it! Thanks for clarifying. My colorscheme was not setting those and after setting it works perfectly.