From 83e8870e617b50c4e1284ccbbab82a517b6c97c1 Mon Sep 17 00:00:00 2001 From: Daniel Wennberg Date: Wed, 5 Sep 2018 05:58:36 -0700 Subject: Add ansi colors for vim terminal --- colors/base16-pico.vim | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'colors/base16-pico.vim') diff --git a/colors/base16-pico.vim b/colors/base16-pico.vim index 5303fc8..dfb0e4b 100644 --- a/colors/base16-pico.vim +++ b/colors/base16-pico.vim @@ -121,6 +121,25 @@ if has("nvim") let g:terminal_color_background = g:terminal_color_7 let g:terminal_color_foreground = g:terminal_color_2 endif +elseif has('terminal') + let g:terminal_ansi_colors = [ + \ "#000000", + \ "#ff004d", + \ "#00e756", + \ "#fff024", + \ "#83769c", + \ "#ff77a8", + \ "#29adff", + \ "#5f574f", + \ "#008751", + \ "#ff004d", + \ "#00e756", + \ "#fff024", + \ "#83769c", + \ "#ff77a8", + \ "#29adff", + \ "#fff1e8", + \ ] endif " Theme setup -- cgit v1.2.3