You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move colors and stuff into a variables.sass (this needs to be done in squelch-base-theme)
Nice colorized nicks in the userlist as well as message output (need some kinda hashing of the name to get the color index maybe)
Fix flash of unstyled content on load. (Hide UI until theme has been loaded).
Support changing the theme dynamically. (Pretty sure right now it'll break if you set the theme any time other than on load. We don't have an settings UI for users to do this but this needs to be done regardless)
Documentation how themes work and how to write a theme
Create starter repository for making a new theme that inherits from the base theme.
variables.sass(this needs to be done in squelch-base-theme)