From 626ea00ca0e6cd9d28d902984b145439dc806a78 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 12 Sep 2009 14:53:05 +0200 Subject: [PATCH] themes: added mouse finder and tooltips Signed-off-by: Adrian C. (anrxc) Signed-off-by: Julien Danjou --- themes/default/theme.lua.in | 2 ++ themes/zenburn/theme.lua.in | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/themes/default/theme.lua.in b/themes/default/theme.lua.in index b730e1a7..0e8cf751 100644 --- a/themes/default/theme.lua.in +++ b/themes/default/theme.lua.in @@ -26,6 +26,8 @@ theme.border_marked = "#91231c" -- defined, the sets are: -- [taglist|tasklist]_[bg|fg]_[focus|urgent] -- titlebar_[bg|fg]_[normal|focus] +-- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color] +-- mouse_finder_[color|timeout|animate_timeout|radius|factor] -- Example: --theme.taglist_bg_focus = "#ff0000" diff --git a/themes/zenburn/theme.lua.in b/themes/zenburn/theme.lua.in index 79f74e84..d1287f4d 100644 --- a/themes/zenburn/theme.lua.in +++ b/themes/zenburn/theme.lua.in @@ -40,6 +40,7 @@ theme.titlebar_bg_normal = "#3F3F3F" -- defined, the sets are: -- [taglist|tasklist]_[bg|fg]_[focus|urgent] -- titlebar_[normal|focus] +-- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color] -- Example: --theme.taglist_bg_focus = "#CC9393" -- }}} @@ -55,6 +56,11 @@ theme.titlebar_bg_normal = "#3F3F3F" --theme.border_widget = "#3F3F3F" -- }}} +-- {{{ Mouse finder +theme.mouse_finder_color = "#CC9393" +-- mouse_finder_[timeout|animate_timeout|radius|factor] +-- }}} + -- {{{ Menu -- Variables set for theming the menu: -- menu_[bg|fg]_[normal|focus]