Skip to content

Customizing NvChad theme Catppuccin black bg #388

Answered by enoren5
enoren5 asked this question in Q&A
Discussion options

You must be logged in to vote

Eureka! It works. Thank you @siduck.

For the record for anyone else who this may help but also for me to refer back to at some point, here is my final working chadrc.lua:

local M = {}

M.base46 = {
	theme = "catppuccin",
  
  changed_themes = {
     catppuccin = {        
       base_16 = { base00 ="#303446"},
       base_30 = { black = "#303446"},
    },
   },
}

return M

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@enoren5
Comment options

@siduck
Comment options

@enoren5
Comment options

@siduck
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by enoren5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants