From 694b9237e8d9d6c9fda1c80251548af652b8bdfc Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Thu, 28 Jan 2021 21:13:29 +0100 Subject: [PATCH] Fix tabs look --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index fb98f5c..d660d6a 100644 --- a/init.lua +++ b/init.lua @@ -1969,7 +1969,7 @@ local function get_tabs_fs(player, data, fs, full_height) local selected = i == data.current_tab - fs(fmt([[style_type[image_button;bgimg=%s;bgimg_hovered=%s;noclip=true; + fs(fmt([[style_type[image_button;fgimg=%s;fgimg_hovered=%s;noclip=true; font_size=16;textcolor=%s;content_offset=0;sound=i3_tab] ]], selected and (btm and PNG.tab_hover or PNG.tab_hover_top) or (btm and PNG.tab or PNG.tab_top), btm and PNG.tab_hover or PNG.tab_hover_top, selected and "#fff" or "#ddd"))