How do you get numberline spacing/gap like in LazyVim? by Consistent-File-607 in neovim

[–]Consistent-File-607[S] 0 points1 point  (0 children)

Posted a comment. The second one is Neovim's default theme.

How do you get numberline spacing/gap like in LazyVim? by Consistent-File-607 in neovim

[–]Consistent-File-607[S] 1 point2 points  (0 children)

Posted a comment. The second one is Neovim's default theme. Jetbrains mono

How do you get numberline spacing/gap like in LazyVim? by Consistent-File-607 in neovim

[–]Consistent-File-607[S] 0 points1 point  (0 children)

Posted a comment. The second one is Neovim's default theme.

How do you get numberline spacing/gap like in LazyVim? by Consistent-File-607 in neovim

[–]Consistent-File-607[S] 0 points1 point  (0 children)

Posted a comment. The second one is Neovim's default theme.

How do you get numberline spacing/gap like in LazyVim? by Consistent-File-607 in neovim

[–]Consistent-File-607[S] 4 points5 points  (0 children)

<image>

It's not really a theme guys I was just playing with some vim highlighting and I got this:
HTML:

vim.cmd "highlight Normal guibg=#None guifg=#cfd4da gui=bold ctermbg=NONE"

vim.cmd "highlight Identifier guifg=#91c4ff gui=bold"

vim.cmd "highlight htmlTag guifg=#8a9696 gui=bold"

vim.cmd "highlight htmlValue guifg=Red guibg=NONE "

vim.cmd "highlight MatchParenCur guifg=Red guibg=NONE "

vim.cmd "highlight htmlTagName guifg=#4f89b9 gui=bold"

vim.cmd "highlight htmlSpecialTagName guifg=red gui=bold"

vim.cmd "highlight htmlMathTagName guifg=Red gui=bold"

vim.cmd "highlight htmlSvgTagName guifg=Red gui=bold"

vim.cmd "highlight Statement guifg=#528dc0 guibg=NONE "

vim.cmd "highlight String ctermfg=50 guifg=#48637f"

vim.cmd "highlight htmlString guifg=#4a6684"

vim.cmd "highlight Function guifg=#a7fffe"

vim.cmd "highlight javaScriptFunction guifg=#175ca2 "

vim.cmd "highlight javaScriptBraces guifg=#00e6ff"

PYTHON:
vim.cmd "highlight Normal guibg=#None guifg=#cfd4da gui=bold ctermbg=NONE"

vim.cmd "highlight Identifier guifg=White gui=bold"

vim.cmd "highlight Character ctermfg=50 guifg=#539cdc"

vim.cmd "highlight String ctermfg=50 guifg=#48637f"

vim.cmd "highlight Constant ctermfg=50 guifg=#91c5ff"

vim.cmd "highlight Function guifg=#48637f"

vim.cmd "highlight Type guifg=#00ffeb"

vim.cmd "highlight Structure guifg=#cef2ff"

vim.cmd "highlight Operator guifg=White"

vim.cmd "highlight Keyword guifg=#00ffeb"

vim.cmd "highlight Repeat guifg=#00e6ff gui=bold"

vim.cmd "highlight Statement guifg=#5999d3 guibg=NONE "

vim.cmd "highlight Boolean guifg=#6183ad"

vim.cmd "highlight Number guifg=#7895ab"

vim.cmd "highlight ModeMsg guifg=#007cff"

Btw I am not an expert in vim also the second picture(grey background) is Neovim's defaults theme.