mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Changed help on /theme
This commit is contained in:
parent
986967ef89
commit
bf1a574cfd
@ -198,10 +198,10 @@ static struct cmd_t main_commands[] =
|
|||||||
NULL } } },
|
NULL } } },
|
||||||
|
|
||||||
{ "/theme",
|
{ "/theme",
|
||||||
_cmd_theme, parse_args, 1, 1,
|
_cmd_theme, parse_args, 1, 2,
|
||||||
{ "/theme [theme-name]", "Change colour theme.",
|
{ "/theme command [theme-name]", "Change colour theme.",
|
||||||
{ "/theme [theme-name]",
|
{ "/theme command [theme-name]",
|
||||||
"--------------",
|
"---------------------------",
|
||||||
"Change the colour setting as defined in:",
|
"Change the colour setting as defined in:",
|
||||||
"",
|
"",
|
||||||
" $XDG_CONFIG_HOME/profanity/themes/theme-name",
|
" $XDG_CONFIG_HOME/profanity/themes/theme-name",
|
||||||
@ -210,7 +210,12 @@ static struct cmd_t main_commands[] =
|
|||||||
"",
|
"",
|
||||||
" $HOME/.config/profanity/themes/theme-name",
|
" $HOME/.config/profanity/themes/theme-name",
|
||||||
"",
|
"",
|
||||||
"Using \"default\" as the theme name will reset to the default colours.",
|
"Command must be one of 'list' or 'load'.",
|
||||||
|
"list : List all available themes.",
|
||||||
|
"load [theme-name] : Load the named theme.\"default\" will reset to the default colours.",
|
||||||
|
"",
|
||||||
|
"Example : /theme list",
|
||||||
|
"Example : /theme load mycooltheme",
|
||||||
NULL } } },
|
NULL } } },
|
||||||
|
|
||||||
{ "/msg",
|
{ "/msg",
|
||||||
|
Loading…
Reference in New Issue
Block a user