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