diff options
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.theme b/default.theme index 3b457830..4c19d41c 100644 --- a/default.theme +++ b/default.theme @@ -47,9 +47,9 @@ ############################################################################# -# default foreground color (%N) - 0 is the "default terminal color" -default_color = 0; -# default foreground color when "0" can't be used, +# default foreground color (%N) - -1 is the "default terminal color" +default_color = -1; +# default foreground color when -1 can't be used, # such as with bolds and reverses. white is default. default_real_color = 7; |