aboutsummaryrefslogtreecommitdiff
path: root/example-config.json
diff options
context:
space:
mode:
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