diff --git a/config/terminator/config b/config/terminator/config index 9b19e04..94ddbc7 100644 --- a/config/terminator/config +++ b/config/terminator/config @@ -7,6 +7,13 @@ [keybindings] next_tab = Page_Down prev_tab = Page_Up +[profiles] + [[default]] + background_color = "#232627" + font = Monospace 10 + foreground_color = "#ebdbb2" + scrollback_lines = 4096 + use_system_font = False [layouts] [[default]] [[[child1]]] @@ -16,11 +23,3 @@ parent = "" type = Window [plugins] -[profiles] - [[default]] - background_color = "#232627" - cursor_color = "#aaaaaa" - font = Monospace 10 - foreground_color = "#ebdbb2" - scrollback_lines = 4096 - use_system_font = False