diff --git a/core/themes.vim b/core/themes.vim index 9d84dec..a18a0b4 100644 --- a/core/themes.vim +++ b/core/themes.vim @@ -85,7 +85,7 @@ if !s:status endif execute 'call ' . s:colorscheme_func -if g:logging_level == 'info' +if g:logging_level == 'debug' let s:msg1 = "Colorscheme: " . s:theme call v:lua.vim.notify(s:msg1, 'info', {'title': 'nvim-config'}) endif