This file is indexed.

/usr/share/themes/NumixBlue/gtk-3.0/scss/apps/_nemo.scss is in numix-blue-gtk-theme 0.54.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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, &:prelight, &: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);
        }
    }
}