Last active
September 30, 2022 10:38
-
-
Save vividvilla/06a81607758a11bde13f580e8f97a93a to your computer and use it in GitHub Desktop.
element-test-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": "Gruvbox", | |
"is_dark": true, | |
"colors": { | |
"accent-color": "#bd93f9", | |
"primary-color": "#fe8019", | |
"warning-color": "#fb4934", | |
"sidebar-color": "#282828", | |
"roomlist-background-color": "#1d2021", | |
"roomlist-text-color": "#a89984", | |
"roomlist-text-secondary-color": "#00ff00", | |
"roomlist-highlights-color": "#00000030", | |
"roomlist-separator-color": "#4d4d4d90", | |
"timeline-background-color": "#282828", | |
"timeline-text-color": "#ebdbb2", | |
"secondary-content": "#928374", | |
"tertiary-content": "#928374", | |
"quinary-content": "#504945", | |
"timeline-text-secondary-color": "#a89984", | |
"timeline-highlights-color": "#00000030", | |
"reaction-row-button-selected-bg-color": "#689d6a", | |
"menu-selected-color": "#504945", | |
"icon-button-color": "#928374", | |
"accent": "#689d6a", | |
"alert": "#cc241d", | |
"username-colors": [ | |
"#cc241d", | |
"#98971a", | |
"#d79921", | |
"#458588", | |
"#b16286", | |
"#689d6a", | |
"#a89984", | |
"#d65d0e" | |
], | |
"avatar-background-colors": ["#458588", "#b16286", "#689d6a"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment