Default value fixes and typos.

This commit is contained in:
Raimund Sacherer 2023-11-01 16:24:43 +01:00
parent 1fb28d4ea8
commit 253e5ac1aa
2 changed files with 3 additions and 2 deletions

View file

@ -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 */

View file

@ -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]