How to customize a light theme diff view #1435
              
                
                  
                  
                    Answered
                  
                  by
                    deathbeam
                  
              
          
                  
                    
                      kristofTman
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 
         Hi there, is there a way to customize the layout of the diff view? I am using a light theme and would prefer a matching layout for it. Thanks for this awesome plugin!  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            deathbeam
          
      
      
        Sep 20, 2025 
      
    
    Replies: 1 comment 3 replies
-
| 
         I believe it should just be default neovim highglights, so you can customize them (DiffAdd, DiffChange, DiffDelete, DiffText). Here is what im doing for example to blend the diff highlights with my neovim colorscheme background: https://github.com/deathbeam/dotfiles/blob/master/nvim/.config/nvim/lua/config/ui.lua#L32  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    

Yea, see here: https://github.com/ravitemer/mcphub.nvim/blob/main/lua/mcphub/utils/highlights.lua#L44