diff options
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 |