w3m icon indicating copy to clipboard operation
w3m copied to clipboard

more color support?

Open laoshaw opened this issue 6 years ago • 1 comments

i have lots of markdown files and I converted them to html then use w3m to read it, can w3m highlight Heads(H1,H2,..) and lists, etc? the color supported is very limited in w3m,lynx seems more 'vivid', is it possible to add more color support to other html elements.

for example, pandoc my.md -o my.html, lynx my.html will show a colorful page while w3m will only show black(bold for H1) and white with colors for links/mark/form.

laoshaw avatar Aug 27 '19 01:08 laoshaw

Second that.

Not sure if I'm correct but as of now I see only these color placeholders:

visited_color
active_color
bg_color
mark_color
form_color
image_color
anchor_color
basic_color

Would be great if we could indeed add headings and lists here.

097115 avatar Dec 19 '23 15:12 097115