Remove underlines from tab titles

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
Antonio Scandurra 2021-09-07 18:40:42 +02:00
parent d08ec438ed
commit 1f0bda71f6

View file

@ -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"