Jazqa / adwaita-tweaks

A compact GTK theme based on Adwaita
GNU General Public License v3.0
48 stars 5 forks source link

Tweak to Nautilus file list colors #19

Closed markd89 closed 6 years ago

markd89 commented 6 years ago

Hi, Can you give me a clue if it is possible for me to add a tweak to your tweaks to change the color in the Nautilus file list. Right now there is a grey horizontal line line between each file. I want to change that color so it is the same as the background (making it invisible).

Any suggestion or clue would be great. Thanks!! Mark

Jazqa commented 6 years ago

Find the gtk-3.0/gtk.css and remove the border-bottom line from

.nautilus-window treeview .view {
    color: #232729;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(232, 232, 232, 1);
}
markd89 commented 6 years ago

Perfect, thank you!!