aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/themes.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/themes.vim b/core/themes.vim
index 8690c67..9d84dec 100644
--- a/core/themes.vim
+++ b/core/themes.vim
@@ -86,6 +86,6 @@ endif
execute 'call ' . s:colorscheme_func
if g:logging_level == 'info'
- let s:msg1 = "Currently loaded theme: " . s:theme
+ let s:msg1 = "Colorscheme: " . s:theme
call v:lua.vim.notify(s:msg1, 'info', {'title': 'nvim-config'})
endif