Skip to content

Commit

Permalink
Improve tomorrow theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vsushkov committed Nov 22, 2017
1 parent 1729ae1 commit f8fb316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,10 @@ endif
" Customize Theme {{{

function! s:base16_customize() abort
call Base16hi("Normal", g:base16_gui05, "f7f9fc", g:base16_cterm05, g:base16_cterm00, "", "")
call Base16hi("elixirModuleDeclaration", g:base16_gui0C, "", g:base16_cterm0C, "", "", "")
call Base16hi("elixirAlias", g:base16_gui09, "", g:base16_cterm09, "", "", "")
call Base16hi("elixirInclude", g:base16_gui0E, "", g:base16_cterm0E, "", "", "")
endfunction

augroup on_change_colorschema
Expand Down

0 comments on commit f8fb316

Please sign in to comment.