diff options
Diffstat (limited to 'colors/base16-atelier-heath.vim')
-rw-r--r-- | colors/base16-atelier-heath.vim | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-atelier-heath.vim b/colors/base16-atelier-heath.vim index 09c466c..10f6cd2 100644 --- a/colors/base16-atelier-heath.vim +++ b/colors/base16-atelier-heath.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 = [ + \ "#1b181b", + \ "#ca402b", + \ "#918b3b", + \ "#bb8a35", + \ "#516aec", + \ "#7b59c0", + \ "#159393", + \ "#ab9bab", + \ "#776977", + \ "#ca402b", + \ "#918b3b", + \ "#bb8a35", + \ "#516aec", + \ "#7b59c0", + \ "#159393", + \ "#f7f3f7", + \ ] endif " Theme setup |