1.0
closed
nobody
None
2017-07-17
2017-07-13
Anonymous
No

I am a user of KDE and I use the Breeze Dark theme (included with KDE), which is probably the 2nd most common KDE theme as it is an included variation of the Breeze standard theme.

Problem: Some text boxes show as offwhite background with white text. This is totally unreadable.
Problem 2: The main search search results are black text with grey background.

I have created a recoll.qss which fixes the problem by setting the text to black

Here is a diff (note you don't need to change the color of the grey background, but otherwise you should have the color: black sections to ensure you get black text since you set the background as white).

--- /usr/share/recoll/examples/recoll.qss 2017-05-07 13:25:45.000000000 -0700
+++ /home/samantha/.config/Recoll.org/recoll.qss 2017-07-12 20:55:05.531285926 -0700
@@ -29,13 +29,11 @@
for Qt style sheet information.
*/

+/ Samantha's Version /

-/ Use a light grey background by default (lighter than the usual qt
- default):
-
/
-
+/ Use a dark grey background by default: /
* {
- background: #eeeeee;
+ background: #232527;
}

/ Use a light yellow background for all text display areas: /
@@ -43,6 +41,7 @@
QComboBox[editable="true"], QTextEdit, QLineEdit, QTextBrowser, QTableView,
QWebView, QPlainTextEdit {
background: #ffffee;
+ color: black;
}

/ Keep a white background for the QTextEdit inside the Preview window
@@ -50,6 +49,7 @@
/
Preview QTextEdit {
background: white;
+ color: black;
font-family: Serif;
font-size: 12pt;
}

1 Attachments

Discussion

  • medoc
    medoc
    2017-07-17

    Thanks ! I updated the sample file, the change will be in the next version.

     
  • medoc
    medoc
    2017-07-17

    • Status: open --> closed
     

Cancel   Add attachment