Skip to content

Commit aec487d

Browse files
committed
Set default cterm values for notesItalic and notesBold.
1 parent 8881d41 commit aec487d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

syntax/notes.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ else
5656
syntax match notesItalic /\<_\k[^_]*\k_\>/
5757
endif
5858
syntax cluster notesInline add=notesItalic
59-
highlight notesItalic gui=italic
59+
highlight notesItalic gui=italic cterm=italic
6060

6161
" Highlight text emphasized in bold font. {{{2
6262
if has('conceal')
@@ -66,7 +66,7 @@ else
6666
syntax match notesBold /\*\k[^*]*\k\*/
6767
endif
6868
syntax cluster notesInline add=notesBold
69-
highlight notesBold gui=bold
69+
highlight notesBold gui=bold cterm=bold
7070

7171
" Highlight domain names, URLs, e-mail addresses and filenames. {{{2
7272

0 commit comments

Comments
 (0)