From 13edd7822f2f1678c0ab5aedc808e7e0bcc08719 Mon Sep 17 00:00:00 2001 From: Leon Wilzer Date: Sat, 22 Feb 2025 12:21:53 +0100 Subject: [PATCH] zed dark mode --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.nix b/common.nix index 273127d..a7714ec 100644 --- a/common.nix +++ b/common.nix @@ -684,7 +684,7 @@ in vim_mode = true; auto_install_extensions = { }; theme = { - mode = "system"; + mode = "dark"; light = "Catppuccin Latte (Blue Blur+)"; dark = "Catppuccin Mocha (Blue Blur+)"; };