Terminator: light presentation theme

This commit is contained in:
Filippo Berto 2023-05-11 16:16:52 +02:00
parent b1d1fcd386
commit 44c5ba23a7
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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}"