Enhancing the visual look of the Partial paste window in most themes, to make it clearer to understand

This commit is contained in:
natureh
2011-07-13 10:29:35 +02:00
parent 895b4a1894
commit db0130b4cd
12 changed files with 136 additions and 0 deletions

View File

@@ -278,8 +278,15 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" {
fg[NORMAL] = lighter (@rt_fg_color)
fg[PRELIGHT] = lighter (@rt_fg_color)
fg[ACTIVE] = lighter (@rt_fg_color)
fg[SELECTED] = lighter (@rt_fg_color)
}
style "clearlooks-partialPasteHeaderSep" {
bg[NORMAL] = mix (0.10, @rt_fg_color, @rt_bg_color)
}
style "clearlooks-treeview" {
engine "clearlooks" {
@@ -379,6 +386,9 @@ widget_class "*.<GtkCTree>.<GtkButton>" style "clearlooks-treeview_header"
widget_class "*.<GtkList>.<GtkButton>" style "clearlooks-treeview_header"
widget_class "*.<GtkCList>.<GtkButton>" style "clearlooks-treeview_header"
widget "*.partialPasteHeader.*" style "clearlooks-frame_title"
widget "*.partialPasteHeaderSep" style "clearlooks-partialPasteHeaderSep"
# The window of the tooltip is called "gtk-tooltip"
##################################################################
# FIXME: