Merge branch 'wip/jimmac/vte-bg-color' into 'master'

Wip/jimmac/vte bg color

Closes vte#226

See merge request GNOME/gtk!2403
This commit is contained in:
Jakub Steiner 2020-08-07 17:16:14 +00:00
commit cd0b9a2359
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -542,6 +542,10 @@ button {
min-width: 24px;
padding-left: 5px;
padding-right: 5px;
&.circular {
min-height: 24px;
}
}
&.text-button {