diff --git a/zed/assets/themes/_base.toml b/zed/assets/themes/_base.toml index cb0ea42fbc80191f56c9504c89dbbdad8d3b9cfc..08fb222f6de66262c8c4f5672e6b39f366a8be07 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"