#SparrowChord :3
1 messages · Page 1 of 1 (latest)
Pretty cool, but current channel isn't great color, and also the right click menus arent great color
also a bit low contrast
fixed
?
Let me make the channels a bit brighter
fixed, i cant really make it any more brighter or the unread channels wont be visible
that is the unread dot, it is cut off intentionally
I will fix this when i get home
ngl it dont look the best
tell that to discord ?
cant you move it all
i meannnn it would look better yknow
I can make one for you
.
sorry i cant read fast
It is a semi-circle by design,
but if you still want to move it:
[class*="unread_"] {left: 0 !important;}
fixed everything you pointed out
it's just inherent of the transparency
Nice bird >,>
are they not talking about the hovered channel highlight?
no, just this semi-circle
Thanks! I got him from google
fixed
found another gray thing
when clicking another channel it's grey (hovering is fine)
also is the direct msgs meant to be a pink square?
Um no,
what do you see when you visit this link?
https://raw.githubusercontent.com/ukrioo/cssCord/main/Themes/Sparrow/sparrow.svg
fixed
Try visiting the link above, maybe you're blocked from github? im not sure
It works fine for everyone else using this theme (2 people)
it's just white because the svg is white and the background is white
try
[class*="childWrapper_"] svg:not([class*="favoriteIcon_"]) {
mask-image: url('https://raw.githubusercontent.com/ukrioo/cssCord/main/Themes/Sparrow/sparrow.svg');
mask-size: auto;
mask-repeat: no-repeat;
color: rgb(218, 144, 151);
width: 75%;
height: 75%;
}
[class*="childWrapper_"]:hover svg:not([class*="favoriteIcon_"]) {color: var(--text-normal);}
[class*="childWrapper_"] svg:not([class*="favoriteIcon_"]) {transition: transform 1s ease;}
[class*="childWrapper_"]:hover svg:not([class*="favoriteIcon_"]) {transform: rotate(360deg);}
that works
oaky now light theme when