https://bugs.kde.org/show_bug.cgi?id=398758
Nibaldo G. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kte | |xteditor/c922bc8352ac3a65b3 | |73f26070694d760d05e6b6 Status|REPORTED |RESOLVED --- Comment #6 from Nibaldo G. <[email protected]> --- Git commit c922bc8352ac3a65b373f26070694d760d05e6b6 by Nibaldo González. Committed on 03/04/2019 at 07:21. Pushed by ngonzalez into branch 'master'. Fix: apply correctly the text colors of the chosen scheme Summary: Since the implementation of KSyntaxHighlighting in KF5.50, KTextEditor always uses the "Normal" scheme for text colors. Previously, the colors were set according to `KSyntaxHighlighting::Repository::LightTheme`, which corresponds to the "Normal" scheme. ~~Now use KateRendererConfig::global() to get the name of the current selected scheme.~~ Before: {F6701315} After: {F6701318} Reviewers: #ktexteditor, #kate, cullmann, mwolff Reviewed By: #ktexteditor, #kate, cullmann Subscribers: mwolff, cullmann, dhaumann, kwrite-devel, kde-frameworks-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D19876 M +32 -5 src/syntax/katehighlight.cpp M +2 -1 src/syntax/katehighlight.h https://commits.kde.org/ktexteditor/c922bc8352ac3a65b373f26070694d760d05e6b6 -- You are receiving this mail because: You are watching all bug changes.
