mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 07:12:27 +01:00
change the ColorScheme parameter name to "colors"
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user