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:
co-authored by
Nathan Sobo
Max Brunsfeld
parent
d08ec438ed
commit
1f0bda71f6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user