aboutsummaryrefslogtreecommitdiff
path: root/core/themes.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-02-09 01:17:50 +0800
committerjdhao <jdhao@hotmail.com>2022-02-09 01:17:50 +0800
commit6322c7c212d66654ef477c8971f1d4fd9d05a28d (patch)
tree83f35d207055c0fe91e78713cdec87ebf4073a96 /core/themes.vim
parentaa0cf40591bd722b63c9b3be4072d350ed8ee21f (diff)
chore: update theme hint message
Diffstat (limited to 'core/themes.vim')
-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