Compare commits

...

2 commits

Author SHA1 Message Date
Kevin MacMartin
33df17df8b Update submodules 2024-09-19 21:26:28 -04:00
Kevin MacMartin
da8bb941d5 Improve diff syntax highlighting colors 2024-09-19 21:25:51 -04:00
4 changed files with 12 additions and 13 deletions

@ -1 +1 @@
Subproject commit 6b495947e230a93de7021c275e174b128c7ddaf5
Subproject commit 87b9a4fc514a789fca833bf540484fbda6a946b3

@ -1 +1 @@
Subproject commit 4af16a10b7f1e79275f712a1c6dcf725d301a303
Subproject commit 2b2ac302324f4cd2194c5dcaa59332b65e1c6403

@ -1 +1 @@
Subproject commit ab59562f659de77c0de4df75b4563546b3e99e2d
Subproject commit 520c35416d9490276f439f5751e459dad4be9f83

View file

@ -155,13 +155,17 @@ endfun
hi! link ErrorMsg Error
hi! link WarningMsg Error
"vimdiff
"diff
call s:C("DiffAdd",g:cYellow,"","standout")
call s:C("DiffAdded",g:cBlue,"","bold")
call s:C("DiffChange",g:cBlue,"","standout")
call s:C("DiffDelete",g:cRed,"","standout")
call s:C("DiffFile","","","")
call s:C("DiffRemoved",g:cRed,"","bold")
call s:C("DiffText",g:cGray2,"","standout")
call s:C("DiffAdded",g:cBlue,"","bold")
call s:C("DiffRemoved",g:cYellow,"","bold")
call s:C("diffIndexLine",g:cGray2,"","italic")
call s:C("diffNewFile",g:cBlue,"","bold,italic")
call s:C("diffOldFile",g:cRed,"","bold,italic")
"}}}
"LANGUAGE: {{{
@ -185,11 +189,6 @@ endfun
call s:C("sassMixinName",g:cGray2,"","bold")
hi! link sassProperty Type
"diff
call s:C("diffIndexLine",g:cGray2,"","italic")
call s:C("diffNewFile",g:cBlue,"","italic")
call s:C("diffOldFile",g:cYellow,"","italic")
"dosini
hi! link dosiniLabel Function
@ -402,13 +401,13 @@ endfun
"diff
call s:C("@attribute.diff",g:cYellow,"","")
call s:C("@constant.diff","","","")
call s:C("@diff.minus",g:cYellow,"","")
call s:C("@diff.plus",g:cBlue,"","")
call s:C("@function.diff",g:cRed,"","bold")
call s:C("@keyword.diff","","","")
call s:C("@number.diff","","","")
call s:C("@punctuation.special.diff","","","")
call s:C("@string.special.path.diff","","","")
hi! link @diff.minus DiffRemoved
hi! link @diff.plus DiffAdded
"scss
call s:C("@attribute.scss","","","")