Skip to content

Commit 4a0b636

Browse files
authored
Make all tab text readable in dark mode (753) (#828)
1 parent 544c624 commit 4a0b636

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/stylesheets/default_linux.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ads--CDockWidgetTab[activeTab="true"] {
8585

8686

8787
ads--CDockWidgetTab QLabel {
88-
color: palette(dark);
88+
color: palette(text);
8989
}
9090

9191

src/stylesheets/focus_highlighting.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ads--CDockWidgetTab[activeTab="true"] {
8888
}
8989

9090
ads--CDockWidgetTab QLabel {
91-
color: palette(dark);
91+
color: palette(text);
9292
}
9393

9494
ads--CDockWidgetTab[activeTab="true"] QLabel {
@@ -138,7 +138,7 @@ ads--CDockWidgetTab[focused="true"] > #tabCloseButton:pressed {
138138
}
139139

140140
ads--CDockWidgetTab[focused="true"] QLabel {
141-
color: palette(light);
141+
color: palette(highlighted-text);
142142
}
143143

144144

src/stylesheets/focus_highlighting_linux.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ ads--CDockWidgetTab[activeTab="true"] {
101101
}
102102

103103
ads--CDockWidgetTab QLabel {
104-
color: palette(dark);
104+
color: palette(text);
105105
}
106106

107107
ads--CDockWidgetTab[activeTab="true"] QLabel {
@@ -148,7 +148,7 @@ ads--CDockWidgetTab[focused="true"] > #tabCloseButton:pressed {
148148
}
149149

150150
ads--CDockWidgetTab[focused="true"] QLabel {
151-
color: palette(light);
151+
color: palette(highlighted-text);
152152
}
153153

154154

0 commit comments

Comments
 (0)