From 44c5ba23a74b5fbd4584d75e5e35fc8934428a88 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 11 May 2023 16:16:52 +0200 Subject: [PATCH] Terminator: light presentation theme --- hm_modules/terminator.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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}"