You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But i also like my own version with a transparent background and i was wondering, if it's something you want to have at some point ? (with a switchable option ?)
With :
function!AdaptColorscheme()
" highlight clear CursorLinehighlightNormal ctermbg=nonehighlightLineNr ctermbg=nonehighlightFolded ctermbg=nonehighlightNonText ctermbg=nonehighlightSpecialKey ctermbg=nonehighlightVertSplit ctermbg=nonehighlightSignColumn ctermbg=noneendfunctionautocmdColorScheme*callAdaptColorscheme()
highlightNormal guibg=NONE ctermbg=NONEhighlightCursorColumn cterm=NONE ctermbg=NONE ctermfg=NONEsetcursorline" highlight CursorLine cterm=NONE ctermbg=NONE ctermfg=NONEhighlightCursorLine cterm=0 ctermbg=NONE ctermfg=NONEhighlightCursorLineNr cterm=NONE ctermbg=NONE ctermfg=NONEhighlightclearLineNrhighlightclearSignColumnhighlightclearStatusLine" Change Color when entering Insert ModeautocmdInsertEnter*setnocursorline" Revert Color to default when leaving Insert ModeautocmdInsertLeave*setnocursorline
The text was updated successfully, but these errors were encountered:
Hey there !
Am a nvim user and a big fan of onedark !
But i also like my own version with a transparent background and i was wondering, if it's something you want to have at some point ? (with a switchable option ?)
With :
The text was updated successfully, but these errors were encountered: