aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-pop.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-pop.vim')
-rw-r--r--colors/base16-pop.vim19
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-pop.vim b/colors/base16-pop.vim
index 19c180e..a34bd49 100644
--- a/colors/base16-pop.vim
+++ b/colors/base16-pop.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",
+ \ "#eb008a",
+ \ "#37b349",
+ \ "#f8ca12",
+ \ "#0e5a94",
+ \ "#b31e8d",
+ \ "#00aabb",
+ \ "#d0d0d0",
+ \ "#505050",
+ \ "#eb008a",
+ \ "#37b349",
+ \ "#f8ca12",
+ \ "#0e5a94",
+ \ "#b31e8d",
+ \ "#00aabb",
+ \ "#ffffff",
+ \ ]
endif
" Theme setup