Enhancing the visual look of the Partial paste window in most themes, to make it clearer to understand
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user