1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

copland and holo: fixed markup colors in commented IMAP widget

This commit is contained in:
luke bonham 2013-11-01 20:06:23 +01:00
parent ca7d92d202
commit 6a589e246f
4 changed files with 4 additions and 3 deletions

2
lain

@ -1 +1 @@
Subproject commit fa1baa8997253a31c90c3ef363dbf0596b9165fd
Subproject commit 96085317a2e39e7b3594c2df4fe9062a210a6e9b

View file

@ -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
})
]]

View file

@ -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
})
]]

View file

@ -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"