From 956ff8201dc3507725522d034376f76f473e3bcd Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 22 May 2024 21:52:39 +0700 Subject: [PATCH] Revert "Create highlighter-common.toml" This reverts commit 4021c86ab70d9890ad0113731ff4ada8c42b517c. --- config/highlighter-common.toml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 config/highlighter-common.toml diff --git a/config/highlighter-common.toml b/config/highlighter-common.toml deleted file mode 100644 index f19af44bb..000000000 --- a/config/highlighter-common.toml +++ /dev/null @@ -1,19 +0,0 @@ - -#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" -