theme: use less colors

This commit is contained in:
Vincent Bernat 2012-07-14 19:09:49 +02:00
parent 19f735065b
commit 47115a0fbe
4 changed files with 19 additions and 16 deletions

View file

@ -4,7 +4,7 @@ require("vicious")
-- Separator
local separator = widget({ type = "textbox" })
separator.text = ' <span color="' .. beautiful.fg_widget_sep .. '">|</span> '
separator.text = ' <span color="' .. beautiful.fg_widget_sep .. '" size="small">⋆</span> '
-- Date
local datewidget = widget({ type = "textbox" })