From 624cc1016c16d831cf9d2449355a8b49e1b8d707 Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Tue, 27 May 2025 19:02:35 -0400 Subject: [PATCH] Update zed_settings.jsonc --- zed_settings.jsonc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/zed_settings.jsonc b/zed_settings.jsonc index 0dbc109..3c42427 100644 --- a/zed_settings.jsonc +++ b/zed_settings.jsonc @@ -30,7 +30,7 @@ "theme": { "mode": "system", "light": "One Light", - "dark": "Ayu Dark", + "dark": "Dracula", }, "restore_on_startup": "last_workspace", "soft_wrap": "preferred_line_length", @@ -60,9 +60,11 @@ "languages": { "AsciiDoc": {}, "CSS": { + "show_wrap_guides": true, "preferred_line_length": 60, }, "HTML": { + "show_wrap_guides": true, "preferred_line_length": 100, }, "JSON": { @@ -88,7 +90,12 @@ "show_wrap_guides": true, "preferred_line_length": 100, }, + "SCSS": { + "show_wrap_guides": true, + "preferred_line_length": 70, + }, "Shell Script": { + "show_wrap_guides": true, "preferred_line_length": 100, }, "YAML": {