From fd19e210dbe481327423fc180a0cd62466d55dce Mon Sep 17 00:00:00 2001 From: dbroqua Date: Fri, 19 Jun 2020 13:56:27 +0200 Subject: [PATCH] Added background transparency --- config/terminator/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/terminator/config b/config/terminator/config index ba3dc94..202fdd7 100644 --- a/config/terminator/config +++ b/config/terminator/config @@ -13,6 +13,8 @@ cursor_color = "#aaaaaa" [[nord]] background_color = "#2e3440" + background_darkness = 0.9 + background_type = transparent cursor_color = "#D8DEE9" font = Droid Sans Mono for Powerline 10 foreground_color = "#d8dee9"