From 196e3132c2bd5cba0310eb5ad9e4c1266321c12c Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Wed, 26 Mar 2014 21:31:55 -0400 Subject: [PATCH] Adds terminator preferences. --- terminator/terminator.configdir/config | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 terminator/terminator.configdir/config diff --git a/terminator/terminator.configdir/config b/terminator/terminator.configdir/config new file mode 100644 index 0000000..6c52c3d --- /dev/null +++ b/terminator/terminator.configdir/config @@ -0,0 +1,28 @@ +[global_config] + title_transmit_bg_color = "#006700" + title_inactive_fg_color = "#cacaca" + suppress_multiple_term_dialog = True + title_inactive_bg_color = "#000000" +[keybindings] +[profiles] + [[default]] + palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" + background_image = None + background_darkness = 0.9 + use_system_font = False + cursor_color = "#ffffff" + foreground_color = "#00ff00" + scroll_on_output = False + font = Meslo LG S 10 + allow_bold = False + scrollback_infinite = True +[layouts] + [[default]] + [[[child1]]] + type = Terminal + parent = window0 + profile = default + [[[window0]]] + type = Window + parent = "" +[plugins]