diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2026-01-18 09:13:37 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2026-01-18 09:13:37 -0800 |
| commit | a2526f962698fb8e53b4783ce1350e15ed9984e0 (patch) | |
| tree | 7fb57133257e5081a8e430dcc858db7ba7dc5b6f | |
| parent | 043ef08e1131675ca42eafd7663ae037c5cae993 (diff) | |
| download | dots-a2526f962698fb8e53b4783ce1350e15ed9984e0.tar.gz dots-a2526f962698fb8e53b4783ce1350e15ed9984e0.zip | |
| -rw-r--r-- | context.json | 7 | ||||
| -rw-r--r-- | dots/ghostty/.config/ghostty/config.j2 | 3 |
2 files changed, 10 insertions, 0 deletions
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 }}" + |
