" Prevents the colorscheme from loading a custom bg color. autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE hi Comment cterm=italic let g:onedark_hide_endofbuffer=1 let g:onedark_terminal_italics=1 let g:onedark_termcolors=256 syntax on colorscheme nord " checks if your terminal has 24-bit color support if (has("termguicolors")) set termguicolors hi LineNr ctermbg=NONE guibg=NONE endif