[Konsole-devel] [konsole] [Bug 330252] The active tab should be visually distinguished
paul at paularcher.org
paul at paularcher.org
Mon Jan 27 20:10:45 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=330252
--- Comment #3 from paul at paularcher.org ---
This is somewhere between a workaround and an outright fix. Konsole uses a QT
stylesheet, and can be told to use an arbitrary one.
cat tab.qss
QTabBar::tab:selected, QTabBar::tab:hover {
background: #EE4444;
}
QTabBar::tab:selected {
border-color: #33FF33;
border-bottom-color: #C2C7CB; /* same as pane color */
}
konsole --stylesheet tab.qss
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list