Skip to content

Instantly share code, notes, and snippets.

@codemedic
codemedic / konsole-with-palette-colours.css
Last active July 14, 2023 13:56
CSS for KDE Konsole minimal, lighter, dark tabs
QTabBar,
QTabBar::tab
{
font-family: "Noto Sans";
font-size: 11px;
height: 16px;
padding: 2px;
border: 0px;
border-bottom: 3px solid palette(dark);
background-color: palette(dark);