config: import pack config files

This commit is contained in:
Ophestra 2025-06-23 05:08:29 +09:00
parent b76c650efe
commit 348be6b09f
Signed by: ophestra
SSH key fingerprint: SHA256:57+oNEzV2U/aq2eDPdDtPiJjVykuXMYYJMkcAo8QdRw
128 changed files with 13500 additions and 1 deletions

17
config/highlighter.toml Normal file
View file

@ -0,0 +1,17 @@
#Client Configuration
[client]
[client.options]
# If new item markers should be cleared when the inventory is closed.
clear_on_close = true
# If new item markers should be cleared when the item tooltip is displayed.
clear_on_hover = true
# If new item markers should be cleared when the item is selected on the hotbar.
clear_on_select = true
# If icons should match the color of items names (as shown in tooltips). Otherwise icons will all be gold.
item_name_color = false
# If new item markers should show on the hotbar.
show_on_hotbar = true
# The position of new item markers.
#Allowed values: UpperLeft, UpperRight, LowerLeft, LowerRight
icon_position = "UpperLeft"