summaryrefslogtreecommitdiff
path: root/Redcore-daylight/gtk-3.0/scss/apps/_nemo.scss
diff options
context:
space:
mode:
Diffstat (limited to 'Redcore-daylight/gtk-3.0/scss/apps/_nemo.scss')
-rw-r--r--Redcore-daylight/gtk-3.0/scss/apps/_nemo.scss36
1 files changed, 36 insertions, 0 deletions
diff --git a/Redcore-daylight/gtk-3.0/scss/apps/_nemo.scss b/Redcore-daylight/gtk-3.0/scss/apps/_nemo.scss
new file mode 100644
index 0000000..d0aec8d
--- /dev/null
+++ b/Redcore-daylight/gtk-3.0/scss/apps/_nemo.scss
@@ -0,0 +1,36 @@
+/********
+ ! Nemo *
+*********/
+
+@include exports("nemo") {
+ .nemo-desktop.nemo-canvas-item {
+ color: $white;
+ text-shadow: 1px 1px $black;
+
+ &:active { color: $fg_color; }
+
+ &:selected { color: $selected_fg_color; }
+
+ &:active, &:hover, &:selected { text-shadow: none; }
+ }
+
+ NemoPathbarButton {
+ @include button($toolbar_bg_color, $toolbar_fg_color);
+
+ -NemoPathbarButton-border-radius: $roundness;
+ }
+
+ NemoPlacesTreeView {
+ -NemoPlacesTreeView-disk-full-bg-color: shade($toolbar_bg_color, .8);
+ -NemoPlacesTreeView-disk-full-fg-color: $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;
+
+ &:selected {
+ -NemoPlacesTreeView-disk-full-bg-color: $selected_fg_color;
+ -NemoPlacesTreeView-disk-full-fg-color: shade($selected_bg_color, 1.2);
+ }
+ }
+}