aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--context.json7
-rw-r--r--dots/ghostty/.config/ghostty/config.j23
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 }}"
+