1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-17 13:54:15 +01:00

change the ColorScheme parameter name to "colors"

This commit is contained in:
Doug Kearns
2008-11-06 14:20:04 +00:00
parent e5db52a8ac
commit 8c9f90c985
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
},

View File

@@ -49,7 +49,7 @@ The following keywords are available where relevant:
*<size>* The size of a downloaded file.
*<file>* The target destination of a download.
*<fullscreen>* The new fullscreen state.
*<color>* The color scheme name.
*<colors>* The color scheme name.
--------------------------------------------------------------
________________________________________________________________________________