conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
2021-02-18T11:19:08.111800Z

valsen 2021-02-18T18:54:55.114400Z

I can change the background color of the HUD with :highlight NormalFloat ctermbg=<color> , but how do I do the same for the font colors used there? I understand it’s using colors from my active colorscheme, but which specific color/variable is it using from my colorscheme?

dharrigan 2021-02-19T15:57:46.115200Z

share? πŸ™‚

Olical 2021-02-19T18:24:10.115400Z

The font colour is the ctermfg option I think?

valsen 2021-02-24T16:17:24.007100Z

Sorry for late reply, I just set the color in gui Preferences of http://terminal.app (I’m on Mac). The ANSI colors are found under Profiles -> <theme> -> Text.

dharrigan 2021-02-24T16:18:30.007300Z

Ah okay. Not on a mac, but ctermfg is a winner also πŸ™‚

πŸ™Œ 1
dharrigan 2021-02-24T16:18:39.007500Z

thank you for getting back πŸ™‚

valsen 2021-02-18T19:02:11.114900Z

nvm I figured it out, it’s the ANSI Bright Black i was looking for:)