diff --git a/alph/alph.json b/alph/alph.json new file mode 100644 index 0000000..78faa97 --- /dev/null +++ b/alph/alph.json @@ -0,0 +1,25 @@ + +{ + "name": "Alph", + "is_dark": false, + "colors": { + "accent-color": "#06AD72", + "primary-color": "#06A3AD", + "warning-color": "#AD0617", + + "sidebar-color": "#fbfbff", + "roomlist-background-color": "#D8E4F4", + "roomlist-text-color": "#AD6A06", + "roomlist-text-secondary-color": "#444452", + "roomlist-highlights-color": "#fbfbff", + "roomlist-separator-color": "#BCCDE1", + + "timeline-background-color": "#fbfbff", + "timeline-text-color": "#333349", + "secondary-content": "#333349", + "tertiary-content": "#333349", + "timeline-text-secondary-color": "#0A5D97", + "timeline-highlights-color": "#D8E4F4", + "reaction-row-button-selected-bg-color": "AD0617" + } +} diff --git a/io/io.json b/io/io.json new file mode 100644 index 0000000..52f4678 --- /dev/null +++ b/io/io.json @@ -0,0 +1,25 @@ + +{ + "name": "Io", + "is_dark": true, + "colors": { + "accent-color": "#c965bf", + "primary-color": "#9c5fce", + "warning-color": "#de5b44", + + "sidebar-color": "#1a181a", + "roomlist-background-color": "#262326", + "roomlist-text-color": "#a84a73", + "roomlist-text-secondary-color": "#bfaab7", + "roomlist-highlights-color": "#1a181a", + "roomlist-separator-color": "#302c30", + + "timeline-background-color": "#1a181a", + "timeline-text-color": "#dbd7da", + "secondary-content": "#dbd7da", + "tertiary-content": "#dbd7da", + "timeline-text-secondary-color": "#0e85b9", + "timeline-highlights-color": "#262326", + "reaction-row-button-selected-bg-color": "de5b44" + } +}