diff --git a/src/gui.lua b/src/gui.lua index 75410d0..6a1d03d 100644 --- a/src/gui.lua +++ b/src/gui.lua @@ -462,7 +462,7 @@ local function get_container(fs, data, player, yoffset, ctn_len, award_list, awa end box(0, yextra + 0.45, ctn_len, 0.045, "#bababa50") - box((data.subcat - 1) * 1.18, yextra + 0.45, 1, 0.045, "#f9826c") + image((data.subcat - 1) * 1.18, yextra + 0.45, 1, 0.045, PNG.highlight) local function not_installed(modname) hypertext(0, yextra + 0.9, ctn_len, 0.6, "not_installed", diff --git a/src/styles.lua b/src/styles.lua index 66fab38..d09fd5b 100644 --- a/src/styles.lua +++ b/src/styles.lua @@ -8,6 +8,7 @@ local PNG = { bg_content = "i3_bg_content.png", bar = "i3_bar.png", hotbar = "i3_hotbar.png", + highlight = "i3_highlight.png", search = "i3_search.png", heart = "i3_heart.png", heart_half = "i3_heart_half.png", diff --git a/textures/i3_bg_goto.png b/textures/i3_bg_goto.png index f7b6acd..6f69b91 100644 Binary files a/textures/i3_bg_goto.png and b/textures/i3_bg_goto.png differ diff --git a/textures/i3_highlight.png b/textures/i3_highlight.png new file mode 100644 index 0000000..c55dc72 Binary files /dev/null and b/textures/i3_highlight.png differ diff --git a/textures/i3_search_outline_trim.png b/textures/i3_search_outline_trim.png index 7dd1a8b..9dae236 100644 Binary files a/textures/i3_search_outline_trim.png and b/textures/i3_search_outline_trim.png differ