Skip to content

Configurable semantic colors

Martin Seher requested to merge quatu/kdevelop:color_config into master

I have added a page under Color Themes -> Highlighting Text Styles -> KDevelop/Semantic Colors that allows the configuration of the semantic highlight colors.

  • When the Local colorization intensity is bigger than zero then the rainbow colors are used for local variables like before, overwriting the corresponding configured colors
  • A Global colorization intensity less then 255 (max) will still cause a blending of the global colors
  • Bold font for declarations will make the declarations bold in addition to the bold settings from the config dialog

So a Local colorization intensity of 0 and a Global colorization intensity of 255 should be set when the exact configured colors are desired. ColorConfig

BUG: 395856

Merge request reports