mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
foot.ini: move alpha-mode to colors section
This is where the config parser expects it
This commit is contained in:
parent
6e5a602f67
commit
30aafce82d
1 changed files with 1 additions and 2 deletions
3
foot.ini
3
foot.ini
|
|
@ -38,8 +38,6 @@
|
|||
# utmp-helper=/usr/lib/utempter/utempter # When utmp backend is ‘libutempter’ (Linux)
|
||||
# utmp-helper=/usr/libexec/ulog-helper # When utmp backend is ‘ulog’ (FreeBSD)
|
||||
|
||||
# alpha-mode=default # Can be `default`, `matching` or `all`
|
||||
|
||||
[environment]
|
||||
# name=value
|
||||
|
||||
|
|
@ -102,6 +100,7 @@
|
|||
|
||||
[colors]
|
||||
# alpha=1.0
|
||||
# alpha-mode=default # Can be `default`, `matching` or `all`
|
||||
# background=242424
|
||||
# foreground=ffffff
|
||||
# flash=7f7f00
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue