aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-09-04 02:31:10 +0200
committerdec05eba <dec05eba@protonmail.com>2021-09-04 02:31:10 +0200
commitfa815c3eee27cdae69b2e765b03de62a13f6379d (patch)
tree4244ae7b62e2c94d749f0b199dd620bdd251dad0 /example-config.json
parentdd4573e05cdfa2d9b99ef7a49c99e27c201da3e9 (diff)
Make font sizes customizable with a config file, see example-config.json. Remove environment variables
Diffstat (limited to 'example-config.json')
-rw-r--r--example-config.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/example-config.json b/example-config.json
new file mode 100644
index 0000000..6eb294f
--- /dev/null
+++ b/example-config.json
@@ -0,0 +1,25 @@
+{
+ "search": {
+ "font_size": 16
+ },
+ "tab": {
+ "font_size": 16
+ },
+ "body": {
+ "title_font_size": 16,
+ "author_font_size": 14,
+ "description_font_size": 14,
+ "timestamp_font_size": 10,
+ "reaction_font_size": 14,
+ "progress_font_size": 14,
+ "replies_font_size": 14,
+ "embedded_load_font_size": 14
+ },
+ "input": {
+ "font_size": 16
+ },
+ "use_system_fonts": false,
+ "theme": "default",
+ "scale": 1.0,
+ "font_scale": 1.0
+} \ No newline at end of file