Mercurial > repos > other > Adwaita-Dark-Green
view gtk-3.0/gtk-dark.scss @ 88:fe8579b6ce50
Fix Nautilus 3.32 path bar
The class was renamed from "path-bar" to "nautilus-path-bar"
and it is now also "linked"
But as the names changed then we can keep 3.30 compatibility!
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 04 May 2019 15:08:59 +0100 |
parents | 504f558b5340 |
children |
line wrap: on
line source
$variant: 'dark'; @import 'colors'; // Override some colours $selected_bg_color: #5E7F3E; $selected_borders_color: darken($selected_bg_color, 30%); $link_color: darken($selected_bg_color,10%); $link_visited_color: darken($selected_bg_color,20%); $backdrop_selected_fg_color: $selected_fg_color; $backdrop_selected_bg_color: desaturate($selected_bg_color,100%); // Import the default widgets @import 'drawing'; // Style everything @import 'common'; //Export default colours @import 'colors-public';