aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-bespin.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-bespin.vim')
-rw-r--r--colors/base16-bespin.vim19
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-bespin.vim b/colors/base16-bespin.vim
index 7425bbf..3780f9a 100644
--- a/colors/base16-bespin.vim
+++ b/colors/base16-bespin.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 = [
+ \ "#28211c",
+ \ "#cf6a4c",
+ \ "#54be0d",
+ \ "#f9ee98",
+ \ "#5ea6ea",
+ \ "#9b859d",
+ \ "#afc4db",
+ \ "#8a8986",
+ \ "#666666",
+ \ "#cf6a4c",
+ \ "#54be0d",
+ \ "#f9ee98",
+ \ "#5ea6ea",
+ \ "#9b859d",
+ \ "#afc4db",
+ \ "#baae9e",
+ \ ]
endif
" Theme setup