update
This commit is contained in:
parent
3225a992ac
commit
1e2abd3f83
@ -81,15 +81,14 @@ Usage: `./Install` **[OPTIONS...]**
|
|||||||
[WhiteSur-kde](https://github.com/vinceliuice/WhiteSur-kde)
|
[WhiteSur-kde](https://github.com/vinceliuice/WhiteSur-kde)
|
||||||
|
|
||||||
### Icon theme
|
### Icon theme
|
||||||
[McMojave-circle](https://github.com/vinceliuice/McMojave-circle)
|
[WhiteSur-icon](https://github.com/vinceliuice/WhiteSur-icon-theme)
|
||||||
|
|
||||||
### Wallpaper
|
### 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
|
### Firefox theme
|
||||||
[Intall Firefox theme](src/other/firefox)
|
[Intall Firefox theme](src/other/firefox)
|
||||||
|

|
||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||

|

|
||||||

|
|
||||||
|
@ -5905,6 +5905,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
|
|||||||
border-left-width: 0;
|
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 {
|
stack.view.polari-entry-area {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
|
@ -5905,6 +5905,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
|
|||||||
border-left-width: 0;
|
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 {
|
stack.view.polari-entry-area {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
|
@ -5930,6 +5930,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
|
|||||||
border-left-width: 0;
|
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 {
|
stack.view.polari-entry-area {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
||||||
|
@ -5930,6 +5930,16 @@ notebook.main-notebook > header.top > tabs > tab:first-child {
|
|||||||
border-left-width: 0;
|
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 {
|
stack.view.polari-entry-area {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
||||||
|
@ -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
|
// Polari
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user