From c0995c1b4925e78dee9a7f600390b81d9255d6cb Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 3 May 2025 02:32:38 +0300 Subject: [PATCH] chore(config): zed: settings update --- config/zed/settings.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config/zed/settings.json b/config/zed/settings.json index e75e65b..b67e860 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -54,8 +54,8 @@ "vim_mode": true, "theme": { "mode": "system", - "light": "Iceberg", - "dark": "Iceberg" + "light": "Tokyo Night Light", + "dark": "Tokyo Night Storm" }, "inlay_hints": { "enabled": true, @@ -65,9 +65,13 @@ }, "ui_font_size": 16, "buffer_font_size": 16, - "buffer_font_fallbacks": ["JetBrainsMono Nerd Font"], + "buffer_font_fallbacks": [ + "JetBrainsMono Nerd Font" + ], "edit_predictions": { - "disabled_globs": [".env"] + "disabled_globs": [ + ".env" + ] }, "hour_format": "hour24" }