dracula / slack

🧛🏻‍♂️ Dark theme for Slack
https://draculatheme.com/slack
MIT License
39 stars 11 forks source link

Slack 4.35.126 rejects the theme string #17

Closed jonathaneagle closed 7 months ago

jonathaneagle commented 8 months ago

When entering the string into the "theme string" field, the error message "Invalid theme string" is displayed.

image

This was using Slack Snap 4.35.126 64-bit

dimitarmanov commented 7 months ago

@jonathaneagle, I had the same problem. Make sure the last color doesn't have ";"

It should look like this

282A36,#44475A,#44475A,#8BE9FD,#6272A4,#FFFFFF,#50FA7B,#FF5555,#44475A,#FFFFFF

jonathaneagle commented 7 months ago

Oh no way, that worked. Thanks! Any chance the instructions on the webpage could get updated then for future visitors?

quagliato commented 7 months ago

@D-u-c-k-s-e-l's PR https://github.com/dracula/slack/pull/18 fixed the issue. Thanks! :)