diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-12-01 21:03:59 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-12-01 21:04:17 +0100 |
commit | b0a681964a5db50b970e59a90c89a09f568f5447 (patch) | |
tree | 08179fec8d70dd9c6a359de3c0d64a0dd77876d2 /themes | |
parent | 4afa53a8bb6b02c07db8c54362311c21444a3ced (diff) |
Add more texts to config font size, set colors for all text from theme, add dark and light theme, choose icons based on theme brightness
Remove matrix logo from matrix chat
Diffstat (limited to 'themes')
-rw-r--r-- | themes/dark.json | 26 | ||||
-rw-r--r-- | themes/default.json | 1 | ||||
-rw-r--r-- | themes/light.json | 26 | ||||
-rw-r--r-- | themes/nord.json | 1 |
4 files changed, 52 insertions, 2 deletions
diff --git a/themes/dark.json b/themes/dark.json new file mode 100644 index 0000000..921cbdc --- /dev/null +++ b/themes/dark.json @@ -0,0 +1,26 @@ +{ + "background_color": "#12151a", + "text_color": "#ffffff", + "faded_text_color": "#ffffffb3", + "shade_color": "#1c2027", + "selected_color": "#1d2128", + "replies_text_color": "#81a2be", + "placeholder_text_color": "#ffffff64", + "image_loading_background_color": "#343a46", + "attention_alert_text_color": "#ff6464", + "cancel_button_background_color": "#292d32", + "confirm_button_background_color": "#1f75ff", + "loading_bar_color": "#1f75ff", + "embedded_item_border_color": "#ffffff", + "provisional_message_color": "#ffffff96", + "failed_text_color": "#ff0000", + "timestamp_text_color": "#b9bec664", + "new_items_alert_color": "#803232", + "arrow_color": "#ffffffaf", + "url_text_color": "#238cf5", + "loading_page_color": "#afb4bc", + "more_items_color": "#96afff64", + "drop_shadow": true, + "circle_mask_enabled": true, + "rounded_rectangles": true +} diff --git a/themes/default.json b/themes/default.json index fe156c7..8619091 100644 --- a/themes/default.json +++ b/themes/default.json @@ -4,7 +4,6 @@ "faded_text_color": "#ffffffb3", "shade_color": "#1c2027", "selected_color": "#373c44", - "card_item_background_color": "#1c2027", "replies_text_color": "#81a2be", "placeholder_text_color": "#ffffff64", "image_loading_background_color": "#343a46", diff --git a/themes/light.json b/themes/light.json new file mode 100644 index 0000000..aa18cc7 --- /dev/null +++ b/themes/light.json @@ -0,0 +1,26 @@ +{ + "background_color": "#ffffff", + "text_color": "#060606", + "faded_text_color": "#959ba2", + "shade_color": "#f2f3f5", + "selected_color": "#e3e5e8", + "replies_text_color": "#81a2be", + "placeholder_text_color": "#7c838c", + "image_loading_background_color": "#f2f3f5", + "attention_alert_text_color": "#ff6464", + "cancel_button_background_color": "#292d32", + "confirm_button_background_color": "#1f75ff", + "loading_bar_color": "#1f75ff", + "embedded_item_border_color": "#060606", + "provisional_message_color": "#06060696", + "failed_text_color": "#ff0000", + "timestamp_text_color": "#b9bec664", + "new_items_alert_color": "#803232", + "arrow_color": "#060606af", + "url_text_color": "#238cf5", + "loading_page_color": "#afb4bc", + "more_items_color": "#96afff64", + "drop_shadow": false, + "circle_mask_enabled": true, + "rounded_rectangles": true +} diff --git a/themes/nord.json b/themes/nord.json index bf1e3f6..429f19e 100644 --- a/themes/nord.json +++ b/themes/nord.json @@ -4,7 +4,6 @@ "faded_text_color": "#e5e9f0", "shade_color": "#434c5e", "selected_color": "#3b4252", - "card_item_background_color": "#4c566a", "replies_text_color": "#88c0d0", "placeholder_text_color": "#eceff4", "image_loading_background_color": "#d8dee9", |