diff --git a/src/main/resources/config/filius.ini b/src/main/resources/config/filius.ini index b95c180ce91efebf4858938642c53037135d1ac6..42a8a9012a52d56d2c0712e842dba1872b6ce708 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