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.
Apply changes to templates, cocopon#61
- Loading branch information
Showing
5 changed files
with
136 additions
and
103 deletions.
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: 2020-04-18 11:00+0900 | ||
" Modified: 2020-05-15 21:44+0900 | ||
" License: MIT | ||
|
||
|
||
|
@@ -97,7 +97,7 @@ if &background == 'light' | |
hi ALEWarningSign ctermbg=253 ctermfg=130 guibg=#dcdfe7 guifg=#c57339 | ||
hi ALEVirtualTextError ctermfg=125 guifg=#cc517a | ||
hi ALEVirtualTextWarning ctermfg=130 guifg=#c57339 | ||
hi CtrlPMode1 ctermbg=241 ctermfg=252 guibg=#999eb6 guifg=#e8e9ec | ||
hi CtrlPMode1 ctermbg=247 ctermfg=252 guibg=#9fa6c0 guifg=#e8e9ec | ||
hi EasyMotionShade ctermfg=250 guifg=#bbbecd | ||
hi EasyMotionTarget ctermfg=64 guifg=#668e3d | ||
hi EasyMotionTarget2First ctermfg=130 guifg=#c57339 | ||
|
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
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