From 08d94e7766fb0ccc8e885f9369e5c20ed18a58d5 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 3 May 2024 03:07:59 +0530 Subject: [PATCH] style(color): change from default to snigdhaos-base --- calamares/branding/snigdhaos/stylesheet.qss | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/calamares/branding/snigdhaos/stylesheet.qss b/calamares/branding/snigdhaos/stylesheet.qss index eb1e6b6..6968272 100644 --- a/calamares/branding/snigdhaos/stylesheet.qss +++ b/calamares/branding/snigdhaos/stylesheet.qss @@ -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 {