diff options
Diffstat (limited to 'colors/base16-3024.vim')
-rw-r--r-- | colors/base16-3024.vim | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-3024.vim b/colors/base16-3024.vim index bd10fdb..af4c137 100644 --- a/colors/base16-3024.vim +++ b/colors/base16-3024.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 = [ + \ "#090300", + \ "#db2d20", + \ "#01a252", + \ "#fded02", + \ "#01a0e4", + \ "#a16a94", + \ "#b5e4f4", + \ "#a5a2a2", + \ "#5c5855", + \ "#db2d20", + \ "#01a252", + \ "#fded02", + \ "#01a0e4", + \ "#a16a94", + \ "#b5e4f4", + \ "#f7f7f7", + \ ] endif " Theme setup |