From ffce2cb0845f12808974ccb2b22f51a5740c440c Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Fri, 5 Aug 2022 12:44:34 -0400 Subject: [PATCH] Use One Dark as the default theme. --- assets/settings/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 505e8dd4eb..33eb64e201 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -1,6 +1,6 @@ { // The name of the Zed theme to use for the UI - "theme": "cave-dark", + "theme": "one-dark", // The name of a font to use for rendering text in the editor "buffer_font_family": "Zed Mono", // The default font size for text in the editor