From b549c1e3c3f7f645670cdd873965cf0b6576a0af Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 13 Jun 2018 21:57:38 +0200 Subject: [PATCH] add terminator --- terminator/.config/terminator/config | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 terminator/.config/terminator/config diff --git a/terminator/.config/terminator/config b/terminator/.config/terminator/config new file mode 100644 index 0000000..6f4d095 --- /dev/null +++ b/terminator/.config/terminator/config @@ -0,0 +1,39 @@ +[global_config] + suppress_multiple_term_dialog = True + title_inactive_bg_color = "#586e75" + title_inactive_fg_color = "#93a1a1" + title_transmit_bg_color = "#839496" + title_transmit_fg_color = "#eee8d5" +[keybindings] + help = F9 +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + background_color = "#002b36" + background_darkness = 0.9 + background_type = transparent + cursor_color = "#eee8d5" + font = Source Code Pro for Powerline Medium 10 + foreground_color = "#eee8d5" + login_shell = True + palette = "#073642:#d30102:#859900:#b58900:#2c96f9:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#d33682:#2aa198:#93a1a1" + scrollback_infinite = True + scrollbar_position = hidden + [[Light]] + background_color = "#eee8d5" + background_darkness = 0.9 + background_type = transparent + cursor_color = "#002b36" + foreground_color = "#002b36" + login_shell = True + palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#d33682:#2aa198:#93a1a1" + scrollback_infinite = True + scrollbar_position = hidden