mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
Update pane_divider width
This commit is contained in:
parent
4cdca65fc0
commit
31d8c02061
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ base = { family = "Inconsolata", size = 15 }
|
|||
|
||||
[workspace]
|
||||
background = "$surface.0"
|
||||
pane_divider = { width = 3, color = "$border.0" }
|
||||
pane_divider = { width = 1, color = "$border.0" }
|
||||
|
||||
[workspace.titlebar]
|
||||
border = { width = 1, bottom = true, color = "$border.0" }
|
||||
|
|
Loading…
Reference in a new issue