Created
June 6, 2016 12:26
-
-
Save rendon/3d311640f9047e808f921557c9d6730c to your computer and use it in GitHub Desktop.
Style sheet for Konsole's Tab bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QTabBar { | |
background-color: #949191; | |
} | |
QTabBar::tab { | |
height: 20px; | |
border: none; | |
padding: 0; | |
} | |
QTabBar::tab:selected { | |
background-color: #cfc9c9; | |
background: #cfc9c9; | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment