This commit is contained in:
vinceliuice 2020-07-31 15:03:06 +08:00
parent 3225a992ac
commit 1e2abd3f83
6 changed files with 55 additions and 4 deletions

View File

@ -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)

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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
//