Change background in termite.
parent
e5fb6198c5
commit
4f4b38d6b0
|
@ -46,10 +46,9 @@ filter_unmatched_urls = true
|
||||||
|
|
||||||
#foreground = #dcdccc
|
#foreground = #dcdccc
|
||||||
#foreground_bold = #ffffff
|
#foreground_bold = #ffffff
|
||||||
background = #101010
|
|
||||||
|
|
||||||
# 20% background transparency (requires a compositor)
|
# 20% background transparency (requires a compositor)
|
||||||
background = rgba(63, 63, 63, 0.8)
|
background = rgba(0, 0, 0, 0.85)
|
||||||
|
|
||||||
# If unset, will reverse foreground and background
|
# If unset, will reverse foreground and background
|
||||||
highlight = #2f2f2f
|
highlight = #2f2f2f
|
||||||
|
|
Loading…
Reference in New Issue