diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-11-18 23:25:47 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-11-18 23:25:47 +0100 |
commit | 5b4360a6b14a8574ee6e8ca4026f208e8ad210d2 (patch) | |
tree | bd8c08efc427ba7f0e9320348feb5edbe9c6f77d /termite | |
parent | fb1379b7c23e84321625ac30365bb2bfff7f569a (diff) | |
download | dotfiles-5b4360a6b14a8574ee6e8ca4026f208e8ad210d2.tar.gz |
remove blur
Diffstat (limited to 'termite')
-rw-r--r-- | termite/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/termite/config b/termite/config index b4bd910..354f0a0 100644 --- a/termite/config +++ b/termite/config @@ -1,6 +1,6 @@ [colors] foreground = #ffffff -background = rgba (0,0,0,0.6) +background = rgba (0,0,0,0.8) [options] -font = DejaVu Sans Mono for Powerline 10 +font = DejaVu Sans Mono for Powerline 12 |