summaryrefslogtreecommitdiffstats
path: root/plugin/40-colors.lua
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-07 14:17:28 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-07 14:17:28 +0200
commitee91a01e8b8ad4e7b9d34c265c8ab87e6265fc2e (patch)
treefe7b05c2d0d4b5d0b52bfaf65414d661d89173e6 /plugin/40-colors.lua
parentf7174f22f8135b6c78cd07e4b01cdc6d99f10b18 (diff)
downloadnvim-config-ee91a01e8b8ad4e7b9d34c265c8ab87e6265fc2e.tar.gz
nvim-config-ee91a01e8b8ad4e7b9d34c265c8ab87e6265fc2e.zip
misc(nvim): edit comment, descriptions, and user command names
Diffstat (limited to 'plugin/40-colors.lua')
-rw-r--r--plugin/40-colors.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/40-colors.lua b/plugin/40-colors.lua
index 32ae452..c587767 100644
--- a/plugin/40-colors.lua
+++ b/plugin/40-colors.lua
@@ -161,4 +161,4 @@ apply_highlights()
vim.api.nvim_create_user_command("ColorsNext", next_colorscheme, { desc = "Load next color scheme" })
vim.api.nvim_create_user_command("ColorsRandom", random_colorscheme, { desc = "Load random color scheme" })
-vim.api.nvim_create_user_command("ColorsThemeToggle", toggle_theme, { desc = "Toggle light/dark theme" })
+vim.api.nvim_create_user_command("ColorsToggle", toggle_theme, { desc = "Toggle light/dark theme" })