Skip to content

Apply color scheme to code browser tooltip

Martin Seher requested to merge quatu/kdevelop: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

Edited by Martin Seher

Merge request reports