diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-04-23 13:10:52 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-04-23 13:10:52 +0300 |
commit | bd9163ebd0a19784d1e95b19f341e21f677d7abf (patch) | |
tree | c77d6aa1b1e2bfab96730f69bf189f26c95c6619 /Kogaion-nighttime/gtk-3.0/apps/nemo.css | |
parent | f88123f676fad8d4708c622fbfbd49589f1b7d89 (diff) |
import gtk3 too from Numix
Diffstat (limited to 'Kogaion-nighttime/gtk-3.0/apps/nemo.css')
-rw-r--r-- | Kogaion-nighttime/gtk-3.0/apps/nemo.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/Kogaion-nighttime/gtk-3.0/apps/nemo.css b/Kogaion-nighttime/gtk-3.0/apps/nemo.css new file mode 100644 index 0000000..095232b --- /dev/null +++ b/Kogaion-nighttime/gtk-3.0/apps/nemo.css @@ -0,0 +1,50 @@ +/*********************** + * pathbar breadcrumbs * + ***********************/ +NemoPathbarButton { + border-color: shade(@toolbar_bg_color, 0.8); + background-color: shade(@toolbar_bg_color, 1.08); + background-image: none; + color: @toolbar_fg_color; + + -NemoPathbarButton-border-radius: 2px; +} + +NemoPathbarButton:active { + border-color: shade(@toolbar_bg_color, 0.8); + background-color: shade(@toolbar_bg_color, 0.95); + background-image: none; +} + +NemoPathbarButton:hover { + border-color: shade(@toolbar_bg_color, 0.7); + background-color: shade(@toolbar_bg_color, 1.10); + background-image: none; +} + +NemoPathbarButton:active:hover { + border-color: shade(@toolbar_bg_color, 0.7); +} + +/********************************* + * sidebar disk space indicators * + *********************************/ +NemoPlacesTreeView { + -NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8); + -NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color; + -NemoPlacesTreeView-disk-full-bar-width: 1px; + -NemoPlacesTreeView-disk-full-bar-radius: 1px; + -NemoPlacesTreeView-disk-full-bottom-padding: 2px; + -NemoPlacesTreeView-disk-full-max-length: 70px; +} + +NemoPlacesTreeView:selected { + -NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color; + -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4); +} + +NemoPlacesTreeView:hover { +} + +NemoPlacesTreeView:selected:hover { +} |