jesseleite / nvim-noirbuddy

🖤 A highly customizable minimalist theme building framework
345 stars 16 forks source link

Number of issues #6

Closed WinstonMDP closed 1 year ago

WinstonMDP commented 1 year ago

Hello, I have number of issues:

  1. I tried to change color of text under cursor, but my solution doesn't work (it is pink, not black). screen-1679679524
  2. Also I don't know how to change color of this orange line and exclude it. screen-1679679630
  3. How to change color of visual section on lualine? screen-1679679691
WinstonMDP commented 1 year ago

First issue was solved. I have change cursor colors in my alacritty config

n1ghtmare commented 1 year ago

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

WinstonMDP commented 1 year ago

I have already done this for diagnostic_warning, but it doesn't work(