-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
When open vim bracket are white
like this
But if I run next commands those change to orange
:colorscheme xcodedark
:colorscheme night-owl
Any idea why is this happening?
I checked the VSCode theme and those are orange
This is my configuration
syntax enable
colorscheme night-owl
if (has("termguicolors"))
set termguicolors
endif
" For Neovim 0.1.3 and 0.1.4
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
" To enable the lightline theme
let g:lightline = { 'colorscheme': 'nightowl' }
Metadata
Metadata
Assignees
Labels
No labels