Created
September 30, 2022 10:44
-
-
Save vividvilla/40294af55d6fc569abc1399af7950422 to your computer and use it in GitHub Desktop.
element-gruvbox-custom
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 custom", | |
"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": [ | |
"#689D6A" | |
], | |
"avatar-background-colors": ["#458588", "#b16286", "#689d6a"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment