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

@ -17,10 +17,10 @@ do
end
local colors = {
header = "#FF004D",
count = "#33FF33",
index = "#708090",
name = "#8F8870",
header = theme.fg_widget_clock,
count = theme.fg_widget_label,
index = theme.fg_widget_label,
name = theme.fg_widget_value_important,
}
local function dbg_get(var, depth, indent)