commit b493fc3fd5d55adbe61b5039a126bf73587f9a7d
parent ed8a80e7f5dd4cf3fb9d18d9848d43844e131f0b
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Wed, 12 Nov 2014 21:27:16 -0800
Terminator: Make background transparent
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/config/terminator/config b/config/terminator/config
@@ -4,20 +4,23 @@
[keybindings]
[profiles]
[[default]]
- scrollbar_position = hidden
- custom_command = tmux -2
use_system_font = False
+ custom_command = tmux -2
+ scrollbar_position = hidden
use_custom_command = True
show_titlebar = False
+ background_darkness = 0.32
font = Monospace 11
[[solarized]]
scrollbar_position = hidden
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
- custom_command = tmux -2
+ background_darkness = 0.78
+ background_type = transparent
use_system_font = False
foreground_color = "#93a1a1"
use_custom_command = True
show_titlebar = False
+ custom_command = tmux -2
font = Monospace 11
background_color = "#002b36"
[layouts]