loctvl842 / monokai-pro.nvim

Monokai Pro theme for Neovim written in Lua, with multiple filters: Pro, Classic, Machine, Octagon, Ristretto, Spectrum
MIT License
424 stars 40 forks source link

How to change color of Diagnostic messages #90

Closed kaykhan closed 9 months ago

kaykhan commented 9 months ago

I am trying to migrate from https://github.com/sainnhe/sonokai to this plugin theme.

How do i change the color of the diagnostic messsages, you can see in the "monokai-pro" screenshot that the error message is in the color "white" and the info message is in the color "blue"

I would prefer if the error message was red and the info message was gray ( like in the sonokai screenshot)

monokai-pro image

sonokai image

kaykhan commented 9 months ago

this was occuring as i had to add a bunch of custom stuff with sonokia once i removed that i worked.

but now im also playing around with

        override = function()
                    return {
                        Normal = { bg = "#121212" },
                        DiagnosticVirtualTextError = { bg = "#121212" },
                    }
                end,
loctvl842 commented 9 months ago

can you describe more detail?