/************ * Nautilus * ************/ .nautilus-window { .frame{ *:selected, *:selected:backdrop{ background: transparent; color: $selected_bg_color; label { color: $selected_bg_color; } } } paned { > separator { background-image: none; } } .sidebar { background-color: transparent; // background-image: none; &:backdrop { background-color: transparent; // background-image: none; } .list-row { button { border: none; background-color: transparentize(darken($base_color,3%),0.05); &:active { background-color: transparentize($selected_bg_color,0.25); } } &:selected { background-color: transparentize($selected_bg_color,0.25); &:hover { background-color: transparentize($selected_bg_color,0.1); } } &:hover { background-color: transparentize($base_color,0.5); &:active { background-color: transparentize($selected_bg_color,0.1); } } } } &.background { background-color: transparentize(darken($base_color,3%),0.05); &:backdrop { background-color: transparentize(darken($base_color,3%),0.05); } } notebook { > stack:only-child { // the :not(:only-child) is for "hidden" notebooks background-color: $base_color; &:backdrop { background-color: $backdrop_base_color; } } } searchbar { border-top: 1px solid rgba(0, 0, 0, 0.12); } .searchbar-container { margin-top: -1px; } .titlebar { .path-bar-box { .dim-label { color:transparent; } button { &:active, &:checked { border-radius: 23px; background: linear-gradient(to right, #c50ed2, #8500f7); box-shadow: 0px 0px 5px transparentize(#c50ed2, 0.02); color: rgb(250, 250, 250); &:backdrop{ color: darken(rgb(250, 250, 250), 4%); label{ color: darken(rgb(250, 250, 250), 4%);; } } } } } .linked:not(.path-bar) { button { &:active, &:checked, &:active:backdrop, &:checked:backdrop { background: transparent; color: $selected_bg_color; box-shadow: none; border: none; } } } } } .nautilus-circular-button { border-radius: 20px; -gtk-outline-radius: 20px; } .disk-space-display { border: 2px solid; .unknown { background-color: #888a85; border-color: darken(#888a85, 20%); } .used { background-color: #9FB0B9; border-color: darken(#9FB0B9, 20%); } .free { background-color: #D8D8D8; border-color: darken(#D8D8D8, 20%); } } .nautilus-desktop { color: $fg_color; .nautilus-canvas-item { border-radius: 5px; color: $selected_fg_color; text-shadow: 1px 1px transparentize(black, 0.4); &:active { color: $fg_color; text-shadow: none; } &:hover { color: $fg_color; text-shadow: none; } &:selected { color: $selected_fg_color; text-shadow: none; } .dim-label { &:selected { color: $selected_fg_color; } } } .nautilus-list { .dim-label { &:selected { color: $selected_fg_color; } } } } /********* * Gedit * *********/ .gedit-search-slider { padding: 4px; border-radius: 0 0 3px 3px; border: 0; background-color: $bg_color; }