Skip to content

Commit 56b10b6

Browse files
committed
add note about base46 mix colors feature in /news/nvui
1 parent 12a4359 commit 56b10b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/routes/news/nvui.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,17 @@ Then running MasonInstallAll will install both the mason pkgs
105105

106106
check `:h nvui.mason` for more info
107107

108+
## Mixing colors with base46
109+
110+
Base46 now allows mixing of colors. Check the [PR](https://github.com/NvChad/base46/pull/262) to understand the usecases.
111+
112+
```lua
113+
M.base46 = {
114+
hl_override = {
115+
Function = { "blue", "red", 20 }
116+
}
117+
}
118+
```
108119

109120
## Volt framework
110121

0 commit comments

Comments
 (0)