diff options
author | bptato <nincsnevem662@gmail.com> | 2023-07-29 01:04:38 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-07-29 01:16:29 +0200 |
commit | f646b6caf0661ab2bee5abb4489267438de27c55 (patch) | |
tree | fca88782d420787a64da9eeaf86547854c7af218 /doc/config.md | |
parent | 4ffd835674870434dd820f8778b5eeeee615723c (diff) | |
download | chawan-f646b6caf0661ab2bee5abb4489267438de27c55.tar.gz |
Add default background/foreground color override
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md index ca62dd88..fabe9820 100644 --- a/doc/config.md +++ b/doc/config.md @@ -282,6 +282,18 @@ black background, etc).</td> <td>Set the terminal emulator's window title to that of the current page.</td> </tr> +<tr> +<td>default-background-color</td> +<td>color</td> +<td>Sets the assumed background color of the terminal.</td> +</tr> + +<tr> +<td>default-foreground-color</td> +<td>color</td> +<td>Sets the assumed foreground color of the terminal.</td> +</tr> + </table> ## Omnirule |