_nemo.scss (1059B)
1 /******** 2 ! Nemo * 3 *********/ 4 5 @include exports("nemo") { 6 .nemo-desktop.nemo-canvas-item { 7 color: $white; 8 text-shadow: 1px 1px $black; 9 10 &:active { color: $fg_color; } 11 12 &:selected { color: $selected_fg_color; } 13 14 &:active, &:prelight, &:selected { text-shadow: none; } 15 } 16 17 NemoPathbarButton { 18 @include button($toolbar_bg_color, $toolbar_fg_color); 19 20 -NemoPathbarButton-border-radius: $roundness; 21 } 22 23 NemoPlacesTreeView { 24 -NemoPlacesTreeView-disk-full-bg-color: shade($toolbar_bg_color, .8); 25 -NemoPlacesTreeView-disk-full-fg-color: $selected_bg_color; 26 -NemoPlacesTreeView-disk-full-bar-width: 1px; 27 -NemoPlacesTreeView-disk-full-bar-radius: 1px; 28 -NemoPlacesTreeView-disk-full-bottom-padding: 2px; 29 -NemoPlacesTreeView-disk-full-max-length: 70px; 30 31 &:selected { 32 -NemoPlacesTreeView-disk-full-bg-color: $selected_fg_color; 33 -NemoPlacesTreeView-disk-full-fg-color: shade($selected_bg_color, 1.2); 34 } 35 } 36 }