diff --git a/terminator b/terminator index 85ca31e..bdc5c0d 100644 --- a/terminator +++ b/terminator @@ -1,6 +1,18 @@ [global_config] focus = mouse [keybindings] +[profiles] + [[default]] + allow_bold = False + background_darkness = 0.9 + background_type = transparent + cursor_shape = underline + font = Hack 9 + foreground_color = "#deddda" + scrollbar_position = hidden + scrollback_lines = 2000 + scrollback_infinite = True + use_system_font = False [layouts] [[default]] [[[child1]]] @@ -10,14 +22,3 @@ parent = "" type = Window [plugins] -[profiles] - [[default]] - allow_bold = False - cursor_color = "#FFFFFF" - cursor_shape = underline - font = Hack 9 - foreground_color = "#ffffff" - scrollback_infinite = True - scrollback_lines = 2000 - scrollbar_position = hidden - use_system_font = False