From 1e2abd3f83b0ffb4263f1ef5aec46db9f611f6f7 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 31 Jul 2020 15:03:06 +0800 Subject: [PATCH] update --- README.md | 7 +++---- src/main/gtk-3.0/gtk-dark-solid.css | 10 ++++++++++ src/main/gtk-3.0/gtk-dark.css | 10 ++++++++++ src/main/gtk-3.0/gtk-light-solid.css | 10 ++++++++++ src/main/gtk-3.0/gtk-light.css | 10 ++++++++++ src/sass/gtk/_applications.scss | 12 ++++++++++++ 6 files changed, 55 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a467b71..94892d3 100644 --- a/README.md +++ b/README.md @@ -81,15 +81,14 @@ Usage: `./Install` **[OPTIONS...]** [WhiteSur-kde](https://github.com/vinceliuice/WhiteSur-kde) ### Icon theme -[McMojave-circle](https://github.com/vinceliuice/McMojave-circle) +[WhiteSur-icon](https://github.com/vinceliuice/WhiteSur-icon-theme) ### Wallpaper -[WhiteSur default wallpapers](https://github.com/vinceliuice/Mojave-gtk-theme/blob/images/macOS_Mojave_Wallpapers.tar.xz) +[WhiteSur wallpaper](https://github.com/vinceliuice/WhiteSur-kde/tree/master/wallpaper) ### Firefox theme [Intall Firefox theme](src/other/firefox) +![firefox](src/other/firefox/preview.png) ## Preview - ![gtk](preview-gtk.png) -![shell](preview-shell.png) diff --git a/src/main/gtk-3.0/gtk-dark-solid.css b/src/main/gtk-3.0/gtk-dark-solid.css index 3e6692a..bc50178 100644 --- a/src/main/gtk-3.0/gtk-dark-solid.css +++ b/src/main/gtk-3.0/gtk-dark-solid.css @@ -5905,6 +5905,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child { border-left-width: 0; } +#weather-page, +#weekly-forecast-frame { + border-bottom-right-radius: 14px; +} + +#weather-page-content-view { + border-bottom-right-radius: 14px; + border-bottom-left-radius: 14px; +} + stack.view.polari-entry-area { background-color: #333333; border-top: 1px solid rgba(255, 255, 255, 0.12); diff --git a/src/main/gtk-3.0/gtk-dark.css b/src/main/gtk-3.0/gtk-dark.css index 3dc07ee..3c535cd 100644 --- a/src/main/gtk-3.0/gtk-dark.css +++ b/src/main/gtk-3.0/gtk-dark.css @@ -5905,6 +5905,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child { border-left-width: 0; } +#weather-page, +#weekly-forecast-frame { + border-bottom-right-radius: 14px; +} + +#weather-page-content-view { + border-bottom-right-radius: 14px; + border-bottom-left-radius: 14px; +} + stack.view.polari-entry-area { background-color: #333333; border-top: 1px solid rgba(255, 255, 255, 0.12); diff --git a/src/main/gtk-3.0/gtk-light-solid.css b/src/main/gtk-3.0/gtk-light-solid.css index 3eb1f4c..6ff667d 100644 --- a/src/main/gtk-3.0/gtk-light-solid.css +++ b/src/main/gtk-3.0/gtk-light-solid.css @@ -5930,6 +5930,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child { border-left-width: 0; } +#weather-page, +#weekly-forecast-frame { + border-bottom-right-radius: 14px; +} + +#weather-page-content-view { + border-bottom-right-radius: 14px; + border-bottom-left-radius: 14px; +} + stack.view.polari-entry-area { background-color: #f5f5f5; border-top: 1px solid rgba(0, 0, 0, 0.12); diff --git a/src/main/gtk-3.0/gtk-light.css b/src/main/gtk-3.0/gtk-light.css index 9c73e0e..744efdb 100644 --- a/src/main/gtk-3.0/gtk-light.css +++ b/src/main/gtk-3.0/gtk-light.css @@ -5930,6 +5930,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child { border-left-width: 0; } +#weather-page, +#weekly-forecast-frame { + border-bottom-right-radius: 14px; +} + +#weather-page-content-view { + border-bottom-right-radius: 14px; + border-bottom-left-radius: 14px; +} + stack.view.polari-entry-area { background-color: #f5f5f5; border-top: 1px solid rgba(0, 0, 0, 0.12); diff --git a/src/sass/gtk/_applications.scss b/src/sass/gtk/_applications.scss index bc28fe9..5b8b695 100644 --- a/src/sass/gtk/_applications.scss +++ b/src/sass/gtk/_applications.scss @@ -1488,6 +1488,18 @@ notebook.main-notebook { } } +// +// Gnome Weather +#weather-page, +#weekly-forecast-frame { + border-bottom-right-radius: $wm_radius; +} + +#weather-page-content-view { + border-bottom-right-radius: $wm_radius; + border-bottom-left-radius: $wm_radius; +} + // // Polari //