From 574744ea1e5e71fe9916af1ef6b86bf164461a52 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Tue, 11 Oct 2016 15:40:14 +0200 Subject: [PATCH] Document default color and cursor_foreground behavior Document the cursor color and cursor_foreground behaviour with the default termite configuration. --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index c794a35..bffcee1 100644 --- a/config +++ b/config @@ -32,8 +32,11 @@ filter_unmatched_urls = true #modify_other_keys = false [colors] +# If both of these are unset, cursor falls back to the foreground color, +# and cursor_foreground falls back to the background color. #cursor = #dcdccc #cursor_foreground = #dcdccc + foreground = #dcdccc foreground_bold = #ffffff background = #3f3f3f