From 513cd326ad706a71a7c5686dfe0f6adc0073722b Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Fri, 14 Apr 2023 12:56:19 +0300 Subject: [PATCH 03/11] Set MSVSphere installer colors --- data/anaconda-gtk.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/anaconda-gtk.css b/data/anaconda-gtk.css index 516df62..ef6d79d 100644 --- a/data/anaconda-gtk.css +++ b/data/anaconda-gtk.css @@ -92,10 +92,11 @@ infobar.error box { @define-color redhat #2d2d2d; @define-color fedora #2f4265; +@define-color msvsphere #343434; /* theme colors/images */ -@define-color product_bg_color @fedora; +@define-color product_bg_color @msvsphere; /* logo and sidebar classes */ -- 2.41.0