#SparrowChord :3

1 messages · Page 1 of 1 (latest)

river spade
#

Pretty cool, but current channel isn't great color, and also the right click menus arent great color

#

also a bit low contrast

cerulean pollen
#

Let me make the channels a bit brighter

#

fixed, i cant really make it any more brighter or the unread channels wont be visible

weak moat
#

@cerulean pollen

#

same with this being cut off dont look too good

cerulean pollen
cerulean pollen
cerulean pollen
weak moat
cerulean pollen
weak moat
cerulean pollen
#

i can

weak moat
cerulean pollen
cerulean pollen
weak moat
cerulean pollen
cerulean pollen
#

fixed everything you pointed out

river spade
candid bane
river spade
cerulean pollen
cerulean pollen
river spade
#

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?

cerulean pollen
river spade
cerulean pollen
# river spade 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);}
river spade
#

that works