From 3e2205bdcf0f6b855e07765e502ebf664a635772 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 11 Jan 2026 22:56:58 +0000 Subject: [PATCH] [zed] Switch to Nord --- ghostty/.config/ghostty/config | 4 ++-- zed/.config/zed/settings.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 79ac814..7add8a5 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -5,8 +5,8 @@ clipboard-write = allow copy-on-select = true window-save-state = never window-new-tab-position = end -theme = Snazzy Soft -font-family = Jetbrains Mono +theme = Nord +font-family = JetBrainsMono Nerd Font # Handled via Brew auto-update = off diff --git a/zed/.config/zed/settings.json b/zed/.config/zed/settings.json index d8f0556..963894f 100644 --- a/zed/.config/zed/settings.json +++ b/zed/.config/zed/settings.json @@ -69,12 +69,12 @@ "**playbook*.yml", ], }, - "ui_font_size": 16.0, + "ui_font_size": 14.0, "buffer_font_size": 13.0, "theme": { "mode": "dark", - "light": "One Light", - "dark": "Snazzy Theme", + "light": "Nord Light", + "dark": "Nord Dark", }, "languages": { "Python": { @@ -108,7 +108,7 @@ "catppuccin-icons": true, "ansible": true, "terraform-context-server": true, - "snazzy": true, + "nord": true, }, "lsp": { "yaml-language-server": {