1
0
Fork 0
menu/example_config.json

51 lines
1.4 KiB
JSON

{
"actions": [
{
"label": "example 1",
"action_type": "MSG",
"action_param": "1",
"action_message": "Doing example 1"
},
{
"label": "example 2",
"action_type": "MSG",
"action_param": "2",
"action_message": "Doing example 2"
},
{
"label": "example 3",
"action_type": "MSG",
"action_param": "3",
"action_message": "Doing example 3"
},
{
"label": "example 4",
"action_type": "MSG",
"action_param": "Bad time definition",
"action_message": "Doing example 4"
},
{
"label": "GET example",
"action_type": "GET",
"action_param": "http://example.com/",
"action_message": "Doing GET example"
},
{
"label": "Quit",
"action_type": "QUIT"
}
],
"theme": {
"menu_bg_color": "#4c566a",
"message_bg_color": "#eceff4",
"message_text_color": "#2e3440",
"btn_bg_color": "#d8dee9",
"btn_hover_color": "#eceff4",
"btn_text_color": "#2e3440",
"btn_font_face": "Sans",
"btn_font_size": "20",
"message_font_face": "Sans",
"message_font_size": "40"
}
}