NvChad / base46

NvChad's base46 theme plugin with caching ( Total re-write )
Other
188 stars 194 forks source link

Add color to operation symbols and the “equals” symbol #160

Closed NicolasZapata closed 1 year ago

NicolasZapata commented 1 year ago

Comparison between morhetz grubvox and Base46 gruvbox

morhetz grubvox image

Base46 gruvbox image

Only “chocolate” and “falcon” themes have coloured operators, the rest of the themes are white or black.

siduck commented 1 year ago

@NicolasZapata will do it today so wait up!

NicolasZapata commented 1 year ago

@siduck Ok, thank you :) 👍

siduck commented 1 year ago

yo @NicolasZapata sorry I'll include it in v2.0 of nvchad so within this month! For now just override the hl group


M.ui = {

  hl_override = {
     Operator = {
        fg = "green"
     }
  }

}

https://nvchad.com/config/theming

NicolasZapata commented 1 year ago

Don't worry, thanks for the info anyway 🙂.

Best regards.

siduck commented 1 year ago

@NicolasZapata should be fixed by now

NicolasZapata commented 1 year ago

I already updated NvChad, but the problem was not fixed :(

best regards

siduck commented 1 year ago

I already updated NvChad, but the problem was not fixed :(

best regards

update the plugin i.e do Lazy sync

siduck commented 1 year ago

i hope you're using nvchad v2.0

NicolasZapata commented 1 year ago

Hi @siduck, yes, I'm using nvchad v2.0, GitHub's theme is really cool.

I've sent you a pull request, if you want to check it.

Best regards.