From 1f0bda71f683ab6a716af3e429aa8fec9abb8ed4 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 7 Sep 2021 18:40:42 +0200 Subject: [PATCH] Remove underlines from tab titles Co-Authored-By: Nathan Sobo Co-Authored-By: Max Brunsfeld --- zed/assets/themes/_base.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zed/assets/themes/_base.toml b/zed/assets/themes/_base.toml index cb0ea42fbc..08fb222f6d 100644 --- a/zed/assets/themes/_base.toml +++ b/zed/assets/themes/_base.toml @@ -2,7 +2,7 @@ background = "$surface.0" [workspace.tab] -text = { extends = "$text.2", underline = true } +text = "$text.2" padding = { left = 10, right = 10 } icon_close = "$text.0.color" icon_dirty = "$status.info"