diff options
Diffstat (limited to 'colors/base16-atelier-forest.vim')
-rw-r--r-- | colors/base16-atelier-forest.vim | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-atelier-forest.vim b/colors/base16-atelier-forest.vim index 02f2f03..4e88645 100644 --- a/colors/base16-atelier-forest.vim +++ b/colors/base16-atelier-forest.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 = [ + \ "#1b1918", + \ "#f22c40", + \ "#7b9726", + \ "#c38418", + \ "#407ee7", + \ "#6666ea", + \ "#3d97b8", + \ "#a8a19f", + \ "#766e6b", + \ "#f22c40", + \ "#7b9726", + \ "#c38418", + \ "#407ee7", + \ "#6666ea", + \ "#3d97b8", + \ "#f1efee", + \ ] endif " Theme setup |