From 77b7828d5ab8f39c5b001b47e9182e59e31abaf4 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Sat, 29 Mar 2025 10:06:46 +0100 Subject: [PATCH] fix zed's borders --- modules/home/desktop/editors/zed.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/desktop/editors/zed.nix b/modules/home/desktop/editors/zed.nix index 685ec9f..cbaafa3 100644 --- a/modules/home/desktop/editors/zed.nix +++ b/modules/home/desktop/editors/zed.nix @@ -36,6 +36,10 @@ in { }; project_panel.auto_reveal_entries = false; + "experimental.theme_overrides" = { + border = "#ffffff07"; + }; + hour_format = "hour24"; auto_update = false;