https://bugs.kde.org/show_bug.cgi?id=428501
Bug ID: 428501 Summary: configure default name colors without semantic highlights Product: kdevplatform Version: 5.6.0 Platform: Appimage OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: sourceformatter Assignee: kdevelop-bugs-n...@kde.org Reporter: tcll5...@tutanota.com Target Milestone: --- semantics put way too many random colors on screen for me which makes things far too overwhelming to make out the syntax. I'd prefer things to be highlighted more like my themes in IDEA: (based on python's IDLE for an IDE I'm working on) light: https://ipfs.io/ipfs/QmYRT6cUFMehggtiecdGWSNxp2wmdrZejFCxVpb1Q2biH5?filename=getting_closer.png dark: https://ipfs.io/ipfs/QmVYwYVPEjEHXG4qq9GD2wxYwPSaooMW9ynh2p4TvcCQtM?filename=Collection_problems.png in KDevelop, if I disable semantic highlights (like I've done in IDEA as well), then all variable, class, and function names are normal text. in IDEA, `normal = param.call()` would be colored (my theme) `gray = navy.skyblue()` and params like `self` or `cls` (first method param) would be a light teal so you can see there's some colors going on also doc-comments aren't red (my theme) ;) -- You are receiving this mail because: You are watching all bug changes.