copland and holo: fixed markup colors in commented IMAP widget
This commit is contained in:
parent
ca7d92d202
commit
6a589e246f
2
lain
2
lain
|
@ -1 +1 @@
|
|||
Subproject commit fa1baa8997253a31c90c3ef363dbf0596b9165fd
|
||||
Subproject commit 96085317a2e39e7b3594c2df4fe9062a210a6e9b
|
|
@ -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
|
||||
})
|
||||
]]
|
||||
|
|
|
@ -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
|
||||
})
|
||||
]]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue