diff --git a/hm_modules/terminator.nix b/hm_modules/terminator.nix index 3f02b03..c233ba2 100644 --- a/hm_modules/terminator.nix +++ b/hm_modules/terminator.nix @@ -52,7 +52,16 @@ in scrollback_lines = 10000 palette = "${colorString normal bright}" use_system_font = False - [[presentation]] + [[Light presentation]] + visible_bell = True + background_color = "${foreground}" + cursor_color = "${background}" + font = ${font.name} weight=450 20 + foreground_color = "${background}" + show_titlebar = False + palette = "${colorString dark normal}" + use_system_font = False + [[Dark presentation]] visible_bell = True background_color = "${background}" cursor_color = "${foreground}"