1
0
forked from extern/nix-config

Change transparency and add more fonts to termite/config

This commit is contained in:
Donovan Glover 2017-12-13 23:52:56 -05:00
parent 561b8c6836
commit b3de2d753b
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -22,11 +22,16 @@
# Our font of choice
font = Hack 12
#font = Fira Mono 12
#font = Inconsolata 12
# No need to show the mouse in the terminal window
mouse_autohide = true
[colors]
# 20% Transparency
background = rgba(63, 63, 63, 0.8)
# 5% Transparency
# Note: 20% is better when you're not using clear-shadow
background = rgba(63, 63, 63, 0.95)
# vim:ft=dosini