forked from cocopon/iceberg.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for git-messenger.vim, close cocopon#45
- Loading branch information
Showing
3 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
" | ||
" File: iceberg.vim | ||
" Maintainer: cocopon <[email protected]> | ||
" Modified: 2019-01-04 19:45+0900 | ||
" Modified: 2019-04-19 10:02+0900 | ||
" License: MIT | ||
|
||
|
||
|
@@ -102,6 +102,8 @@ hi! GitGutterAdd ctermbg=235 ctermfg=150 guibg=#1e2132 guifg=#b4be82 | |
hi! GitGutterChange ctermbg=235 ctermfg=109 guibg=#1e2132 guifg=#89b8c2 | ||
hi! GitGutterChangeDelete ctermbg=235 ctermfg=109 guibg=#1e2132 guifg=#89b8c2 | ||
hi! GitGutterDelete ctermbg=235 ctermfg=203 guibg=#1e2132 guifg=#e27878 | ||
hi! gitmessengerEndOfBuffer ctermbg=235 ctermfg=239 guibg=#1e2132 guifg=#444b71 | ||
hi! gitmessengerPopupNormal ctermbg=235 ctermfg=252 guibg=#1e2132 guifg=#c6c8d1 | ||
hi! Sneak ctermbg=140 ctermfg=234 guibg=#a093c7 guifg=#161821 | ||
hi! SneakScope ctermbg=236 ctermfg=242 guibg=#272c42 guifg=#6b7089 | ||
hi! SyntasticErrorSign ctermbg=235 ctermfg=203 guibg=#1e2132 guifg=#e27878 | ||
|
@@ -157,6 +159,9 @@ hi! link jsFlowObject Normal | |
hi! link jsFlowType PreProc | ||
hi! link graphqlName Normal | ||
hi! link graphqlOperator Normal | ||
hi! link gitmessengerHash Comment | ||
hi! link gitmessengerHeader Statement | ||
hi! link gitmessengerHistory Constant | ||
hi! link jsArrowFunction Operator | ||
hi! link jsClassDefinition Normal | ||
hi! link jsClassFuncName Title | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters