43 lines
No EOL
1.6 KiB
CSS
43 lines
No EOL
1.6 KiB
CSS
/*
|
|
displayName = Description
|
|
previewGradient = 45deg, #ff8f8f, #8f8fff
|
|
complementaryColor = black
|
|
*/
|
|
|
|
/* this is not a real theme, but rather a template for themes */
|
|
|
|
:root {
|
|
--text-color: #161518;
|
|
--secondary-text-color: #2b2930;
|
|
--reply-text-color: #969696;
|
|
|
|
--chat-background-color: #80808000;
|
|
--chat-highlighted-background-color: #ffffff20;
|
|
--chat-important-background-color: #ffc44f2f;
|
|
--chat-important-highlighted-background-color: #ffa45f4a;
|
|
--chat-featured-message-color: #4f2f1f58;
|
|
--popup-background-color: #2f1f1f;
|
|
--popup-highlighted-background-color: #3f2f2f;
|
|
|
|
--sidebar-background-color: #80808000;
|
|
--sidebar-highlighted-background-color: #ffffff20;
|
|
--topbar-background-color: #80808000;
|
|
--chatbox-background-color: #80808000;
|
|
|
|
--padding-color: #80808000;
|
|
|
|
--primary-color: #21b1ff80;
|
|
--primary-highlighted-color: #18a0df80;
|
|
--secondary-color: #ffd80080;
|
|
--secondary-highlighted-color: #dfb80080;
|
|
--accent-color: #ff218c80;
|
|
--accent-highlighted-color: #df1b6f80;
|
|
|
|
--optional-body-background: ; /* background element for the body */
|
|
--optional-chat-background: ; /* background element for the chat box */
|
|
--optional-topbar-background: ; /* background element for the topbar */
|
|
--optional-sidebar-background: ; /* background element for left server sidebar */
|
|
--optional-channel-list-background: ; /* background element for channel list and settings list */
|
|
--optional-member-list-background: ; /* background element for member list */
|
|
--optional-message-box-background: ; /* background element for message box */
|
|
} |