mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Changed Title's style from underline to bold
This commit is contained in:
parent
adc8895c53
commit
243ebdf2ce
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ call s:X("SignColumn","#d75f5f","","bold","Red","")
|
|||
hi! link ColorColumn SignColumn
|
||||
|
||||
"syntax style
|
||||
call s:X("Title","#d75f5f","","underline","Red","")
|
||||
call s:X("Title","#d75f5f","","bold","Red","")
|
||||
call s:X("Comment","#6c6c6c","","italic","Grey","")
|
||||
call s:X("Constant","#87d7ff","","bold","Blue","")
|
||||
call s:X("Special","#ffd787","","bold","Yellow","")
|
||||
|
|
Loading…
Reference in a new issue