[themes] Fix line edit placeholder text color

This commit is contained in:
Mathieu Pellerin 2022-10-06 19:18:38 +02:00
parent 31d7685f0c
commit a5e65be034
4 changed files with 14 additions and 6 deletions

View File

@ -6,3 +6,4 @@
10:#373737
12:#f0f0f0
13:#373737
20:#727272

View File

@ -1,9 +1,13 @@
QWidget
{
color: @text;
background: transparent;
}
QLabel, QCheckBox, QRadioButton
{
color: @text;
}
QWindow, QMainWindow, QMdiSubWindow, QDialog, QAbstractScrollArea, QFocusFrame, QWizardPage, QDockWidget, QDockWidgetGroupWindow, QTabWidget, QGroupBox
{
color: @text;
@ -200,7 +204,6 @@ QLineEdit, QTextEdit, QPlainTextEdit
border-style: solid;
border-radius: 0.2em;
background-color:@itembackground;
color:@text;
selection-background-color: @selection;
selection-color: @itemdarkbackground;
}

View File

@ -1,10 +1,11 @@
0:#aaaaaa
0:#111111
2:#323232
5:#535353
6:#aaaaaa
6:#111111
9:#222222
10:#535353
12:#d7801a
13:#323232
14:#0080ff
15:#0080ff
20:#535353

View File

@ -1,9 +1,13 @@
QWidget
{
color: @text;
background: transparent;
}
QLabel, QCheckBox, QRadioButton
{
color: @text;
}
QWindow, QMainWindow, QMdiSubWindow, QDialog, QAbstractScrollArea, QFocusFrame, QWizardPage, QDockWidget, QDockWidgetGroupWindow, QTabWidget, QGroupBox
{
color: @text;
@ -197,7 +201,6 @@ QLineEdit
padding: 0.12em;
border: 1px solid #111;
background-color: #888;
color: #111;
selection-background-color: @selection;
selection-color: @text;
}