Added Io and Alph themes

This commit is contained in:
Emmet
2024-06-19 19:50:24 -05:00
parent fd8b07615b
commit 7d79dfa09b
2 changed files with 50 additions and 0 deletions

25
alph/alph.json Normal file
View File

@ -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"
}
}

25
io/io.json Normal file
View File

@ -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"
}
}