fix(nordbones): Identifer typo

This commit is contained in:
Shantanu Raj
2024-02-04 01:55:08 +01:00
parent 52b893945e
commit da9c6c3404
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ if &background ==# 'dark'
highlight! link GitGutterDelete GitSignsDelete
highlight IblIndent guifg=#3D424E guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight IblScope guifg=#555C6C guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight Identifer guifg=#EBEEF3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight Identifier guifg=#EBEEF3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight Identifier guifg=#BFCADB guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight IncSearch guifg=#2F3541 guibg=#D1BACD guisp=NONE gui=bold cterm=bold
highlight! link CurSearch IncSearch