Explorar o código

nixpkgs/neovim: reset terminal colors to default

Thomas Dy %!s(int64=3) %!d(string=hai) anos
pai
achega
965abb5e9f
Modificáronse 1 ficheiros con 17 adicións e 0 borrados
  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