2021-07-20 02:51:24 +00:00
|
|
|
// NOTE: This is a custom JSON file, where lines leading
|
|
|
|
// with `//` are removed. No other comments are valid.
|
|
|
|
{
|
2021-07-20 18:48:42 +00:00
|
|
|
"ads_menu_button": {
|
2021-07-20 22:09:57 +00:00
|
|
|
"default": ["dock:float:hex", "dock:float:opacity"],
|
|
|
|
"hover": ["close:hover:hex", "close:hover:opacity"],
|
|
|
|
"pressed": ["highlight:dark:hex", "highlight:dark:opacity"]
|
2021-07-20 18:48:42 +00:00
|
|
|
},
|
|
|
|
"ads_maximize": {
|
2021-07-20 22:09:57 +00:00
|
|
|
"default": ["dock:float:hex", "dock:float:opacity"],
|
|
|
|
"hover": ["close:hover:hex", "close:hover:opacity"],
|
|
|
|
"pressed": ["highlight:dark:hex", "highlight:dark:opacity"]
|
2021-07-20 18:48:42 +00:00
|
|
|
},
|
2021-07-20 23:15:07 +00:00
|
|
|
"ads_close": {
|
|
|
|
"default": ["dock:float:hex", "dock:float:opacity"],
|
|
|
|
"hover": ["close:hover:hex", "close:hover:opacity"],
|
|
|
|
"pressed": ["highlight:dark:hex", "highlight:dark:opacity"]
|
|
|
|
},
|
2021-07-20 18:48:42 +00:00
|
|
|
"ads_detach": {
|
2021-07-20 22:09:57 +00:00
|
|
|
"default": ["dock:float:hex", "dock:float:opacity"]
|
2021-07-20 18:48:42 +00:00
|
|
|
},
|
|
|
|
"ads_detach_hover": {
|
2021-07-20 22:09:57 +00:00
|
|
|
"default": ["close:hover:hex", "close:hover:opacity"],
|
|
|
|
"pressed": ["highlight:dark:hex", "highlight:dark:opacity"]
|
2021-07-20 18:48:42 +00:00
|
|
|
}
|
2021-07-20 02:51:24 +00:00
|
|
|
}
|