Closed WinstonMDP closed 1 year ago
First issue was solved. I have change cursor colors in my alacritty config
I'm not in front of a computer to test things out for you, but for the second "issue" you have (the underline), the underline color is tied to the diagnostic_warning
color, so to change how it appears, you could try something like (and change it to whatever color you like):
require("noirbuddy").setup {
colors = {
diagnostic_warning = '#ff7700'
},
}
As for the lualine, check out my lualine config (it's using this theme), copy paste the "second option" and play with the colors:
https://github.com/n1ghtmare/dotfiles/blob/master/nvim/lua/c/lualine.lua
I have already done this for diagnostic_warning, but it doesn't work(
Hello, I have number of issues: