[zed] Switch to Nord

This commit is contained in:
2026-01-11 22:56:58 +00:00
parent 6b94ddb11a
commit 3e2205bdcf
2 changed files with 6 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ clipboard-write = allow
copy-on-select = true copy-on-select = true
window-save-state = never window-save-state = never
window-new-tab-position = end window-new-tab-position = end
theme = Snazzy Soft theme = Nord
font-family = Jetbrains Mono font-family = JetBrainsMono Nerd Font
# Handled via Brew # Handled via Brew
auto-update = off auto-update = off

View File

@@ -69,12 +69,12 @@
"**playbook*.yml", "**playbook*.yml",
], ],
}, },
"ui_font_size": 16.0, "ui_font_size": 14.0,
"buffer_font_size": 13.0, "buffer_font_size": 13.0,
"theme": { "theme": {
"mode": "dark", "mode": "dark",
"light": "One Light", "light": "Nord Light",
"dark": "Snazzy Theme", "dark": "Nord Dark",
}, },
"languages": { "languages": {
"Python": { "Python": {
@@ -108,7 +108,7 @@
"catppuccin-icons": true, "catppuccin-icons": true,
"ansible": true, "ansible": true,
"terraform-context-server": true, "terraform-context-server": true,
"snazzy": true, "nord": true,
}, },
"lsp": { "lsp": {
"yaml-language-server": { "yaml-language-server": {