aboutsummaryrefslogtreecommitdiff
path: root/include/Config.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-12-01 21:03:59 +0100
committerdec05eba <dec05eba@protonmail.com>2022-12-01 21:04:17 +0100
commitb0a681964a5db50b970e59a90c89a09f568f5447 (patch)
tree08179fec8d70dd9c6a359de3c0d64a0dd77876d2 /include/Config.hpp
parent4afa53a8bb6b02c07db8c54362311c21444a3ced (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 'include/Config.hpp')
-rw-r--r--include/Config.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Config.hpp b/include/Config.hpp
index 48e6213..3a172d2 100644
--- a/include/Config.hpp
+++ b/include/Config.hpp
@@ -21,6 +21,7 @@ namespace QuickMedia {
int progress_font_size = 14;
int replies_font_size = 14;
int embedded_load_font_size = 14;
+ int loading_text_font_size = 30;
};
struct InputConfig {
@@ -50,6 +51,8 @@ namespace QuickMedia {
struct MatrixConfig {
std::vector<std::string> known_homeservers;
std::string gpg_user_id;
+ int room_name_font_size = 18;
+ int room_description_font_size = 12;
};
struct PeertubeConfig {