Created
December 17, 2024 18:52
-
-
Save davidphilipbarr/a1004dbf3556221e55190e971c0c3d5d to your computer and use it in GitHub Desktop.
thunar csd unfuck
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
-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