This file contains 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
/* Based on codemedic's work (https://gist.github.com/codemedic/f11cc460b8d9544f9afc) */ | |
QWidget, QTabWidget::pane, QTabWidget::tab-bar { | |
background-color: #383c4a; | |
} | |
QTabBar::tab { | |
color: #777; | |
background-color: #383c4a; /* Pick from current color scheme from System Settings > Color > Modify > Colors > Window Background */ | |
font-size: 16px; | |
height: 32px; | |
padding: 8px; |