From 29400117d166115a1bb9bf4faf74ac4bf57e2763 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 21 Apr 2014 17:36:50 -0400 Subject: [PATCH] Updated the theme to reflect the systemd syntax --- vim/colors/darkcloud.vim | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index b61f88e..8f57c77 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -332,7 +332,7 @@ call s:X("Comment","#6c6c6c","","italic","Grey","") call s:X("Constant","#87d7ff","","bold","Blue","") call s:X("Special","#ffd787","","bold","Yellow","") call s:X("Delimiter","#ffffff","","","White","") -call s:X("String","#ffffff","","italic","White","") +call s:X("String","#ffffff","","bold","White","") call s:X("StringDelimiter","#d0d0d0","","","White","") call s:X("Identifier","#87d7ff","","bold","Blue","") call s:X("Type","#d75f5f","","bold","Red","") @@ -461,6 +461,30 @@ if !exists("g:indent_guides_auto_colors") endif call s:X("vimOperParen","#87d7ff","","","Blue","") +"systemd unit files +hi! link sdKey Identifier +hi! link sdFilename String +hi! link sdFileList sdFilename +hi! link sdExecFile sdFilename +hi! link sdExecArgs sdExecFile +hi! link sdDocURI sdFilename +hi! link sdValue PreProc +hi! link sdServiceBlock sdValue +hi! link sdSocketBlock Operator +hi! link sdUnitBlock Comment +hi! link sdBindIPv6 sdValue +hi! link sdIPTOS Label +hi! link sdTCPCongest Label +hi! link sdIOSchedClass sdValue +hi! link sdIOSchedPrio sdValue +hi! link sdCPUSchedPol sdValue +hi! link sdBool sdValue +hi! link sdDatasize sdValue +hi! link sdSymbol sdValue +hi! link sdOtherSignal sdValue +hi! link sdDevAllow Keyword +hi! link sdCapability sdDevAllow + "notes call s:X("notesRule","","","bold","","") call s:X("WarningMsg","#ffd787","#2c2c2c","standout,bold","Yellow",s:termBlack)