summaryrefslogtreecommitdiff
path: root/.config/nvim/themes/citylights.vim
blob: a1c496fd5d37ec65555d9c2d7848dfc9329448fb (plain)
1
2
3
4
5
6
7
8
9
syntax on
colorscheme citylights


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