Small clarification/rewording of default color values

This makes the example config `foot.ini` and its man page slightly more
coherent regarding the specification of default values.

Note that the cursor color is not hardcoded like e.g. foreground or
background, thus in the example config, `<inverse foreground/background>`
makes more sense.
This commit is contained in:
Merlin Büge 2022-04-06 01:56:17 +02:00 committed by Daniel Eklöf
parent ee6007aa07
commit 49ba16da25
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 5 additions and 7 deletions

View file

@ -422,8 +422,8 @@ applications can change these at runtime.
prefix) specifying the foreground (text) and background (cursor)
colors for the cursor.
Default: inversed foreground and background colors.
Default: _inverse foreground/background colors_.
Note that this value only applies to the block cursor. The other
cursor styles are always rendered with the foreground color.
@ -551,10 +551,8 @@ can configure the background transparency with the _alpha_ option.
*scrollback-indicator*
Two color values specifying the foreground (text) and background
(indicator itself) colors for the scrollback indicator.
Default: first regular color (black) for foreground,
and fifth bright color (light blue) for background.
(indicator itself) colors for the scrollback indicator. Default:
_regular0 bright4_.
*urls*
Color to use for the underline used to highlight URLs in URL

View file

@ -54,7 +54,7 @@
[cursor]
# style=block
# color=111111 dcdccc
# color=<inverse foreground/background>
# blink=no
# beam-thickness=1.5
# underline-thickness=<font underline thickness>