From 36533c89069f0414b4c4115646608df0bcdc62d3 Mon Sep 17 00:00:00 2001 From: Agatha Rose Date: Tue, 8 Dec 2020 16:57:41 +0200 Subject: [PATCH] initial commit uwu --- config.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..b2b6f7e --- /dev/null +++ b/config.json @@ -0,0 +1,43 @@ +{ + "settingDefaults": { + "custom_themes": [ + { + "name": "Sapphic Lavender", + "is_dark": true, + "fonts": { + "monospace": "'Iosevka Medium Extended', 'Fira Code'" + }, + "colors": { + "accent-color": "#b4a4f8", + "primary-color": "#b4a4f8", + "warning-color": "#ff4b55", + "sidebar-color": "#242338", + "roomlist-background-color": "#242338", + "roomlist-text-color": "#fbfbfb", + "roomlist-text-secondary-color": "#ffd1dc", + "roomlist-highlights-color": "#3c3a5e", + "roomlist-separator-color": "#292841", + "timeline-background-color": "#292841", + "timeline-text-color": "#fbfbfb", + "timeline-text-secondary-color": "#b4a4f8", + "timeline-highlights-color": "#3c3a5e", + "username-colors": [ + "#D8BFD8", + "#ffd1dc", + "#DDA0DD", + "#DA70D6", + "#BA55D3", + "#9932CC", + "#800060", + "#8B008B" + ], + "avatar-background-colors": [ + "#896bad", + "#b09cc8", + "#bdacd1" + ] + } + } + ] + } +} \ No newline at end of file