-
Notifications
You must be signed in to change notification settings - Fork 51
/
README.status-color
67 lines (45 loc) · 1.33 KB
/
README.status-color
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Status Color Patch
==================
Custom rules for theming the status bar
Patch
-----
To check if Mutt supports "Status Color", look for "patch-status-color" in
the mutt version.
Dependencies
* mutt-1.5.24
Introduction
------------
The "status-color" patch allows you to theme different parts of the status
bar (also when it's used by the index).
Unlike normal color commands, 'color status' can now take up to 2 extra
parameters (regex, num).
Commands
--------
color status foreground background [ regex [ num ]]
With zero parameters, Mutt will set the default color for the entire status
bar.
With one parameter, Mutt will only color the parts matching the regex.
With two parameters, Mutt will only color the num'th sub-match of the regex.
Colors
------
Status Colors
| Name | Default Color | Description |
|--------|---------------|-------------|
| status | 'reverse' | Status bar |
See Also
--------
* NeoMutt project
* Compile-Time Features
* Regular Expressions
* Patterns
* index-color patch
* Color command
Known Bugs
----------
None
Credits
-------
* David Sterba <[email protected]>
* Thomas Glanzmann <[email protected]>
* Kirill A. Shutemov <[email protected]>
* Richard Russon <[email protected]>