diff --git a/content/style.js b/content/style.js index 0aadb73d..0e658b11 100644 --- a/content/style.js +++ b/content/style.js @@ -381,7 +381,7 @@ liberator.registerObserver("load_commands", function () let scheme = args.arguments[0]; if (io.sourceFromRuntimePath(["colors/" + scheme + ".vimp"])) - autocommands.trigger("ColorScheme", { color: scheme }); // XXX: Best name? + autocommands.trigger("ColorScheme", { colors: scheme }); // XXX: Best name? else liberator.echoerr("E185: Cannot find color scheme " + scheme); }, diff --git a/locale/en-US/autocommands.txt b/locale/en-US/autocommands.txt index ca9ae0f9..aa662db5 100644 --- a/locale/en-US/autocommands.txt +++ b/locale/en-US/autocommands.txt @@ -49,7 +49,7 @@ The following keywords are available where relevant: ** The size of a downloaded file. ** The target destination of a download. ** The new fullscreen state. -** The color scheme name. +** The color scheme name. -------------------------------------------------------------- ________________________________________________________________________________