Use toolbar colors for Nemo pathbar

pull/94/head
Satyajit Sahoo 2014-01-16 03:27:11 +05:30
parent 7b744e74b5
commit d938551624
1 changed files with 9 additions and 9 deletions

View File

@ -2,35 +2,35 @@
* pathbar breadcrumbs * * pathbar breadcrumbs *
***********************/ ***********************/
NemoPathbarButton { NemoPathbarButton {
border-color: shade(@theme_bg_color, 0.8); border-color: shade(@toolbar_bg_color, 0.8);
background-color: shade(@theme_bg_color, 1.08); background-color: shade(@toolbar_bg_color, 1.08);
background-image: none; background-image: none;
color: @theme_fg_color; color: @toolbar_fg_color;
-NemoPathbarButton-border-radius: 2px; -NemoPathbarButton-border-radius: 2px;
} }
NemoPathbarButton:active { NemoPathbarButton:active {
border-color: shade(@theme_bg_color, 0.8); border-color: shade(@toolbar_bg_color, 0.8);
background-color: shade(@theme_bg_color, 0.95); background-color: shade(@toolbar_bg_color, 0.95);
background-image: none; background-image: none;
} }
NemoPathbarButton:hover { NemoPathbarButton:hover {
border-color: shade(@theme_bg_color, 0.7); border-color: shade(@toolbar_bg_color, 0.7);
background-color: shade(@theme_bg_color, 1.10); background-color: shade(@toolbar_bg_color, 1.10);
background-image: none; background-image: none;
} }
NemoPathbarButton:active:hover { NemoPathbarButton:active:hover {
border-color: shade(@theme_bg_color, 0.7); border-color: shade(@toolbar_bg_color, 0.7);
} }
/********************************* /*********************************
* sidebar disk space indicators * * sidebar disk space indicators *
*********************************/ *********************************/
NemoPlacesTreeView { NemoPlacesTreeView {
-NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, 0.8); -NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8);
-NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color; -NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color;
-NemoPlacesTreeView-disk-full-bar-width: 1px; -NemoPlacesTreeView-disk-full-bar-width: 1px;
-NemoPlacesTreeView-disk-full-bar-radius: 1px; -NemoPlacesTreeView-disk-full-bar-radius: 1px;