Skip to content

Instantly share code, notes, and snippets.

@rendon
Created June 6, 2016 12:26
Show Gist options
  • Save rendon/3d311640f9047e808f921557c9d6730c to your computer and use it in GitHub Desktop.
Save rendon/3d311640f9047e808f921557c9d6730c to your computer and use it in GitHub Desktop.
Style sheet for Konsole's Tab bar
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