mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-16 08:21:20 -04:00
Default value fixes and typos.
This commit is contained in:
parent
1fb28d4ea8
commit
253e5ac1aa
2 changed files with 3 additions and 2 deletions
2
config.c
2
config.c
|
|
@ -3061,7 +3061,7 @@ config_load(struct config *conf, const char *conf_path,
|
|||
.flash = 0x7f7f00,
|
||||
.flash_alpha = 0x7fff,
|
||||
.crosshair = default_foreground,
|
||||
.crosshair_alpha = 0xffff,
|
||||
.crosshair_alpha = 0x7fff,
|
||||
.alpha = 0xffff,
|
||||
.selection_fg = 0x80000000, /* Use default bg */
|
||||
.selection_bg = 0x80000000, /* Use default fg */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue