From cec99099fdcd3b951d28b1311a7cf428771d885f Mon Sep 17 00:00:00 2001 From: maia arson crimew Date: Sun, 5 Jun 2022 00:04:55 +0200 Subject: [PATCH] theme element --- .config/Element/config.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .config/Element/config.json diff --git a/.config/Element/config.json b/.config/Element/config.json new file mode 100644 index 0000000..2363488 --- /dev/null +++ b/.config/Element/config.json @@ -0,0 +1,28 @@ +{ + "settingDefaults": { + "custom_themes": [ + { + "name": "Catppuccin Mocha", + "is_dark": true, + "colors": { + "accent-color": "#cba6f7", + "primary-color": "#cba6f7", + "warning-color": "#f38ba8", + "sidebar-color": "#11111b", + "roomlist-background-color": "#181825", + "roomlist-text-color": "#cdd6f4", + "roomlist-text-secondary-color": "#bac2de", + "roomlist-highlights-color": "#313244", + "roomlist-seperator-color": "#6c7086", + "timeline-background-color": "#1e1e2e", + "timeline-text-color": "#cdd6f4", + "timeline-text-secondary-color": "#bac2de", + "timeline-highlights-color": "#181825", + "username-colors": [ "#f2cdcd", "#f5c2e7", "#f38ba8", "#fab387", "#a6e3a1", "#89b4fa", "#f9e2af", "#89dceb" ], + "avatar-background-colors": [ "#f5c2e7", "#a6e3a1", "#89b4fa" ] + } + } + ] + }, + "showLabsSettings": true +}