From d21b03b8fb511dc098d2ba8d2807136af6cc6d1d Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Fri, 1 Nov 2013 21:44:01 +0100 Subject: [PATCH] terminator terminal emulator config --- .config/terminator/config | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .config/terminator/config diff --git a/.config/terminator/config b/.config/terminator/config new file mode 100644 index 00000000..41209f4e --- /dev/null +++ b/.config/terminator/config @@ -0,0 +1,29 @@ +[global_config] + title_transmit_bg_color = "#073642" + focus = system +[keybindings] +[profiles] + [[default]] + [[solarized-dark]] + palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" + use_system_font = False + cursor_color = "#eee8d5" + foreground_color = "#eee8d5" + show_titlebar = False + font = Inconsolata for Powerline Medium 12 + background_color = "#002b36" + [[solarized-light]] + palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" + background_color = "#eee8d5" + cursor_color = "#002b36" + foreground_color = "#002b36" +[layouts] + [[default]] + [[[child1]]] + type = Terminal + parent = window0 + profile = solarized-dark + [[[window0]]] + type = Window + parent = "" +[plugins]