We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a4359 commit 56b10b6Copy full SHA for 56b10b6
src/routes/news/nvui.mdx
@@ -105,6 +105,17 @@ Then running MasonInstallAll will install both the mason pkgs
105
106
check `:h nvui.mason` for more info
107
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
+```
119
120
## Volt framework
121
0 commit comments