diff --git a/anaconda/theme/redhat.css b/anaconda/theme/redhat.css index fc85ef6..1089f14 100644 --- a/anaconda/theme/redhat.css +++ b/anaconda/theme/redhat.css @@ -1,7 +1,7 @@ /* Anaconda gtk style overrides for RHEL */ /* vendor-specific colors */ -@define-color almalinux #0b2335; +@define-color almalinux #2c1d4c; /* logo and sidebar classes */ @@ -19,9 +19,10 @@ /* Add a logo to the sidebar */ .logo { - background-image: url('/usr/share/anaconda/pixmaps/sidebar-logo.png'); + background-image: url('/usr/share/anaconda/pixmaps/sidebar-logo.svg'); background-position: 50% 20px; background-repeat: no-repeat; + background-size: 70%; background-color: transparent; } diff --git a/anaconda/theme/sidebar-bg.png b/anaconda/theme/sidebar-bg.png index 346d541..5b23957 100644 Binary files a/anaconda/theme/sidebar-bg.png and b/anaconda/theme/sidebar-bg.png differ diff --git a/anaconda/theme/sidebar-logo.svg b/anaconda/theme/sidebar-logo.svg new file mode 100644 index 0000000..94584c5 --- /dev/null +++ b/anaconda/theme/sidebar-logo.svg @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/anaconda/theme/topbar-bg.png b/anaconda/theme/topbar-bg.png index 34adf79..0dad739 100644 Binary files a/anaconda/theme/topbar-bg.png and b/anaconda/theme/topbar-bg.png differ