Fiddling with colors.

This commit is contained in:
2025-12-22 00:14:42 +01:00
parent 42525014f2
commit e17a2d6d09
3 changed files with 104 additions and 12 deletions

View File

@@ -7,6 +7,16 @@ QWidget
font-family: Segoe UI, sans-serif;
}
QMainWindow
{
background-color: #272727;
}
QSplitter
{
color: red;
background-color: #272727;
}
/* Spezifisches Styling für Buttons */
QPushButton
{
@@ -35,8 +45,8 @@ QPushButton:pressed
QListView
{
background-color: #f5f5f5;
border: none;
background-color: #404142;
border-radius: 8px;
outline: none;
show-decoration-selected: 0;
}