Skip to content

Commit

Permalink
Merge branch 'kutsan-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cocopon committed Mar 19, 2018
2 parents 3af0522 + 56954b6 commit 51b5c80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions colors/iceberg.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"
" File: iceberg.vim
" Maintainer: cocopon <[email protected]>
" Modified: 2018-03-12 10:53+0900
" Modified: 2018-03-19 20:59+0900
" License: MIT


Expand Down Expand Up @@ -181,7 +181,7 @@ hi! link typescriptNull Constant
hi! link typescriptParens Normal

if has('nvim')
let g:terminal_color_0 = '#161821'
let g:terminal_color_0 = '#1e2132'
let g:terminal_color_1 = '#e27878'
let g:terminal_color_2 = '#b4be82'
let g:terminal_color_3 = '#e2a478'
Expand Down
2 changes: 1 addition & 1 deletion src/iceberg.vim
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ function! s:create_context() abort
" }}}

let term_colors = [
\ g.normal_bg,
\ g.cursorline_bg,
\ g.red,
\ g.green,
\ g.orange,
Expand Down

0 comments on commit 51b5c80

Please sign in to comment.