GTK3: Update 3.24.22
This commit is contained in:
parent
439f6ba4d1
commit
6d3739abcf
@ -191,8 +191,7 @@ spinner {
|
||||
**********************/
|
||||
.large-title {
|
||||
font-weight: 300;
|
||||
font-size: 24pt;
|
||||
letter-spacing: 0.2rem; }
|
||||
font-size: 24pt; }
|
||||
|
||||
.title-1 {
|
||||
font-weight: 800;
|
||||
@ -5375,4 +5374,7 @@ read if you used those and something break with a version upgrade you're on your
|
||||
@define-color wm_button_active_color_a shade(#23252e, 0.85);
|
||||
@define-color wm_button_active_color_b shade(#23252e, 0.89);
|
||||
@define-color wm_button_active_color_c shade(#23252e, 0.9);
|
||||
/* content view background such as thumbnails view in Photos or Boxes */
|
||||
@define-color content_view_bg #272a34;
|
||||
/* Very contrasty background for text views (@theme_text_color foreground) */
|
||||
@define-color text_view_bg #1a1c23;
|
||||
|
||||
@ -191,8 +191,7 @@ spinner {
|
||||
**********************/
|
||||
.large-title {
|
||||
font-weight: 300;
|
||||
font-size: 24pt;
|
||||
letter-spacing: 0.2rem; }
|
||||
font-size: 24pt; }
|
||||
|
||||
.title-1 {
|
||||
font-weight: 800;
|
||||
@ -5375,4 +5374,7 @@ read if you used those and something break with a version upgrade you're on your
|
||||
@define-color wm_button_active_color_a shade(#23252e, 0.85);
|
||||
@define-color wm_button_active_color_b shade(#23252e, 0.89);
|
||||
@define-color wm_button_active_color_c shade(#23252e, 0.9);
|
||||
/* content view background such as thumbnails view in Photos or Boxes */
|
||||
@define-color content_view_bg #272a34;
|
||||
/* Very contrasty background for text views (@theme_text_color foreground) */
|
||||
@define-color text_view_bg #1a1c23;
|
||||
|
||||
@ -191,8 +191,7 @@ spinner {
|
||||
**********************/
|
||||
.large-title {
|
||||
font-weight: 300;
|
||||
font-size: 24pt;
|
||||
letter-spacing: 0.2rem; }
|
||||
font-size: 24pt; }
|
||||
|
||||
.title-1 {
|
||||
font-weight: 800;
|
||||
@ -5396,4 +5395,7 @@ read if you used those and something break with a version upgrade you're on your
|
||||
@define-color wm_button_active_color_a shade(#ffffff, 0.85);
|
||||
@define-color wm_button_active_color_b shade(#ffffff, 0.89);
|
||||
@define-color wm_button_active_color_c shade(#ffffff, 0.9);
|
||||
/* content view background such as thumbnails view in Photos or Boxes */
|
||||
@define-color content_view_bg #fafafa;
|
||||
/* Very contrasty background for text views (@theme_text_color foreground) */
|
||||
@define-color text_view_bg #fafafa;
|
||||
|
||||
@ -112,5 +112,8 @@ read if you used those and something break with a version upgrade you're on your
|
||||
|
||||
//FIXME this is really an API
|
||||
|
||||
/* content view background such as thumbnails view in Photos or Boxes */
|
||||
@define-color content_view_bg #{"" + $base_color};
|
||||
|
||||
/* Very contrasty background for text views (@theme_text_color foreground) */
|
||||
@define-color text_view_bg #{"" + if($variant == 'light', $base_color, darken($base_color,6%))};
|
||||
|
||||
@ -274,7 +274,6 @@ spinner {
|
||||
.large-title {
|
||||
font-weight: 300;
|
||||
font-size: 24pt;
|
||||
letter-spacing: 0.2rem;
|
||||
}
|
||||
.title-1 {
|
||||
font-weight: 800;
|
||||
|
||||
@ -4,7 +4,7 @@ GREEN='\033[0;32m'
|
||||
YELLOW='\033[0;33m'
|
||||
RESET='\033[0m'
|
||||
|
||||
VERSION=3.24.21
|
||||
VERSION=3.24.22
|
||||
|
||||
echo
|
||||
echo -e " $YELLOW[ i ]$RESET Upstream version $VERSION"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user