about summary refs log tree commit diff stats
path: root/doc/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md12
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
84'>84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115