Skip to content

Commit

Permalink
fix(nordbones): Identifer typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuraj committed Feb 4, 2024
1 parent 52b8939 commit da9c6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colors/nordbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lua/nordbones/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ return lush.extends({ specs }).with(function()
-- selene: allow(undefined_variable)
return {
Number { fg = p.base.nord7, gui = "italic" },
Identifer { fg = p.dark.fg },
Identifier { fg = p.dark.fg },
Function { fg = p.base.nord8 },
Statement { fg = p.base.nord9 },
Type { fg = p.base.nord10 },
Expand Down

0 comments on commit da9c6c3

Please sign in to comment.