Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/xob.1
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ The two zones are separated by a padding-sized gap.
Each of the following have three suboptions \[lq].fg\[rq],
\[lq].bg\[rq], and \[lq].border\[rq] corresponding to hexadecimal RGB or
RGBA specifications (e.g.\ #ff0000 or #ff0000ff) of the colors of the
foreground, the backgroud, and the border.
foreground, the background, and the border.
If xob is built without transparency support, the alpha channel is
ignored.
.TP
Expand Down
2 changes: 1 addition & 1 deletion doc/xob.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ In the following, a dot "." means "suboption". For instance "color.normal.fg" me
**overflow** *"hidden" | "proportional"* (default: proportional)
: When "hidden" is set, a full bar is displayed using the overflow color when the value exceeds the maximum, whatever that value is. When "proportional" is set, only a portion of the bar whose size depends on the overflow is displayed using the overflow color. If the value is twice the maximum, half the bar is displayed using the overflow color. The two zones are separated by a padding-sized gap.

Each of the following have three suboptions ".fg", ".bg", and ".border" corresponding to hexadecimal RGB or RGBA specifications (e.g. #ff0000 or #ff0000ff) of the colors of the foreground, the backgroud, and the border. If xob is built without transparency support, the alpha channel is ignored.
Each of the following have three suboptions ".fg", ".bg", and ".border" corresponding to hexadecimal RGB or RGBA specifications (e.g. #ff0000 or #ff0000ff) of the colors of the foreground, the background, and the border. If xob is built without transparency support, the alpha channel is ignored.

**color.normal** *colors* (default: {fg = "#ffffff"; bg = "#00000090"; border = "#ffffff";})
: Colors in the general case.
Expand Down