my current line number colors
I like to have a very visible line number coloring and I couldn't find a way to configure it in v0.8.2 of Neovim. I'm using tokionight-night as my color theme and would like to have more visible colors on the relative line numbers if possible i'd like to have the side above zero colored blue zero could be yellow/red and below zero pink. I'd like to change it to anything honestly I'm trying to move from vscode, where I changed my colors of line numbers to yellow and I enjoy the visibility very much.
I tried to make it work through this disscussion I've found https://mcmap.net/q/186843/-vim-configure-line-number-coloring, with no luck.
I haven't found a way to do it in a .lua
configuration file and pasting :highlight LineNr ctermfg=grey
was no luck either.
CursorLineNr
didn't work so I triedLineNr
, which turned out to be it. – Handcart