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 = 0x7f7f00,
|
||||||
.flash_alpha = 0x7fff,
|
.flash_alpha = 0x7fff,
|
||||||
.crosshair = default_foreground,
|
.crosshair = default_foreground,
|
||||||
.crosshair_alpha = 0xffff,
|
.crosshair_alpha = 0x7fff,
|
||||||
.alpha = 0xffff,
|
.alpha = 0xffff,
|
||||||
.selection_fg = 0x80000000, /* Use default bg */
|
.selection_fg = 0x80000000, /* Use default bg */
|
||||||
.selection_bg = 0x80000000, /* Use default fg */
|
.selection_bg = 0x80000000, /* Use default fg */
|
||||||
|
|
|
||||||
3
foot.ini
3
foot.ini
|
|
@ -81,7 +81,7 @@
|
||||||
# flash=7f7f00
|
# flash=7f7f00
|
||||||
# flash-alpha=0.5
|
# flash-alpha=0.5
|
||||||
# crosshair=ffffff
|
# crosshair=ffffff
|
||||||
# crosshair_alpha=1.0
|
# crosshair-alpha=0.5
|
||||||
|
|
||||||
## Normal/regular colors (color palette 0-7)
|
## Normal/regular colors (color palette 0-7)
|
||||||
# regular0=242424 # black
|
# regular0=242424 # black
|
||||||
|
|
@ -170,6 +170,7 @@
|
||||||
# crosshair-fix-position=Control+Shift+f
|
# crosshair-fix-position=Control+Shift+f
|
||||||
# crosshair-use-pixel-position=Control+Shift+p
|
# crosshair-use-pixel-position=Control+Shift+p
|
||||||
# crosshair-use-mouse-position=Control+Shift+m
|
# crosshair-use-mouse-position=Control+Shift+m
|
||||||
|
# crosshair-style=Control+Shift+s
|
||||||
# noop=none
|
# noop=none
|
||||||
|
|
||||||
[search-bindings]
|
[search-bindings]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue