configs/arch-config/.config/qt5ct/qss/fixes-light.qss

14 lines
317 B
Plaintext
Raw Normal View History

# fixes Okular issues with wrong colors and icons
QTabBar::tab:selected {
color: palette(bright-text);
}
QScrollBar {
background: palette(dark);
}
QScrollBar::handle {
background: palette(highlight);
border-radius: 4px;
}
QScrollBar::add-line, QScrollBar::sub-line {
background: palette(window);
}