Skip to content

Instantly share code, notes, and snippets.

@austinhuang0131
Last active November 20, 2021 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austinhuang0131/c71d448c154e0995075205f7b57c57e6 to your computer and use it in GitHub Desktop.
Save austinhuang0131/c71d448c154e0995075205f7b57c57e6 to your computer and use it in GitHub Desktop.
Super Dark element theme (supports SchildiChat)
{
"name": "Super Dark theme",
"is_dark": true,
"colors": {
"accent-color": "#888888",
"primary-color": "#b8b8b8",
"warning-color": "#ff0000",
"sidebar-color": "#000000",
"roomlist-background-color": "#060606",
"roomlist-text-color": "#cc7b19",
"roomlist-text-secondary-color": "#e5e5e5",
"roomlist-highlights-color": "#323232",
"roomlist-separator-color": "#4c4c4c",
"timeline-background-color": "#000000",
"timeline-text-color": "#eeeeee",
"timeline-text-secondary-color": "#999999",
"timeline-highlights-color": "#212121",
"reaction-row-button-selected-bg-color": "#333333",
"eventbubble-self-bg": "#111111",
"eventbubble-others-bg": "#222222",
"eventbubble-selected-bg": "#444444"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment