mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 10:59:53 +00:00
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:
parent
d08ec438ed
commit
1f0bda71f6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
background = "$surface.0"
|
background = "$surface.0"
|
||||||
|
|
||||||
[workspace.tab]
|
[workspace.tab]
|
||||||
text = { extends = "$text.2", underline = true }
|
text = "$text.2"
|
||||||
padding = { left = 10, right = 10 }
|
padding = { left = 10, right = 10 }
|
||||||
icon_close = "$text.0.color"
|
icon_close = "$text.0.color"
|
||||||
icon_dirty = "$status.info"
|
icon_dirty = "$status.info"
|
||||||
|
|
Loading…
Reference in a new issue