From b4161538d4fe63fa21f010c15000f561630f3d5d Mon Sep 17 00:00:00 2001 From: Vrifox Date: Tue, 8 Dec 2020 19:53:38 +0100 Subject: [PATCH] initial commit --- README.md | 1 + config.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 README.md create mode 100644 config.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..f194cd8 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Vrifox.cc theme for element (matrix). diff --git a/config.json b/config.json new file mode 100644 index 0000000..24dc363 --- /dev/null +++ b/config.json @@ -0,0 +1,43 @@ +{ + "settingDefaults": { + "custom_themes": [ + { + "name": "vrifox.cc", + "is_dark": true, + "fonts": { + "general": "'Lucida Console', monospace" + }, + "colors": { + "accent-color": "rgb(255, 130, 130)", + "primary-color": "rgb(235, 110, 110)", + "warning-color": "rgb(255, 150, 150)", + "sidebar-color": "rgb(40, 40, 60)", + "roomlist-background-color": "rgb(40, 40, 60)", + "roomlist-text-color": "rgb(245, 245, 255)", + "roomlist-text-secondary-color": "rgb(255, 255, 255)", + "roomlist-highlights-color": "rgb(50, 50, 75)", + "roomlist-separator-color": "rgb(50, 50, 75)", + "timeline-background-color": "rgb(30, 30, 45)", + "timeline-text-color": "rgb(245, 245, 255)", + "timeline-text-secondary-color": "rgb(255, 255, 255)", + "timeline-highlights-color": "rgb(40, 40, 60)", + "username-colors": [ + "rgb(255, 130, 130)", + "rgb(100, 200, 130)", + "rgb(130, 200, 255)", + "rgb(255, 130, 130)", + "rgb(100, 200, 130)", + "rgb(130, 200, 255)", + "rgb(255, 130, 130)", + "rgb(100, 200, 130)" + ], + "avatar-background-colors": [ + "rgb(255, 130, 130)", + "rgb(100, 200, 130)", + "rgb(130, 200, 255)" + ] + } + } + ] + } +}