2024-11-14 13:46:38 +01:00
|
|
|
{
|
2024-11-26 12:53:46 +01:00
|
|
|
"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": "",
|
2024-12-02 12:16:39 +01:00
|
|
|
"highlight_style": "yellow italic",
|
2024-11-26 12:53:46 +01:00
|
|
|
},
|
|
|
|
"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": "",
|
2024-12-02 12:16:39 +01:00
|
|
|
"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",
|
2024-12-05 12:06:37 +01:00
|
|
|
"popup_style": "blue",
|
|
|
|
"popup_title_style": "blue",
|
2024-11-26 12:53:46 +01:00
|
|
|
}
|
|
|
|
},
|
2024-11-14 13:46:38 +01:00
|
|
|
"keybindings": {
|
2024-12-02 12:16:39 +01:00
|
|
|
"Menu": {
|
2024-11-14 13:46:38 +01:00
|
|
|
"<q>": "Quit",
|
|
|
|
"<Ctrl-d>": "Quit",
|
|
|
|
"<Ctrl-c>": "Quit",
|
|
|
|
"<Ctrl-z>": "Suspend",
|
|
|
|
},
|
2024-12-02 12:16:39 +01:00
|
|
|
"Explorer": {
|
2024-11-19 16:36:43 +01:00
|
|
|
"<q>": "Quit",
|
|
|
|
"<Ctrl-d>": "Quit",
|
|
|
|
"<Ctrl-c>": "Quit",
|
|
|
|
"<Ctrl-z>": "Suspend",
|
|
|
|
},
|
2024-12-02 12:16:39 +01:00
|
|
|
"Wallet": {
|
2024-11-14 13:46:38 +01:00
|
|
|
"<Ctrl-d>": "Quit",
|
|
|
|
"<Ctrl-c>": "Quit",
|
|
|
|
"<Ctrl-z>": "Suspend",
|
2024-11-19 16:36:43 +01:00
|
|
|
},
|
2024-12-02 12:16:39 +01:00
|
|
|
"Empty": {
|
2024-11-19 16:36:43 +01:00
|
|
|
"<q>": "Quit",
|
|
|
|
"<Ctrl-d>": "Quit",
|
|
|
|
"<Ctrl-c>": "Quit",
|
|
|
|
"<Ctrl-z>": "Suspend",
|
2024-12-02 12:16:39 +01:00
|
|
|
},
|
2024-11-14 13:46:38 +01:00
|
|
|
}
|
|
|
|
}
|