From 160c4beb067b5d47175e9d9c381296ce111e8f95 Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 10 Sep 2021 10:18:14 -0400 Subject: [PATCH] Add shadow to channel select menu --- zed/assets/themes/_base.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/zed/assets/themes/_base.toml b/zed/assets/themes/_base.toml index 29e74e197c80f8ab9ce146ce1dbd11447d8b7d77..90256b08555219ae941dc888ca443bca4893e0e3 100644 --- a/zed/assets/themes/_base.toml +++ b/zed/assets/themes/_base.toml @@ -87,6 +87,7 @@ padding = 4 corner_radius = 6 border = { color = "$border.0", width = 1 } background = "$surface.0" +shadow = { offset = [0, 2], blur = 16, color = "$shadow.0" } [chat_panel.input_editor] background = "$surface.1"