" Prevents the colorscheme from loading a custom bg color. " autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE let &t_8f = "\[38:2:%lu:%lu:%lum" let &t_8b = "\[48:2:%lu:%lu:%lum" hi Comment cterm=italic syntax on colorscheme spaceway set background=dark " checks if your terminal has 24-bit color support if (has("termguicolors")) set termguicolors hi LineNr ctermbg=NONE guibg=NONE endif