Skip to content

Brackets not always colorized #30

@Kachyz

Description

@Kachyz

When open vim bracket are white like this
image

But if I run next commands those change to orange

:colorscheme xcodedark
:colorscheme night-owl

image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions