Merge pull request #32 from actionless/master

feat: add revelation-specific beautiful keys
This commit is contained in:
Quan Guo 2019-01-19 09:31:43 +08:00 committed by GitHub
commit bebcf4f53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -93,11 +93,11 @@ local revelation = {
is_excluded = false,
curr_tag_only = false,
font = "monospace 20",
fg = beautiful.fg_normal or "#DCDCCC",
bg = beautiful.bg_normal or "#000000",
border_color=beautiful.border_focus or "#DCDCCC",
border_width=beautiful.border_width or 2,
hintsize = (type(beautiful.xresources) == 'table' and beautiful.xresources.apply_dpi(50) or 60)
fg = beautiful.revelation_fg_normal or beautiful.fg_normal or "#DCDCCC",
bg = beautiful.revelation_bg_normal or beautiful.bg_normal or "#000000",
border_color = beautiful.revelation_border_color or beautiful.border_focus or "#DCDCCC",
border_width = beautiful.revelation_border_width or beautiful.border_width or 2,
hintsize = (type(beautiful.xresources) == 'table' and beautiful.xresources.apply_dpi(beautiful.revelation_hintsize or 50) or 60)
}