From d4a7d606603408dbae20990c0140e2b5859f0bca Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 19 Sep 2024 19:40:10 +0200 Subject: [PATCH] Better dark theme + inline blame. --- config/zed/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/zed/settings.json b/config/zed/settings.json index ccebdad..383cecb 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -22,7 +22,7 @@ }, "git": { "inline_blame": { - "enabled": false + "enabled": true } }, "notification_panel": { @@ -58,8 +58,8 @@ "working_directory": "first_project_directory" }, "theme": { - "dark": "Gruvbox Dark Hard", - "light": "Gruvbox Dark Hard", + "dark": "Monokai Charcoal (gray)", + "light": "Ayu Light", "mode": "system" }, "toolbar": {