Updated konsole and init

This commit is contained in:
Hane 2025-11-02 19:32:03 +01:00
commit 8eefe3a2ff
6 changed files with 106 additions and 18 deletions

38
tabbar.qss Normal file
View file

@ -0,0 +1,38 @@
/* QTabWidget::pane, QTabWidget::tab-bar { background-color: black; } */
QTabBar,
QTabBar::tab
{
font-family: "0xProto Nerd Font Mono";
font-size: 11px;
height: 20px;
margin-right: 5px;
border: 0px;
background-color: #000000;
color: white;
}
QTabWidget::pane, QTabWidget::tab-bar {
border-bottom: 0px;
border-right: 0px;
margin-right: 0px;
alignment: center;
}
/* QTabBar::tab { */
/* } */
QTabBar::tab:hover
{
text-decoration: underline;
}
QTabBar::tab:selected
{
font-weight: bold;
color: yellow;
padding: 0px 3px 0px 3px;
border: 0px;
background-color: #444444;
}