mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
Adwaita: another try at color tweakings...
This commit is contained in:
parent
f51dfb7af8
commit
d266151fee
@ -16,7 +16,7 @@ $link_color: if($variant == 'light', darken($selected_bg_color,10%), lighten($se
|
||||
$link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%));
|
||||
$top_hilight: $borders_edge;
|
||||
$dark_fill: mix($borders_color, $bg_color, 35%);
|
||||
$headerbar_color: if($variant == 'light', lighten($bg_color, 5%), darken($bg_color, 6%));
|
||||
$headerbar_color: if($variant == 'light', lighten($bg_color, 5%), darken($bg_color, 3%));
|
||||
|
||||
$scrollbar_bg_color: darken($bg_color, 7%);
|
||||
|
||||
|
@ -1598,7 +1598,7 @@ headerbar {
|
||||
border-color: #1c1f1f;
|
||||
border-radius: 7px 7px 0 0;
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to top, #232727, #282c2c 2px, #2a2f2f 3px);
|
||||
background-image: linear-gradient(to top, #2a2f2f, #2f3434 2px, #323737 3px);
|
||||
box-shadow: inset 0 1px rgba(238, 238, 236, 0.07); }
|
||||
.titlebar:backdrop,
|
||||
headerbar:backdrop {
|
||||
|
Loading…
Reference in New Issue
Block a user