| 1 |
# Alloy imv configuration |
| 2 |
# |
| 3 |
# Keyboard-driven image viewer. Alloy light-mode palette applied to |
| 4 |
# background and overlay text. Overlay hidden by default (press "o" |
| 5 |
# to toggle). |
| 6 |
|
| 7 |
[options] |
| 8 |
background = f5f2ea # Alloy surface (letterbox / transparent-image background) |
| 9 |
overlay = false # start with overlay hidden |
| 10 |
overlay_font = IosevkaTerm Nerd Font:11 |
| 11 |
overlay_text_color = 302c22 # text-primary |
| 12 |
overlay_background_color = faf7ef # surface-raised |
| 13 |
overlay_position_bottom = true |
| 14 |
|
| 15 |
initial_pan = 50 50 |
| 16 |
scaling_mode = shrink |
| 17 |
suppress_default_binds = false |
| 18 |
|
| 19 |
[aliases] |
| 20 |
# Reserved for later Alloy-specific bindings. |
| 21 |
|
| 22 |
[binds] |
| 23 |
# imv ships sensible vi-like defaults (hjkl, gg/G, /, n/N, +/-, 0-9 for %). |
| 24 |
# Overrides only where the default is wrong for the Alloy keymap. |
| 25 |
o = overlay |
| 26 |
|