diff options
Diffstat (limited to 'data/help/prompt.yaml')
| -rw-r--r-- | data/help/prompt.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/help/prompt.yaml b/data/help/prompt.yaml index 45c7282..961b605 100644 --- a/data/help/prompt.yaml +++ b/data/help/prompt.yaml @@ -30,13 +30,13 @@ description: | Use %% for a literal % sign. Color blocks: - {<0-255> [bold] [dim] [underline]}text{/} + {<00-FF> [bold] [dim] [underline]}text{/} {g:<a>,<b>[,<c>...]}gradient text{/} A color block starts with {color_spec} and ends with {/}. Examples: prompt > - prompt {6}%h/%Hhp $%c %s{/} > - prompt <{2}%h{/}/{1}%H{/}hp> - prompt {208 bold}%h/%Hhp{/} > + prompt {06}%h/%Hhp $%c %s{/} > + prompt <{02}%h{/}/{01}%H{/}hp> + prompt {D0 bold}%h/%Hhp{/} > |
