forked from AuroraMiddleware/gtk
Adwaita: sync headerbar styling for devel mode
This commit is contained in:
parent
904fd5f1fc
commit
e9fe9410e0
@ -1730,8 +1730,17 @@ headerbar { // headerbar border rounding
|
||||
|
||||
window.devel {
|
||||
headerbar.titlebar:not(.selection-mode) {
|
||||
background: transparent -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat,
|
||||
linear-gradient(to left, mix($selected_bg_color, $bg_color, 10%) 8%, $bg_color 25%);
|
||||
$c: darken($bg_color, 10%);
|
||||
$gradient: -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat,
|
||||
linear-gradient(to right, transparent 65%, transparentize($selected_bg_color, 0.8)),
|
||||
linear-gradient(to top, darken($c, 3%), $c 3px, lighten($c, 6%));
|
||||
@if $variant == 'dark' {
|
||||
$gradient: -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat,
|
||||
linear-gradient(to right, transparent 65%, transparentize($selected_bg_color, 0.9)),
|
||||
linear-gradient(to top, lighten($c, 3%) 3px, lighten($c, 5%));
|
||||
}
|
||||
|
||||
background: transparent $gradient;
|
||||
color: transparentize($fg_color,.9);
|
||||
|
||||
label { color: $fg_color; }
|
||||
|
@ -698,7 +698,7 @@ window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparen
|
||||
|
||||
.titlebar:not(headerbar) separator { background-color: #252526; }
|
||||
|
||||
window.devel headerbar.titlebar:not(.selection-mode) { background: transparent -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat, linear-gradient(to left, #3b4049 8%, #3f3e40 25%); color: rgba(238, 238, 236, 0.1); }
|
||||
window.devel headerbar.titlebar:not(.selection-mode) { background: transparent -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(21, 83, 158, 0.1)), linear-gradient(to top, #2d2d2e 3px, #323233); color: rgba(238, 238, 236, 0.1); }
|
||||
|
||||
window.devel headerbar.titlebar:not(.selection-mode) label { color: #eeeeec; }
|
||||
|
||||
|
@ -706,7 +706,7 @@ window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparen
|
||||
|
||||
.titlebar:not(headerbar) separator { background-color: #d6d1cd; }
|
||||
|
||||
window.devel headerbar.titlebar:not(.selection-mode) { background: transparent -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat, linear-gradient(to left, #e3eaf2 8%, #f6f5f4 25%); color: rgba(46, 52, 54, 0.1); }
|
||||
window.devel headerbar.titlebar:not(.selection-mode) { background: transparent -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(53, 132, 228, 0.2)), linear-gradient(to top, #d8d4d0, #dfdcd8 3px, #edebe9); color: rgba(46, 52, 54, 0.1); }
|
||||
|
||||
window.devel headerbar.titlebar:not(.selection-mode) label { color: #2e3436; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user