style(color): change from default to snigdhaos-base

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-03 03:07:59 +05:30
parent 2ccf131cb6
commit 08d94e7766

View File

@@ -51,20 +51,20 @@ QWidget {
#view-button-back:hover {
color: #58B2D7;
color: #754FFE;
}
#view-button-next:hover {
color: #58B2D7;
color: #754FFE;
}
#view-button-cancel:hover {
color: #58B2D7;
color: #754FFE;
}
/* ########## TOOLTIP ########## */
QToolTip {
background-color: #58B2D7;
background-color: #754FFE;
font : 16px;
color: white;
padding: 3px;
@@ -88,7 +88,7 @@ QScrollBar:vertical {
}
QScrollBar::handle:vertical {
background: #58B2D7;
background: #754FFE;
max-height: 25px;
}
@@ -119,32 +119,32 @@ QListView::item:alternate {
}
QListView::item:!alternate:selected:active {
background: #58B2D7;
background: #754FFE;
color: white;
}
QListView::item:selected:active {
background: #58B2D7;
background: #754FFE;
color: white;
}
QListView::item:selected:!active {
background: #58B2D7;
background: #754FFE;
color: white;
}
QListView::item:hover {
background: #58B2D7;
background: #754FFE;
color: white;
}
QListView#listLayout::item:!alternate:selected:active {
background: #58B2D7;
background: #754FFE;
color: white;
}
QListView#listVariant::item:!alternate:selected:active {
background: #58B2D7;
background: #754FFE;
color: white;
}
@@ -271,7 +271,7 @@ QComboBox {
}
QComboBox::item:selected {
background: #58B2D7;
background: #754FFE;
color: white;
}
@@ -301,7 +301,7 @@ QTreeView::item {
}
QTreeView::item:selected {
background: #58B2D7;
background: #754FFE;
font: bold;
}
@@ -319,7 +319,7 @@ QProgressBar {
}
QProgressBar::chunk {
background-color: #58B2D7;
background-color: #754FFE;
}
#debugButton {