aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-12-10 00:32:12 +0100
committerMateja <mail@matejamaric.com>2020-12-10 00:32:12 +0100
commit1ecf788f1823cad704a701e2d835d1096e704a9b (patch)
tree08f48d2d9ea505a06d758a6c4f3e170db12ca8a9 /config.h
parent0411a837a8f6410d2c4ad213d9e881757e025e8b (diff)
downloadmterm-1ecf788f1823cad704a701e2d835d1096e704a9b.tar.gz
mterm-1ecf788f1823cad704a701e2d835d1096e704a9b.zip
Transparency and font size.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 578fa6c..7211256 100644
--- a/config.h
+++ b/config.h
@@ -33,3 +33,5 @@ static const int foreground_bold = 0xd8dee9;
static const int background = 0x171a20;
static const int highlight = 0x4c566a;
+
+static const double font_scale = 1.1;