diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-05-01 05:04:38 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-05-01 05:04:38 +1000 |
commit | 789597dde49bf8ce6e374ea9afd00dd7295e21ce (patch) | |
tree | 1928c2b2517dacae21c42ce329a5f98ffeac9a25 /assets/opensb/highlights.config.patch | |
parent | 9e3048ea16316e434fb899b97b2b48e314fae457 (diff) |
fix inventory hotbar links breaking when moving an item
Diffstat (limited to 'assets/opensb/highlights.config.patch')
-rw-r--r-- | assets/opensb/highlights.config.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/opensb/highlights.config.patch b/assets/opensb/highlights.config.patch new file mode 100644 index 0000000..082ff13 --- /dev/null +++ b/assets/opensb/highlights.config.patch @@ -0,0 +1,20 @@ +{ + "highlightDirectives" : { + "interactive" : { + "underlay" : "?outline=1;DDD;0000", + "overlay" : "?fade=AAA;0.1" + }, + "inspectable" : { + "underlay" : "?outline=1;66FC;0000", + "overlay" : "?scanlines=55AC;0.4;55FC;0.4" + }, + "interesting" : { + "underlay" : "?outline=1;8F8C;0000", + "overlay" : "?scanlines=6E6;0.5;5C5;0.5" + }, + "inspected" : { + "underlay" : "?outline=1;E98C;0000", + "overlay" : "?scanlines=B76;0.5;A65;0.5" + } + } +} |