From d64857d4ba03887912e2376f9353ea1e2f5ba974 Mon Sep 17 00:00:00 2001 From: Máirín Duffy Date: Mar 24 2021 18:15:14 +0000 Subject: [PATCH 1/5] Adding darktheme logo png for gnome-control-center Reference: https://pagure.io/fedora-logos/issue/12 Signed-off-by: Máirín Duffy --- diff --git a/pixmaps/fedora_whitelogo_med.png b/pixmaps/fedora_whitelogo_med.png new file mode 100644 index 0000000..b0752f0 Binary files /dev/null and b/pixmaps/fedora_whitelogo_med.png differ From 6eaa2c152e4b6b20780f36134d88e9c2f449ed8b Mon Sep 17 00:00:00 2001 From: Máirín Duffy Date: Mar 24 2021 18:21:10 +0000 Subject: [PATCH 2/5] Cleaning up anaconda sidebar logo I initially recreated this logo exactly as styled in the old version using the new logo. After testing in a running anaconda it was clear this cleaner version looks much better. Signed-off-by: Máirín Duffy --- diff --git a/anaconda/sidebar-logo.png b/anaconda/sidebar-logo.png index 55f933a..90bf655 100644 Binary files a/anaconda/sidebar-logo.png and b/anaconda/sidebar-logo.png differ From b0f3b536eee92a26c3bf6041631dcd9e1b6af6df Mon Sep 17 00:00:00 2001 From: Máirín Duffy Date: Mar 25 2021 17:30:04 +0000 Subject: [PATCH 3/5] Updating blue in non-edition Anaconda graphics The new logo is a brighter blue, so this brightens the color of the non-edition graphics used in Anaconda on the sidebar and the topbar. Signed-off-by: Máirín Duffy --- diff --git a/anaconda/fedora.css b/anaconda/fedora.css index a9c716c..c3bb27c 100644 --- a/anaconda/fedora.css +++ b/anaconda/fedora.css @@ -1,7 +1,7 @@ /* Anaconda gtk style overrides for Fedora */ /* vendor-specific colors */ -@define-color fedora #2f4265; +@define-color fedora #51a2da; /* logo and sidebar classes */ diff --git a/anaconda/sidebar-bg.png b/anaconda/sidebar-bg.png index 0f31f4a..7d9b973 100644 Binary files a/anaconda/sidebar-bg.png and b/anaconda/sidebar-bg.png differ diff --git a/anaconda/topbar-bg.png b/anaconda/topbar-bg.png index 4f33019..f752caa 100644 Binary files a/anaconda/topbar-bg.png and b/anaconda/topbar-bg.png differ From d3abdbd339dc316bde5b9a87bfeadafcb5833cc6 Mon Sep 17 00:00:00 2001 From: Máirín Duffy Date: Mar 25 2021 18:42:34 +0000 Subject: [PATCH 4/5] Upping text weight for readability in testpage Upping from 200 to 400. Montserrat at 200 is just a bit too thin. Signed-off-by: Máirín Duffy --- diff --git a/testpage/index.html b/testpage/index.html index e269a16..043d2bc 100644 --- a/testpage/index.html +++ b/testpage/index.html @@ -21,7 +21,7 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c6eb4",endColorstr="#3c95b4",GradientType=1); color: white; font-size: 0.9em; - font-weight: 200; + font-weight: 400; font-family: 'Montserrat', sans-serif; margin: 0; padding: 10em 6em 10em 6em; From a644e0be393abb27a47b14f417cbb306bf5a08c3 Mon Sep 17 00:00:00 2001 From: Máirín Duffy Date: Mar 25 2021 20:04:52 +0000 Subject: [PATCH 5/5] Simplifying logo used in KDE system info menu I tried using the same shading/color treatment with the new logo here as the old logo had. However, especially trying it out with light and dark themes in KDE, it really didn't look as slick as the logo in the menu bar. Moving to a flat logomark, since the graphic is directly next to the "Fedora" text it seems redundant to use the full mark with logotype. Signed-off-by: Máirín Duffy --- diff --git a/pixmaps/system-logo-white.png b/pixmaps/system-logo-white.png index 232fb6d..90ead2d 100644 Binary files a/pixmaps/system-logo-white.png and b/pixmaps/system-logo-white.png differ