Updated Home (markdown)

siduck76 2021-06-27 08:50:27 +05:30
parent 929ee98131
commit a5ad379842

@ -103,14 +103,14 @@ base16(base16.themes["nvchad-softgruv"], true)
- Now change all the 29 hex colors in the colors table , dont change the variable names in the table or you'll break everything!
- Those hex colors must match the theme you want like nordish color palettes etc.
- Ok now once the chad.lua has all sexy colors set then go to init.lua and set the theme:
```g.nvchad_theme = "chad"
```g.nvchad_theme = "chad" ```
(PART 2)
- Go to [repo](https://github.com/siduck76/nvim-base16.lua/blob/master/lua/base16.lua#L345)
- If you want nord syntax highlighting for chad.lua then just search "nord" in that repo , confirm that nord is named as nord only
- Go to init.lua
```base16(base16.themes["nord"], true)
```base16(base16.themes["nord"], true) ```
(PART 3)