瀏覽代碼

nixpkgs/neovim: reset terminal colors to default

Thomas Dy 3 年之前
父節點
當前提交
965abb5e9f
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. 17 0
      .config/nixpkgs/neovim/vimrc

+ 17 - 0
.config/nixpkgs/neovim/vimrc

@@ -124,3 +124,20 @@ call sonokai#highlight('MiniStatuslineModeInsert', s:palette.black, s:palette.gr
 call sonokai#highlight('MiniStatuslineModeVisual', s:palette.black, s:palette.orange)
 call sonokai#highlight('MiniStatuslineModeReplace', s:palette.black, s:palette.red)
 call sonokai#highlight('MiniStatuslineModeOther', s:palette.black, s:palette.green)
+
+unlet! g:terminal_color_0
+unlet! g:terminal_color_1
+unlet! g:terminal_color_2
+unlet! g:terminal_color_3
+unlet! g:terminal_color_4
+unlet! g:terminal_color_5
+unlet! g:terminal_color_6
+unlet! g:terminal_color_7
+unlet! g:terminal_color_8
+unlet! g:terminal_color_9
+unlet! g:terminal_color_10
+unlet! g:terminal_color_11
+unlet! g:terminal_color_12
+unlet! g:terminal_color_13
+unlet! g:terminal_color_14
+unlet! g:terminal_color_15