Skip to content

allow to access & alter the current theme via config interface

Christoph Cullmann requested to merge work/theme_config_interface into master

in addition, emit configChanged() for documents and views this was already there internally and can be added in a BC way to both Document & View

I think this is the minimal invasive way to be able to get the current theme for a view.

With this name, one can then get the theme data from the KSyntaxHighlighting::Repository.

@dhaumann @waqar

Merge request reports