aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/themes.vim2
1 files changed, 1 insertions, 1 deletions
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