Bug 400968 - Wrong axes labels color on dark themes
Summary: Wrong axes labels color on dark themes
Status: RESOLVED FIXED
Alias: None
Product: LabPlot2
Classification: Applications
Component: backend (show other bugs)
Version: latest
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Alexander Semke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-12 15:26 UTC by mikhailru
Modified: 2018-12-08 09:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 2.6
Sentry Crash Report:


Attachments
wrong axes color (160.98 KB, image/png)
2018-11-12 15:26 UTC, mikhailru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mikhailru 2018-11-12 15:26:54 UTC
Created attachment 116262 [details]
wrong axes color

SUMMARY
The color of default plot axes labels is taken from the theme. This results in the labels being barely visible when using dark Qt theme (e.g. Breeze Dark).


STEPS TO REPRODUCE
0. Set color theme to Breeze Dark
1. Create new project, new spreadsheet
2. "Generate data -> row numbers" on both columns
3. "Plot data -> xy-Curve"

OBSERVED RESULT
Axes labels color is wrong (see attached screenshot).

EXPECTED RESULT
Axes labels should be black.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.51.0
Qt Version: 5.11.2
Comment 1 mikhailru 2018-11-14 15:03:07 UTC
Patch available on phabricator: https://phabricator.kde.org/D16839 .