├── B00merang Dark ├── gtk-3.0 │ ├── gtk-3.20 │ ├── settings.ini │ ├── thumbnail.png │ ├── assets │ │ ├── chrome1.png │ │ ├── radio-mixed.png │ │ ├── checkbox-mixed.png │ │ ├── radio-selected.png │ │ ├── checkbox-checked.png │ │ ├── radio-unselected.png │ │ ├── checkbox-unchecked.png │ │ ├── radio-selected-over.png │ │ ├── checkbox-checked-over.png │ │ ├── menuitem-radio-checked.png │ │ ├── radio-unselected-over.png │ │ ├── checkbox-unchecked-over.png │ │ ├── menuitem-checkbox-checked.png │ │ ├── menuitem-checkbox-mixed.png │ │ ├── radio-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── radio-selected-insensitive.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── radio-unselected-insensitive.png │ │ ├── menuitem-checkbox-mixed-selected.png │ │ ├── menuitem-radio-checked-selected.png │ │ ├── menuitem-checkbox-checked-selected.png │ │ ├── menuitem-checkbox-mixed-insensitive.png │ │ ├── menuitem-radio-checked-insensitive.png │ │ └── menuitem-checkbox-checked-insensitive.png │ └── apps │ │ ├── synaptic.css │ │ ├── xfce.css │ │ └── nemo.css ├── gtk-3.20 │ ├── assets │ │ ├── radio-mixed-unfocused.png │ │ ├── checkbox-mixed-unfocused.png │ │ ├── radio-checked-unfocused.png │ │ ├── radio-mixed-unfocused@2.png │ │ ├── checkbox-checked-unfocused.png │ │ ├── checkbox-mixed-unfocused@2.png │ │ ├── radio-checked-unfocused@2.png │ │ ├── radio-unchecked-unfocused.png │ │ ├── radio-unchecked-unfocused@2.png │ │ ├── checkbox-checked-unfocused@2.png │ │ ├── checkbox-unchecked-unfocused.png │ │ ├── checkbox-unchecked-unfocused@2.png │ │ ├── radio-mixed-insensitive-unfocused.png │ │ ├── checkbox-mixed-insensitive-unfocused.png │ │ ├── radio-checked-insensitive-unfocused.png │ │ ├── radio-checked-insensitive-unfocused@2.png │ │ ├── radio-mixed-insensitive-unfocused@2.png │ │ ├── radio-unchecked-insensitive-unfocused.png │ │ ├── checkbox-checked-insensitive-unfocused.png │ │ ├── checkbox-mixed-insensitive-unfocused@2.png │ │ ├── radio-unchecked-insensitive-unfocused@2.png │ │ ├── checkbox-checked-insensitive-unfocused@2.png │ │ ├── checkbox-unchecked-insensitive-unfocused.png │ │ ├── checkbox-unchecked-insensitive-unfocused@2.png │ │ ├── radio-mixed.png │ │ ├── checkbox-mixed.png │ │ ├── radio-checked.png │ │ ├── radio-mixed@2.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-mixed@2.png │ │ ├── radio-checked@2.png │ │ ├── radio-unchecked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ └── checkbox-unchecked-insensitive@2.png │ ├── settings.ini │ └── thumbnail.png ├── cinnamon │ ├── metadata.json │ ├── menu.png │ ├── panel.png │ ├── thumbnail.png │ ├── favorites-background.png │ ├── background-assets │ │ └── hover.png │ ├── theme.json │ ├── third-party-DESKLET-stylesheets │ │ ├── reddit-reader.css │ │ └── calculator.css │ ├── third-party-APPLET-stylesheets │ │ ├── xcenter.css │ │ ├── configurable-menu.css │ │ ├── system-tray-collapsible.css │ │ └── weather.css │ └── panel-assets │ │ ├── DND-bottom-left.svg │ │ ├── DND-top-left.svg │ │ ├── top-item-attention.svg │ │ └── top-item-attention-hover.svg ├── unity │ ├── close.png │ ├── maximize.png │ ├── minimize.png │ ├── unmaximize.png │ ├── close_unfocused.png │ ├── maximize_unfocused.png │ ├── minimize_unfocused.png │ ├── close_focused_normal.png │ ├── close_focused_pressed.png │ ├── unmaximize_unfocused.png │ ├── close_focused_prelight.png │ ├── close_unfocused_prelight.png │ ├── close_unfocused_pressed.png │ ├── maximize_focused_normal.png │ ├── maximize_focused_pressed.png │ ├── minimize_focused_normal.png │ ├── minimize_focused_pressed.png │ ├── maximize_focused_prelight.png │ ├── maximize_unfocused_pressed.png │ ├── minimize_focused_prelight.png │ ├── minimize_unfocused_pressed.png │ ├── unmaximize_focused_normal.png │ ├── unmaximize_focused_pressed.png │ ├── maximize_unfocused_prelight.png │ ├── minimize_unfocused_prelight.png │ ├── unmaximize_focused_prelight.png │ ├── unmaximize_unfocused_prelight.png │ └── unmaximize_unfocused_pressed.png ├── metacity-1 │ ├── close.png │ ├── maximize.png │ ├── minimize.png │ ├── restore.png │ ├── thumbnail.png │ ├── maximize-focused.png │ └── maximize-unfocused.png └── index.theme ├── B00merang Glass ├── gtk-3.0 │ ├── gtk-3.20 │ ├── settings.ini │ ├── thumbnail.png │ ├── assets │ │ ├── radio-mixed.png │ │ ├── checkbox-mixed.png │ │ ├── radio-selected.png │ │ ├── checkbox-checked.png │ │ ├── radio-unselected.png │ │ ├── checkbox-unchecked.png │ │ ├── radio-selected-over.png │ │ ├── checkbox-checked-over.png │ │ ├── radio-unselected-over.png │ │ ├── checkbox-unchecked-over.png │ │ ├── menuitem-checkbox-mixed.png │ │ ├── menuitem-radio-checked.png │ │ ├── radio-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── menuitem-checkbox-checked.png │ │ ├── radio-selected-insensitive.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── radio-unselected-insensitive.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── menuitem-radio-checked-selected.png │ │ ├── menuitem-checkbox-checked-selected.png │ │ ├── menuitem-checkbox-mixed-selected.png │ │ ├── menuitem-radio-checked-insensitive.png │ │ ├── menuitem-checkbox-mixed-insensitive.png │ │ └── menuitem-checkbox-checked-insensitive.png │ ├── buttons │ │ ├── close-focused-active.png │ │ ├── close-focused-hover.png │ │ ├── close-focused-normal.png │ │ ├── maximize-focused-active.png │ │ ├── maximize-focused-hover.png │ │ ├── maximize-focused-normal.png │ │ ├── minimize-focused-active.png │ │ ├── minimize-focused-hover.png │ │ └── minimize-focused-normal.png │ └── apps │ │ ├── synaptic.css │ │ ├── xfce.css │ │ └── nemo.css ├── unity │ ├── unmaximize.png │ ├── unmaximize_unfocused.png │ ├── unmaximize_focused_normal.png │ ├── unmaximize_focused_prelight.png │ ├── unmaximize_focused_pressed.png │ ├── unmaximize_unfocused_prelight.png │ ├── unmaximize_unfocused_pressed.png │ ├── close.png │ ├── maximize.png │ ├── minimize.png │ ├── close_unfocused.png │ ├── maximize_unfocused.png │ ├── minimize_unfocused.png │ ├── close_focused_normal.png │ ├── close_focused_prelight.png │ ├── close_focused_pressed.png │ ├── close_unfocused_pressed.png │ ├── maximize_focused_normal.png │ ├── minimize_focused_normal.png │ ├── close_unfocused_prelight.png │ ├── maximize_focused_prelight.png │ ├── maximize_focused_pressed.png │ ├── minimize_focused_prelight.png │ ├── minimize_focused_pressed.png │ ├── maximize_unfocused_prelight.png │ ├── maximize_unfocused_pressed.png │ ├── minimize_unfocused_prelight.png │ └── minimize_unfocused_pressed.png ├── gtk-3.20 │ ├── assets │ │ ├── radio-mixed-unfocused.png │ │ ├── checkbox-mixed-unfocused.png │ │ ├── radio-checked-unfocused.png │ │ ├── radio-mixed-unfocused@2.png │ │ ├── checkbox-checked-unfocused.png │ │ ├── checkbox-mixed-unfocused@2.png │ │ ├── radio-checked-unfocused@2.png │ │ ├── radio-unchecked-unfocused.png │ │ ├── checkbox-checked-unfocused@2.png │ │ ├── checkbox-unchecked-unfocused.png │ │ ├── radio-unchecked-unfocused@2.png │ │ ├── checkbox-unchecked-unfocused@2.png │ │ ├── radio-mixed-insensitive-unfocused.png │ │ ├── checkbox-mixed-insensitive-unfocused.png │ │ ├── radio-checked-insensitive-unfocused.png │ │ ├── radio-mixed-insensitive-unfocused@2.png │ │ ├── checkbox-checked-insensitive-unfocused.png │ │ ├── checkbox-mixed-insensitive-unfocused@2.png │ │ ├── radio-checked-insensitive-unfocused@2.png │ │ ├── radio-unchecked-insensitive-unfocused.png │ │ ├── radio-unchecked-insensitive-unfocused@2.png │ │ ├── checkbox-checked-insensitive-unfocused@2.png │ │ ├── checkbox-unchecked-insensitive-unfocused.png │ │ ├── checkbox-unchecked-insensitive-unfocused@2.png │ │ ├── radio-checked.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── checkbox-mixed.png │ │ ├── radio-checked@2.png │ │ ├── radio-unchecked.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ └── checkbox-unchecked-insensitive@2.png │ ├── settings.ini │ └── thumbnail.png ├── cinnamon │ ├── metadata.json │ ├── thumbnail.png │ ├── theme.json │ ├── third-party-DESKLET-stylesheets │ │ ├── reddit-reader.css │ │ └── calculator.css │ ├── third-party-APPLET-stylesheets │ │ ├── xcenter.css │ │ ├── configurable-menu.css │ │ ├── system-tray-collapsible.css │ │ └── weather.css │ └── panel-assets │ │ ├── DND-bottom-left.svg │ │ ├── DND-top-left.svg │ │ └── top-item-attention.svg ├── metacity-1 │ ├── close.png │ ├── maximize.png │ ├── minimize.png │ ├── restore.png │ └── thumbnail.png ├── xfwm4 │ ├── bottom-active.xpm │ ├── left-active.xpm │ ├── left-inactive.xpm │ ├── right-active.xpm │ ├── bottom-inactive.xpm │ ├── right-inactive.xpm │ ├── title-1-active.xpm │ ├── title-1-inactive.xpm │ ├── title-2-active.xpm │ ├── title-2-inactive.xpm │ ├── title-3-active.xpm │ ├── title-3-inactive.xpm │ ├── title-4-active.xpm │ ├── title-4-inactive.xpm │ ├── title-5-active.xpm │ ├── title-5-inactive.xpm │ ├── themerc │ ├── top-left-active.xpm │ ├── top-left-inactive.xpm │ ├── top-right-active.xpm │ ├── top-right-inactive.xpm │ ├── hide-active.xpm │ ├── hide-inactive.xpm │ ├── hide-pressed.xpm │ ├── hide-prelight.xpm │ ├── maximize-active.xpm │ ├── maximize-inactive.xpm │ ├── close-active.xpm │ ├── close-inactive.xpm │ ├── close-prelight.xpm │ ├── maximize-pressed.xpm │ ├── close-pressed.xpm │ └── maximize-prelight.xpm └── index.theme ├── B00merang Green ├── gtk-3.0 │ ├── gtk-3.20 │ ├── settings.ini │ ├── thumbnail.png │ ├── assets │ │ ├── radio-mixed.png │ │ ├── checkbox-mixed.png │ │ ├── radio-selected.png │ │ ├── checkbox-checked.png │ │ ├── radio-unselected.png │ │ ├── checkbox-unchecked.png │ │ ├── radio-selected-over.png │ │ ├── checkbox-checked-over.png │ │ ├── radio-unselected-over.png │ │ ├── checkbox-unchecked-over.png │ │ ├── menuitem-checkbox-mixed.png │ │ ├── menuitem-radio-checked.png │ │ ├── radio-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── menuitem-checkbox-checked.png │ │ ├── radio-selected-insensitive.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── radio-unselected-insensitive.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── menuitem-radio-checked-selected.png │ │ ├── menuitem-checkbox-checked-selected.png │ │ ├── menuitem-checkbox-mixed-selected.png │ │ ├── menuitem-radio-checked-insensitive.png │ │ ├── menuitem-checkbox-mixed-insensitive.png │ │ └── menuitem-checkbox-checked-insensitive.png │ └── apps │ │ ├── synaptic.css │ │ ├── xfce.css │ │ └── nemo.css ├── gtk-3.20 │ ├── assets │ │ ├── radio-mixed-unfocused.png │ │ ├── checkbox-mixed-unfocused.png │ │ ├── radio-checked-unfocused.png │ │ ├── radio-mixed-unfocused@2.png │ │ ├── checkbox-checked-unfocused.png │ │ ├── checkbox-mixed-unfocused@2.png │ │ ├── radio-checked-unfocused@2.png │ │ ├── radio-unchecked-unfocused.png │ │ ├── checkbox-checked-unfocused@2.png │ │ ├── checkbox-unchecked-unfocused.png │ │ ├── radio-unchecked-unfocused@2.png │ │ ├── checkbox-unchecked-unfocused@2.png │ │ ├── radio-mixed-insensitive-unfocused.png │ │ ├── checkbox-mixed-insensitive-unfocused.png │ │ ├── radio-checked-insensitive-unfocused.png │ │ ├── radio-mixed-insensitive-unfocused@2.png │ │ ├── checkbox-checked-insensitive-unfocused.png │ │ ├── checkbox-mixed-insensitive-unfocused@2.png │ │ ├── radio-checked-insensitive-unfocused@2.png │ │ ├── radio-unchecked-insensitive-unfocused.png │ │ ├── radio-unchecked-insensitive-unfocused@2.png │ │ ├── checkbox-checked-insensitive-unfocused@2.png │ │ ├── checkbox-unchecked-insensitive-unfocused.png │ │ ├── checkbox-unchecked-insensitive-unfocused@2.png │ │ ├── radio-checked.png │ │ ├── radio-mixed.png │ │ ├── radio-mixed@2.png │ │ ├── checkbox-mixed.png │ │ ├── radio-checked@2.png │ │ ├── radio-unchecked.png │ │ ├── checkbox-checked.png │ │ ├── checkbox-checked@2.png │ │ ├── checkbox-mixed@2.png │ │ ├── checkbox-unchecked.png │ │ ├── radio-unchecked@2.png │ │ ├── checkbox-unchecked@2.png │ │ ├── radio-mixed-insensitive.png │ │ ├── radio-checked-insensitive.png │ │ ├── radio-mixed-insensitive@2.png │ │ ├── checkbox-checked-insensitive.png │ │ ├── checkbox-mixed-insensitive.png │ │ ├── checkbox-mixed-insensitive@2.png │ │ ├── radio-checked-insensitive@2.png │ │ ├── radio-unchecked-insensitive.png │ │ ├── checkbox-checked-insensitive@2.png │ │ ├── checkbox-unchecked-insensitive.png │ │ ├── radio-unchecked-insensitive@2.png │ │ └── checkbox-unchecked-insensitive@2.png │ ├── settings.ini │ └── thumbnail.png ├── unity │ ├── close.png │ ├── maximize.png │ ├── minimize.png │ ├── unmaximize.png │ ├── close_unfocused.png │ ├── maximize_unfocused.png │ ├── minimize_unfocused.png │ ├── close_focused_normal.png │ ├── unmaximize_unfocused.png │ ├── close_focused_prelight.png │ ├── close_focused_pressed.png │ ├── close_unfocused_pressed.png │ ├── maximize_focused_normal.png │ ├── minimize_focused_normal.png │ ├── close_unfocused_prelight.png │ ├── maximize_focused_prelight.png │ ├── maximize_focused_pressed.png │ ├── minimize_focused_prelight.png │ ├── minimize_focused_pressed.png │ ├── unmaximize_focused_normal.png │ ├── maximize_unfocused_prelight.png │ ├── maximize_unfocused_pressed.png │ ├── minimize_unfocused_prelight.png │ ├── minimize_unfocused_pressed.png │ ├── unmaximize_focused_prelight.png │ ├── unmaximize_focused_pressed.png │ ├── unmaximize_unfocused_pressed.png │ └── unmaximize_unfocused_prelight.png ├── cinnamon │ ├── menu.png │ ├── panel.png │ ├── checkbox.png │ ├── item-hover.png │ ├── overview.png │ ├── thumbnail.png │ ├── toggle-off.png │ ├── toggle-on.png │ ├── trash-icon.png │ ├── checkbox-off.png │ ├── item-active.png │ ├── item-attention.png │ ├── overview-hover.png │ ├── checkbox-focused.png │ ├── calendar-arrow-left.png │ ├── calendar-arrow-right.png │ ├── checkbox-off-focused.png │ ├── add-workspace-button.svg │ ├── checkbox-off.svg │ └── checkbox-off-focused.svg ├── metacity-1 │ ├── close.png │ ├── maximize.png │ ├── minimize.png │ ├── restore.png │ └── thumbnail.png └── index.theme ├── B00merang Round ├── cinnamon │ ├── metadata.json │ ├── entry.png │ ├── checkbox.png │ ├── overview.png │ ├── popup-logo.png │ ├── thumbnail.png │ ├── toggle-off.png │ ├── toggle-on.png │ ├── checkbox-off.png │ ├── close-window.png │ ├── checkbox-focus.png │ ├── corner-ripple.png │ ├── overview-hover.png │ ├── radio-selected.png │ ├── radio-unselected.png │ ├── calendar-arrow-left.png │ ├── calendar-arrow-right.png │ ├── checkbox-off-focus.png │ ├── workspace-add-button.png │ ├── theme.json │ ├── player-stopped.svg │ ├── player-paused.svg │ └── player-playing.svg ├── gtk-3.0 │ ├── settings.ini │ ├── thumbnail.png │ └── apps │ │ ├── synaptic.css │ │ ├── xfce.css │ │ └── nemo.css ├── unity │ ├── launcher_icon_back_54.svg │ ├── launcher_icon_shine_150.svg │ ├── launcher_icon_shine_54.svg │ ├── launcher_icon_selected_back_54.svg │ ├── modes │ │ ├── launcher_bfb-flat.png │ │ └── launcher_bfb_ns.png │ ├── launcher_icon_glow_62.svg │ ├── launcher_pip_ltr_19.svg │ ├── launcher_pip_rtl_19.svg │ ├── launcher_arrow_ltr_19.svg.bak │ ├── launcher_arrow_rtl_19.svg.bak │ ├── launcher_icon_edge_54.svg │ ├── launcher_icon_back_150.svg │ ├── launcher_icon_shadow_62.svg │ ├── launcher_icon_selected_back_150.svg │ ├── launcher_icon_glow_200.svg │ ├── launcher_icon_shadow_200.svg │ ├── launcher_arrow_outline_rtl_19.svg.bak │ ├── launcher_arrow_outline_ltr_19.svg.bak │ ├── launcher_icon_edge_150.svg │ ├── launcher_arrow_ltr_37.svg │ ├── launcher_arrow_rtl_37.svg.bak │ ├── launcher_pip_ltr_37.svg │ ├── launcher_pip_rtl_37.svg │ ├── launcher_arrow_outline_rtl_37.svg │ └── launcher_arrow_outline_ltr_37.svg ├── openbox-3 │ ├── max.xbm │ ├── close.xbm │ ├── shade.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── desk.xbm │ ├── max_toggled.xbm │ └── shade_toggled.xbm ├── gtk-3.20 │ └── assets │ │ ├── small-checkbox-mixed-symbolic.svg │ │ ├── checkbox-mixed-symbolic.svg │ │ ├── checkbox-unchecked-symbolic.svg │ │ ├── small-checkbox-unchecked-symbolic.svg │ │ ├── radio-unchecked-symbolic.svg │ │ ├── small-radio-unchecked-symbolic.svg │ │ ├── checkbox-checked-symbolic.svg │ │ ├── radio-mixed-symbolic.svg │ │ ├── small-checkbox-checked-symbolic.svg │ │ ├── small-radio-mixed-symbolic.svg │ │ ├── radio-checked-symbolic.svg │ │ └── small-radio-checked-symbolic.svg ├── index.theme └── CREDITS └── Readme.md /B00merang Dark/gtk-3.0/gtk-3.20: -------------------------------------------------------------------------------- 1 | ../gtk-3.20 -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/gtk-3.20: -------------------------------------------------------------------------------- 1 | ../gtk-3.20 -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/gtk-3.20: -------------------------------------------------------------------------------- 1 | ../gtk-3.20 -------------------------------------------------------------------------------- /B00merang Glass/unity/unmaximize.png: -------------------------------------------------------------------------------- 1 | maximize.png -------------------------------------------------------------------------------- /B00merang Glass/unity/unmaximize_unfocused.png: -------------------------------------------------------------------------------- 1 | maximize_unfocused.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-mixed-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-mixed.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-mixed-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-mixed.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-mixed-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-mixed.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-mixed-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-checked-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-checked.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-mixed-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-mixed@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-mixed-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-checked-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-checked.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-mixed-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-mixed@2.png -------------------------------------------------------------------------------- /B00merang Glass/unity/unmaximize_focused_normal.png: -------------------------------------------------------------------------------- 1 | maximize_focused_normal.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-mixed-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-checked-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-checked.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-mixed-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-mixed@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-checked-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-mixed-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-checked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-checked@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-unchecked-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-unchecked.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-unchecked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-checked-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-mixed-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-checked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-checked@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-unchecked-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-unchecked.png -------------------------------------------------------------------------------- /B00merang Glass/unity/unmaximize_focused_prelight.png: -------------------------------------------------------------------------------- 1 | maximize_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Glass/unity/unmaximize_focused_pressed.png: -------------------------------------------------------------------------------- 1 | maximize_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-checked-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-mixed-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-checked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-checked@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-unchecked-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-unchecked.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-checked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-checked@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-unchecked-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-checked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-checked@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-unchecked-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-unchecked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Glass/unity/unmaximize_unfocused_prelight.png: -------------------------------------------------------------------------------- 1 | maximize_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Glass/unity/unmaximize_unfocused_pressed.png: -------------------------------------------------------------------------------- 1 | maximize_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-checked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-checked@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-unchecked-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-unchecked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-unchecked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-unchecked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-unchecked-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-mixed-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-mixed-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-mixed-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-checked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-checked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-mixed-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-unchecked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-checked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-mixed-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-checked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-mixed-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "last-edited": "1426017329", 3 | "uuid": "452" 4 | } -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-checked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-unchecked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "last-edited": "1426017329", 3 | "uuid": "452" 4 | } -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-checked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-checked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-unchecked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-unchecked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-checked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-mixed-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-checked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-unchecked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-unchecked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | radio-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "last-edited": "1400226761", 3 | "uuid": "295" 4 | } -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-auto-mnemonics = 1 3 | gtk-visible-focus = automatic 4 | -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-checked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-auto-mnemonics = 1 3 | gtk-visible-focus = automatic 4 | -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-auto-mnemonics = 1 3 | gtk-visible-focus = automatic 4 | -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-checked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-auto-mnemonics = 1 3 | gtk-visible-focus = automatic 4 | -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-auto-mnemonics = 1 3 | gtk-visible-focus = automatic 4 | -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-checked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-auto-mnemonics = 1 3 | gtk-visible-focus = automatic 4 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-auto-mnemonics = 1 3 | gtk-visible-focus = automatic 4 | -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-unchecked-insensitive-unfocused@2.png: -------------------------------------------------------------------------------- 1 | checkbox-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Dark/unity/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/close.png -------------------------------------------------------------------------------- /B00merang Glass/unity/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/close.png -------------------------------------------------------------------------------- /B00merang Green/unity/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/close.png -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/cinnamon/menu.png -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/cinnamon/panel.png -------------------------------------------------------------------------------- /B00merang Dark/unity/maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/maximize.png -------------------------------------------------------------------------------- /B00merang Dark/unity/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/minimize.png -------------------------------------------------------------------------------- /B00merang Glass/unity/maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/maximize.png -------------------------------------------------------------------------------- /B00merang Glass/unity/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/minimize.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/menu.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/panel.png -------------------------------------------------------------------------------- /B00merang Green/unity/maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/maximize.png -------------------------------------------------------------------------------- /B00merang Green/unity/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/minimize.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/entry.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /B00merang Dark/metacity-1/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/metacity-1/close.png -------------------------------------------------------------------------------- /B00merang Dark/unity/unmaximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/unmaximize.png -------------------------------------------------------------------------------- /B00merang Glass/metacity-1/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/metacity-1/close.png -------------------------------------------------------------------------------- /B00merang Green/metacity-1/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/metacity-1/close.png -------------------------------------------------------------------------------- /B00merang Green/unity/unmaximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/unmaximize.png -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_back_54.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/thumbnail.png -------------------------------------------------------------------------------- /B00merang Dark/metacity-1/maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/metacity-1/maximize.png -------------------------------------------------------------------------------- /B00merang Dark/metacity-1/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/metacity-1/minimize.png -------------------------------------------------------------------------------- /B00merang Dark/metacity-1/restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/metacity-1/restore.png -------------------------------------------------------------------------------- /B00merang Dark/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/thumbnail.png -------------------------------------------------------------------------------- /B00merang Glass/metacity-1/maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/metacity-1/maximize.png -------------------------------------------------------------------------------- /B00merang Glass/metacity-1/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/metacity-1/minimize.png -------------------------------------------------------------------------------- /B00merang Glass/metacity-1/restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/metacity-1/restore.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/checkbox.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/item-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/item-hover.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/overview.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/toggle-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/toggle-off.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/toggle-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/toggle-on.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/trash-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/trash-icon.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/thumbnail.png -------------------------------------------------------------------------------- /B00merang Green/metacity-1/maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/metacity-1/maximize.png -------------------------------------------------------------------------------- /B00merang Green/metacity-1/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/metacity-1/minimize.png -------------------------------------------------------------------------------- /B00merang Green/metacity-1/restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/metacity-1/restore.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/checkbox.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/overview.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/popup-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/popup-logo.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/thumbnail.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/toggle-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/toggle-off.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/toggle-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/toggle-on.png -------------------------------------------------------------------------------- /B00merang Round/gtk-3.0/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/gtk-3.0/thumbnail.png -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_shine_150.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_shine_54.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/chrome1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/chrome1.png -------------------------------------------------------------------------------- /B00merang Dark/unity/close_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/close_unfocused.png -------------------------------------------------------------------------------- /B00merang Glass/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /B00merang Glass/unity/close_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/close_unfocused.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/checkbox-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/checkbox-off.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/item-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/item-active.png -------------------------------------------------------------------------------- /B00merang Green/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /B00merang Green/unity/close_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/close_unfocused.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/checkbox-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/checkbox-off.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/close-window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/close-window.png -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_selected_back_54.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /B00merang Dark/unity/maximize_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/maximize_unfocused.png -------------------------------------------------------------------------------- /B00merang Dark/unity/minimize_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/minimize_unfocused.png -------------------------------------------------------------------------------- /B00merang Glass/unity/maximize_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/maximize_unfocused.png -------------------------------------------------------------------------------- /B00merang Glass/unity/minimize_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/minimize_unfocused.png -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/bottom-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * frame_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #083854", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * frame_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #083854", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * frame_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #083854", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * frame_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #083854", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /B00merang Green/cinnamon/item-attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/item-attention.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/overview-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/overview-hover.png -------------------------------------------------------------------------------- /B00merang Green/unity/maximize_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/maximize_unfocused.png -------------------------------------------------------------------------------- /B00merang Green/unity/minimize_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/minimize_unfocused.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/checkbox-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/checkbox-focus.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/corner-ripple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/corner-ripple.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/overview-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/overview-hover.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/radio-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/radio-selected.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-mixed.png -------------------------------------------------------------------------------- /B00merang Dark/metacity-1/maximize-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/metacity-1/maximize-focused.png -------------------------------------------------------------------------------- /B00merang Dark/unity/close_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/close_focused_normal.png -------------------------------------------------------------------------------- /B00merang Dark/unity/close_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/close_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Dark/unity/unmaximize_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/unmaximize_unfocused.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /B00merang Glass/unity/close_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/close_focused_normal.png -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/bottom-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * frame_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #083854", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * frame_xpm[] = { 3 | "2 2 2 1", 4 | " c None", 5 | ". c #083854", 6 | "..", 7 | ".."}; 8 | -------------------------------------------------------------------------------- /B00merang Green/cinnamon/checkbox-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/checkbox-focused.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/radio-mixed.png -------------------------------------------------------------------------------- /B00merang Green/unity/close_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/close_focused_normal.png -------------------------------------------------------------------------------- /B00merang Green/unity/unmaximize_unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/unmaximize_unfocused.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/radio-unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/radio-unselected.png -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/favorites-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/cinnamon/favorites-background.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/radio-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/radio-selected.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-checked.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-mixed@2.png -------------------------------------------------------------------------------- /B00merang Dark/metacity-1/maximize-unfocused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/metacity-1/maximize-unfocused.png -------------------------------------------------------------------------------- /B00merang Dark/unity/close_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/close_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Dark/unity/close_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/close_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Dark/unity/close_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/close_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Dark/unity/maximize_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/maximize_focused_normal.png -------------------------------------------------------------------------------- /B00merang Dark/unity/maximize_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/maximize_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Dark/unity/minimize_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/minimize_focused_normal.png -------------------------------------------------------------------------------- /B00merang Dark/unity/minimize_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/minimize_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/radio-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/radio-selected.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-checked.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-mixed.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-mixed@2.png -------------------------------------------------------------------------------- /B00merang Glass/unity/close_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/close_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Glass/unity/close_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/close_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Glass/unity/close_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/close_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Glass/unity/maximize_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/maximize_focused_normal.png -------------------------------------------------------------------------------- /B00merang Glass/unity/minimize_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/minimize_focused_normal.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/calendar-arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/calendar-arrow-left.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/calendar-arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/calendar-arrow-right.png -------------------------------------------------------------------------------- /B00merang Green/cinnamon/checkbox-off-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/cinnamon/checkbox-off-focused.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/radio-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/radio-selected.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-checked.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-mixed.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-mixed@2.png -------------------------------------------------------------------------------- /B00merang Green/unity/close_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/close_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Green/unity/close_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/close_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Green/unity/close_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/close_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Green/unity/maximize_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/maximize_focused_normal.png -------------------------------------------------------------------------------- /B00merang Green/unity/minimize_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/minimize_focused_normal.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/calendar-arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/calendar-arrow-left.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/calendar-arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/calendar-arrow-right.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/checkbox-off-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/checkbox-off-focus.png -------------------------------------------------------------------------------- /B00merang Round/cinnamon/workspace-add-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/cinnamon/workspace-add-button.png -------------------------------------------------------------------------------- /B00merang Round/unity/modes/launcher_bfb-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/unity/modes/launcher_bfb-flat.png -------------------------------------------------------------------------------- /B00merang Round/unity/modes/launcher_bfb_ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Round/unity/modes/launcher_bfb_ns.png -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/background-assets/hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/cinnamon/background-assets/hover.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/radio-unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/radio-unselected.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-mixed@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-checked@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-unchecked.png -------------------------------------------------------------------------------- /B00merang Dark/unity/maximize_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/maximize_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Dark/unity/maximize_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/maximize_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Dark/unity/minimize_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/minimize_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Dark/unity/minimize_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/minimize_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Dark/unity/unmaximize_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/unmaximize_focused_normal.png -------------------------------------------------------------------------------- /B00merang Dark/unity/unmaximize_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/unmaximize_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/radio-unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/radio-unselected.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-checked@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-unchecked.png -------------------------------------------------------------------------------- /B00merang Glass/unity/close_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/close_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Glass/unity/maximize_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/maximize_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Glass/unity/maximize_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/maximize_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Glass/unity/minimize_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/minimize_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Glass/unity/minimize_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/minimize_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/radio-unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/radio-unselected.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-checked@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-unchecked.png -------------------------------------------------------------------------------- /B00merang Green/unity/close_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/close_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Green/unity/maximize_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/maximize_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Green/unity/maximize_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/maximize_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Green/unity/minimize_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/minimize_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Green/unity/minimize_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/minimize_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Green/unity/unmaximize_focused_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/unmaximize_focused_normal.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/radio-selected-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/radio-selected-over.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-checked@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Dark/unity/maximize_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/maximize_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Dark/unity/minimize_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/minimize_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Dark/unity/unmaximize_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/unmaximize_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Dark/unity/unmaximize_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/unmaximize_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Dark/unity/unmaximize_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/unity/unmaximize_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/radio-selected-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/radio-selected-over.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-checked@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-mixed@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Glass/unity/maximize_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/maximize_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Glass/unity/maximize_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/maximize_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Glass/unity/minimize_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/minimize_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Glass/unity/minimize_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/unity/minimize_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/radio-selected-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/radio-selected-over.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-checked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-checked@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-mixed@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-mixed@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-unchecked.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Green/unity/maximize_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/maximize_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Green/unity/maximize_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/maximize_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Green/unity/minimize_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/minimize_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Green/unity/minimize_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/minimize_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Green/unity/unmaximize_focused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/unmaximize_focused_prelight.png -------------------------------------------------------------------------------- /B00merang Green/unity/unmaximize_focused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/unmaximize_focused_pressed.png -------------------------------------------------------------------------------- /B00merang Green/unity/unmaximize_unfocused_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/unmaximize_unfocused_pressed.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/checkbox-checked-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/checkbox-checked-over.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/menuitem-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/menuitem-radio-checked.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/radio-unselected-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/radio-unselected-over.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/checkbox-checked-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/checkbox-checked-over.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/radio-unselected-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/radio-unselected-over.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/buttons/close-focused-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/buttons/close-focused-active.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/buttons/close-focused-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/buttons/close-focused-hover.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/buttons/close-focused-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/buttons/close-focused-normal.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/checkbox-checked-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/checkbox-checked-over.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/radio-unselected-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/radio-unselected-over.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-unchecked@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-unchecked@2.png -------------------------------------------------------------------------------- /B00merang Green/unity/unmaximize_unfocused_prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/unity/unmaximize_unfocused_prelight.png -------------------------------------------------------------------------------- /B00merang Round/openbox-3/max.xbm: -------------------------------------------------------------------------------- 1 | #define max_width 8 2 | #define max_height 8 3 | static unsigned char max_bits[] = { 4 | 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; 5 | -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/checkbox-unchecked-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/checkbox-unchecked-over.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/menuitem-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/menuitem-checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/menuitem-checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/menuitem-checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/checkbox-unchecked-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/checkbox-unchecked-over.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/menuitem-checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/menuitem-checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/menuitem-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/menuitem-radio-checked.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/buttons/maximize-focused-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/buttons/maximize-focused-active.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/buttons/maximize-focused-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/buttons/maximize-focused-hover.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/buttons/maximize-focused-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/buttons/maximize-focused-normal.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/buttons/minimize-focused-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/buttons/minimize-focused-active.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/buttons/minimize-focused-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/buttons/minimize-focused-hover.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/buttons/minimize-focused-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/buttons/minimize-focused-normal.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/checkbox-unchecked-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/checkbox-unchecked-over.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/menuitem-checkbox-mixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/menuitem-checkbox-mixed.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/menuitem-radio-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/menuitem-radio-checked.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Round/openbox-3/close.xbm: -------------------------------------------------------------------------------- 1 | #define close_width 8 2 | #define close_height 8 3 | static unsigned char close_bits[] = { 4 | 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; 5 | -------------------------------------------------------------------------------- /B00merang Round/openbox-3/shade.xbm: -------------------------------------------------------------------------------- 1 | #define shade_width 8 2 | #define shade_height 8 3 | static unsigned char shade_bits[] = { 4 | 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; 5 | -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/radio-selected-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/radio-selected-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/menuitem-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/menuitem-checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/radio-selected-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/radio-selected-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/menuitem-checkbox-checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/menuitem-checkbox-checked.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/radio-selected-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/radio-selected-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Round/openbox-3/desk_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define desk_width 8 2 | #define desk_height 8 3 | static unsigned char desk_bits[] = { 4 | 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; 5 | -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/radio-unselected-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/radio-unselected-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/radio-unchecked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/radio-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/radio-unselected-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/radio-unselected-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/radio-unselected-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/radio-unselected-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-mixed-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-mixed-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Round/openbox-3/iconify.xbm: -------------------------------------------------------------------------------- 1 | #define iconify_width 8 2 | #define iconify_height 8 3 | static unsigned char iconify_bits[] = { 4 | 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; 5 | -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/menuitem-radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/menuitem-radio-checked-selected.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/menuitem-radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/menuitem-radio-checked-selected.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/radio-unchecked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/radio-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/menuitem-radio-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/menuitem-radio-checked-selected.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-checked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-checked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-unchecked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-unchecked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/radio-unchecked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/radio-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/menuitem-checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/menuitem-checkbox-checked-selected.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/menuitem-radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/menuitem-radio-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/menuitem-checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/menuitem-checkbox-checked-selected.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/menuitem-radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/menuitem-radio-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/menuitem-checkbox-checked-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/menuitem-checkbox-checked-selected.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/menuitem-checkbox-mixed-selected.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/menuitem-radio-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/menuitem-radio-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.20/assets/checkbox-unchecked-insensitive@2.png -------------------------------------------------------------------------------- /B00merang Round/openbox-3/desk.xbm: -------------------------------------------------------------------------------- 1 | #define desk_toggled_width 8 2 | #define desk_toggled_height 8 3 | static unsigned char desk_toggled_bits[] = { 4 | 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; 5 | -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Dark/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/menuitem-checkbox-mixed-insensitive.png -------------------------------------------------------------------------------- /B00merang Round/openbox-3/max_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define max_toggled_width 8 2 | #define max_toggled_height 8 3 | static unsigned char max_toggled_bits[] = { 4 | 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; 5 | -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Glass/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B00merang-Project/B00merang-Themes/HEAD/B00merang Green/gtk-3.0/assets/menuitem-checkbox-checked-insensitive.png -------------------------------------------------------------------------------- /B00merang Round/openbox-3/shade_toggled.xbm: -------------------------------------------------------------------------------- 1 | #define shade_toggled_width 8 2 | #define shade_toggled_height 8 3 | static unsigned char shade_toggled_bits[] = { 4 | 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; 5 | -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "cinnamon-theme": { 3 | "name": "New-Minty", 4 | "author": "zagortenay333", 5 | "version": "", 6 | "type": "custom", 7 | "thumbnail": "thumbnail.png", 8 | "url": "" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "cinnamon-theme": { 3 | "name": "New-Minty", 4 | "author": "zagortenay333", 5 | "version": "", 6 | "type": "custom", 7 | "thumbnail": "thumbnail.png", 8 | "url": "" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/small-checkbox-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/checkbox-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/checkbox-unchecked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/small-checkbox-unchecked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Round/cinnamon/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "cinnamon-theme": { 3 | "name": "Modern Mint", 4 | "author": "fmcgorenc(at)gmail(dot)com", 5 | "version": "0.1", 6 | "type": "custom", 7 | "thumbnail": "thumbnail.png", 8 | "url": "" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/radio-unchecked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Round/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=B00merang Round 4 | Comment=A modern flat round theme 5 | Encoding=UTF-8 6 | 7 | [X-GNOME-Metatheme] 8 | GtkTheme=B00merang Round 9 | MetacityTheme=B00merang Round 10 | ButtonLayout=:minimize,maximize,close 11 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/small-radio-unchecked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/checkbox-checked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/small-checkbox-checked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/small-radio-mixed-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/radio-checked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/apps/synaptic.css: -------------------------------------------------------------------------------- 1 | /************ 2 | * synaptic * 3 | ************/ 4 | GtkWindow > GtkVBox > .dock, 5 | GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { 6 | padding: 4px; 7 | border-style: none; 8 | background-color: @toolbar_bg_color; 9 | background-image: none; 10 | color: @toolbar_fg_color; 11 | } 12 | -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/apps/synaptic.css: -------------------------------------------------------------------------------- 1 | /************ 2 | * synaptic * 3 | ************/ 4 | GtkWindow > GtkVBox > .dock, 5 | GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { 6 | padding: 4px; 7 | border-style: none; 8 | background-color: @toolbar_bg_color; 9 | background-image: none; 10 | color: @toolbar_fg_color; 11 | } 12 | -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/apps/synaptic.css: -------------------------------------------------------------------------------- 1 | /************ 2 | * synaptic * 3 | ************/ 4 | GtkWindow > GtkVBox > .dock, 5 | GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { 6 | padding: 4px; 7 | border-style: none; 8 | background-color: @toolbar_bg_color; 9 | background-image: none; 10 | color: @toolbar_fg_color; 11 | } 12 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.0/apps/synaptic.css: -------------------------------------------------------------------------------- 1 | /************ 2 | * synaptic * 3 | ************/ 4 | GtkWindow > GtkVBox > .dock, 5 | GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { 6 | padding: 4px; 7 | border-style: none; 8 | background-color: @toolbar_bg_color; 9 | background-image: none; 10 | color: @toolbar_fg_color; 11 | } 12 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.20/assets/small-radio-checked-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /B00merang Round/CREDITS: -------------------------------------------------------------------------------- 1 | Flat Unity theme (base) 2 | 3 | Simon Steinbeiß 4 | Joern Konopka 5 | Georgi Karavasilev 6 | David Barr 7 | 8 | B00merang Round 9 | 10 | Christian Medel (Elbullazul) 11 | http://b00merang.weebly.com 12 | 13 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_glow_62.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /B00merang Dark/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=B00merang Dark 4 | Comment=B00merang Dark theme for Linux OSes; based on the MTAC architecture 5 | Comment=Author : Christian Medel (Elbullazul) 6 | Version=rolling 7 | Encoding=UTF-8 8 | 9 | [X-GNOME-Metatheme] 10 | GtkTheme=B00merang Dark 11 | MetacityTheme=B00merang Dark 12 | ButtonLayout=:minimize,maximize,close 13 | -------------------------------------------------------------------------------- /B00merang Glass/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=B00merang Glass 4 | Comment=B00merang Glass theme for Linux OSes; based on the MTAC architecture 5 | Comment=Author : Christian Medel (Elbullazul) 6 | Version=rolling 7 | Encoding=UTF-8 8 | 9 | [X-GNOME-Metatheme] 10 | GtkTheme=B00merang Glass 11 | MetacityTheme=B00merang Glass 12 | ButtonLayout=:minimize,maximize,close 13 | -------------------------------------------------------------------------------- /B00merang Green/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=B00merang Green 4 | Comment=B00merang Green theme for Linux OSes; based on the MTAC architecture 5 | Comment=Author : Christian Medel (Elbullazul) 6 | Version=rolling 7 | Encoding=UTF-8 8 | 9 | [X-GNOME-Metatheme] 10 | GtkTheme=B00merang Green 11 | MetacityTheme=B00merang Green 12 | ButtonLayout=:minimize,maximize,close 13 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_pip_ltr_19.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_pip_rtl_19.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_arrow_ltr_19.svg.bak: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_arrow_rtl_19.svg.bak: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_edge_54.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_back_150.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_shadow_62.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_selected_back_150.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/title-1-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_middle_inactive_xpm[] = { 3 | "4 25 5 1", 4 | " c None", 5 | ". c #325CAC", 6 | "+ c #325BAD", 7 | "@ c #335CAD", 8 | "# c #083854", 9 | ".+@@", 10 | "####", 11 | "####", 12 | "####", 13 | "####", 14 | "####", 15 | "####", 16 | "####", 17 | "####", 18 | "####", 19 | "####", 20 | "####", 21 | "####", 22 | "####", 23 | "####", 24 | "####", 25 | "####", 26 | "####", 27 | "####", 28 | "####", 29 | "####", 30 | "####", 31 | "@@@@", 32 | "@@@@", 33 | "@@@@"}; 34 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/title-1-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_middle_inactive_xpm[] = { 3 | "4 25 5 1", 4 | " c None", 5 | ". c #325CAC", 6 | "+ c #325BAD", 7 | "@ c #335CAD", 8 | "# c #083854", 9 | ".+@@", 10 | "####", 11 | "####", 12 | "####", 13 | "####", 14 | "####", 15 | "####", 16 | "####", 17 | "####", 18 | "####", 19 | "####", 20 | "####", 21 | "####", 22 | "####", 23 | "####", 24 | "####", 25 | "####", 26 | "####", 27 | "####", 28 | "####", 29 | "####", 30 | "####", 31 | "@@@@", 32 | "@@@@", 33 | "@@@@"}; 34 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/title-2-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_middle_inactive_xpm[] = { 3 | "4 25 5 1", 4 | " c None", 5 | ". c #325CAC", 6 | "+ c #325BAD", 7 | "@ c #335CAD", 8 | "# c #083854", 9 | ".+@@", 10 | "####", 11 | "####", 12 | "####", 13 | "####", 14 | "####", 15 | "####", 16 | "####", 17 | "####", 18 | "####", 19 | "####", 20 | "####", 21 | "####", 22 | "####", 23 | "####", 24 | "####", 25 | "####", 26 | "####", 27 | "####", 28 | "####", 29 | "####", 30 | "####", 31 | "@@@@", 32 | "@@@@", 33 | "@@@@"}; 34 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/title-2-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_middle_inactive_xpm[] = { 3 | "4 25 5 1", 4 | " c None", 5 | ". c #325CAC", 6 | "+ c #325BAD", 7 | "@ c #335CAD", 8 | "# c #083854", 9 | ".+@@", 10 | "####", 11 | "####", 12 | "####", 13 | "####", 14 | "####", 15 | "####", 16 | "####", 17 | "####", 18 | "####", 19 | "####", 20 | "####", 21 | "####", 22 | "####", 23 | "####", 24 | "####", 25 | "####", 26 | "####", 27 | "####", 28 | "####", 29 | "####", 30 | "####", 31 | "@@@@", 32 | "@@@@", 33 | "@@@@"}; 34 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/title-3-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_middle_inactive_xpm[] = { 3 | "4 25 5 1", 4 | " c None", 5 | ". c #325CAC", 6 | "+ c #325BAD", 7 | "@ c #335CAD", 8 | "# c #083854", 9 | ".+@@", 10 | "####", 11 | "####", 12 | "####", 13 | "####", 14 | "####", 15 | "####", 16 | "####", 17 | "####", 18 | "####", 19 | "####", 20 | "####", 21 | "####", 22 | "####", 23 | "####", 24 | "####", 25 | "####", 26 | "####", 27 | "####", 28 | "####", 29 | "####", 30 | "####", 31 | "@@@@", 32 | "@@@@", 33 | "@@@@"}; 34 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/title-3-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_middle_inactive_xpm[] = { 3 | "4 25 5 1", 4 | " c None", 5 | ". c #325CAC", 6 | "+ c #325BAD", 7 | "@ c #335CAD", 8 | "# c #083854", 9 | ".+@@", 10 | "####", 11 | "####", 12 | "####", 13 | "####", 14 | "####", 15 | "####", 16 | "####", 17 | "####", 18 | "####", 19 | "####", 20 | "####", 21 | "####", 22 | "####", 23 | "####", 24 | "####", 25 | "####", 26 | "####", 27 | "####", 28 | "####", 29 | "####", 30 | "####", 31 | "@@@@", 32 | "@@@@", 33 | "@@@@"}; 34 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/title-4-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_middle_inactive_xpm[] = { 3 | "4 25 5 1", 4 | " c None", 5 | ". c #325CAC", 6 | "+ c #325BAD", 7 | "@ c #335CAD", 8 | "# c #083854", 9 | ".+@@", 10 | "####", 11 | "####", 12 | "####", 13 | "####", 14 | "####", 15 | "####", 16 | "####", 17 | "####", 18 | "####", 19 | "####", 20 | "####", 21 | "####", 22 | "####", 23 | "####", 24 | "####", 25 | "####", 26 | "####", 27 | "####", 28 | "####", 29 | "####", 30 | "####", 31 | "@@@@", 32 | "@@@@", 33 | "@@@@"}; 34 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/title-4-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_middle_inactive_xpm[] = { 3 | "4 25 5 1", 4 | " c None", 5 | ". c #325CAC", 6 | "+ c #325BAD", 7 | "@ c #335CAD", 8 | "# c #083854", 9 | ".+@@", 10 | "####", 11 | "####", 12 | "####", 13 | "####", 14 | "####", 15 | "####", 16 | "####", 17 | "####", 18 | "####", 19 | "####", 20 | "####", 21 | "####", 22 | "####", 23 | "####", 24 | "####", 25 | "####", 26 | "####", 27 | "####", 28 | "####", 29 | "####", 30 | "####", 31 | "@@@@", 32 | "@@@@", 33 | "@@@@"}; 34 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/title-5-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_middle_inactive_xpm[] = { 3 | "4 25 5 1", 4 | " c None", 5 | ". c #325CAC", 6 | "+ c #325BAD", 7 | "@ c #335CAD", 8 | "# c #083854", 9 | ".+@@", 10 | "####", 11 | "####", 12 | "####", 13 | "####", 14 | "####", 15 | "####", 16 | "####", 17 | "####", 18 | "####", 19 | "####", 20 | "####", 21 | "####", 22 | "####", 23 | "####", 24 | "####", 25 | "####", 26 | "####", 27 | "####", 28 | "####", 29 | "####", 30 | "####", 31 | "@@@@", 32 | "@@@@", 33 | "@@@@"}; 34 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/title-5-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_middle_inactive_xpm[] = { 3 | "4 25 5 1", 4 | " c None", 5 | ". c #325CAC", 6 | "+ c #325BAD", 7 | "@ c #335CAD", 8 | "# c #083854", 9 | ".+@@", 10 | "####", 11 | "####", 12 | "####", 13 | "####", 14 | "####", 15 | "####", 16 | "####", 17 | "####", 18 | "####", 19 | "####", 20 | "####", 21 | "####", 22 | "####", 23 | "####", 24 | "####", 25 | "####", 26 | "####", 27 | "####", 28 | "####", 29 | "####", 30 | "####", 31 | "@@@@", 32 | "@@@@", 33 | "@@@@"}; 34 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_glow_200.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_shadow_200.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_arrow_outline_rtl_19.svg.bak: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_arrow_outline_ltr_19.svg.bak: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/themerc: -------------------------------------------------------------------------------- 1 | button_offset=0 2 | button_spacing=0 3 | full_width_title=true 4 | title_horizontal_offset=2 5 | title_vertical_offset_active=0 6 | title_vertical_offset_inactive=0 7 | title_shadow_active=false 8 | title_shadow_inactive=false 9 | 10 | button_layout=O|HMC 11 | 12 | active_text_color=#6193e2 13 | inactive_text_color=#116d87 14 | 15 | placement_ratio=20 16 | shadow_delta_height=0 17 | shadow_delta_width=0 18 | shadow_delta_x=0 19 | shadow_delta_y=0 20 | 21 | resize_opacity=100 22 | move_opacity=100 23 | popup_opacity=100 24 | show_frame_shadow=true 25 | show_popup_shadow=true 26 | -------------------------------------------------------------------------------- /B00merang Round/cinnamon/player-stopped.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_icon_edge_150.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_arrow_ltr_37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_arrow_rtl_37.svg.bak: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/top-left-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_left_inactive_xpm[] = { 3 | "10 25 5 1", 4 | " c None", 5 | ". c #315DAF", 6 | "+ c #335CAD", 7 | "@ c #083854", 8 | "# c #325CAD", 9 | ".+++++++++", 10 | "+@@@@@@@@@", 11 | "+@@@@@@@@@", 12 | "+@@@@@@@@@", 13 | "+@@@@@@@@@", 14 | "+@@@@@@@@@", 15 | "+@@@@@@@@@", 16 | "+@@@@@@@@@", 17 | "+@@@@@@@@@", 18 | "+@@@@@@@@@", 19 | "#@@@@@@@@@", 20 | "+@@@@@@@@@", 21 | "+@@@@@@@@@", 22 | "+@@@@@@@@@", 23 | "+@@@@@@@@@", 24 | "+@@@@@@@@@", 25 | "+@@@@@@@@@", 26 | "+@@@@@@@@@", 27 | "+@@@@@@@@@", 28 | "+@@@@@@@@@", 29 | "+@@@@@@@@@", 30 | "+@@@@@@@@@", 31 | "++++++++++", 32 | "++++++++++", 33 | "++++++++++"}; 34 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/top-left-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_left_inactive_xpm[] = { 3 | "10 25 5 1", 4 | " c None", 5 | ". c #315DAF", 6 | "+ c #335CAD", 7 | "@ c #083854", 8 | "# c #325CAD", 9 | ".+++++++++", 10 | "+@@@@@@@@@", 11 | "+@@@@@@@@@", 12 | "+@@@@@@@@@", 13 | "+@@@@@@@@@", 14 | "+@@@@@@@@@", 15 | "+@@@@@@@@@", 16 | "+@@@@@@@@@", 17 | "+@@@@@@@@@", 18 | "+@@@@@@@@@", 19 | "#@@@@@@@@@", 20 | "+@@@@@@@@@", 21 | "+@@@@@@@@@", 22 | "+@@@@@@@@@", 23 | "+@@@@@@@@@", 24 | "+@@@@@@@@@", 25 | "+@@@@@@@@@", 26 | "+@@@@@@@@@", 27 | "+@@@@@@@@@", 28 | "+@@@@@@@@@", 29 | "+@@@@@@@@@", 30 | "+@@@@@@@@@", 31 | "++++++++++", 32 | "++++++++++", 33 | "++++++++++"}; 34 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_pip_ltr_37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_pip_rtl_37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /B00merang Round/cinnamon/player-paused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_arrow_outline_rtl_37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/top-right-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_right_inactive_xpm[] = { 3 | "10 25 7 1", 4 | " c None", 5 | ". c #335CAD", 6 | "+ c #325CAC", 7 | "@ c #325CAD", 8 | "# c #2F60B1", 9 | "$ c #083854", 10 | "% c #325BAD", 11 | ".......+@#", 12 | "$$$$$$$$$.", 13 | "$$$$$$$$$.", 14 | "$$$$$$$$$.", 15 | "$$$$$$$$$.", 16 | "$$$$$$$$$%", 17 | "$$$$$$$$$+", 18 | "$$$$$$$$$+", 19 | "$$$$$$$$$+", 20 | "$$$$$$$$$+", 21 | "$$$$$$$$$+", 22 | "$$$$$$$$$+", 23 | "$$$$$$$$$+", 24 | "$$$$$$$$$+", 25 | "$$$$$$$$$%", 26 | "$$$$$$$$$@", 27 | "$$$$$$$$$@", 28 | "$$$$$$$$$@", 29 | "$$$$$$$$$@", 30 | "$$$$$$$$$@", 31 | "$$$$$$$$$@", 32 | "$$$$$$$$$@", 33 | ".........@", 34 | ".........+", 35 | ".........@"}; 36 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/top-right-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * title_top_right_inactive_xpm[] = { 3 | "10 25 7 1", 4 | " c None", 5 | ". c #335CAD", 6 | "+ c #325CAC", 7 | "@ c #325CAD", 8 | "# c #2F60B1", 9 | "$ c #083854", 10 | "% c #325BAD", 11 | ".......+@#", 12 | "$$$$$$$$$.", 13 | "$$$$$$$$$.", 14 | "$$$$$$$$$.", 15 | "$$$$$$$$$.", 16 | "$$$$$$$$$%", 17 | "$$$$$$$$$+", 18 | "$$$$$$$$$+", 19 | "$$$$$$$$$+", 20 | "$$$$$$$$$+", 21 | "$$$$$$$$$+", 22 | "$$$$$$$$$+", 23 | "$$$$$$$$$+", 24 | "$$$$$$$$$+", 25 | "$$$$$$$$$%", 26 | "$$$$$$$$$@", 27 | "$$$$$$$$$@", 28 | "$$$$$$$$$@", 29 | "$$$$$$$$$@", 30 | "$$$$$$$$$@", 31 | "$$$$$$$$$@", 32 | "$$$$$$$$$@", 33 | ".........@", 34 | ".........+", 35 | ".........@"}; 36 | -------------------------------------------------------------------------------- /B00merang Round/unity/launcher_arrow_outline_ltr_37.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /B00merang Round/cinnamon/player-playing.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/third-party-DESKLET-stylesheets/reddit-reader.css: -------------------------------------------------------------------------------- 1 | .reddit-reader { 2 | border-image: url("../background-assets/popup.svg") 7; 3 | padding: 12px; 4 | color: #fff; 5 | } 6 | 7 | .reddit-title-bar { 8 | border-image: url("../misc-assets/entry.svg") 7; 9 | padding: 10px; 10 | font-size: 12pt; 11 | font-weight: bold; 12 | } 13 | 14 | .reddit-header-icon { 15 | padding-right: 6px; 16 | icon-size: 16px; 17 | } 18 | 19 | .reddit-title { 20 | padding-right: 6px; 21 | font-size: 14pt; 22 | } 23 | 24 | .reddit-subtitle { 25 | color: rgba(255, 255, 255, .3); 26 | } 27 | 28 | .reddit-posts-box { 29 | padding-left: 10px; 30 | padding-right: 16px; 31 | padding-top: 12px; 32 | } 33 | 34 | .reddit-post { 35 | color: #fff; 36 | } 37 | 38 | .reddit-info-box { 39 | padding: 3px 10px 24px 0; 40 | spacing: 10px; 41 | font-size: 8pt; 42 | color: rgba(255, 255, 255, .3); 43 | } -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/third-party-DESKLET-stylesheets/reddit-reader.css: -------------------------------------------------------------------------------- 1 | .reddit-reader { 2 | border-image: url("../background-assets/popup.svg") 7; 3 | padding: 12px; 4 | color: #fff; 5 | } 6 | 7 | .reddit-title-bar { 8 | border-image: url("../misc-assets/entry.svg") 7; 9 | padding: 10px; 10 | font-size: 12pt; 11 | font-weight: bold; 12 | } 13 | 14 | .reddit-header-icon { 15 | padding-right: 6px; 16 | icon-size: 16px; 17 | } 18 | 19 | .reddit-title { 20 | padding-right: 6px; 21 | font-size: 14pt; 22 | } 23 | 24 | .reddit-subtitle { 25 | color: rgba(255, 255, 255, .3); 26 | } 27 | 28 | .reddit-posts-box { 29 | padding-left: 10px; 30 | padding-right: 16px; 31 | padding-top: 12px; 32 | } 33 | 34 | .reddit-post { 35 | color: #fff; 36 | } 37 | 38 | .reddit-info-box { 39 | padding: 3px 10px 24px 0; 40 | spacing: 10px; 41 | font-size: 8pt; 42 | color: rgba(255, 255, 255, .3); 43 | } -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/apps/xfce.css: -------------------------------------------------------------------------------- 1 | XfceHeading { 2 | margin: 0; 3 | padding: 0; 4 | border-width: 0; 5 | background-color: @theme_base_color; 6 | background-image: none; 7 | color: @theme_text_color; 8 | } 9 | 10 | .xfce4-panel { 11 | background-color: @panel_bg_color; 12 | color: @panel_fg_color; 13 | font: normal; 14 | } 15 | 16 | .xfce4-panel .button { 17 | padding: 0 2px; 18 | border-radius: 0; 19 | border-style: none; 20 | color: @panel_fg_color; 21 | } 22 | 23 | .xfce4-panel .button:active { 24 | background-color: shade(@panel_bg_color, 0.8); 25 | background-image: none; 26 | color: @panel_fg_color; 27 | } 28 | 29 | .xfce4-panel .button:hover, 30 | .xfce4-panel .button:active:hover { 31 | background-color: mix(@panel_bg_color, @panel_fg_color, 0.21); 32 | background-image: none; 33 | color: shade(@panel_fg_color, 1.08); 34 | } 35 | 36 | .xfce4-panel .menu { 37 | -gtk-image-effect: none; 38 | } 39 | -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/apps/xfce.css: -------------------------------------------------------------------------------- 1 | XfceHeading { 2 | margin: 0; 3 | padding: 0; 4 | border-width: 0; 5 | background-color: @theme_base_color; 6 | background-image: none; 7 | color: @theme_text_color; 8 | } 9 | 10 | .xfce4-panel { 11 | background-color: @panel_bg_color; 12 | color: @panel_fg_color; 13 | font: normal; 14 | } 15 | 16 | .xfce4-panel .button { 17 | padding: 0 2px; 18 | border-radius: 0; 19 | border-style: none; 20 | color: @panel_fg_color; 21 | } 22 | 23 | .xfce4-panel .button:active { 24 | background-color: shade(@panel_bg_color, 0.8); 25 | background-image: none; 26 | color: @panel_fg_color; 27 | } 28 | 29 | .xfce4-panel .button:hover, 30 | .xfce4-panel .button:active:hover { 31 | background-color: mix(@panel_bg_color, @panel_fg_color, 0.21); 32 | background-image: none; 33 | color: shade(@panel_fg_color, 1.08); 34 | } 35 | 36 | .xfce4-panel .menu { 37 | -gtk-image-effect: none; 38 | } 39 | -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/apps/xfce.css: -------------------------------------------------------------------------------- 1 | XfceHeading { 2 | margin: 0; 3 | padding: 0; 4 | border-width: 0; 5 | background-color: @theme_base_color; 6 | background-image: none; 7 | color: @theme_text_color; 8 | } 9 | 10 | .xfce4-panel { 11 | background-color: @panel_bg_color; 12 | color: @panel_fg_color; 13 | font: normal; 14 | } 15 | 16 | .xfce4-panel .button { 17 | padding: 0 2px; 18 | border-radius: 0; 19 | border-style: none; 20 | color: @panel_fg_color; 21 | } 22 | 23 | .xfce4-panel .button:active { 24 | background-color: shade(@panel_bg_color, 0.8); 25 | background-image: none; 26 | color: @panel_fg_color; 27 | } 28 | 29 | .xfce4-panel .button:hover, 30 | .xfce4-panel .button:active:hover { 31 | background-color: mix(@panel_bg_color, @panel_fg_color, 0.21); 32 | background-image: none; 33 | color: shade(@panel_fg_color, 1.08); 34 | } 35 | 36 | .xfce4-panel .menu { 37 | -gtk-image-effect: none; 38 | } 39 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.0/apps/xfce.css: -------------------------------------------------------------------------------- 1 | XfceHeading { 2 | margin: 0; 3 | padding: 0; 4 | border-width: 0; 5 | background-color: @theme_base_color; 6 | background-image: none; 7 | color: @theme_text_color; 8 | } 9 | 10 | .xfce4-panel { 11 | background-color: @panel_bg_color; 12 | color: @panel_fg_color; 13 | font: normal; 14 | } 15 | 16 | .xfce4-panel .button { 17 | padding: 0 2px; 18 | border-radius: 0; 19 | border-style: none; 20 | color: @panel_fg_color; 21 | } 22 | 23 | .xfce4-panel .button:active { 24 | background-color: shade(@panel_bg_color, 0.8); 25 | background-image: none; 26 | color: @panel_fg_color; 27 | } 28 | 29 | .xfce4-panel .button:hover, 30 | .xfce4-panel .button:active:hover { 31 | background-color: mix(@panel_bg_color, @panel_fg_color, 0.21); 32 | background-image: none; 33 | color: shade(@panel_fg_color, 1.08); 34 | } 35 | 36 | .xfce4-panel .menu { 37 | -gtk-image-effect: none; 38 | } 39 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/hide-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_min_normal_xpm[] = { 3 | "25 25 3 1", 4 | " c None", 5 | ". c #335CAD", 6 | "+ c #FFFFFF", 7 | ".........................", 8 | ". .", 9 | ". .", 10 | ". .", 11 | ". .", 12 | ". .", 13 | ". .", 14 | ". .", 15 | ". .", 16 | ". .", 17 | ". .", 18 | ". .", 19 | ". .", 20 | ". .", 21 | ". .", 22 | ". .", 23 | ". .", 24 | ". .", 25 | ". +++++++++++++++++ .", 26 | ". +++++++++++++++++ .", 27 | ". .", 28 | ". .", 29 | ". .", 30 | ". .", 31 | "........................."}; 32 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/hide-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_min_normal_xpm[] = { 3 | "25 25 3 1", 4 | " c None", 5 | ". c #335CAD", 6 | "+ c #FFFFFF", 7 | ".........................", 8 | ". .", 9 | ". .", 10 | ". .", 11 | ". .", 12 | ". .", 13 | ". .", 14 | ". .", 15 | ". .", 16 | ". .", 17 | ". .", 18 | ". .", 19 | ". .", 20 | ". .", 21 | ". .", 22 | ". .", 23 | ". .", 24 | ". .", 25 | ". +++++++++++++++++ .", 26 | ". +++++++++++++++++ .", 27 | ". .", 28 | ". .", 29 | ". .", 30 | ". .", 31 | "........................."}; 32 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/hide-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_min_pressed_xpm[] = { 3 | "25 25 3 1", 4 | " c None", 5 | ". c #000000", 6 | "+ c #010C22", 7 | ".........................", 8 | ". .", 9 | ". .", 10 | ". .", 11 | ". .", 12 | ". .", 13 | ". .", 14 | ". .", 15 | ". .", 16 | ". .", 17 | ". .", 18 | ". .", 19 | ". .", 20 | ". .", 21 | ". .", 22 | ". .", 23 | ". .", 24 | ". .", 25 | ". +++++++++++++++++ .", 26 | ". +++++++++++++++++ .", 27 | ". .", 28 | ". .", 29 | ". .", 30 | ". .", 31 | "........................."}; 32 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/hide-prelight.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_min_prelight_xpm[] = { 3 | "25 25 3 1", 4 | " c None", 5 | ". c #001031", 6 | "+ c #335CAD", 7 | ".........................", 8 | ". .", 9 | ". .", 10 | ". .", 11 | ". .", 12 | ". .", 13 | ". .", 14 | ". .", 15 | ". .", 16 | ". .", 17 | ". .", 18 | ". .", 19 | ". .", 20 | ". .", 21 | ". .", 22 | ". .", 23 | ". .", 24 | ". .", 25 | ". +++++++++++++++++ .", 26 | ". +++++++++++++++++ .", 27 | ". .", 28 | ". .", 29 | ". .", 30 | ". .", 31 | "........................."}; 32 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/maximize-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_max_normal_xpm[] = { 3 | "25 25 3 1", 4 | " c None", 5 | ". c #335CAD", 6 | "+ c #FEFEFE", 7 | ".........................", 8 | ". .", 9 | ". .", 10 | ". +++++++++++++++++++ .", 11 | ". ++ ++ .", 12 | ". ++ ++ .", 13 | ". ++ ++ .", 14 | ". ++ ++ .", 15 | ". ++ ++ .", 16 | ". ++ ++ .", 17 | ". ++ ++ .", 18 | ". ++ ++ .", 19 | ". ++ ++ .", 20 | ". ++ ++ .", 21 | ". ++ ++ .", 22 | ". ++ ++ .", 23 | ". ++ ++ .", 24 | ". ++ ++ .", 25 | ". ++ ++ .", 26 | ". ++ ++ .", 27 | ". ++++++++++++++++++ .", 28 | ". .", 29 | ". .", 30 | ". .", 31 | "........................."}; 32 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/maximize-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_max_normal_xpm[] = { 3 | "25 25 3 1", 4 | " c None", 5 | ". c #335CAD", 6 | "+ c #FEFEFE", 7 | ".........................", 8 | ". .", 9 | ". .", 10 | ". +++++++++++++++++++ .", 11 | ". ++ ++ .", 12 | ". ++ ++ .", 13 | ". ++ ++ .", 14 | ". ++ ++ .", 15 | ". ++ ++ .", 16 | ". ++ ++ .", 17 | ". ++ ++ .", 18 | ". ++ ++ .", 19 | ". ++ ++ .", 20 | ". ++ ++ .", 21 | ". ++ ++ .", 22 | ". ++ ++ .", 23 | ". ++ ++ .", 24 | ". ++ ++ .", 25 | ". ++ ++ .", 26 | ". ++ ++ .", 27 | ". ++++++++++++++++++ .", 28 | ". .", 29 | ". .", 30 | ". .", 31 | "........................."}; 32 | -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/third-party-APPLET-stylesheets/xcenter.css: -------------------------------------------------------------------------------- 1 | .xCenter-menu .popup-menu-content { 2 | padding: 0; 3 | max-height: 475px; 4 | } 5 | 6 | .xCenter-mainBox { 7 | padding: 0; 8 | spacing: 0; 9 | } 10 | 11 | .xCenter-mainBox .popup-menu-item { 12 | padding: .4em 1.5em; 13 | } 14 | 15 | .xCenter-mainBox .popup-menu-item:active { 16 | border-image: url("../background-assets/hover-2.svg") 7; 17 | } 18 | 19 | .xCenter-mainBox StScrollBar { 20 | padding: 3px; 21 | padding-right: 8px; 22 | } 23 | 24 | .xCenter-title { 25 | border: 0 solid transparent; 26 | border-bottom-width: 4px; 27 | font-size: 9pt; 28 | font-weight: bold; 29 | } 30 | 31 | .xCenter-pane { 32 | border-image: url("../misc-assets/separator-vertical.svg") 11; 33 | padding: 7px 0; 34 | padding-right: 1px; 35 | } 36 | 37 | .xCenter-pane:last-child { 38 | border-image: none; 39 | padding-right: 0; 40 | } 41 | 42 | .xCenter-menuItemLabel { 43 | max-width: 12em; 44 | } -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/third-party-APPLET-stylesheets/xcenter.css: -------------------------------------------------------------------------------- 1 | .xCenter-menu .popup-menu-content { 2 | padding: 0; 3 | max-height: 475px; 4 | } 5 | 6 | .xCenter-mainBox { 7 | padding: 0; 8 | spacing: 0; 9 | } 10 | 11 | .xCenter-mainBox .popup-menu-item { 12 | padding: .4em 1.5em; 13 | } 14 | 15 | .xCenter-mainBox .popup-menu-item:active { 16 | border-image: url("../background-assets/hover-2.svg") 7; 17 | } 18 | 19 | .xCenter-mainBox StScrollBar { 20 | padding: 3px; 21 | padding-right: 8px; 22 | } 23 | 24 | .xCenter-title { 25 | border: 0 solid transparent; 26 | border-bottom-width: 4px; 27 | font-size: 9pt; 28 | font-weight: bold; 29 | } 30 | 31 | .xCenter-pane { 32 | border-image: url("../misc-assets/separator-vertical.svg") 11; 33 | padding: 7px 0; 34 | padding-right: 1px; 35 | } 36 | 37 | .xCenter-pane:last-child { 38 | border-image: none; 39 | padding-right: 0; 40 | } 41 | 42 | .xCenter-menuItemLabel { 43 | max-width: 12em; 44 | } -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/close-active.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_close_normal_xpm[] = { 3 | "25 25 4 1", 4 | " c None", 5 | ". c #335CAD", 6 | "+ c #FEFEFE", 7 | "@ c #FFFFFF", 8 | ".........................", 9 | ". .", 10 | ". .", 11 | ". +@@+ +@@+ .", 12 | ". +@@+ +@@+ .", 13 | ". +@@+ +@@+ .", 14 | ". @@@ @@@ .", 15 | ". +@@+ +@@+ .", 16 | ". +@@@@@+ .", 17 | ". +@@@+ .", 18 | ". @@@ .", 19 | ". +@@@+ .", 20 | ". +@@@@@ .", 21 | ". +@@@+@@+ .", 22 | ". @@@+ +@@+ .", 23 | ". +@@+ +@@ .", 24 | ". +@@+ @@+ .", 25 | ". +@@+ +@@+ .", 26 | ". +@@+ +@@+ .", 27 | ". .", 28 | ". .", 29 | ". .", 30 | ". .", 31 | ". .", 32 | "........................."}; 33 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/close-inactive.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_close_normal_xpm[] = { 3 | "25 25 4 1", 4 | " c None", 5 | ". c #335CAD", 6 | "+ c #FEFEFE", 7 | "@ c #FFFFFF", 8 | ".........................", 9 | ". .", 10 | ". .", 11 | ". +@@+ +@@+ .", 12 | ". +@@+ +@@+ .", 13 | ". +@@+ +@@+ .", 14 | ". @@@ @@@ .", 15 | ". +@@+ +@@+ .", 16 | ". +@@@@@+ .", 17 | ". +@@@+ .", 18 | ". @@@ .", 19 | ". +@@@+ .", 20 | ". +@@@@@ .", 21 | ". +@@@+@@+ .", 22 | ". @@@+ +@@+ .", 23 | ". +@@+ +@@ .", 24 | ". +@@+ @@+ .", 25 | ". +@@+ +@@+ .", 26 | ". +@@+ +@@+ .", 27 | ". .", 28 | ". .", 29 | ". .", 30 | ". .", 31 | ". .", 32 | "........................."}; 33 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/close-prelight.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_close_prelight_xpm[] = { 3 | "25 25 4 1", 4 | " c None", 5 | ". c #001031", 6 | "+ c #FE0000", 7 | "@ c #FF0000", 8 | ".........................", 9 | ". .", 10 | ". .", 11 | ". +@@+ +@@+ .", 12 | ". +@@+ +@@+ .", 13 | ". +@@+ +@@+ .", 14 | ". @@@ @@@ .", 15 | ". +@@+ +@@+ .", 16 | ". +@@@@@+ .", 17 | ". +@@@+ .", 18 | ". @@@ .", 19 | ". +@@@+ .", 20 | ". +@@@@@ .", 21 | ". +@@@+@@+ .", 22 | ". @@@+ +@@+ .", 23 | ". +@@+ +@@ .", 24 | ". +@@+ @@+ .", 25 | ". +@@+ +@@+ .", 26 | ". +@@+ +@@+ .", 27 | ". .", 28 | ". .", 29 | ". .", 30 | ". .", 31 | ". .", 32 | "........................."}; 33 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/maximize-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_max_pressed_xpm[] = { 3 | "25 25 5 1", 4 | " c None", 5 | ". c #000000", 6 | "+ c #010C22", 7 | "@ c #010B22", 8 | "# c #010B21", 9 | ".........................", 10 | ". .", 11 | ". .", 12 | ". +@++++++++++++++++# .", 13 | ". +@ @# .", 14 | ". +@ @# .", 15 | ". +@ @# .", 16 | ". +@ @# .", 17 | ". +@ @# .", 18 | ". +@ @# .", 19 | ". +@ @# .", 20 | ". +@ @# .", 21 | ". +@ @# .", 22 | ". +@ @# .", 23 | ". +@ @# .", 24 | ". +@ @# .", 25 | ". +@ @# .", 26 | ". +@ @# .", 27 | ". +@ @# .", 28 | ". +@ +# .", 29 | ". #@@@@@@@@@@@@@@@@@ .", 30 | ". .", 31 | ". .", 32 | ". .", 33 | "........................."}; 34 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/close-pressed.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_close_pressed_xpm[] = { 3 | "25 25 6 1", 4 | " c None", 5 | ". c #000000", 6 | "+ c #560909", 7 | "@ c #570909", 8 | "# c #570808", 9 | "$ c #560808", 10 | ".........................", 11 | ". .", 12 | ". .", 13 | ". +@@+ @@@+ .", 14 | ". #@@+ +@@# .", 15 | ". @@@$ $@@@ .", 16 | ". @@@ @@@ .", 17 | ". #@@@ @@@# .", 18 | ". #@@@@@# .", 19 | ". #@@@# .", 20 | ". @@@ .", 21 | ". +@@@+ .", 22 | ". $@@@@@ .", 23 | ". +@@@#@@$ .", 24 | ". @@@+ +@@@ .", 25 | ". @@@$ @@@ .", 26 | ". @@@+ @@@ .", 27 | ". +@@# @@@+ .", 28 | ". #@@@ #@@+ .", 29 | ". .", 30 | ". .", 31 | ". .", 32 | ". .", 33 | ". .", 34 | "........................."}; 35 | -------------------------------------------------------------------------------- /B00merang Glass/xfwm4/maximize-prelight.xpm: -------------------------------------------------------------------------------- 1 | /* XPM */ 2 | static char * button_max_prelight_xpm[] = { 3 | "25 25 7 1", 4 | " c None", 5 | ". c #001031", 6 | "+ c #335BAC", 7 | "@ c #335BAD", 8 | "# c #325CAC", 9 | "$ c #325CAD", 10 | "% c #325BAD", 11 | ".........................", 12 | ". .", 13 | ". .", 14 | ". +@###############$+ .", 15 | ". +$ $+ .", 16 | ". +$ $+ .", 17 | ". +$ $+ .", 18 | ". +$ $+ .", 19 | ". +$ $+ .", 20 | ". +$ $+ .", 21 | ". +$ $+ .", 22 | ". +$ $+ .", 23 | ". +$ $+ .", 24 | ". +$ $+ .", 25 | ". +$ $+ .", 26 | ". +$ $+ .", 27 | ". +$ $+ .", 28 | ". +$ $+ .", 29 | ". +$ $+ .", 30 | ". +@ %+ .", 31 | ". +@@@@@@@@@@@@@@@@@ .", 32 | ". .", 33 | ". .", 34 | ". .", 35 | "........................."}; 36 | -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/third-party-APPLET-stylesheets/configurable-menu.css: -------------------------------------------------------------------------------- 1 | .menu-main-box { 2 | padding-top: 4px; 3 | padding-left: 12px; 4 | padding-right: 12px; 5 | padding-bottom: 0; 6 | } 7 | 8 | /*---fixes for stylized & classic layouts---*/ 9 | 10 | .menu-main-box-stylized, 11 | .menu-main-box-classic { 12 | padding-top: 4px; 13 | padding-left: 10px; 14 | padding-right: 2px; 15 | padding-bottom: 0; 16 | } 17 | 18 | .menu-categories-box-stylized, 19 | .menu-categories-box-classic { 20 | padding-left: 10px; 21 | } 22 | 23 | .menu-search-box-stylized, 24 | .menu-search-box-classic { 25 | padding-left: 0; 26 | padding-top: 0; 27 | } 28 | 29 | .menu-top-box-stylized, 30 | .menu-top-box-classic { 31 | padding-left: 10px; 32 | } 33 | 34 | /*---buttons---*/ 35 | 36 | .menu-control-button { 37 | border-image: url("../buttons/button.svg") 7; 38 | padding: 8px; 39 | } 40 | 41 | .menu-control-button-selected { 42 | border-image: url("../buttons/button-hover.svg") 7; 43 | padding: 8px; 44 | } 45 | 46 | .menu-control-button:open { 47 | border-image: url("../buttons/button-focused.svg") 7; 48 | padding: 8px; 49 | color: #fff; 50 | } 51 | 52 | .menu-control-button-selected:open { 53 | border-image: url("../buttons/button-focused.svg") 7; 54 | padding: 8px; 55 | color: #fff; 56 | } -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/third-party-APPLET-stylesheets/configurable-menu.css: -------------------------------------------------------------------------------- 1 | .menu-main-box { 2 | padding-top: 4px; 3 | padding-left: 12px; 4 | padding-right: 12px; 5 | padding-bottom: 0; 6 | } 7 | 8 | /*---fixes for stylized & classic layouts---*/ 9 | 10 | .menu-main-box-stylized, 11 | .menu-main-box-classic { 12 | padding-top: 4px; 13 | padding-left: 10px; 14 | padding-right: 2px; 15 | padding-bottom: 0; 16 | } 17 | 18 | .menu-categories-box-stylized, 19 | .menu-categories-box-classic { 20 | padding-left: 10px; 21 | } 22 | 23 | .menu-search-box-stylized, 24 | .menu-search-box-classic { 25 | padding-left: 0; 26 | padding-top: 0; 27 | } 28 | 29 | .menu-top-box-stylized, 30 | .menu-top-box-classic { 31 | padding-left: 10px; 32 | } 33 | 34 | /*---buttons---*/ 35 | 36 | .menu-control-button { 37 | border-image: url("../buttons/button.svg") 7; 38 | padding: 8px; 39 | } 40 | 41 | .menu-control-button-selected { 42 | border-image: url("../buttons/button-hover.svg") 7; 43 | padding: 8px; 44 | } 45 | 46 | .menu-control-button:open { 47 | border-image: url("../buttons/button-focused.svg") 7; 48 | padding: 8px; 49 | color: #fff; 50 | } 51 | 52 | .menu-control-button-selected:open { 53 | border-image: url("../buttons/button-focused.svg") 7; 54 | padding: 8px; 55 | color: #fff; 56 | } -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- 1 | # Archived 2 | To facilitate integration into our build system, all themes have been migrated to their own repositories: 3 | 4 | [B00merang Glass](https://github.com/B00merang-Project/B00merang-Glass) 5 | 6 | [B00merang Green](https://github.com/B00merang-Project/B00merang-Green) 7 | 8 | [B00merang Dark](https://github.com/B00merang-Project/B00merang-Dark) 9 | 10 | [B00merang Circle](https://github.com/B00merang-Project/B00merang-Circle) 11 | 12 | *** 13 | 14 | > ## The Official B00merang Repository 15 | > 16 | > Repository hosting all themes included in the [B00merang Theme Collection](http://b00merang.weebly.com/b00merang-collection.html) 17 | > 18 | > **Maintainer :** [Elbullazul](https://github.com/elbullazul) 19 | > 20 | > **Distributor :** [B00merang Project](https://github.com/B00merang-Project) 21 | > 22 | > **License :** GPL v3 23 | > 24 | > ## Themes available in this repository 25 | > 26 | > ### Dark 27 | > ![dark](https://github.com/B00merang-Project/gallery/raw/master/B00merang%20Dark%20(1).png) 28 | 29 | > ### Glass 30 | > ![glass](https://github.com/B00merang-Project/gallery/raw/master/B00merang%20Glass%20(1).png) 31 | 32 | > ### Green 33 | > ![green](https://github.com/B00merang-Project/gallery/raw/master/B00merang%20Green%20(1).png) 34 | 35 | > **Quick installation guide : http://b00merang.weebly.com/easy-installation-guide.html** 36 | -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/third-party-APPLET-stylesheets/system-tray-collapsible.css: -------------------------------------------------------------------------------- 1 | .systray-collapsible-gradient { 2 | background-gradient-direction: vertical; 3 | background-gradient-start: rgba(255,255,255,0); 4 | background-gradient-end: rgba(255,255,255,0); 5 | background: transparent; 6 | box-shadow: inset 0 0 1px 1px rgba(170,170,170,0); 7 | border-radius: 6px; 8 | spacing: 2px; 9 | padding: 0; 10 | } 11 | 12 | .systray-collapsible-gradient .popup-menu-icon { 13 | icon-size: 16px; 14 | color: #fff; 15 | padding-left: 2px; 16 | padding-right: 2px; 17 | } 18 | 19 | .systray-collapsible-gradient:focus { 20 | background-gradient-direction: vertical; 21 | background-gradient-start: rgba(255,255,255,0); 22 | background-gradient-end: rgba(255,255,255,0); 23 | background: transparent; 24 | box-shadow: inset 0 0 1px 1px rgba(170,170,170,0); 25 | padding: 0; 26 | } 27 | 28 | .systray-collapsible-gradient:focus .popup-menu-icon { 29 | color: #fff; 30 | padding: 0; 31 | padding-left: 2px; 32 | padding-right: 2px; 33 | } 34 | 35 | .systray-collapsible-border { 36 | border: 1px solid rgba(255,255,255,0.4); 37 | border-radius: 6px; 38 | spacing: 2px; 39 | padding-left: 3px; 40 | padding-right: 2px; 41 | } 42 | 43 | .systray-collapsible-border:focus { 44 | border: 1px solid rgba(255,255,255,0.5); 45 | } -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/third-party-APPLET-stylesheets/system-tray-collapsible.css: -------------------------------------------------------------------------------- 1 | .systray-collapsible-gradient { 2 | background-gradient-direction: vertical; 3 | background-gradient-start: rgba(255,255,255,0); 4 | background-gradient-end: rgba(255,255,255,0); 5 | background: transparent; 6 | box-shadow: inset 0 0 1px 1px rgba(170,170,170,0); 7 | border-radius: 6px; 8 | spacing: 2px; 9 | padding: 0; 10 | } 11 | 12 | .systray-collapsible-gradient .popup-menu-icon { 13 | icon-size: 16px; 14 | color: #fff; 15 | padding-left: 2px; 16 | padding-right: 2px; 17 | } 18 | 19 | .systray-collapsible-gradient:focus { 20 | background-gradient-direction: vertical; 21 | background-gradient-start: rgba(255,255,255,0); 22 | background-gradient-end: rgba(255,255,255,0); 23 | background: transparent; 24 | box-shadow: inset 0 0 1px 1px rgba(170,170,170,0); 25 | padding: 0; 26 | } 27 | 28 | .systray-collapsible-gradient:focus .popup-menu-icon { 29 | color: #fff; 30 | padding: 0; 31 | padding-left: 2px; 32 | padding-right: 2px; 33 | } 34 | 35 | .systray-collapsible-border { 36 | border: 1px solid rgba(255,255,255,0.4); 37 | border-radius: 6px; 38 | spacing: 2px; 39 | padding-left: 3px; 40 | padding-right: 2px; 41 | } 42 | 43 | .systray-collapsible-border:focus { 44 | border: 1px solid rgba(255,255,255,0.5); 45 | } -------------------------------------------------------------------------------- /B00merang Dark/gtk-3.0/apps/nemo.css: -------------------------------------------------------------------------------- 1 | /*********************** 2 | * pathbar breadcrumbs * 3 | ***********************/ 4 | NemoPathbarButton { 5 | border-color: shade(@toolbar_bg_color, 0.8); 6 | background-color: shade(@toolbar_bg_color, 1.08); 7 | background-image: none; 8 | color: @toolbar_fg_color; 9 | 10 | -NemoPathbarButton-border-radius: 0px; 11 | } 12 | 13 | NemoPathbarButton:active { 14 | border-color: shade(@toolbar_bg_color, 0.8); 15 | background-color: shade(@toolbar_bg_color, 0.95); 16 | background-image: none; 17 | } 18 | 19 | NemoPathbarButton:hover { 20 | border-color: shade(@toolbar_bg_color, 0.7); 21 | background-color: shade(@toolbar_bg_color, 1.10); 22 | background-image: none; 23 | } 24 | 25 | NemoPathbarButton:active:hover { 26 | border-color: shade(@toolbar_bg_color, 0.7); 27 | } 28 | 29 | /********************************* 30 | * sidebar disk space indicators * 31 | *********************************/ 32 | NemoPlacesTreeView { 33 | -NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8); 34 | -NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color; 35 | -NemoPlacesTreeView-disk-full-bar-width: 1px; 36 | -NemoPlacesTreeView-disk-full-bar-radius: 0px; 37 | -NemoPlacesTreeView-disk-full-bottom-padding: 2px; 38 | -NemoPlacesTreeView-disk-full-max-length: 70px; 39 | } 40 | 41 | NemoPlacesTreeView:selected { 42 | -NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color; 43 | -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4); 44 | } 45 | 46 | NemoPlacesTreeView:hover { 47 | } 48 | 49 | NemoPlacesTreeView:selected:hover { 50 | } 51 | -------------------------------------------------------------------------------- /B00merang Glass/gtk-3.0/apps/nemo.css: -------------------------------------------------------------------------------- 1 | /*********************** 2 | * pathbar breadcrumbs * 3 | ***********************/ 4 | NemoPathbarButton { 5 | border-color: shade(@toolbar_bg_color, 0.8); 6 | background-color: shade(@toolbar_bg_color, 1.08); 7 | background-image: none; 8 | color: @toolbar_fg_color; 9 | 10 | -NemoPathbarButton-border-radius: 0px; 11 | } 12 | 13 | NemoPathbarButton:active { 14 | border-color: shade(@toolbar_bg_color, 0.8); 15 | background-color: shade(@toolbar_bg_color, 0.95); 16 | background-image: none; 17 | } 18 | 19 | NemoPathbarButton:hover { 20 | border-color: shade(@toolbar_bg_color, 0.7); 21 | background-color: shade(@toolbar_bg_color, 1.10); 22 | background-image: none; 23 | } 24 | 25 | NemoPathbarButton:active:hover { 26 | border-color: shade(@toolbar_bg_color, 0.7); 27 | } 28 | 29 | /********************************* 30 | * sidebar disk space indicators * 31 | *********************************/ 32 | NemoPlacesTreeView { 33 | -NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8); 34 | -NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color; 35 | -NemoPlacesTreeView-disk-full-bar-width: 1px; 36 | -NemoPlacesTreeView-disk-full-bar-radius: 0px; 37 | -NemoPlacesTreeView-disk-full-bottom-padding: 2px; 38 | -NemoPlacesTreeView-disk-full-max-length: 70px; 39 | } 40 | 41 | NemoPlacesTreeView:selected { 42 | -NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color; 43 | -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4); 44 | } 45 | 46 | NemoPlacesTreeView:hover { 47 | } 48 | 49 | NemoPlacesTreeView:selected:hover { 50 | } 51 | -------------------------------------------------------------------------------- /B00merang Green/gtk-3.0/apps/nemo.css: -------------------------------------------------------------------------------- 1 | /*********************** 2 | * pathbar breadcrumbs * 3 | ***********************/ 4 | NemoPathbarButton { 5 | border-color: shade(@toolbar_bg_color, 0.8); 6 | background-color: shade(@toolbar_bg_color, 1.08); 7 | background-image: none; 8 | color: @toolbar_fg_color; 9 | 10 | -NemoPathbarButton-border-radius: 0px; 11 | } 12 | 13 | NemoPathbarButton:active { 14 | border-color: shade(@toolbar_bg_color, 0.8); 15 | background-color: shade(@toolbar_bg_color, 0.95); 16 | background-image: none; 17 | } 18 | 19 | NemoPathbarButton:hover { 20 | border-color: shade(@toolbar_bg_color, 0.7); 21 | background-color: shade(@toolbar_bg_color, 1.10); 22 | background-image: none; 23 | } 24 | 25 | NemoPathbarButton:active:hover { 26 | border-color: shade(@toolbar_bg_color, 0.7); 27 | } 28 | 29 | /********************************* 30 | * sidebar disk space indicators * 31 | *********************************/ 32 | NemoPlacesTreeView { 33 | -NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8); 34 | -NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color; 35 | -NemoPlacesTreeView-disk-full-bar-width: 1px; 36 | -NemoPlacesTreeView-disk-full-bar-radius: 0px; 37 | -NemoPlacesTreeView-disk-full-bottom-padding: 2px; 38 | -NemoPlacesTreeView-disk-full-max-length: 70px; 39 | } 40 | 41 | NemoPlacesTreeView:selected { 42 | -NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color; 43 | -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4); 44 | } 45 | 46 | NemoPlacesTreeView:hover { 47 | } 48 | 49 | NemoPlacesTreeView:selected:hover { 50 | } 51 | -------------------------------------------------------------------------------- /B00merang Round/gtk-3.0/apps/nemo.css: -------------------------------------------------------------------------------- 1 | /*********************** 2 | * pathbar breadcrumbs * 3 | ***********************/ 4 | NemoPathbarButton { 5 | border-color: shade(@toolbar_bg_color, 0.8); 6 | background-color: shade(@toolbar_bg_color, 1.08); 7 | background-image: none; 8 | color: @toolbar_fg_color; 9 | 10 | -NemoPathbarButton-border-radius: 2px; 11 | } 12 | 13 | NemoPathbarButton:active { 14 | border-color: shade(@toolbar_bg_color, 0.8); 15 | background-color: shade(@toolbar_bg_color, 0.95); 16 | background-image: none; 17 | } 18 | 19 | NemoPathbarButton:hover { 20 | border-color: shade(@toolbar_bg_color, 0.7); 21 | background-color: shade(@toolbar_bg_color, 1.10); 22 | background-image: none; 23 | } 24 | 25 | NemoPathbarButton:active:hover { 26 | border-color: shade(@toolbar_bg_color, 0.7); 27 | } 28 | 29 | /********************************* 30 | * sidebar disk space indicators * 31 | *********************************/ 32 | NemoPlacesTreeView { 33 | -NemoPlacesTreeView-disk-full-bg-color: shade(@toolbar_bg_color, 0.8); 34 | -NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color; 35 | -NemoPlacesTreeView-disk-full-bar-width: 1px; 36 | -NemoPlacesTreeView-disk-full-bar-radius: 1px; 37 | -NemoPlacesTreeView-disk-full-bottom-padding: 2px; 38 | -NemoPlacesTreeView-disk-full-max-length: 70px; 39 | } 40 | 41 | NemoPlacesTreeView:selected { 42 | -NemoPlacesTreeView-disk-full-bg-color: @theme_selected_fg_color; 43 | -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.4); 44 | } 45 | 46 | NemoPlacesTreeView:hover { 47 | } 48 | 49 | NemoPlacesTreeView:selected:hover { 50 | } 51 | -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/third-party-DESKLET-stylesheets/calculator.css: -------------------------------------------------------------------------------- 1 | .calc-button { 2 | border-image: url("../buttons/button.svg") 7; 3 | height: 40px; 4 | width: 50px; 5 | margin: 20px; 6 | color: #fff; 7 | } 8 | 9 | .calc-button:hover { 10 | border-image: url("../buttons/button-hover.svg") 7; 11 | height: 40px; 12 | width: 50px; 13 | margin: 20px; 14 | color: #fff; 15 | } 16 | 17 | .calc-button:active { 18 | border-image: url("../buttons/button-pressed.svg") 7; 19 | height: 40px; 20 | width: 50px; 21 | margin: 20px; 22 | color: #fff; 23 | } 24 | 25 | .calc-button-padding { 26 | padding: 2px; 27 | } 28 | 29 | .calc-mainBox { 30 | padding: 2px; 31 | } 32 | 33 | .calc-displayArea { 34 | padding: 3px; 35 | } 36 | 37 | .calc-displayWindow { 38 | border-image: url("../misc-assets/entry-focused.svg") 7; 39 | padding: 10px; 40 | } 41 | 42 | .calc-displayWindow-rpn { 43 | border-image: url("../misc-assets/entry-focused.svg") 7; 44 | padding: 10px; 45 | } 46 | 47 | .calc-displayText-primary { 48 | font-size: 32px; 49 | color: #000; 50 | text-align: right; 51 | } 52 | 53 | .calc-displayText-secondary { 54 | font-size: 9px; 55 | color: #000; 56 | text-align: right; 57 | } 58 | 59 | .calc-displayText-operation { 60 | font-size: 24px; 61 | color: #000; 62 | } 63 | 64 | .calc-displayText-status { 65 | font-size: 8px; 66 | color: #000; 67 | } 68 | 69 | .calc-displayText-rpn { 70 | color: #000; 71 | } 72 | 73 | .calc-stackArea { 74 | height: 85px; 75 | padding-top: 8px; 76 | } 77 | 78 | .calc-navigation-box { 79 | padding: 0 0 0 8px; 80 | width: 22px; 81 | } 82 | 83 | .calc-navigation-icon { 84 | color: #fff; 85 | icon-size: 16px; 86 | } 87 | 88 | .calc-button .calc-navigation-button { 89 | } -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/third-party-DESKLET-stylesheets/calculator.css: -------------------------------------------------------------------------------- 1 | .calc-button { 2 | border-image: url("../buttons/button.svg") 7; 3 | height: 40px; 4 | width: 50px; 5 | margin: 20px; 6 | color: #fff; 7 | } 8 | 9 | .calc-button:hover { 10 | border-image: url("../buttons/button-hover.svg") 7; 11 | height: 40px; 12 | width: 50px; 13 | margin: 20px; 14 | color: #fff; 15 | } 16 | 17 | .calc-button:active { 18 | border-image: url("../buttons/button-pressed.svg") 7; 19 | height: 40px; 20 | width: 50px; 21 | margin: 20px; 22 | color: #fff; 23 | } 24 | 25 | .calc-button-padding { 26 | padding: 2px; 27 | } 28 | 29 | .calc-mainBox { 30 | padding: 2px; 31 | } 32 | 33 | .calc-displayArea { 34 | padding: 3px; 35 | } 36 | 37 | .calc-displayWindow { 38 | border-image: url("../misc-assets/entry-focused.svg") 7; 39 | padding: 10px; 40 | } 41 | 42 | .calc-displayWindow-rpn { 43 | border-image: url("../misc-assets/entry-focused.svg") 7; 44 | padding: 10px; 45 | } 46 | 47 | .calc-displayText-primary { 48 | font-size: 32px; 49 | color: #000; 50 | text-align: right; 51 | } 52 | 53 | .calc-displayText-secondary { 54 | font-size: 9px; 55 | color: #000; 56 | text-align: right; 57 | } 58 | 59 | .calc-displayText-operation { 60 | font-size: 24px; 61 | color: #000; 62 | } 63 | 64 | .calc-displayText-status { 65 | font-size: 8px; 66 | color: #000; 67 | } 68 | 69 | .calc-displayText-rpn { 70 | color: #000; 71 | } 72 | 73 | .calc-stackArea { 74 | height: 85px; 75 | padding-top: 8px; 76 | } 77 | 78 | .calc-navigation-box { 79 | padding: 0 0 0 8px; 80 | width: 22px; 81 | } 82 | 83 | .calc-navigation-icon { 84 | color: #fff; 85 | icon-size: 16px; 86 | } 87 | 88 | .calc-button .calc-navigation-button { 89 | } -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/third-party-APPLET-stylesheets/weather.css: -------------------------------------------------------------------------------- 1 | .weather-menu .popup-menu-content { 2 | padding-top: 6px; 3 | padding-left: 20px; 4 | padding-right: 20px; 5 | } 6 | 7 | .weather-menu .popup-separator-menu-item { 8 | } 9 | 10 | .current { 11 | padding-top: 0; 12 | } 13 | 14 | .forecast { 15 | } 16 | 17 | .weather-current-location-link { 18 | font-size: 12pt; 19 | } 20 | 21 | .weather-current-location-link:selected, 22 | .weather-current-location-link:hover { 23 | background-gradient-direction: vertical; 24 | background-gradient-start: rgba(255, 255, 255, 0.0); 25 | background-gradient-end: rgba(255, 255, 255, 0.0); 26 | color: #2975E9; 27 | } 28 | 29 | .weather-current-summarybox { 30 | padding-top: 0; 31 | padding-bottom: 10px; 32 | } 33 | 34 | .weather-current-summary { 35 | font-size: 35px; 36 | } 37 | 38 | .weather-current-databox { 39 | padding-top: 15px; 40 | padding-left: 30px; 41 | font-size: 9pt; 42 | } 43 | 44 | .weather-current-icon { 45 | padding: 0 30px; 46 | padding-bottom: 15px; 47 | } 48 | 49 | .weather-current-iconbox { 50 | padding: 1em; 51 | } 52 | 53 | .weather-icon { 54 | padding-right: 5px; 55 | } 56 | 57 | .weather-icon-rtl { 58 | padding-left: 5px; 59 | } 60 | 61 | .weather-current-databox-captions { 62 | padding: 0; 63 | padding-right: 5px; 64 | spacing: 0; 65 | font-size: 9pt; 66 | color: #2975E9; 67 | text-align: right; 68 | } 69 | 70 | .weather-current-astronomy { 71 | color: rgba(255, 255, 255, .3); 72 | font-size: 9pt; 73 | } 74 | 75 | .weather-forecast-icon { 76 | padding: 10px 15px 0 30px; 77 | color: #fff; 78 | } 79 | 80 | .weather-forecast-databox { 81 | padding: 14px 30px 0 0; 82 | color: #fff; 83 | } 84 | 85 | .weather-forecast-day { 86 | font-size: 10pt; 87 | font-weight: bold; 88 | color: #2975E9; 89 | } 90 | -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/third-party-APPLET-stylesheets/weather.css: -------------------------------------------------------------------------------- 1 | .weather-menu .popup-menu-content { 2 | padding-top: 6px; 3 | padding-left: 20px; 4 | padding-right: 20px; 5 | } 6 | 7 | .weather-menu .popup-separator-menu-item { 8 | } 9 | 10 | .current { 11 | padding-top: 0; 12 | } 13 | 14 | .forecast { 15 | } 16 | 17 | .weather-current-location-link { 18 | font-size: 12pt; 19 | } 20 | 21 | .weather-current-location-link:selected, 22 | .weather-current-location-link:hover { 23 | background-gradient-direction: vertical; 24 | background-gradient-start: rgba(255, 255, 255, 0.0); 25 | background-gradient-end: rgba(255, 255, 255, 0.0); 26 | color: #2975E9; 27 | } 28 | 29 | .weather-current-summarybox { 30 | padding-top: 0; 31 | padding-bottom: 10px; 32 | } 33 | 34 | .weather-current-summary { 35 | font-size: 35px; 36 | } 37 | 38 | .weather-current-databox { 39 | padding-top: 15px; 40 | padding-left: 30px; 41 | font-size: 9pt; 42 | } 43 | 44 | .weather-current-icon { 45 | padding: 0 30px; 46 | padding-bottom: 15px; 47 | } 48 | 49 | .weather-current-iconbox { 50 | padding: 1em; 51 | } 52 | 53 | .weather-icon { 54 | padding-right: 5px; 55 | } 56 | 57 | .weather-icon-rtl { 58 | padding-left: 5px; 59 | } 60 | 61 | .weather-current-databox-captions { 62 | padding: 0; 63 | padding-right: 5px; 64 | spacing: 0; 65 | font-size: 9pt; 66 | color: #2975E9; 67 | text-align: right; 68 | } 69 | 70 | .weather-current-astronomy { 71 | color: rgba(255, 255, 255, .3); 72 | font-size: 9pt; 73 | } 74 | 75 | .weather-forecast-icon { 76 | padding: 10px 15px 0 30px; 77 | color: #fff; 78 | } 79 | 80 | .weather-forecast-databox { 81 | padding: 14px 30px 0 0; 82 | color: #fff; 83 | } 84 | 85 | .weather-forecast-day { 86 | font-size: 10pt; 87 | font-weight: bold; 88 | color: #2975E9; 89 | } 90 | -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/panel-assets/DND-bottom-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 53 | 63 | 64 | -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/panel-assets/DND-bottom-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 53 | 63 | 64 | -------------------------------------------------------------------------------- /B00merang Green/cinnamon/add-workspace-button.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 53 | 63 | 64 | -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/panel-assets/DND-top-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 53 | 63 | 64 | -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/panel-assets/DND-top-left.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 53 | 63 | 64 | -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/panel-assets/top-item-attention.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 53 | 63 | 64 | -------------------------------------------------------------------------------- /B00merang Glass/cinnamon/panel-assets/top-item-attention.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 53 | 63 | 64 | -------------------------------------------------------------------------------- /B00merang Green/cinnamon/checkbox-off.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 53 | 63 | 64 | -------------------------------------------------------------------------------- /B00merang Green/cinnamon/checkbox-off-focused.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 53 | 63 | 64 | -------------------------------------------------------------------------------- /B00merang Dark/cinnamon/panel-assets/top-item-attention-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 22 | 24 | image/svg+xml 25 | 27 | 28 | 29 | 30 | 31 | 33 | 53 | 63 | 64 | --------------------------------------------------------------------------------