Add default valule to revelation.fg

This commit is contained in:
Quan Guo 2015-09-28 16:18:09 +02:00
parent 2f6858d946
commit cee025c8a2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ local revelation = {
is_excluded = false,
curr_tag_only = false,
font = "monospace 20",
fg = beautiful.fg_normal,
fg = beautiful.fg_normal or '#DCDCCC',
hintsize = (type(beautiful.xresources) == 'table' and beautiful.xresources.apply_dpi(50) or 60)
}