schnensch0 / zelk

discord theme inspired by zorin
MIT License
210 stars 672 forks source link

[FEATURE REQUEST] Option for split text #6

Closed FadelesSpade closed 3 years ago

FadelesSpade commented 3 years ago

Adding a slider that allows the user to toggle split text would be a great feature. Differentiating between user messages is improved, and it leaves the option for the user to still decide on the option.

schnensch0 commented 3 years ago

Sorry, but I don't fully understand what you mean. Could you elaborate a little more and give some examples?

FadelesSpade commented 3 years ago

Split Text: image

Normal Text: image

schnensch0 commented 3 years ago

Although I can't add a toggle, you can add this to Custom/Quick CSS:

:root {--background-message-hover: var(--background-modifier-hover);
/* message background color: */
  --message-color: #252e32;
}
.cozyMessage-3V1Y8y {background-color: var(--message-color);margin-left: 16px;margin-right: 16px;padding: 0 48px 12px 72px !important;border-radius: var(--border-radius-1);}
.groupStart-23k01U {padding-top: 12px !important;}
.cozyMessage-3V1Y8y:not(.groupStart-23k01U) {margin-top: -14px;padding-top: 6px !important;border-radius: 0 0 var(--border-radius-1) var(--border-radius-1);}

You can change --message-color to whatever you want your messages to look like

FadelesSpade commented 3 years ago

Oh really? Themes only support toggle settings for parameters and not entire "features"? I never knew. Thanks though.