You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anaconda/SOURCES/0003-Set-MSVSphere-installe...

30 lines
711 B

From ac121e85f4b97070c76f5b4a998ee1067c8d0fcc Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 19 Dec 2023 11:26:08 +0300
Subject: [PATCH 03/14] Set MSVSphere installer colors
---
data/anaconda-gtk.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/data/anaconda-gtk.css b/data/anaconda-gtk.css
index 60a670e..cc1ec4b 100644
--- a/data/anaconda-gtk.css
+++ b/data/anaconda-gtk.css
@@ -92,10 +92,12 @@ infobar.error {
@define-color redhat #2d2d2d;
@define-color fedora #2f4265;
+@define-color msvsphere #343434;
/* theme colors/images */
@define-color product_bg_color @redhat;
+@define-color product_bg_color @msvsphere;
/* logo and sidebar classes */
--
2.39.3