diff options
| -rw-r--r-- | foot/foot.ini | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/foot/foot.ini b/foot/foot.ini index 8ba258b..b08fd34 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -5,7 +5,11 @@ term=xterm-256color # font=IBM Plex Mono:style=Regular:size=9 # Very cool font, but only looks good at larger sizes IMO -font=IBM 3270:Regular:size=10.5 +# font=IBM 3270:Regular:size=10.5 +font=IBM 3270 Condensed:Regular:size=12 + +# Not in my normal font kit, it's huge +# font=Iosevka Term slab:Regular:size=10.5 # font=IBM 3270 Condensed:Regular:size=12 @@ -51,6 +55,7 @@ hide-when-typing=yes # Gruvbox [colors] +alpha = 0.96 background=282828 foreground=ebdbb2 regular0=282828 @@ -73,6 +78,7 @@ bright7=ebdbb2 # Gruvbox light # -SIGUSR2 [colors2] +alpha = 0.96 background=fbf1c7 foreground=3c3836 regular0=fbf1c7 |
