summaryrefslogtreecommitdiff
path: root/themes/nvcode.vim
blob: da35fb754b4513f6c3323c67a0890b6aa73c83ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
hi Comment cterm=italic
let g:nvcode_termcolors=256

syntax on
" colorscheme nord
colorscheme nvcode
" colorscheme onedark
" colorscheme TSnazzy
" colorscheme aurora


" checks if your terminal has 24-bit color support
if (has("termguicolors"))
    set termguicolors
    hi LineNr ctermbg=NONE guibg=NONE
endif