From cc9b77242ac3d39f62213485691685eb4a35d83d Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Fri, 1 Nov 2013 22:07:21 +0100 Subject: [PATCH] transparent background in terminator --- .config/terminator/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/terminator/config b/.config/terminator/config index 41209f4e..909b698b 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -4,8 +4,11 @@ [keybindings] [profiles] [[default]] + background_type = transparent [[solarized-dark]] palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" + background_darkness = 0.95 + background_type = transparent use_system_font = False cursor_color = "#eee8d5" foreground_color = "#eee8d5"