feat: tokyonight as breeze colors

This commit is contained in:
Fabio Lenherr / DashieTM 2023-02-28 00:27:52 +01:00
parent fe201efb87
commit 1cc0ee462f
8 changed files with 41 additions and 19 deletions

6
qt5ct/qss/tab.qss Normal file
View file

@ -0,0 +1,6 @@
QTabBar::tab:selected {
color: palette(highlight);
}
QMenuBar, QMenu, QToolBar, QStatusBar, QFrame, QScrollBar {
border: none;
}