diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-21 07:08:49 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-21 07:08:49 +0200 |
commit | 8eb89b28cbd16b67bfec8e4e3fbf22db35e2ce59 (patch) | |
tree | d9aee5cde07c8f4f586861fb877b98a13c5cd3f7 /.config/foot | |
parent | 5eb9a66bd3b1a61f7ec20ee90c0430f0919cb5c3 (diff) |
foot: Add configuration for ‘foot’
Diffstat (limited to '.config/foot')
-rw-r--r-- | .config/foot/foot.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..acd30d8 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,8 @@ +[main] +font=Iosevka Smooth:size=17 +bold-text-in-bright=yes + +[colors] +alpha=0.9 +foreground=C5C8C6 +background=2B303B |