1
0
Fork 0

Elementtheme

This commit is contained in:
Malte Brandy 2022-01-19 22:39:52 +01:00
parent 2630ebbe16
commit d5bab5d271

View file

@ -11,29 +11,29 @@
name = "My Theme"; name = "My Theme";
is_dark = false; is_dark = false;
colors = { colors = {
accent-color = "#3daee9"; accent-color = "#6060ff";
accent = "#3daee9"; accent = "#6060ff";
primary-color = "#00aff4"; primary-color = "#333399";
warning-color = "#da4453"; warning-color = "#da4453";
alert = "#da4453"; alert = "#da4453";
sidebar-color = "#31363b"; sidebar-color = "#ddddff";
roomlist-background-color = "#2a2e32"; roomlist-background-color = "#eeeeff";
roomlist-text-color = "#b8b9ba"; roomlist-text-color = "#00008a";
roomlist-text-secondary-color = "#808182"; roomlist-text-secondary-color = "#202099";
roomlist-highlights-color = "#4b4f54"; roomlist-highlights-color = "#9988ee";
roomlist-separator-color = "#64686b"; roomlist-separator-color = "#8888aa";
timeline-background-color = "#1b1e20"; timeline-background-color = "#ffffff";
timeline-text-color = "#fcfcfc"; timeline-text-color = "#000022";
secondary-content = "#b8b9ba"; secondary-content = "#333399";
tertiary-content = "#b8b9ba"; tertiary-content = "#5555aa";
timeline-text-secondary-color = "#74828f"; timeline-text-secondary-color = "#222255";
timeline-highlights-color = "#232629"; timeline-highlights-color = "#eeddff";
eventbubble-others-bg = "#232629"; eventbubble-others-bg = "#ddddff";
eventbubble-self-bg = "#223b49"; eventbubble-self-bg = "#aaaaff";
eventbubble-selected-bg = "#2d5c76"; eventbubble-selected-bg = "#c0c0ff";
reaction-row-button-selected-bg-color = "#346e8e"; reaction-row-button-selected-bg-color = "#ddddff";
}; };
} }
]; ];