https://bugs.kde.org/show_bug.cgi?id=404255

Mariusz Glebocki <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |WORKSFORME
                 CC|                            |[email protected]

--- Comment #2 from Mariusz Glebocki <[email protected]> ---
There is already support for CSS -
https://docs.kde.org/stable5/en/applications/konsole/tabbarstylsheet.html
You can specify CSS file in Setting → Configure Konsole → Tabbar

You can try something like this:

QTabBar::tab:selected {
  background-color: #31363b; /* #f3f4f4 for light breeze */
  border: 1px solid crimson;
  border-bottom: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to