Improve annotiation in quick start guide

Prior to the change annotations had multiple issues:
- lining up: potentially confusing, visually abstracting the UI
- excessive contract: while purple color provided juxtaposed soft tones, it also distracted the reader
This commit is contained in:
2025-08-21 00:58:29 +02:00
parent 4446d7ba6e
commit 4c57705efc
2 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -28,9 +28,9 @@ $ profanity -h
The user interface is split into five main areas:
1. **Title Bar:** Shows the name of the person or chat room youre with, plus your current status (e.g., online or away). Its configurable using the [`/titlebar`](/command-reference/#titlebar) command.
2. **Main Window Area:** Used to show the current active window. The first window (1) is reserved for the 'console' where system messages, roster and some command responses are shown.
3. **Status Bar:** Displays the current time, your logged-in account, and the status of open windows. A highlighted number indicates new messages, while "-1-" marks the currently active window. It's configurable using the [`/statusbar`](/command-reference/#statusbar) command.
4. **Input Area:** Where you type messages or commands. Press Tab to autocomplete them easily.
5. **Roster Subwindow:** Lists your contacts, their online status, and any new messages.
3. **Roster Subwindow:** Lists your contacts, their online status, and any new messages.
4. **Status Bar:** Displays the current time, your logged-in account, and the status of open windows. A highlighted number indicates new messages, while "-1-" marks the currently active window. It's configurable using the [`/statusbar`](/command-reference/#statusbar) command.
5. **Input Area:** Where you type messages or commands. Press Tab to autocomplete them easily.
All commands start with a / character. For example, [`/help`](/command-reference/#help).
@@ -38,10 +38,10 @@ All commands start with a / character. For example, [`/help`](/command-reference
### Registration
To use CProof, you first need to register a JID (Jabber ID) and then add your account.
To use CProof, you first need to register a Jabber ID (JID) and then add your account.
If you dont have a JID yet, use the [`/register`](/command-reference/#register) command to create one. If you already have a JID, you can skip this step.
```bash
/register nickname example.com
```