From 900306a2c2e2b950bf4278baba7daebab264435a Mon Sep 17 00:00:00 2001 From: Ryan Thomas Date: Mon, 14 Feb 2022 13:42:02 -0500 Subject: [PATCH] integrate theme --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 62fdfe0..feb6963 100644 --- a/init.lua +++ b/init.lua @@ -22,7 +22,7 @@ local systray_hints = { highlight = b.systray_hints_bg_highlight or "#aa53aa", highlight_alt = b.systray_hints_bg_highlight_alt or "#426f5a", color = b.systray_hints_fg or b.taglist_fg_occupied or "#fdf6e3", - bordercolor = "#fdf6e333", + bordercolor = b.systray_hints_border or "#fdf6e333", spacing = 1, mouse_buttons = { "Left", "Up", "Right" }, default_button = 3,