Skip to content

Instantly share code, notes, and snippets.

@davidphilipbarr
Created December 17, 2024 18:52
Show Gist options
  • Save davidphilipbarr/a1004dbf3556221e55190e971c0c3d5d to your computer and use it in GitHub Desktop.
Save davidphilipbarr/a1004dbf3556221e55190e971c0c3d5d to your computer and use it in GitHub Desktop.
thunar csd unfuck
* {
-ThunarAbstractIconView-row-spacing: 15;
-ThunarAbstractIconView-column-spacing: 32;
}
.thunar.background .sidebar .view{
background-color: #F2F2F2;
padding: 6px 0;
color: #303030
}
.thunar.background .sidebar .view:hover{
background-color: #ebebeb;
}
.thunar.background .sidebar .view:focus {
background-color: #ebebeb;
}
.thunar.background .sidebar .view:selected {
background-color: #D8D8D8
}
.thunar toolbar {
padding:0;
background:transparent
}
.thunar toolbar button.flat {
margin-top:3px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment