mirror of
https://github.com/altercation/solarized
synced 2024-11-21 19:23:02 +00:00
[vim] solarized haskell tweaks
This commit is contained in:
parent
5bd6d2c336
commit
f79b167e44
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ exe "hi hs_DeclareFunction" . s:fg_orange .s:bg_none .s:fmt_none
|
|||
exe "hi hsVarSym" . s:fg_cyan .s:bg_none .s:fmt_none
|
||||
exe "hi hsType" . s:fg_yellow .s:bg_none .s:fmt_none
|
||||
exe "hi hsTypedef" . s:fg_cyan .s:bg_none .s:fmt_none
|
||||
exe "hi hsModuleName" . s:fg_violet .s:bg_none .s:fmt_undr
|
||||
exe "hi hsModuleName" . s:fg_green .s:bg_none .s:fmt_undr
|
||||
exe "hi hsModuleStartLabel" . s:fg_magenta.s:bg_none .s:fmt_none
|
||||
hi link hsImportParams Delimiter
|
||||
hi link hsDelimTypeExport Delimiter
|
||||
|
|
Loading…
Reference in a new issue