Description: LO Version: 6.3.5.2 Build ID: 1:6.3.5-0ubuntu0.19.10.1 OS: Linux 5.3; UI render: default; VCL: kde5; Base SQL Syntax colours editable by under settings "Application Colours", "Sql Syntax", then "Operator". All operators respect this setting but except two operators: "/" and "-" (slash, minus). These two operators' "/" and "-" colour always black and not viable in dark themes. Rest of them fine. Steps to Reproduce: 1.Use a dark system theme, 2.Change "Application Colours", "Sql Syntax", "Operator" colour as your wish, 3.Then edit a query in sql view that is containing some arithmetic operators including "+", "*", ">", "/" and "-". Actual Results: These "/" and "-" always black and not viable in dark themes. Rest of them fine. Expected Results: All operators' colour must respect "Application Colours", "Sql Syntax", "Operator" colours. Reproducible: Always User Profile Reset: No Additional Info: None
Created attachment 167169 [details] Application Colour Settings
Created attachment 167170 [details] Dark system theme sql syntax colours
On pc Debian x86-64 with master sources updated today, I could reproduce this.
Let's give it a try with: https://gerrit.libreoffice.org/c/core/+/105581
Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/e2b290da0922246f8fb5fcd332bbd41ad165fd43 tdf#138113: Base SQL syntax colouring issue with operators "/", "-" It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
I submitted https://gerrit.libreoffice.org/c/core/+/105537 for branch 7.0
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/710947f020eb5dda72add8a08534a4836732e596 tdf#138113: Base SQL syntax colouring issue with operators "/", "-" It will be available in 7.0.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.