From 4815e8678b9e8868f41d120ced160049400743d5 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 8 Mar 2025 02:12:40 +0200 Subject: [PATCH] chore(config): change zed theme --- config/zed/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/zed/settings.json b/config/zed/settings.json index c06af2f..1d36e5d 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -55,8 +55,8 @@ "vim_mode": true, "theme": { "mode": "system", - "light": "Tokyo Night Light", - "dark": "Tokyo Night Storm" + "light": "Iceberg", + "dark": "Iceberg" }, "inlay_hints": { "enabled": true,