From 2909f6d5166943f0acb18e8b65f02c1c66eb8c81 Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 19 Dec 2023 11:26:08 +0300 Subject: [PATCH 03/11] 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.43.0