visit1985 / mdp

A command-line based markdown presentation tool.
GNU General Public License v3.0
4.93k stars 258 forks source link

Config.h file for mdp #151

Closed MrPicklePinosaur closed 9 months ago

MrPicklePinosaur commented 3 years ago

I extracted a couple of config options into a config.h file. Keybindings is now an array that users can specify any number of keys to trigger the event. Configuring colors was a bit weird, since there was a specific color ramp for each color, so I just made it so you can only configure colors in the 8 color mode. For this reason, a 'force 8-bit mode' flag probably should also be added, since changing the TERM env variable every time before launching mdp might be a bit messy.

visit1985 commented 9 months ago

see #166