Skip to content

Instantly share code, notes, and snippets.

[color]
# achievement_diary, choose_spell, colosseum, combat_achievements, forestry_kit, forestry_shop, portal_nexus, quest_list, sailing, spell_tooltip, world_switcher
background=0x0
# sailing
background.alternate=0x595046
# sailing
background.hovered=0x968776
# deposit_lock, sailing
background_2=0xffffff
# sailing
# remove comments (#) on lines to see changes affected
# overlay color is in ARGB hex format
# [overlay]
# color=0x9C463D32
# [account_management.separator]
# color="${color.separator}"
# [achievement_diary.entry.border]
# color="${color.border_3}"
@raiyni
raiyni / osrs-worlds.js
Created October 10, 2023 15:31
osrs-worlds.js
const url = 'http://www.runescape.com/g=oldscape/slr.ws?order=LPWM'
const WorldTypes = {
MEMBERS: 1,
PVP: 1 << 2,
BOUNTY: 1 << 5,
PVP_ARENA: 1 << 6,
SKILL_TOTAL: 1 << 7,
QUEST_SPEEDRUNNING: 1 << 8,
HIGH_RISK: 1 << 10,
@raiyni
raiyni / zha-tuya-4-button-scene-switch-ts0044.yaml
Last active October 18, 2022 22:13 — forked from nstrelow/zha-tuya-4-button-scene-switch-ts004f.yaml
ZHA - Tuya 4-button Scene Switch (TS0044)
blueprint:
name: ZHA - Tuya 4-Button Scene Switch
description: Automate your Tuya 4-Button Scene Switch using ZHA events.
domain: automation
input:
tuya_4button_scene_switch:
name: Tuya 4-Button Scene Switch
description: Tuya 4-Button Scene Switch to use
selector:
device:
@raiyni
raiyni / openapi.json
Created September 30, 2021 18:32
openapi
{
"openapi": "3.0.1",
"info": {
"title": "Swagger Petstore",
"description": "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.",
"termsOfService": "http://swagger.io/terms/",
"contact": {
"email": "apiteam@swagger.io"
},
"license": {