From a2526f962698fb8e53b4783ce1350e15ed9984e0 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 18 Jan 2026 09:13:37 -0800 Subject: Update ghostty theme --- context.json | 7 +++++++ dots/ghostty/.config/ghostty/config.j2 | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 dots/ghostty/.config/ghostty/config.j2 diff --git a/context.json b/context.json index e8d0562..69993ac 100644 --- a/context.json +++ b/context.json @@ -440,6 +440,13 @@ "size": 14 } }, + "ghostty": { + "light_theme": "Rose Pine Dawn", + "dark_theme": "Rose Pine", + "font": { + "name": "Lilex Nerd Font Mono" + } + }, "zed": { "font": { "name": "Agave Nerd Font Mono", diff --git a/dots/ghostty/.config/ghostty/config.j2 b/dots/ghostty/.config/ghostty/config.j2 new file mode 100644 index 0000000..67f4c32 --- /dev/null +++ b/dots/ghostty/.config/ghostty/config.j2 @@ -0,0 +1,3 @@ +font-family = "{{ theme.ghostty.font.name }}" +theme = "dark:{{ theme.ghostty.dark_theme }},light:{{ theme.ghostty.light_theme }}" + -- cgit v1.2.3-70-g09d2