@SigHunter when the mouse hovers a 24 bits hex code or a color name in the terminal, it shows a color preview tooltip containing a squared filled with that color
see the original mastodon post in context for screenshots:
https://mastodon.social/@SigHunter@lemmy.kde.social/112655289748037272#
@Rustmilian @TimeWalker
Kate Color Preview plugin can be enabled/disabled without creating a profile, also it seems to have a different behaviour.
example from within a C/C++ file:
uint32_t blue = 0x0000ff;
const char* red = “#ff0000”;
const char* color = “purple”;
in Kate, only “#ff0000” triggers the color preview, neither blue, red, “purple” or 0x0000ff seem to trigger it
in Konsole all of those except 0x0000ff trigger the color preview
same color preview core, different rules maybe?