Update Neovim-gtk setting for loading dark variant

This commit is contained in:
Dionisio E Alonso 2019-09-06 12:24:23 -03:00
parent ad74414365
commit 2dcb660a32
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
call rpcnotify(1, 'Gui', 'Font', 'Fira Code 9')
if exists('g:GtkGuiLoaded')
NGPreferDarkTheme on
call rpcnotify(1, 'Gui', 'Command', 'PreferDarkTheme', 'on')
endif
" Restore theme's background on GUI