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;