Skip to content

Commit

Permalink
add note about base46 mix colors feature in /news/nvui
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Oct 1, 2024
1 parent 12a4359 commit 56b10b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/routes/news/nvui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ Then running MasonInstallAll will install both the mason pkgs

check `:h nvui.mason` for more info

## Mixing colors with base46

Base46 now allows mixing of colors. Check the [PR](https://github.com/NvChad/base46/pull/262) to understand the usecases.

```lua
M.base46 = {
hl_override = {
Function = { "blue", "red", 20 }
}
}
```

## Volt framework

Expand Down

0 comments on commit 56b10b6

Please sign in to comment.