aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-06-28 00:36:37 +0800
committerjdhao <jdhao@hotmail.com>2022-06-28 00:36:37 +0800
commita8fdbf35734203ac9b3d6faa512f08571f0655ea (patch)
tree7d638a5c0e63cf6d4ec9bdab705f31729cba6e60 /core
parent351ba5fc63271bea0fee399284ba4729b5e91cf8 (diff)
disable showing current theme used
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