From a060afff7e4581e8bd42f6388c2a857b0cdecfaf Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Thu, 3 Apr 2025 16:34:40 -0700 Subject: [PATCH] fix: use no typst background in terminal-* built in themes --- themes/terminal-dark.yaml | 1 - themes/terminal-light.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/themes/terminal-dark.yaml b/themes/terminal-dark.yaml index abe7d11..89c22e1 100644 --- a/themes/terminal-dark.yaml +++ b/themes/terminal-dark.yaml @@ -125,7 +125,6 @@ alert: typst: colors: foreground: "f0f0f0" - background: "292e42" footer: style: template diff --git a/themes/terminal-light.yaml b/themes/terminal-light.yaml index 4c2c91e..e1aeb83 100644 --- a/themes/terminal-light.yaml +++ b/themes/terminal-light.yaml @@ -125,7 +125,6 @@ alert: typst: colors: foreground: "212529" - background: "e9ecef" footer: style: template