diff -Nru libra-theme-1.0~utopic~NoobsLab.com/debian/changelog libra-theme-1.1~utopic~NoobsLab.com/debian/changelog --- libra-theme-1.0~utopic~NoobsLab.com/debian/changelog 2015-01-09 16:44:25.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/debian/changelog 2015-02-02 18:28:29.000000000 +0000 @@ -1,3 +1,9 @@ +libra-theme (1.1~utopic~NoobsLab.com) utopic; urgency=high + + * Changed scrollbar color. The change can be seen if you are not using the Unity overlay. + + -- Umair Riaz Mon, 02 Feb 2015 19:28:05 +0100 + libra-theme (1.0~utopic~NoobsLab.com) utopic; urgency=high * Started support for XFCE. General fixing GTK2. Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Buttons/button-normal-notebook.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Buttons/button-normal-notebook.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Check-Radio/_check1.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Check-Radio/_check1.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Check-Radio/_check3.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Check-Radio/_check3.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Check-Radio/_option1.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Check-Radio/_option1.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Check-Radio/_option2.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Check-Radio/_option2.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Check-Radio/_option3.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Check-Radio/_option3.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Entry/entry-bottom.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Entry/entry-bottom.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Entry/entry-bottom-selected.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Entry/entry-bottom-selected.png differ diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/gtkrc libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/gtkrc --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/gtkrc 2015-01-05 19:16:23.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/gtkrc 2015-01-30 20:16:55.000000000 +0000 @@ -39,9 +39,9 @@ GtkScrollbar::trough-border = 0 GtkScrollbar::slider-width = 13 GtkScrollbar::min-slider-length = 31 - GtkScrollbar::has-backward-stepper = 1 + GtkScrollbar::has-backward-stepper = 0 GtkScrollbar::has_secondary_backward_stepper = 0 - GtkScrollbar::has-forward-stepper = 1 + GtkScrollbar::has-forward-stepper = 0 GtkScrollbar::has_secondary_forward_stepper = 0 GtkMenuBar::internal-padding = 0 @@ -417,7 +417,7 @@ { function = FOCUS file = "Others/focus.png" - border = { 1, 1, 1, 1 } + border = { 0, 0, 0, 0 } stretch = TRUE } @@ -484,7 +484,7 @@ { function = SHADOW_GAP file = "Others/null.png" - border = { 4, 4, 4, 4 } + border = { 0, 0, 0, 0 } stretch = TRUE } @@ -494,9 +494,9 @@ animation = FALSE arrowstyle = 1 # Estilo flechas menu (triangulos) border_shades = {1.0, 1.0} - colorize_scrollbar = TRUE + colorize_scrollbar = FALSE contrast = 0.0 - comboboxstyle = 1 # 0 = normal combobox, 1 = colorized combobox button + comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox button expanderstyle = 0 # Treview expander (triangulo) focusstyle = 3 # 0 to disable focus drawing. # 1 to use dots. @@ -524,7 +524,7 @@ reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient rgba = FALSE # alpha transparency roundness = 2 # 0 = square - scrollbarstyle = 2 # 0 = nothing + scrollbarstyle = 0 # 0 = nothing separatorstyle = 0 # 0 = Hard seperators 1 = Smooth seperators shadow_shades = {1.0, 1.0} sliderstyle = 1 # 0 = nothing added @@ -586,6 +586,7 @@ bg[ACTIVE] = shade (1.00, @selected_bg_color) bg[INSENSITIVE] = shade (1.04, @bg_color) bg[SELECTED] = @selected_bg_color + fg[PRELIGHT] = @selected_fg_color engine "murrine" { contrast = 0.0 @@ -767,9 +768,10 @@ bg[NORMAL] = shade (1.00, @base_color) bg[PRELIGHT] = shade (1.3, @selected_bg_color) - bg[ACTIVE] = shade (1.00, @selected_bg_color) # Pulsado + bg[ACTIVE] = shade (1.00, @selected_bg_color) bg[INSENSITIVE] = shade (1.04, @bg_color) bg[SELECTED] = @selected_bg_color + fg[PRELIGHT] = @selected_fg_color engine "murrine" { contrast = 0.0 @@ -785,14 +787,14 @@ style "spinbutton" { bg[NORMAL] = @base_color + fg[ACTIVE] = @text_color xthickness = 3 ythickness = 4 + engine "murrine" { + } - engine "murrine" { - } - engine "pixmap" - { + engine "pixmap" { image { function = ARROW @@ -804,7 +806,7 @@ function = BOX state = NORMAL detail = "spinbutton_up" - file = "Spin/up-background.png" + file = "Others/null.png" border = { 1, 4, 5, 0 } stretch = TRUE overlay_file = "Arrows/arrow-up-small.png" @@ -816,7 +818,7 @@ function = BOX state = PRELIGHT detail = "spinbutton_up" - file = "Spin/up-background.png" + file = "Others/null.png" border = { 1, 4, 5, 0 } stretch = TRUE overlay_file = "Arrows/arrow-up-small-prelight.png" @@ -828,7 +830,7 @@ function = BOX state = INSENSITIVE detail = "spinbutton_up" - file = "Spin/up-background-disable.png" + file = "Others/null.png" border = { 1, 4, 5, 0 } stretch = TRUE overlay_file = "Arrows/arrow-up-small-insens.png" @@ -840,7 +842,7 @@ function = BOX state = ACTIVE detail = "spinbutton_up" - file = "Spin/up-background.png" + file = "Others/null.png" border = { 1, 4, 5, 0 } stretch = TRUE overlay_file = "Arrows/arrow-up-small-prelight.png" @@ -854,7 +856,7 @@ function = BOX state = NORMAL detail = "spinbutton_up" - file = "Spin/up-background-rtl.png" + file = "Others/null.png" border = { 4, 1, 5, 0 } stretch = TRUE overlay_file = "Arrows/arrow-up-small.png" @@ -866,7 +868,7 @@ function = BOX state = PRELIGHT detail = "spinbutton_up" - file = "Spin/up-background-rtl.png" + file = "Others/null.png" border = { 4, 1, 5, 0 } stretch = TRUE overlay_file = "Arrows/arrow-up-small-prelight.png" @@ -878,7 +880,7 @@ function = BOX state = INSENSITIVE detail = "spinbutton_up" - file = "Spin/up-background-disable-rtl.png" + file = "Others/null.png" border = { 4, 1, 5, 0 } stretch = TRUE overlay_file = "Arrows/arrow-up-small-insens.png" @@ -890,7 +892,7 @@ function = BOX state = ACTIVE detail = "spinbutton_up" - file = "Spin/up-background-rtl.png" + file = "Others/null.png" border = { 4, 1, 5, 0 } stretch = TRUE overlay_file = "Arrows/arrow-up-small-prelight.png" @@ -904,7 +906,7 @@ function = BOX state = NORMAL detail = "spinbutton_down" - file = "Spin/down-background.png" + file = "Others/null.png" border = { 1, 4, 1, 4 } stretch = TRUE overlay_file = "Arrows/arrow-down-small.png" @@ -916,7 +918,7 @@ function = BOX state = PRELIGHT detail = "spinbutton_down" - file = "Spin/down-background.png" + file = "Others/null.png" border = { 1, 4, 1, 4 } stretch = TRUE overlay_file = "Arrows/arrow-down-small-prelight.png" @@ -928,7 +930,7 @@ function = BOX state = INSENSITIVE detail = "spinbutton_down" - file = "Spin/down-background-disable.png" + file = "Others/null.png" border = { 1, 4, 1, 4 } stretch = TRUE overlay_file = "Arrows/arrow-down-small-insens.png" @@ -940,7 +942,7 @@ function = BOX state = ACTIVE detail = "spinbutton_down" - file = "Spin/down-background.png" + file = "Others/null.png" border = { 1, 4, 1, 4 } stretch = TRUE overlay_file = "Arrows/arrow-down-small-prelight.png" @@ -954,7 +956,7 @@ function = BOX state = NORMAL detail = "spinbutton_down" - file = "Spin/down-background-rtl.png" + file = "Others/null.png" border = { 4, 1, 1, 4 } stretch = TRUE overlay_file = "Arrows/arrow-down-small.png" @@ -966,7 +968,7 @@ function = BOX state = PRELIGHT detail = "spinbutton_down" - file = "Spin/down-background-rtl.png" + file = "Others/null.png" border = { 4, 1, 1, 4 } stretch = TRUE overlay_file = "Arrows/arrow-down-small-prelight.png" @@ -978,7 +980,7 @@ function = BOX state = INSENSITIVE detail = "spinbutton_down" - file = "Spin/down-background-disable-rtl.png" + file = "Others/null.png" border = { 4, 1, 1, 4 } stretch = TRUE overlay_file = "Arrows/arrow-down-small-insens.png" @@ -990,7 +992,7 @@ function = BOX state = ACTIVE detail = "spinbutton_down" - file = "Spin/down-background-rtl.png" + file = "Others/null.png" border = { 4, 1, 1, 4 } stretch = TRUE overlay_file = "Arrows/arrow-down-small-prelight.png" @@ -1003,6 +1005,9 @@ { bg[NORMAL] = @base_color + engine "murrine" { + } + engine "pixmap" { image @@ -1085,102 +1090,15 @@ } } -style "libreoffice_entry" -{ - engine "pixmap" - { - image - { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - overlay_file = "Entry/entry-border-fill-solid.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - image - { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - overlay_file = "Entry/entry-border-fill-solid.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/entry-border-bg-solid.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/entry-border-active-bg-solid.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "standalone_entry" { - engine "pixmap" { - image - { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - file = "Entry/entry-border-fill-plain.png" - stretch = TRUE - border = { 0, 0, 0, 0 } - } - image - { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - file = "Entry/entry-border-fill-plain.png" - stretch = TRUE - border = { 0, 0, 0, 0 } - } - image - { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "Entry/entry-border-bg-solid.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - image - { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "Entry/entry-border-active-bg-solid.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - style "scrollbar" { xthickness = 2 ythickness = 2 - bg[NORMAL] = shade(1.3, @selected_bg_color) - bg[PRELIGHT] = shade(1.2, @selected_bg_color) - bg[ACTIVE] = shade(1.0, @selected_bg_color) - bg[SELECTED] = shade(1.0, @selected_bg_color) - + bg[NORMAL] = shade(0.8, @bg_color) + bg[PRELIGHT] = shade(0.7, @bg_color) + bg[ACTIVE] = shade(0.6, @bg_color) + bg[SELECTED] = shade(0.8, @bg_color) engine "pixmap" { image @@ -1319,7 +1237,7 @@ bg[NORMAL] = shade (0.94, @selected_bg_color) bg[PRELIGHT] = shade (1.06, @selected_bg_color) bg[ACTIVE] = shade (0.94, @bg_color) - bg[INSENSITIVE] = shade (0.95, @bg_color) + bg[INSENSITIVE] = shade (0.95, @bg_color) engine "pixmap" { @@ -1640,7 +1558,7 @@ ythickness = 0 } -style "combobox_button" +style "combobox_button" = "button" { xthickness = 2 ythickness = 2 @@ -1822,14 +1740,14 @@ style "menu_framed_box" { - engine "adwaita" + engine "murrine" { } } style "menubar" { - bg[PRELIGHT] = "#FFF" + bg[PRELIGHT] = @base_color fg[SELECTED] = @text_color xthickness = 0 @@ -1882,8 +1800,8 @@ bg[PRELIGHT] = @selected_bg_color - fg[PRELIGHT] = @text_color - text[PRELIGHT] = @text_color + fg[PRELIGHT] = @selected_fg_color + text[PRELIGHT] = @selected_fg_color engine "murrine" { @@ -2069,8 +1987,13 @@ style "checkbutton" { - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color + fg[SELECTED] = @text_color + text[PRELIGHT] = @text_color + text[ACTIVE] = @text_color + text[SELECTED] = @text_color + engine "pixmap" { image { @@ -2160,6 +2083,10 @@ xthickness = 3 ythickness = 3 + engine "murrine" { + border_shades = { 1.00, 1.00 } + } + engine "pixmap" { image @@ -2168,7 +2095,7 @@ detail = "entry" state = NORMAL shadow = IN - file = "Entry/entry-border-bg.png" + file = "Others/null.png" border = { 4, 4, 4, 4 } stretch = TRUE } @@ -2178,7 +2105,7 @@ detail = "entry" state = INSENSITIVE shadow = IN - file = "Entry/entry-border-disabled-bg.png" + file = "Others/null.png" border = { 4, 4, 4, 4 } stretch = TRUE } @@ -2187,7 +2114,7 @@ function = SHADOW detail = "entry" state = ACTIVE - file = "Entry/entry-border-active-bg.png" + file = "Others/null.png" border = { 4, 4, 4, 4 } stretch = TRUE } @@ -2196,7 +2123,7 @@ function = FLAT_BOX detail = "entry_bg" state = NORMAL - overlay_file = "Entry/entry-border-fill.png" + overlay_file = "Entry/entry-bottom.png" overlay_border = { 0, 0, 0, 0 } overlay_stretch = TRUE } @@ -2205,19 +2132,21 @@ function = FLAT_BOX detail = "entry_bg" state = ACTIVE - overlay_file = "Entry/entry-border-fill.png" + overlay_file = "Entry/entry-bottom-selected.png" overlay_border = { 0, 0, 0, 0 } overlay_stretch = TRUE } } - engine "murrine" { - border_shades = { 1.00, 1.00 } - } } style "notebook_entry" { + xthickness = 4 + ythickness = 4 + + engine "murrine" { + } engine "pixmap" { @@ -2225,9 +2154,9 @@ { function = SHADOW detail = "entry" - state = NORMAL + state = NORMAL shadow = IN - file = "Entry/entry-border-notebook.png" + file = "Others/null.png" border = { 4, 4, 4, 4 } stretch = TRUE } @@ -2235,22 +2164,22 @@ { function = SHADOW detail = "entry" - state = INSENSITIVE + state = INSENSITIVE shadow = IN - file = "Entry/entry-border-disabled-notebook.png" + file = "Others/null.png" border = { 4, 4, 4, 4 } stretch = TRUE } - image - { + image + { function = SHADOW detail = "entry" - state = ACTIVE - file = "Entry/entry-border-active-notebook.png" + state = ACTIVE + file = "Others/null.png" border = { 4, 4, 4, 4 } stretch = TRUE - } - } + } + } } style "notebook_tab_label" @@ -2261,7 +2190,7 @@ style "combobox_entry" { xthickness = 3 - ythickness = 4 + ythickness = 3 engine "murrine" { textstyle = 1 @@ -2278,7 +2207,7 @@ detail = "entry" state = NORMAL shadow = IN - file = "Entry/combo-entry-border-bg.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = LTR @@ -2289,7 +2218,7 @@ detail = "entry" state = INSENSITIVE shadow = IN - file = "Entry/combo-entry-border-disabled-bg.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = LTR @@ -2299,7 +2228,7 @@ function = SHADOW detail = "entry" state = ACTIVE - file = "Entry/combo-entry-border-active-bg.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = LTR @@ -2312,7 +2241,7 @@ detail = "entry" state = NORMAL shadow = IN - file = "Entry/combo-entry-border-rtl-bg.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = RTL @@ -2323,7 +2252,7 @@ detail = "entry" state = INSENSITIVE shadow = IN - file = "Entry/combo-entry-border-disabled-rtl-bg.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = RTL @@ -2333,7 +2262,7 @@ function = SHADOW detail = "entry" state = ACTIVE - file = "Entry/combo-entry-border-active-rtl-bg.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = RTL @@ -2343,6 +2272,12 @@ style "notebook_combobox_entry" { + xthickness = 4 + ythickness = 4 + + engine "murrine" { + } + engine "pixmap" { # LTR version @@ -2352,7 +2287,7 @@ detail = "entry" state = NORMAL shadow = IN - file = "Entry/combo-entry-border-notebook.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = LTR @@ -2363,7 +2298,7 @@ detail = "entry" state = INSENSITIVE shadow = IN - file = "Entry/combo-entry-border-disabled-notebook.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = LTR @@ -2373,7 +2308,7 @@ function = SHADOW detail = "entry" state = ACTIVE - file = "Entry/combo-entry-border-active-notebook.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = LTR @@ -2386,7 +2321,7 @@ detail = "entry" state = NORMAL shadow = IN - file = "Entry/combo-entry-border-rtl-notebook.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = RTL @@ -2397,7 +2332,7 @@ detail = "entry" state = INSENSITIVE shadow = IN - file = "Entry/combo-entry-border-disabled-rtl-notebook.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = RTL @@ -2407,7 +2342,7 @@ function = SHADOW detail = "entry" state = ACTIVE - file = "Entry/combo-entry-border-active-rtl-notebook.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = RTL @@ -2419,6 +2354,9 @@ { fg[ACTIVE] = @text_color + engine "murrine" { + } + engine "pixmap" { @@ -2427,7 +2365,7 @@ { function = BOX state = NORMAL - file = "Entry/combo-entry-button.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = LTR @@ -2436,7 +2374,7 @@ { function = BOX state = PRELIGHT - file = "Entry/combo-entry-button.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = LTR @@ -2445,7 +2383,7 @@ { function = BOX state = INSENSITIVE - file = "Entry/combo-entry-button-disabled.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = LTR @@ -2454,7 +2392,7 @@ { function = BOX state = ACTIVE - file = "Entry/combo-entry-button-active.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = LTR @@ -2465,7 +2403,7 @@ { function = BOX state = NORMAL - file = "Entry/combo-entry-button-rtl.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = RTL @@ -2474,7 +2412,7 @@ { function = BOX state = PRELIGHT - file = "Entry/combo-entry-button-rtl.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = RTL @@ -2483,7 +2421,7 @@ { function = BOX state = INSENSITIVE - file = "Entry/combo-entry-button-disabled-rtl.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = RTL @@ -2492,7 +2430,7 @@ { function = BOX state = ACTIVE - file = "Entry/combo-entry-button-active-rtl.png" + file = "Others/null.png" border = { 4, 4, 5, 4 } stretch = TRUE direction = RTL @@ -2655,8 +2593,8 @@ engine "murrine" { glazestyle = 1 - contrast = 0.8 - lightborder_shade = 1.16 + contrast = 1.0 + lightborder_shade = 1.0 textstyle = 1 glow_shade = 1.0 } @@ -2666,7 +2604,7 @@ image { function = BOX - file = "Others/tree_header.png" + file = "Others/null.png" border = { 1, 1, 1, 1 } stretch = TRUE } @@ -2684,7 +2622,7 @@ image { function = SHADOW - file = "Shadows/frame.png" + file = "Others/null.png" border = { 5, 5, 5, 5 } stretch = TRUE } @@ -2701,7 +2639,7 @@ image { function = SHADOW - file = "Shadows/frame.png" + file = "Others/null.png" border = { 1, 1, 1, 1 } stretch = TRUE shadow = IN @@ -2709,19 +2647,19 @@ image { function = SHADOW_GAP - file = "Shadows/frame.png" + file = "Others/null.png" border = { 1, 1, 1, 1 } stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" + gap_start_file = "Others/null.png" gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" + gap_end_file = "Others/null.png" gap_end_border = { 0, 1, 0, 0 } shadow = IN } image { function = SHADOW - file = "Shadows/frame.png" + file = "Others/null.png" border = { 1, 1, 1, 1 } stretch = TRUE shadow = OUT @@ -2729,19 +2667,19 @@ image { function = SHADOW_GAP - file = "Shadows/frame.png" + file = "Others/null.png" border = { 1, 1, 1, 1 } stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" + gap_start_file = "Others/null.png" gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" + gap_end_file = "Others/null.png" gap_end_border = { 0, 1, 0, 0 } shadow = OUT } image { function = SHADOW - file = "Shadows/frame.png" + file = "Others/null.png" border = { 1, 1, 1, 1 } stretch = TRUE shadow = ETCHED_IN @@ -2749,19 +2687,19 @@ image { function = SHADOW_GAP - file = "Shadows/frame.png" + file = "Others/null.png" border = { 1, 1, 1, 1 } stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" + gap_start_file = "Others/null.png" gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" + gap_end_file = "Others/null.png" gap_end_border = { 0, 1, 0, 0 } shadow = ETCHED_IN } image { function = SHADOW - file = "Shadows/frame.png" + file = "Others/null.png" border = { 1, 1, 1, 1 } stretch = TRUE shadow = ETCHED_OUT @@ -2769,12 +2707,12 @@ image { function = SHADOW_GAP - file = "Shadows/frame.png" + file = "Others/null.png" border = { 1, 1, 1, 1 } stretch = TRUE - gap_start_file = "Shadows/frame-gap-start.png" + gap_start_file = "Others/null.png" gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "Shadows/frame-gap-end.png" + gap_end_file = "Others/null.png" gap_end_border = { 0, 1, 0, 0 } shadow = ETCHED_OUT } @@ -2870,6 +2808,12 @@ style "libreoffice_entry" { + xthickness = 4 + ythickness = 4 + + engine "murrine" { + } + engine "pixmap" { image @@ -2877,8 +2821,8 @@ function = FLAT_BOX detail = "entry_bg" state = NORMAL - overlay_file = "Entry/entry-border-fill-solid.png" - overlay_border = { 0, 0, 0, 0 } + overlay_file = "Others/null.png" + overlay_border = { 4, 4, 4, 4 } overlay_stretch = TRUE } image @@ -2886,8 +2830,8 @@ function = FLAT_BOX detail = "entry_bg" state = ACTIVE - overlay_file = "Entry/entry-border-fill-solid.png" - overlay_border = { 0, 0, 0, 0 } + overlay_file = "Others/null.png" + overlay_border = { 4, 4, 4, 4 } overlay_stretch = TRUE } image @@ -2896,7 +2840,7 @@ detail = "entry" state = NORMAL shadow = IN - file = "Entry/entry-border-bg-solid.png" + file = "Others/null.png" border = { 4, 4, 4, 4 } stretch = TRUE } @@ -2905,7 +2849,7 @@ function = SHADOW detail = "entry" state = ACTIVE - file = "Entry/entry-border-active-bg-solid.png" + file = "Others/null.png" border = { 4, 4, 4, 4 } stretch = TRUE } @@ -2914,6 +2858,13 @@ style "standalone_entry" { + + xthickness = 4 + ythickness = 4 + + engine "murrine" { + } + engine "pixmap" { image @@ -2921,18 +2872,18 @@ function = FLAT_BOX detail = "entry_bg" state = NORMAL - file = "Entry/entry-border-fill-plain.png" + file = "Others/null.png" stretch = TRUE - border = { 0, 0, 0, 0 } + border = { 4, 4, 4, 4 } } image { function = FLAT_BOX detail = "entry_bg" state = ACTIVE - file = "Entry/entry-border-fill-plain.png" + file = "Others/null.png" stretch = TRUE - border = { 0, 0, 0, 0 } + border = { 4, 4, 4, 4 } } image { @@ -2940,7 +2891,7 @@ detail = "entry" state = NORMAL shadow = IN - file = "Entry/entry-border-bg-solid.png" + file = "Others/null.png" border = { 4, 4, 4, 4 } stretch = TRUE } @@ -2949,7 +2900,7 @@ function = SHADOW detail = "entry" state = ACTIVE - file = "Entry/entry-border-active-bg-solid.png" + file = "Others/null.png" border = { 4, 4, 4, 4 } stretch = TRUE } @@ -3105,7 +3056,7 @@ ChromeGtkFrame::incognito-frame-color = shade (0.5, @bg_color) ChromeGtkFrame::incognito-inactive-frame-color = shade (0.5, @bg_color) - ChromeGtkFrame::frame-gradient-size = 100 + ChromeGtkFrame::frame-gradient-size = 0 ChromeGtkFrame::frame-gradient-color = shade (1.0,@bg_color) ChromeGtkFrame::inactive-frame-gradient-color = shade (1.0,@bg_color) ChromeGtkFrame::incognito-frame-gradient-color = shade (0.5,@bg_color) @@ -3115,10 +3066,14 @@ ChromeGtkFrame::scrollbar-slider-prelight-color = shade(0.92, @bg_color) ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color } - +style "chrome_menu_item" +{ + bg[SELECTED] = @selected_bg_color +} class "ChromeGtkFrame" style "chrome-gtk-frame" widget_class "*Chrom*Button*" style "button" +widget_class "***" style "chrome_menu_item" style "null" { @@ -3184,16 +3139,13 @@ # The following part of the gtkrc applies the different styles to the widgets. ############################################################################### -widget_class "**" style "menu" -widget_class "**" style "menubar" -widget_class "**" style "menu_item" -widget_class "*.*" style "menubar_item" # The default style is applied to every widget class "GtkWindow" style "default" class "GtkWidget" style "default" class "GtkFrame" style "wide" class "GtkCalendar" style "wide" +class "GtkCheckButton" style "checkbutton" class "GtkEntry" style "entry" class "GtkSpinButton" style "spinbutton" class "GtkOldEditable" style "entry" @@ -3239,15 +3191,18 @@ widget_class "**" style "notebook_button" widget_class "***" style "notebook_button" widget_class "**" style "checkbutton" -class "GtkCheckButton" style "checkbutton" + widget_class "*GtkCheckButton*GtkLabel*" style "checkbutton" widget_class "**" style "combobox_entry" widget_class "**" style "combobox_entry" widget_class "**" style "menu" + widget_class "**" style "menu_framed_box" +widget_class "**" style "menubar" widget_class "**" style "menu_item" +widget_class "*.*" style "menubar_item" widget_class "**" style "separator_menu_item" widget_class "**" style "separator_tool_item" widget_class "*.*" style "menubar_item" Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/entry-border-fill.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/entry-border-fill.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/entry-border-fill-solid.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/entry-border-fill-solid.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/entry-shadow-in-notebook.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/entry-shadow-in-notebook.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/entry-shadow-in.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/entry-shadow-in.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/entry-shadow-in-solid.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/entry-shadow-in-solid.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/frame-gap-end.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/frame-gap-end.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/frame-gap-start.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/frame-gap-start.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/frame.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/frame.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/shadow-none.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/shadow-none.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/shadow.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/shadow.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry-inactive-notebook.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry-inactive-notebook.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry-inactive.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry-inactive.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry-inactive-solid.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry-inactive-solid.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry-notebook.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry-notebook.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry-solid.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-2.0/Shadows/text-entry-solid.png differ diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/apps/softwarecenter.css libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/apps/softwarecenter.css --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/apps/softwarecenter.css 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/apps/softwarecenter.css 2015-01-10 18:16:04.000000000 +0000 @@ -39,11 +39,11 @@ from (alpha (#1F1F1F, 0.4)), to (alpha (#1F1F1F, 0.4))); border-color: alpha (#fff, 0.2); - text-shadow: 0 1 white; + text-shadow: 0 1px white; } .frame-header-title { - text-shadow: 0 1 white; + text-shadow: 0 1px white; } .item-view-separator { Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/blank.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/blank.png differ Binary files /tmp/S8cocu9iqr/libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/btn_radio_off_holo.png and /tmp/nuB19Tr0PB/libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/btn_radio_off_holo.png differ diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-horizontal-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-horizontal.svg libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-horizontal.svg --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-horizontal.svg 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-horizontal.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,146 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-hor.svg libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-hor.svg --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-hor.svg 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-hor.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,391 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-insensitive-hor.svg libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-insensitive-hor.svg --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-insensitive-hor.svg 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-insensitive-hor.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,240 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-insensitive-ver.svg libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-insensitive-ver.svg --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-insensitive-ver.svg 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-insensitive-ver.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,209 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider.svg libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider.svg --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider.svg 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,303 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-ver.svg libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-ver.svg --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-ver.svg 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-ver.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,315 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-vertical-insensitive.svg libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-vertical-insensitive.svg --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-vertical-insensitive.svg 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-vertical-insensitive.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-vertical.svg libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-vertical.svg --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-vertical.svg 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/assets/scale-slider-vertical.svg 1970-01-01 00:00:00.000000000 +0000 @@ -1,366 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/gnome-applications.css libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/gnome-applications.css --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/gnome-applications.css 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/gnome-applications.css 2015-01-10 22:35:42.000000000 +0000 @@ -152,7 +152,7 @@ * gnome terminal * ******************/ VteTerminal { - background-color: @osd_bg; + background-color: #2e3436; color: @base_color; } diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/gtk.css libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/gtk.css --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/gtk.css 2015-01-05 12:08:25.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/gtk.css 2015-01-25 10:50:29.000000000 +0000 @@ -1,7 +1,7 @@ /* Theme Name: Libra Author: Dolkand -Version: 1.0 +Version: 1.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl.html */ diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/gtk-widgets-assets.css libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/gtk-widgets-assets.css --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/gtk-widgets-assets.css 2014-12-21 20:14:26.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/gtk-widgets-assets.css 2015-01-24 22:47:14.000000000 +0000 @@ -11,7 +11,9 @@ background-color: @button_normal_color; background-image: url("assets/blank.png"); } - +.check row:focus { + box-shadow: inset 0px 0px 2px 0px rgba(50, 50, 50, 0.75); +} .check:insensitive, .check row:selected:insensitive, .check row:selected:focus:insensitive { diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/gtk-widgets.css libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/gtk-widgets.css --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/gtk-widgets.css 2014-12-21 12:42:49.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/gtk-widgets.css 2015-01-30 21:10:36.000000000 +0000 @@ -13,7 +13,7 @@ -GtkButton-inner-border: 1; -GtkButton-interior-focus: true; -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 14; + -GtkCheckMenuItem-indicator-size: 12; -GtkExpander-expander-size: 8; -GtkHTML-link-color: @link_color; -GtkIMHtml-hyperlink-color: @link_color; @@ -23,14 +23,14 @@ -GtkPaned-handle-size: 7; -GtkProgressBar-min-horizontal-bar-height: 5; -GtkProgressBar-min-vertical-bar-width: 5; - -GtkRange-slider-width: 10; + -GtkRange-slider-width: 12 -GtkRange-stepper-spacing: 0; -GtkRange-trough-border: 0; -GtkRange-trough-under-steppers: 1; -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; -GtkScrollbar-min-slider-length: 50; - -GtkScrolledWindow-scrollbar-spacing: 5; + -GtkScrolledWindow-scrollbar-spacing: 0; -GtkScrolledWindow-scrollbars-within-bevel: 0; -GtkStatusbar-shadow-type: none; -GtkTextView-error-underline-color: @error_color; @@ -44,8 +44,6 @@ -GtkWindow-resize-grip-height: 0; -GtkWindow-resize-grip-width: 0; -WnckTasklist-fade-overlay-rect: 0; - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 12; outline-color: alpha(@theme_selected_bg_color, 0.5); outline-style: solid; outline-offset: 0; @@ -214,14 +212,14 @@ color: shade(@theme_fg_color, 0.7); } -.button:active, -.button:active:hover { +.button:active { color: shade(@theme_fg_color, 0.9); background-color: shade(@theme_bg_color, 0.93); - box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: none; } .button:active:hover { color: shade(@theme_fg_color, 0.6); + background-color: shade(@theme_bg_color, 0.93); } .button:insensitive { @@ -242,7 +240,7 @@ .button.default:focus { border-color: transparent; background-color: @theme_selected_bg_color; - color: @theme_selected_fg_color; + color: @base_color; } .button.default:hover { @@ -254,21 +252,39 @@ .button.default:hover:active { border-color: transparent; background-color: mix(@button_default_active_color, white, 0.083); - color: shade(@theme_selected_fg_color, 0.95); + color: shade(@base_color, 0.95); } .button.default *:insensitive { color: shade(@entry_border_color, 0.9); } -GtkLinkButton.button, +GtkLinkButton.button { + color: shade(@selected_bg_color, 0.9); +} GtkLinkButton.button:focus, GtkLinkButton.button:hover, GtkLinkButton.button:active, GtkLinkButton.button:focus:active, GtkLinkButton.button:focus:hover { - + box-shadow: none; + color: shade(@selected_bg_color, 1.0); +} +.notebook GtkLinkButton.button:focus, +.notebook GtkLinkButton.button:hover, +.notebook GtkLinkButton.button:active, +.notebook GtkLinkButton.button:focus:active, +.notebook GtkLinkButton.button:focus:hover { + background-color: @base_color; + color: shade(@selected_bg_color, 1.0); +} +GtkLinkButton.button:active, +GtkLinkButton.button:focus:active, +GtkLinkButton.button:focus:hover, +.notebook GtkLinkButton.button:active, +.notebook GtkLinkButton.button:focus:active, +.notebook GtkLinkButton.button:focus:hover { + color: shade(@selected_bg_color, 0.7); } - /**************** * cell and row * @@ -280,8 +296,8 @@ .cell:selected, .cell:selected:focus { - background-color: @theme_selected_bg_color; - color: @theme_selected_fg_color; + background-color: shade(@theme_selected_bg_color,0.9); + color: @base_color; } row:selected, @@ -290,9 +306,9 @@ border-width: 0; border-style: none; border-radius: 0; - background-color: @theme_selected_bg_color; + background-color: shade(@theme_selected_bg_color,0.9); background-image: none; - color: @theme_selected_fg_color; + color: @base_color; -GtkWidget-focus-padding: 1; -GtkWidget-focus-line-width: 0; @@ -492,16 +508,16 @@ ************/ .primary-toolbar GtkComboBox.combobox-entry .entry, .primary-toolbar GtkComboBox.combobox-entry .entry:active, -.primary-toolbar GtkComboBox.combobox-entry .entry:focus, .primary-toolbar GtkComboBox.combobox-entry .entry:insensitive, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .entry:active, -GtkComboBox.combobox-entry .entry:focus, GtkComboBox.combobox-entry .entry:insensitive { border-radius: 5px; - border-width: 1px 0 1px 1px; + border-width: 3px 0 3px 3px; + border-color: transparent; border-top-right-radius: 0; border-bottom-right-radius: 0; + } .primary-toolbar GtkComboBox.combobox-entry .button, @@ -513,26 +529,40 @@ GtkComboBox.combobox-entry .button:active, GtkComboBox.combobox-entry .button:insensitive { border-style: solid; - border-color: @theme_bg_color; + border-color: transparent; border-radius: 5px; - border-width: 1px 1px 1px 0; + border-width: 3px 3px 3px 0; border-bottom-left-radius: 0; border-top-left-radius: 0; background-color: @theme_base_color; background-image: none; - + +} + +.primary-toolbar GtkComboBox.combobox-entry .entry:focus, +GtkComboBox.combobox-entry .entry:focus, +.primary-toolbar GtkComboBox.combobox-entry .button:focus, +GtkComboBox.combobox-entry .button:focus { + } + + .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, GtkComboBox.combobox-entry .button:insensitive { background-color: shade(@theme_bg_color, 0.95); color: mix(@theme_text_color, @theme_base_color, 0.5); } + +.primary-toolbar GtkComboBox.combobox-entry .entry:active, +GtkComboBox.combobox-entry .entry:active { + border-width: 3px 0 0 3px; +} .primary-toolbar GtkComboBox.combobox-entry .button:active, -GtkComboBox.combobox-entry .button:active, -.primary-toolbar GtkComboBox.combobox-entry .button:focus, -GtkComboBox.combobox-entry .button:focus { - border-color: @theme_selected_bg_color; +GtkComboBox.combobox-entry .button:active { + border-width: 3px 3px 0 0; + box-shadow: none; } + GtkComboBox.combobox-entry .arrow, .primary-toolbar GtkComboBox.combobox-entry .arrow { color: shade(@theme_text_color, 1.2); @@ -543,7 +573,13 @@ } GtkComboBox .arrow, .primary-toolbar GtkComboBox .arrow { - color: shade(@theme_selected_fg_color, 0.95); + color: shade(@theme_selected_fg_color, 0.8); +} +GtkComboBox .arrow:focus, +GtkComboBox .arrow:hover, +.primary-toolbar GtkComboBox .arrow:focus, +.primary-toolbar GtkComboBox .arrow:hover { + color: shade(@theme_selected_fg_color, 1.0); } GtkComboBox .cell { color: @theme_selected_fg_color; @@ -555,7 +591,29 @@ GtkComboBox .button { padding: 4px; } +.notebook GtkComboBox.combobox-entry .entry, +.notebook GtkComboBox.combobox-entry .entry:active, +.notebook GtkComboBox.combobox-entry .entry:insensitive { + box-shadow: 0 0 1px 0 rgba(0,0,0,0.5); +} +.notebook GtkComboBox.combobox-entry .button, +.notebook GtkComboBox.combobox-entry .button:hover, +.notebook GtkComboBox.combobox-entry .button:active, +.notebook GtkComboBox.combobox-entry .button:insensitive { + background-color: @theme_base_color; + box-shadow: 0 0 1px 0 rgba(0,0,0,0.5); +} +.notebook GtkComboBox.combobox-entry .entry:focus, +.notebook GtkComboBox.combobox-entry .button:focus { + box-shadow: 0 0 1px 0 rgba(0,0,0,0.5); +} +.notebook GtkComboBox.combobox-entry .entry:active { + box-shadow: 0 0 1px 0 rgba(0,0,0,0.5); +} +.notebook GtkComboBox.combobox-entry .button:active { + box-shadow: 0 0 1px 0 rgba(0,0,0,0.5); +} /********* * entry * *********/ @@ -564,7 +622,7 @@ border-width: 1px; border-style: solid; border-color: @entry_border_color; - border-radius: 5px; + border-radius: 2px; background-color: @theme_base_color; background-image: none; color: @theme_text_color; @@ -627,7 +685,7 @@ border-bottom-color: @frame_border_bottom_color; border-right-color: @entry_border_color; border-left-color: @entry_border_color; - border-radius: 3px; + border-radius: 2px; } GtkScrolledWindow.frame:insensitive { border-top-color: @button_normal_color; @@ -983,12 +1041,10 @@ background-color: @theme_base_color; background-image: none; color: @theme_text_color; - box-shadow: 0 3px 12px 2px alpha(black, 0.5); } .menubar .menuitem *:hover { color: @theme_text_color; - box-shadow: 0 3px 12px 2px alpha(black, 0.5); } /************ @@ -1019,7 +1075,7 @@ GtkComboBox .menu .menuitem:hover { background-color: mix(@button_default_active_color, white, 0.07); background-image: none; - box-shadow: 0 3px 12px 2px alpha(black, 0.5); + box-shadow: 0 3px 12px 2px alpha(black, 0.5); } GtkComboBox .menu .menuitem:active, GtkComboBox .menu .menuitem:hover, @@ -1197,9 +1253,29 @@ color: @theme_text_color; } .notebook tab .button:hover { - color: @theme_selected_fg_color; + color: shade(@theme_bg_color, 0.6); + box-shadow: none; } - +.notebook .button { + border: 3px solid transparent; + box-shadow: 0 0 1px 0 rgba(0,0,0,0.5); +} +.notebook .button:insensitive { + box-shadow: none; +} +.notebook column-header, +.notebook column-header .button { + box-shadow: none; + border-width: 1px; + border-image: linear-gradient(to top, + shade(@theme_bg_color, 0.95) 1px, + transparent 1px, + transparent 15%, + shade(@theme_bg_color, 0.95) 15%, + shade(@theme_bg_color, 0.95) 85%, + transparent 85%, + transparent) 0 1 1 0/ 0 1px 1px 0; + } /****************** * pane separator * ******************/ @@ -1275,7 +1351,6 @@ -GtkLevelBar-min-block-height: 34; } .level-bar { - height: 2px; } .level-bar.trough { padding: 0; @@ -1364,7 +1439,13 @@ box-shadow: 0 0 1px 2px alpha(black, 0.2); background-color: shade(@selected_bg_color, 0.9) } - +.scale.slider:active, +.scale.slider:active:hover{ + padding: 1px; + box-shadow: none; + border-color: shade(@selected_bg_color, 0.9); + background-color: shade(@selected_bg_color, 0.9) +} .scale.slider:insensitive { background-color: shade(@entry_border_color, 0.95); background-image: none; @@ -1485,14 +1566,16 @@ .scrollbar { border-width: 0; border-style: none; + border-radius: 1px; padding: 0; + background-color: @theme_selected_bg_color; } .scrollbars-junction, .scrollbar.trough { border-width: 0; border-radius: 0; - background-color: @theme_bg_color; + background-color: transparent; background-image: none; } @@ -1502,32 +1585,41 @@ text-shadow: none; icon-shadow: none; border-width: 0; - border-radius: 3px; + border-radius: 1px; background-color: transparent; background-image: none; color: shade(@theme_bg_color, 0.6); } .scrollbar.slider { - border-width: 0; - border-radius: 3px; - background-color: shade(@theme_selected_bg_color, 1.3); + border-color: transparent; + border-style: solid; + border-radius: 1px; + background-color: alpha(@theme_fg_color, 0.4); +} +.scrollbar.slider.vertical { + border-width: 0 1px 0 1px; +} +.scrollbar.slider.horizontal { + border-width: 1px 0 1px 0; } .scrollbar.slider:hover, .scrollbar.slider.vertical:hover { - background-color: shade(@theme_selected_bg_color, 1.2); + background-color: alpha(@theme_fg_color, 0.55); + border-width: 0; } .scrollbar.slider:active, .scrollbar.slider.vertical:active { - background-color: @theme_selected_bg_color; + background-color: alpha(@theme_fg_color, 0.75); + border-width: 0; } .scrollbar.trough, .scrollbar.trough.vertical { border-width: 0; - border-radius: 3px; - background-color: @entry_border_color; + border-radius: 0; + background-color: transparent; } .scrollbar.slider.fine-tune:prelight:active { background-size: 50%; @@ -1537,6 +1629,7 @@ /* overlay scrollbar */ OsThumb { + background-color: @theme_bg_color; color: shade(@theme_bg_color, 0.6); } @@ -1643,6 +1736,10 @@ background-color: @theme_base_color; color: @theme_text_color; } +.sidebar .view row:hover, +.sidebar row:hover { + color: shade(@text_color, 1.0); +} .sidebar row:selected, .sidebar row:selected:hover, @@ -1651,23 +1748,10 @@ .sidebar .view row:selected:hover, .sidebar .view row:selected:focus { border-width: 0; - background-color: @theme_selected_bg_color; + background-color: shade(@theme_selected_bg_color,0.9); background-image: none; - color: @theme_selected_fg_color; + color: shade(@base_color, 1.0); } - -.sidebar row:prelight, -.sidebar .view row:prelight { - color: shade(@theme_text_color, 0.8); -} - -.sidebar row:selected:prelight, -.sidebar .view row:selected:prelight { - background-color: shade(@theme_selected_bg_color, 1.05); - background-image: none; - color: @theme_selected_fg_color; -} - .sidebar .frame { border-width: 0; } @@ -1681,13 +1765,26 @@ /************** * spinbutton * **************/ +.spinbutton { + border-left-style: none; + border-right-style: none; + border-top-style: none; + border-bottom-style: solid; + border-width: 2px; + border-color: shade(@theme_bg_color,0.8); + box-shadow: none; + border-radius: 0; +} +.spinbutton:insensitive { + border-bottom-style: none; +} .spinbutton .button { text-shadow: none; icon-shadow: none; color: mix(@theme_text_color, @theme_base_color, 0.5); - padding: 2px 4px; + box-shadow: none; border-width: 0; - border-radius: 0; + border-radius: 2px; border-style: none; background-color: transparent; background-image: none; @@ -1700,16 +1797,13 @@ .spinbutton .button:active, .spinbutton .button:hover { - color: @theme_fg_color; - background-color: @selected_bg_color; + color: shade(@theme_fg_color,1.3); } .spinbutton .button:first-child { - border-radius: 5px 0 0 5px; } .spinbutton .button:last-child { - border-radius: 0 5px 5px 0; } .spinbutton .button:dir(rtl) { @@ -1722,7 +1816,7 @@ border-width: 1px; border-style: solid; border-color: @entry_border_color; - border-radius: 5px; + border-radius: 2px; background-color: @theme_base_color; color: mix(@theme_text_color, @theme_base_color, 0.5); background-image: none; @@ -1762,7 +1856,7 @@ .spinbutton.vertical .button:first-child { border-width: 1px 1px 0 1px; border-bottom-width: 0; - border-radius: 5px; + border-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } @@ -1770,7 +1864,7 @@ .spinbutton.vertical .button:last-child { border-width: 0 1px 1px 1px; border-top-width: 0; - border-radius: 5px; + border-radius: 2px; border-top-left-radius: 0; border-top-right-radius: 0; } @@ -2891,8 +2985,8 @@ .view:selected, .view:selected:focus { - background-color: @theme_selected_bg_color; - color: @theme_selected_fg_color; + background-color: shade(@theme_selected_bg_color,0.9); + color: @base_color; } /********************* @@ -2909,6 +3003,7 @@ color: @theme_text_color; } + /******* * osd * *******/ @@ -3337,9 +3432,8 @@ * CSD * *******/ .titlebar { - border-width: 5px 0 0 0; border-style: solid; - border-radius: 7px 7px 0 0; + border-radius: 3px 3px 0 0; border-color: transparent; /* border-image: linear-gradient(to left, shade(@theme_selected_bg_color, 1.20) 25%, diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/unity.css libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/unity.css --- libra-theme-1.0~utopic~NoobsLab.com/Libra/gtk-3.0/unity.css 2014-12-13 10:26:04.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/gtk-3.0/unity.css 2015-01-30 21:14:02.000000000 +0000 @@ -18,7 +18,7 @@ } UnityDecoration.top { - border-radius: 6px 6px 0 0; + border-radius: 4px 4px 0 0; box-shadow: inset 5px 5px shade (@dark_bg_color, 1.6); background-color: @bg_color; color: @text_color; diff -Nru libra-theme-1.0~utopic~NoobsLab.com/Libra/index.theme libra-theme-1.1~utopic~NoobsLab.com/Libra/index.theme --- libra-theme-1.0~utopic~NoobsLab.com/Libra/index.theme 2014-12-13 10:26:06.000000000 +0000 +++ libra-theme-1.1~utopic~NoobsLab.com/Libra/index.theme 2015-01-13 22:34:50.000000000 +0000 @@ -8,4 +8,4 @@ GtkTheme=Libra MetacityTheme=Libra ButtonLayout=:minimize,maximize,close -IconTheme=gnome +