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
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' }
The text was updated successfully, but these errors were encountered:
I would group all color/appearance-related settings into one section (e.g. termguicolors, highlights, ...etc) and set the colorscheme as the last thing in that section.
When open vim bracket are
white
like thisBut if I run next commands those change to
orange
Any idea why is this happening?
I checked the VSCode theme and those are
orange
This is my configuration
The text was updated successfully, but these errors were encountered: