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

@@ -326,6 +326,14 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" {
fg[NORMAL] = shade (1.50, @rt_text_color)
fg[PRELIGHT] = shade (1.50, @rt_text_color)
fg[ACTIVE] = shade (1.50, @rt_text_color)
fg[SELECTED] = shade (1.50, @rt_text_color)
}
style "clearlooks-partialPasteHeaderSep" {
bg[NORMAL] = mix (0.25, @rt_fg_color, @rt_bg_color)
}
style "clearlooks-treeview" {
@@ -437,6 +445,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:

View File

@@ -326,6 +326,14 @@ 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.25, @rt_fg_color, @rt_bg_color)
}
style "clearlooks-treeview" {
@@ -437,6 +445,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:

View File

@@ -234,6 +234,16 @@ style "clearlooks-button" {
}
}
style "clearlooks-checkbutton" {
bg[SELECTED] = darker (@rt_fg_color)
engine "clearlooks"
{
hint = "checkbutton"
}
}
# The color is changed by the notebook_bg style, this style
# changes the x/ythickness
style "clearlooks-notebook" {
@@ -326,6 +336,14 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" {
fg[NORMAL] = shade (1.50, @rt_text_color)
fg[PRELIGHT] = shade (1.50, @rt_text_color)
fg[ACTIVE] = shade (1.50, @rt_text_color)
fg[SELECTED] = shade (1.50, @rt_text_color)
}
style "clearlooks-partialPasteHeaderSep" {
bg[NORMAL] = mix (0.20, @rt_fg_color, @rt_bg_color)
}
style "clearlooks-treeview" {
@@ -413,6 +431,7 @@ widget_class "*<GtkNotebook>*<GtkViewport>" style "clearlooks-notebook_bg"
widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "clearlooks-notebook_bg"
widget_class "*<GtkButton>" style "clearlooks-button"
widget_class "*<GtkCheckButton>" style "clearlooks-checkbutton"
widget_class "*<GtkNotebook>" style "clearlooks-notebook"
widget_class "*<GtkStatusbar>*" style "clearlooks-statusbar"
@@ -437,6 +456,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:

View File

@@ -326,6 +326,14 @@ 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.25, @rt_fg_color, @rt_bg_color)
}
style "clearlooks-treeview" {
@@ -437,6 +445,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:

View File

@@ -326,6 +326,14 @@ 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.25, @rt_fg_color, @rt_bg_color)
}
style "clearlooks-treeview" {
@@ -437,6 +445,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:

View File

@@ -326,6 +326,14 @@ 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.25, @rt_fg_color, @rt_bg_color)
}
style "clearlooks-treeview" {
@@ -437,6 +445,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:

View File

@@ -675,8 +675,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.25, @rt_fg_color, @rt_bg_color)
}
style "clearlooks-treeview" {
# For an unkown reason, shading 7C99AD produce a redish color, so we have to set the value manually
@@ -789,6 +796,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:

View File

@@ -326,8 +326,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.25, @rt_fg_color, @rt_bg_color)
}
style "clearlooks-treeview" {
# For an unkown reason, shading 7C99AD produce a redish color, so we have to set the value manually
@@ -439,6 +446,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:

View File

@@ -327,8 +327,15 @@ style "clearlooks-separator_menu_item" {
style "clearlooks-frame_title" {
fg[NORMAL] = shade (1.40, @rt_bg_color)
fg[PRELIGHT] = shade (1.40, @rt_bg_color)
fg[ACTIVE] = shade (1.40, @rt_bg_color)
fg[SELECTED] = shade (1.40, @rt_bg_color)
}
style "clearlooks-partialPasteHeaderSep" {
bg[NORMAL] = mix (0.10, @rt_fg_color, @rt_bg_color)
}
style "clearlooks-treeview" {
text[ACTIVE] = @rt_text_color
@@ -439,6 +446,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:

View File

@@ -317,8 +317,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" {
# For an unkown reason, shading 7C99AD produce a redish color, so we have to set the value manually
@@ -426,6 +433,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:

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: