Skip to content

Instantly share code, notes, and snippets.

View tusharkant15's full-sized avatar

Tushar Kant tusharkant15

  • Pune, India
View GitHub Profile
@tusharkant15
tusharkant15 / Konsole Dark Tabs.css
Last active June 5, 2021 13:16
Dark Tabs for console
/* 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;