From fc02ce3e884468566ea09440c384e50a5482db1b Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Thu, 2 Feb 2023 20:49:33 +0100 Subject: [PATCH] Add Element Desktop configuration Signed-off-by: Severin Kaderli --- .gitignore | 4 + .install/symlinks.sh | 1 + system/.config/Element/config.json | 179 +++++++++++++++++++++++++++++ 3 files changed, 184 insertions(+) create mode 100644 system/.config/Element/config.json diff --git a/.gitignore b/.gitignore index 138131b..90043b5 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,10 @@ system/.config/gtk-2.0/gtkfilechooser.ini system/.config/task/localrc +# Element Desktop +system/.config/Element/* +!system/.config/Element/config.json + # Desktop files system/.local/share/applications/jetbrains-*.desktop system/.local/share/applications/discord-*.desktop diff --git a/.install/symlinks.sh b/.install/symlinks.sh index 9c7f285..56049fe 100644 --- a/.install/symlinks.sh +++ b/.install/symlinks.sh @@ -24,6 +24,7 @@ CONFIG_LINKED_FILES_HOME=( ".config/electron21-flags.conf" ".config/electron-flags.conf" ".config/environment.d" + ".config/Element" ".config/espanso" ".config/fontconfig" ".config/git" diff --git a/system/.config/Element/config.json b/system/.config/Element/config.json new file mode 100644 index 0000000..6f3238e --- /dev/null +++ b/system/.config/Element/config.json @@ -0,0 +1,179 @@ +{ + "settingDefaults": { + "custom_themes": [ + { + "name": "Catppuccin Mocha", + "is_dark": true, + "colors": { + "accent-color": "#b4befe", + "primary-color": "#b4befe", + "warning-color": "#f38ba8", + "alert": "#e5c890", + "sidebar-color": "#11111b", + "roomlist-background-color": "#181825", + "roomlist-text-color": "#cdd6f4", + "roomlist-text-secondary-color": "#1e1e2e", + "roomlist-highlights-color": "#45475a", + "roomlist-separator-color": "#7f849c", + "timeline-background-color": "#1e1e2e", + "timeline-text-color": "#cdd6f4", + "secondary-content": "#cdd6f4", + "tertiary-content": "#cdd6f4", + "timeline-text-secondary-color": "#a6adc8", + "timeline-highlights-color": "#181825", + "reaction-row-button-selected-bg-color": "#585b70", + "menu-selected-color": "#45475a", + "focus-bg-color": "#585b70", + "room-highlight-color": "#89dceb", + "togglesw-off-color": "#9399b2", + "other-user-pill-bg-color": "#89dceb", + "username-colors": [ + "#cba6f7", + "#eba0ac", + "#fab387", + "#a6e3a1", + "#94e2d5", + "#89dceb", + "#74c7ec", + "#b4befe" + ], + "avatar-background-colors": [ + "#89b4fa", + "#cba6f7", + "#a6e3a1" + ] + } + }, + { + "name": "Catppuccin Latte", + "is_dark": false, + "colors": { + "accent-color": "#7287fd", + "primary-color": "#7287fd", + "warning-color": "#d20f39", + "alert": "#df8e1d", + "sidebar-color": "#dce0e8", + "roomlist-background-color": "#e6e9ef", + "roomlist-text-color": "#4c4f69", + "roomlist-text-secondary-color": "#4c4f69", + "roomlist-highlights-color": "#bcc0cc", + "roomlist-separator-color": "#8c8fa1", + "timeline-background-color": "#eff1f5", + "timeline-text-color": "#4c4f69", + "secondary-content": "#4c4f69", + "tertiary-content": "#4c4f69", + "timeline-text-secondary-color": "#6c6f85", + "timeline-highlights-color": "#bcc0cc", + "reaction-row-button-selected-bg-color": "#bcc0cc", + "menu-selected-color": "#bcc0cc", + "focus-bg-color": "#acb0be", + "room-highlight-color": "#04a5e5", + "togglesw-off-color": "#7c7f93", + "other-user-pill-bg-color": "#04a5e5", + "username-colors": [ + "#8839ef", + "#e64553", + "#fe640b", + "#40a02b", + "#179299", + "#04a5e5", + "#209fb5", + "#7287fd" + ], + "avatar-background-colors": [ + "#1e66f5", + "#8839ef", + "#40a02b" + ] + } + }, + { + "name": "Catppuccin Macchiato", + "is_dark": true, + "colors": { + "accent-color": "#b7bdf8", + "primary-color": "#b7bdf8", + "warning-color": "#ed8796", + "alert": "#eed49f", + "sidebar-color": "#181926", + "roomlist-background-color": "#1e2030", + "roomlist-text-color": "#cad3f5", + "roomlist-text-secondary-color": "#24273a", + "roomlist-highlights-color": "#494d64", + "roomlist-separator-color": "#8087a2", + "timeline-background-color": "#24273a", + "timeline-text-color": "#cad3f5", + "secondary-content": "#cad3f5", + "tertiary-content": "#cad3f5", + "timeline-text-secondary-color": "#a5adcb", + "timeline-highlights-color": "#1e2030", + "reaction-row-button-selected-bg-color": "#494d64", + "menu-selected-color": "#494d64", + "focus-bg-color": "#5b6078", + "room-highlight-color": "#91d7e3", + "togglesw-off-color": "#939ab7", + "other-user-pill-bg-color": "#91d7e3", + "username-colors": [ + "#c6a0f6", + "#ee99a0", + "#f5a97f", + "#a6da95", + "#8bd5ca", + "#91d7e3", + "#7dc4e4", + "#b7bdf8" + ], + "avatar-background-colors": [ + "#8aadf4", + "#c6a0f6", + "#a6da95" + ] + } + }, + { + "name": "Catppuccin Frappe", + "is_dark": true, + "colors": { + "accent-color": "#babbf1", + "primary-color": "#babbf1", + "warning-color": "#e78284", + "alert": "#faa81a", + "sidebar-color": "#232634", + "roomlist-background-color": "#292c3c", + "roomlist-text-color": "#c6d0f5", + "roomlist-text-secondary-color": "#303446", + "roomlist-highlights-color": "#51576d", + "roomlist-separator-color": "#838ba7", + "timeline-background-color": "#303446", + "timeline-text-color": "#c6d0f5", + "secondary-content": "#c6d0f5", + "tertiary-content": "#c6d0f5", + "timeline-text-secondary-color": "#a5adce", + "timeline-highlights-color": "#292c3c", + "reaction-row-button-selected-bg-color": "#51576d", + "menu-selected-color": "#51576d", + "focus-bg-color": "#626880", + "room-highlight-color": "#99d1db", + "togglesw-off-color": "#949cbb", + "other-user-pill-bg-color": "#99d1db", + "username-colors": [ + "#ca9ee6", + "#ea999c", + "#ef9f76", + "#a6d189", + "#81c8be", + "#99d1db", + "#85c1dc", + "#babbf1" + ], + "avatar-background-colors": [ + "#8caaee", + "#ca9ee6", + "#a6d189" + ] + } + } + ] + }, + "show_labs_settings": true +}