Created
May 26, 2020 13:39
-
-
Save ondreian/b14aae743490dc628bbde737eecca1e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compiler": { | |
"max": 3000, | |
"run": true, | |
"max_depth": 2 | |
}, | |
"hilites": { | |
"patterns": { | |
"Ondreian": "friends", | |
"Pixelia": "friends", | |
"Etanamir": "friends", | |
"Rjol": "friends", | |
"Szan": "friends", | |
"Wolfloner": "daerandir", | |
"Benark": "friends", | |
"\\[(.*?)\\]\\w(.*?)$": "lich", | |
"Gowrick": "merchant", | |
"coraesine": "rare", | |
"^\\[Merchant\\]": "debug", | |
"^\\[(Private|PrivateTo)\\]": "rare", | |
"Rasko": "friends", | |
"Sacru": "friends", | |
"Lahke": "merchant", | |
"Menos": "friends", | |
"Guarrin": "friends", | |
"Tysong": "friends", | |
"Zappur": "friends", | |
"Nuadjha": "friends", | |
"Oreh": "friends" | |
}, | |
"groups": { | |
"rare": { | |
"color": "#2DEBAE" | |
}, | |
"friends": { | |
"color": "#9775AA" | |
}, | |
"lich": { | |
"background": "#991766" | |
}, | |
"debug": { | |
"color": "#badb73" | |
}, | |
"daerandir": { | |
"color": "#0A90F7" | |
}, | |
"merchant": { | |
"color": "#CC4D95" | |
} | |
} | |
}, | |
"focus": "Szan", | |
"macros": { | |
"profiles": { | |
"default": { | |
"alt+L": "~:harness\r~:lootsack\r", | |
"alt+P": "~:lootsack \\?", | |
"alt+T": "^:lootsack \\?", | |
"alt+N": "~:harness \\?", | |
"alt+U": "^:harness \\?", | |
"ctrl+f": "look" | |
} | |
}, | |
"active_profile": "default" | |
}, | |
"ui": { | |
"active-spells": true, | |
"vitals": true | |
}, | |
"clickable": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment