Skip to content

Apply color scheme to code browser tooltip

Milian Wolff requested to merge work/tooltip_color into master

I used the QTextFrame interface to change the existing light theme colors to dark theme colors.

  • do not force black on white palette
  • adept colors when dark color scheme is used
    • make dark text colors brighter
    • when background color is set keep bg and fg colors

Same algorithm is also applied for the html in the quick open menu before the item is expanded.

Tooltip in Breeze Dark application color scheme

tooltip

Quick open menu in Breeze Dark application color scheme

quickopen

BUG: 257378

Merge request reports