Skip to content

Commit dce3856

Browse files
authored
ui plugin docs: add theme and separator_style to example (#220)
1 parent bb689e4 commit dce3856

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/routes/docs/config/nvchad_ui.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,13 @@ M.ui = {
4343
cursor = function()
4444
return "%#BruhHl#" .. " bruh " -- the highlight group here is BruhHl,
4545
end
46-
}
46+
},
47+
48+
-- Separator style and theme
49+
theme = "default", -- default, vscode, vscode_colored or minimal
50+
-- default, round, block, and arrow are supported only by the default statusline theme.
51+
-- the round and block separators are also supported by the minimal theme.
52+
separator_style = "default", -- default, round, block or arrow
4753
}
4854
}
4955
```

0 commit comments

Comments
 (0)