https://bugs.kde.org/show_bug.cgi?id=504905
Friedrich W. H. Kossebau <kosse...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|arichardson....@gmail.com |kosse...@kde.org Component|Structures Tool |general --- Comment #1 from Friedrich W. H. Kossebau <kosse...@kde.org> --- Thanks for the report, good to know about issues users have. I agree that highlighting should be customizable, actually a plan since the very start, and even more since the Structures tool arrived, for it to even reflect the data types there. Just never got to it besides some plans and drafts. There are some chances I might solve this finally during on-going data type display rework, but early stages still. In your case though it seems the color scheme you use has some issues: Okteta uses the defined colors also used for text rendering, in case of byte values matching control characters the value of KColorScheme::ActiveText (which in the color-scheme file is the entry ForegroundActive in the group [Colors:View]) . See also the API documentation on the value: https://api.kde.org/frameworks/kcolorscheme/html/classKColorScheme.html#a177a02c0381f00155148d1032f2aea82a2c2ff027c5cceb21f90730cdb45d9ba1 So any text display where active text is rendered against the normal text background should be equally unreadable. What color scheme do you use exactly? Perhaps the author of the scheme could tune that very entry to get some contrast again? -- You are receiving this mail because: You are watching all bug changes.