mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
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:
parent
ee6007aa07
commit
49ba16da25
2 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
foot.ini
2
foot.ini
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue