feat(mail): add urlscan to view url in mails

This commit is contained in:
Yorick Barbanneau 2025-08-11 00:06:36 +02:00
parent 28020e17e1
commit fab0ec3696
2 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,54 @@
{
"palettes": {
"default": [
[ "header", "white", "dark blue", "standout", "#d8d8d8", "#383838" ],
[ "footer", "white", "dark red", "standout", "#d8d8d8", "#383838" ],
[ "search", "white", "dark green", "standout", "#282828", "#f7ca88" ],
[ "msgtext", "", "", "", "", "" ],
[ "msgtext:ellipses", "light gray", "black", "bold", "#f7ca88", "#383838" ],
[ "urlref:number:braces", "light gray", "black", "bold", "#f8f8f8", "#383838"],
[ "urlref:number","yellow", "black","bold", "#f7ca88", "#383838" ],
[ "urlref:url", "white", "black", "italics", "#7cafc2", "#181818" ],
[ "url:sel", "white", "dark blue", "underline", "#7cafc2", "#383838" ]
]
},
"keys": {
"/": "search_key",
"0": "digits",
"1": "digits",
"2": "digits",
"3": "digits",
"4": "digits",
"5": "digits",
"6": "digits",
"7": "digits",
"8": "digits",
"9": "digits",
"a": "add_url",
"C": "clipboard",
"c": "context",
"ctrl l": "clear_screen",
"ctrl f": "page_down",
"ctrl b": "page_up",
"d": "del_url",
"f1": "help_menu",
"G": "bottom",
"g": "top",
"j": "down",
"k": "up",
"J": "next",
"K": "previous",
"P": "clipboard_pri",
"l": "link_handler",
"o": "open_queue",
"O": "open_queue_win",
"p": "palette",
"Q": "quit",
"q": "quit",
"R": "reverse",
"S": "all_shorten",
"s": "shorten",
"u": "all_escape"
}
}