diff options
author | Benjamin Graham <benwilliamgraham@gmail.com> | 2021-04-29 21:04:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 21:04:03 -0400 |
commit | 7d428a3805ee7808ec1d97688335ced6feeaed41 (patch) | |
tree | d8fddb345ec5f5edb2b8c5ebfa3795f94761a4a2 | |
parent | 5e0a9447a7f8c8912a82ccda6929c9ed553bd57e (diff) |
Added conditional to terminal coloring
-rw-r--r-- | colors/doom-one.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/doom-one.vim b/colors/doom-one.vim index f5ab07b..2a5c518 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -200,7 +200,7 @@ call s:_('BufferTabpageFill', s:base4, s:bg_other, 'bold') call s:_('BufferPart', s:diff_info_fg, s:diff_info_bg0, 'bold') -if has("nvim") +if has("nvim") && g:doom_one_terminal_colors let g:terminal_color_0 = s:bg let g:terminal_color_1 = s:red let g:terminal_color_2 = s:green_alt |