Formatting of /theme properties command output

This commit is contained in:
James Booth
2016-01-23 22:55:04 +00:00
parent 6ec3f71a54
commit 2df622f9fd
3 changed files with 64 additions and 45 deletions

View File

@@ -1735,10 +1735,10 @@ static struct cmd_t command_defs[] =
CMD_DESC(
"Load a theme, includes colours and UI options.")
CMD_ARGS(
{ "list", "List all available themes." },
{ "load <theme>", "Load the specified theme. 'default' will reset to the default theme." },
{ "colours", "Show the colour values as rendered by the terminal." },
{ "properties", "Show each themed property." })
{ "list", "List all available themes." },
{ "load <theme>", "Load the specified theme. 'default' will reset to the default theme." },
{ "colours", "Show colour values as rendered by the terminal." },
{ "properties", "Show colour settings for current theme." })
CMD_EXAMPLES(
"/theme list",
"/theme load forest")