Skip to content

Commit

Permalink
ui plugin docs: add theme and separator_style to example (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalogs-c authored Aug 20, 2024
1 parent bb689e4 commit dce3856
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/routes/docs/config/nvchad_ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ M.ui = {
cursor = function()
return "%#BruhHl#" .. " bruh " -- the highlight group here is BruhHl,
end
}
},

-- Separator style and theme
theme = "default", -- default, vscode, vscode_colored or minimal
-- default, round, block, and arrow are supported only by the default statusline theme.
-- the round and block separators are also supported by the minimal theme.
separator_style = "default", -- default, round, block or arrow
}
}
```
Expand Down

0 comments on commit dce3856

Please sign in to comment.