-
hey, nice plugin! But is it possible to combine it with the NvChad/base46 plugins to get all base46 color schemes available?
It would be crazy nice!
-
I was using The version 2.0 and decided to try to migrate the config using the migration script. After running it I am getting an error coming from `~/.config/nvim/init.lua`. The error message say…
-
**Describe the bug**
- Whenever i press enter after selecting a theme in nvchad i get the following error, however pressing escape closes the theme changer and the theme is applied:
![Screenshot…
-
Hey! The toggle theme switch checks for the default in base46, not ui.
So if have something like:
```{lua}
M.ui = {
theme_toggle = { "catppuccin", "github_light" },
theme = "catppuccin"
}
…
-
Not a bug per se, but I was wondering how do I go about using an external theme not included with NvChad. I'm new to Lua and Nvim's configs with Lua, but I'm interested in using the Github theme for N…
-
Hi everyone! I was thinking that it should be better to keep all theme related options in the base46 table of chadrc.
Current table structure of chadrc is like :
```lua
{
ui = {
th…
-
Hi [siduck](https://github.com/siduck),
Thanks so much for developing Nvchad UI! I just updated the Nvchad to the latest version, and found that the Nvdash alpha page changes a lot. So I want roll …
-
I found out, after having moved transparency setting from M.ui to M.base46, that the affected area is different.
If the transparency is set in M.base46
- It doesn't affect statusline and tabuflin…
-
If i have new install nvchad without custom, and run nvim it will ask me
```Do you want to install chadrc template? (y/n) :```
Now, if i reinstall it with my custom and run nvim, it will be error l…
-
After installation and download all plugins on attempting to change theme over ` + th` at moment to change selected theme gets error:
`E5108: Error executing lua: .../share/nvim/lazy/ui/lua/telesco…