59 lines
1.7 KiB
Plaintext
59 lines
1.7 KiB
Plaintext
{
|
|
"styles": {
|
|
"Menu": {
|
|
"normal_style": "",
|
|
"hover_style": "bold yellow italic on blue",
|
|
"normal_border_style": "blue",
|
|
"hover_border_style": "blue",
|
|
"normal_title_style": "blue",
|
|
"hover_title_style": "",
|
|
"highlight_style": "yellow italic",
|
|
},
|
|
"Explorer": {
|
|
"normal_style": "",
|
|
"hover_style": "bold yellow italic on blue",
|
|
"normal_border_style": "blue",
|
|
"hover_border_style": "blue",
|
|
"normal_title_style": "blue",
|
|
"hover_title_style": "",
|
|
"highlight_style": "yellow bold",
|
|
"scrollbar_style": "white on blue",
|
|
},
|
|
"Wallet": {
|
|
"normal_style": "",
|
|
"hover_style": "bold yellow italic on blue",
|
|
"normal_border_style": "blue",
|
|
"hover_border_style": "blue",
|
|
"normal_title_style": "blue",
|
|
"hover_title_style": "",
|
|
"highlight_style": "yellow bold",
|
|
}
|
|
},
|
|
"keybindings": {
|
|
"Menu": {
|
|
"<q>": "Quit",
|
|
"<Ctrl-d>": "Quit",
|
|
"<Ctrl-c>": "Quit",
|
|
"<Ctrl-z>": "Suspend",
|
|
},
|
|
"Explorer": {
|
|
"<q>": "Quit",
|
|
"<Ctrl-d>": "Quit",
|
|
"<Ctrl-c>": "Quit",
|
|
"<Ctrl-z>": "Suspend",
|
|
},
|
|
"Wallet": {
|
|
"<q>": "Quit",
|
|
"<Ctrl-d>": "Quit",
|
|
"<Ctrl-c>": "Quit",
|
|
"<Ctrl-z>": "Suspend",
|
|
},
|
|
"Empty": {
|
|
"<q>": "Quit",
|
|
"<Ctrl-d>": "Quit",
|
|
"<Ctrl-c>": "Quit",
|
|
"<Ctrl-z>": "Suspend",
|
|
},
|
|
}
|
|
}
|