diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-10-31 00:39:59 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-10-31 00:39:59 +0100 |
commit | 5733e5400b3b9415f4867a46bd18af498d4f2d73 (patch) | |
tree | c4abf4a2df580d75f96696ecd2746cd9b8972423 /termite | |
parent | 1c8a64e90e623348e675aaf3d0d4f756f4a41755 (diff) | |
download | dotfiles-5733e5400b3b9415f4867a46bd18af498d4f2d73.tar.gz |
very important font changes
Diffstat (limited to 'termite')
-rw-r--r-- | termite/config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/termite/config b/termite/config index d9d3b82..ff97b84 100644 --- a/termite/config +++ b/termite/config @@ -1,6 +1,10 @@ [colors] foreground = #ffffff background = rgba (0,0,0,0.8) +# Blue +color4 = #FF1493 +color12 = #FF1493 [options] -font = DejaVu Sans Mono for Powerline 10 +#font = DejaVu Sans Mono for Powerline 10 +font = Comic Shanns 10 |