Created
May 14, 2023 16:55
-
-
Save RobinBoers/598c2eb6a1c87d114bec1bbf463c604c to your computer and use it in GitHub Desktop.
vector-im/element-web default light theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Default light theme", | |
"is_dark": false, | |
"colors": { | |
"accent-color": "#0DBD8B", | |
"primary-color": "#238CF5", | |
"warning-color": "#FF4B55", | |
"sidebar-color": "#27303A", | |
"roomlist-background-color": "#F3F8FD", | |
"roomlist-text-secondary-color": "#737D8C", | |
"roomlist-highlights-color": "#FFFFFF", | |
"roomlist-separator-color": "#E3E8F0", | |
"timeline-background-color": "#FFFFFF", | |
"timeline-text-color": "#2e2f32", | |
"timeline-text-secondary-color": "#61708B", | |
"timeline-highlights-color": "#F6F7F8", | |
"reaction-row-button-selected-bg-color": "#e9fff9" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment