diff options
Diffstat (limited to 'colors/base16-gruvbox-light-hard.vim')
-rw-r--r-- | colors/base16-gruvbox-light-hard.vim | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/colors/base16-gruvbox-light-hard.vim b/colors/base16-gruvbox-light-hard.vim index be821cd..0f99267 100644 --- a/colors/base16-gruvbox-light-hard.vim +++ b/colors/base16-gruvbox-light-hard.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 = [ + \ "#f9f5d7", + \ "#9d0006", + \ "#79740e", + \ "#b57614", + \ "#076678", + \ "#8f3f71", + \ "#427b58", + \ "#504945", + \ "#bdae93", + \ "#9d0006", + \ "#79740e", + \ "#b57614", + \ "#076678", + \ "#8f3f71", + \ "#427b58", + \ "#282828", + \ ] endif " Theme setup |