Skip to content

Commit

Permalink
theme does not set Terminal highlight group nordtheme#325
Browse files Browse the repository at this point in the history
  • Loading branch information
vds2212 committed Mar 21, 2023
1 parent 684c345 commit bb78c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ call s:hi("VisualNOS", "", s:nord2_gui, "", s:nord1_term, "", "")
"+- Vim 8 Terminal Colors -+
if has('terminal')
let g:terminal_ansi_colors = [s:nord1_gui, s:nord11_gui, s:nord14_gui, s:nord13_gui, s:nord9_gui, s:nord15_gui, s:nord8_gui, s:nord5_gui, s:nord3_gui, s:nord11_gui, s:nord14_gui, s:nord13_gui, s:nord9_gui, s:nord15_gui, s:nord7_gui, s:nord6_gui]
highlight! link Terminal Normal
endif

if has('nvim')
Expand Down

0 comments on commit bb78c58

Please sign in to comment.