Skip to content

Instantly share code, notes, and snippets.

View wojtekadams's full-sized avatar
👻

wojtekadams wojtekadams

👻
View GitHub Profile
@wojtekadams
wojtekadams / kde-konsole-tab-colours.css
Last active February 13, 2018 11:46 — forked from codemedic/konsole-with-palette-colours.css
CSS for KDE Konsole minimal, lighter, dark tabs
QTabBar,
QTabBar::tab
{
/* font-size: 11px;*/
/* height: 16px; */
padding: 2px;
border: 0px;
border-bottom: 3px solid palette(dark);
background-color: palette(dark);
color: palette(text);