For some reason LibreOffice Calc draws a black background in formula bar, which makes selected text there difficult to see (also because it doesn't respect selected text color, there). Tried to solve it without success.

This commit is contained in:
Eudaimon 2021-11-21 12:37:37 +01:00
parent bbc1fd6aef
commit 509249d9e3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
@define-color theme_tooltip_bg_color @tooltip_bg_color;
@define-color theme_tooltip_fg_color @tooltip_fg_color;
@define-color theme_main_color #000000;
@define-color theme_main_color #FFFFFF; /*#000000;*/
@define-color view_color #303030;