From 3fb6578f81076de7b2f6cf01b2f8f5f68f27a0a0 Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Sun, 8 Jun 2025 13:25:45 -0400 Subject: [PATCH] Override theme settings for Dracula to work. --- zed_settings.jsonc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/zed_settings.jsonc b/zed_settings.jsonc index 095c06b..6f4a1a4 100644 --- a/zed_settings.jsonc +++ b/zed_settings.jsonc @@ -30,7 +30,7 @@ "theme": { "mode": "system", "light": "One Light", - "dark": "Aura Soft Dark", + "dark": "Dracula", }, "restore_on_startup": "last_workspace", "soft_wrap": "preferred_line_length", @@ -108,4 +108,11 @@ "tab_size": 2, }, }, + + "experimental.theme_overrides": { + "background": "#282a36ff", + "title_bar.background": "#141119ff", + "title_bar.inactive_background": "#1c1d26ff", + "status_bar.background": "#141119ff", + }, }