From 1b15f8becfde0b8c8acc393d5e9e7040a90bdcef Mon Sep 17 00:00:00 2001
From: Manfred Michaelis <mm@michm.de>
Date: Fri, 22 Dec 2023 23:31:58 +0100
Subject: [PATCH] Added comments for new terminal configurations

---
 src/main/resources/config/filius.ini | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/config/filius.ini b/src/main/resources/config/filius.ini
index b95c180c..42a8a901 100644
--- a/src/main/resources/config/filius.ini
+++ b/src/main/resources/config/filius.ini
@@ -53,4 +53,12 @@ old-exchange-dialog=0
 # pane-height=1500
 
 # If the hardware component NAT Gateway / Home Router is available.
-# gateway=0
\ No newline at end of file
+# gateway=0
+
+# Appearance configuration of the terminal window. The font size must be an integer
+# value in pixels. The background and foreground colors must be hexadecimal RGB
+# values in pixels. The background and foreground colors must be hexadecimal RGB
+# values. Default is 11px font size, black background, white foreground
+# font-size=11
+# background-color=#000000
+# foreground-color=#ffffff
-- 
GitLab