roundabout,
created on Friday, 8 April 2016, 06:19:08 (1460096348),
received on Sunday, 11 May 2025, 13:21:55 (1746969715)
Author identity: nana4 <hnmaigo@gmail.com>
9e842915260330846408af709cd92297a835296a
gtk-3.0/_common.scss
@@ -14,9 +14,6 @@ $material_timing_function: cubic-bezier(0, 0, 0.2, 1);
// FIXME: color's transition is too slow
$material_transition: all $material_duration $material_timing_function, color 0;
// fallback
$header_borders_color: mix(#000000, $dark_color, percentage(alpha($borders_color)));
* {
padding: 0;
background-clip: padding-box;
@@ -1121,7 +1118,10 @@ headerbar {
box-shadow: none;
}
> separator { background-color: $header_borders_color; }
> separator {
background-color: $dark_color;
background-image: image($borders_color);
}
@extend %titlebar;
}
gtk-3.0/gtk-dark.css
@@ -1077,7 +1077,8 @@ window.csd > .titlebar:not(headerbar) {
border-style: none;
box-shadow: none; }
.titlebar:not(headerbar) > separator {
background-color: #263136; }
background-color: #2f3d44;
background-image: image(rgba(0, 0, 0, 0.2)); }
/************
* Pathbars *
gtk-3.0/gtk.css
@@ -1077,7 +1077,8 @@ window.csd > .titlebar:not(headerbar) {
border-style: none;
box-shadow: none; }
.titlebar:not(headerbar) > separator {
background-color: #c8cdd0; }
background-color: #dee4e7;
background-image: image(rgba(0, 0, 0, 0.1)); }
/************
* Pathbars *