Mercurial > repos > other > Adwaita-Dark-Green
view gtk-3.20/gtk-dark.scss @ 51:293ef1c0bf3a
Add missing nautilus.css file
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 10 Apr 2017 14:58:03 +0100 |
parents | 1b8713fff1e1 |
children | a3d101902911 |
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';