From 5e13848fe39cb4d1950dc9e612b39a17d70c79f7 Mon Sep 17 00:00:00 2001 From: afranco Date: Mon, 16 Jun 2025 09:21:26 +0100 Subject: [PATCH] chore(ghostty): Add dark and light theme --- .config/ghostty/config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/ghostty/config b/.config/ghostty/config index f3dd0b4..3114a3f 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -1,5 +1,5 @@ # Theme -theme = GruvboxDarkHard +theme = dark:GruvboxDarkHard,light:AtomOneLight # Font font-family = IosevkaDT Nerd Font @@ -13,6 +13,5 @@ font-feature = -dlig window-padding-color = background macos-titlebar-style = hidden -term = "xterm-256color" - +quit-after-last-window-closed = true auto-update = download