Skip to content

Commit

Permalink
update dracule theme
Browse files Browse the repository at this point in the history
this incuded some significant changes to terminal colors, which required
more configuration to fix in .vimrc. I remember not being able to solve
this problem with tmux becuause additional configuration is necessary -
see dracula/vim#65 for help
  • Loading branch information
jackiekircher committed Jul 28, 2018
1 parent 890f727 commit 7590117
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ execute pathogen#infect()

" color schemin'
let g:hybrid_use_Xresources = 1
set t_Co=256
color dracula
let g:dracula_italic = 0
colorscheme dracula
highlight Normal ctermbg=None

" mouse
set mouse=a
Expand All @@ -54,7 +55,7 @@ execute pathogen#infect()

" airline
" makes the status line prettier
let g:airline_powerline_fonts = 1
let g:airline_powerline_fonts = 0
let g:airline_extensions = ['branch', 'syntastic']


Expand Down

0 comments on commit 7590117

Please sign in to comment.