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]