From 8ee9b23b56691ad992710a72de14927ef7520a6f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 8 Jan 2026 16:50:41 +0000 Subject: [PATCH] [zed] Switch to Snazzy (to match Ghostty) --- zed/.config/zed/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zed/.config/zed/settings.json b/zed/.config/zed/settings.json index 7dd9617..732db72 100644 --- a/zed/.config/zed/settings.json +++ b/zed/.config/zed/settings.json @@ -79,7 +79,7 @@ "theme": { "mode": "dark", "light": "One Light", - "dark": "One Dark", + "dark": "Snazzy Theme", }, "languages": { "Python": { @@ -113,6 +113,7 @@ "catppuccin-icons": true, "ansible": true, "terraform-context-server": true, + "snazzy": true, }, "lsp": { "yaml-language-server": {