Skip to content

Commit

Permalink
Apply change to source
Browse files Browse the repository at this point in the history
  • Loading branch information
cocopon committed Mar 6, 2020
1 parent 0c23452 commit 11abcb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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: 2019-08-31 16:56+0900
" Modified: 2020-03-06 09:55+0900
" License: MIT


Expand Down
1 change: 1 addition & 0 deletions src/iceberg.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function! s:create_context() abort
\ }))
call extend(rules, pgmnt#hi#group(
\ 'CursorLineNr', {
\ 'cterm': 'NONE',
\ 'ctermbg': c.cursorlinenr_bg,
\ 'ctermfg': c.cursorlinenr_fg,
\ 'guibg': g.cursorlinenr_bg,
Expand Down

0 comments on commit 11abcb7

Please sign in to comment.