Add "zed" label to the title bar

This commit is contained in:
Nate
2021-09-10 13:42:38 -04:00
parent 64c26a73be
commit 21c74ca78d
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ pub struct SyntaxTheme {
#[derive(Deserialize)]
pub struct Workspace {
pub background: Color,
pub titlebar: ContainerStyle,
pub titlebar: ContainedLabel,
pub tab: Tab,
pub active_tab: Tab,
pub pane_divider: Border,