From ac121e85f4b97070c76f5b4a998ee1067c8d0fcc Mon Sep 17 00:00:00 2001 From: tigro 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