Skip to content

Commit

Permalink
Update vim terminal colours after material change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-conder committed Jun 3, 2021
1 parent ad84f53 commit e97540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ silent! colorscheme material
if exists('g:material_colorscheme_map')
let s:ansi_colors = ['black', 'red', 'green', 'yellow', 'blue', 'purple', 'cyan', 'white']
let s:colors = g:material_colorscheme_map
let s:ansi_colors = map(s:ansi_colors, 's:colors[v:val]')
let s:ansi_colors = map(s:ansi_colors, 's:colors[v:val].gui')
let g:terminal_ansi_colors = s:ansi_colors + s:ansi_colors
endif

Expand Down

0 comments on commit e97540b

Please sign in to comment.