From 9a165025c9f9dd8dea862ebcb5ab38b01e97f251 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Mon, 25 Dec 2023 04:58:35 +0100 Subject: [PATCH] add new anaconda css theme Signed-off-by: Toshaan Bharvani --- anaconda/theme/powerel.css | 37 +++++++++++++++++++++++++++++++++++++ anaconda/theme/redhat.css | 1 + 2 files changed, 38 insertions(+) create mode 100644 anaconda/theme/powerel.css create mode 120000 anaconda/theme/redhat.css diff --git a/anaconda/theme/powerel.css b/anaconda/theme/powerel.css new file mode 100644 index 0000000..2b68cb1 --- /dev/null +++ b/anaconda/theme/powerel.css @@ -0,0 +1,37 @@ +/* Anaconda gtk style overrides for RHEL */ + +/* vendor-specific colors */ +@define-color redhat #2d2d2d; + +/* logo and sidebar classes */ + +/* The sidebar consists of three parts: a background, a logo, and a product logo, + * rendered in that order. The product logo is empty by default and is intended + * to be overridden by a stylesheet in product.img. + */ +.logo-sidebar { + background-image: url('/usr/share/anaconda/pixmaps/sidebar-bg.png'); + background-color: @redhat; + background-repeat: no-repeat; +} + +/* Add a logo to the sidebar */ +.logo { + background-image: url('/usr/share/anaconda/pixmaps/sidebar-logo.png'); + background-position: 50% 20px; + background-repeat: no-repeat; + background-color: transparent; +} + +/* This is a placeholder to be filled by a product-specific logo. */ +.product-logo { + background-image: none; + background-color: transparent; +} + +AnacondaSpokeWindow #nav-box { + background-color: @redhat; + background-image: url('/usr/share/anaconda/pixmaps/topbar-bg.png'); + background-repeat: no-repeat; + color: white; +} diff --git a/anaconda/theme/redhat.css b/anaconda/theme/redhat.css new file mode 120000 index 0000000..27391cc --- /dev/null +++ b/anaconda/theme/redhat.css @@ -0,0 +1 @@ +powerel.css \ No newline at end of file