gtk themeing die 23ste

main
The_miro 2025-10-17 17:48:27 +02:00
parent ab1fc6b3b4
commit 63af0a3050
2 changed files with 10 additions and 2 deletions

View File

@ -31,7 +31,7 @@ iconview:selected,
treeview:selected,
list:selected,
row:selected {
color: #d6abab; /* readable text */
color: #5018DD; /* readable text */
border-width: 5px;
border-color: #E40046;
}
@ -52,6 +52,10 @@ overshoot.right {
background: transparent; /* removes the opaque overlay */
background-color: rgba(80, 24, 221, 0.08); /* faint translucent purple instead */
border: none;
box-shadow: none;
margin: 0;
min-height: 0;
min-width: 0;
}
/* Optional: make it fade faster for less distraction */

View File

@ -31,7 +31,7 @@ iconview:selected,
treeview:selected,
list:selected,
row:selected {
color: #d6abab; /* readable text */
color: #5018DD; /* readable text */
border-width: 5px;
border-color: #E40046;
}
@ -52,6 +52,10 @@ overshoot.right {
background: transparent; /* removes the opaque overlay */
background-color: rgba(80, 24, 221, 0.08); /* faint translucent purple instead */
border: none;
box-shadow: none;
margin: 0;
min-height: 0;
min-width: 0;
}
/* Optional: make it fade faster for less distraction */