diff --git a/lain b/lain index fa1baa8..9608531 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit fa1baa8997253a31c90c3ef363dbf0596b9165fd +Subproject commit 96085317a2e39e7b3594c2df4fe9062a210a6e9b diff --git a/rc.lua.copland b/rc.lua.copland index 56e3b57..2225014 100755 --- a/rc.lua.copland +++ b/rc.lua.copland @@ -141,7 +141,7 @@ mailwidget = lain.widgets.imap({ count = mailcount .. " " end - widget:set_markup(markup(gray, mail) .. count) + widget:set_markup(markup(blue, mail) .. count) end }) ]] diff --git a/rc.lua.holo b/rc.lua.holo index 029463f..ded421a 100755 --- a/rc.lua.holo +++ b/rc.lua.holo @@ -150,7 +150,7 @@ mailwidget = lain.widgets.imap({ count = mailcount .. " " end - widget:set_markup(markup(gray, mail) .. markup(white, count)) + widget:set_markup(markup(blue, mail) .. markup(white, count)) end }) ]] diff --git a/themes/copland/theme.lua b/themes/copland/theme.lua index 3d6e7e1..b136710 100644 --- a/themes/copland/theme.lua +++ b/themes/copland/theme.lua @@ -22,6 +22,7 @@ theme.border_normal = "#141414" theme.border_focus = "#93B6FF" theme.taglist_fg_focus = "#FFFFEF" theme.taglist_bg_focus = "#111111" +theme.taglist_bg_normal = "#111111" theme.titlebar_bg_normal = "#191919" theme.titlebar_bg_focus = "#262626" theme.menu_height = "15"