* Backup current artwork items to 1304 items, and prepare 1310 ones.

* lib/plymouth/themes/lubuntu-text:
 - Update to 13.10.
ubuntu/bionic
Julien Lavergne 11 years ago
parent 818a2535de
commit deb7cf8b10

8
debian/changelog vendored

@ -1,3 +1,11 @@
lubuntu-artwork (0.39) UNRELEASED; urgency=low
* Backup current artwork items to 1304 items, and prepare 1310 ones.
* lib/plymouth/themes/lubuntu-text:
- Update to 13.10.
-- Julien Lavergne <gilir@ubuntu.com> Sat, 08 Jun 2013 17:01:56 +0200
lubuntu-artwork (0.38.1) raring; urgency=low
* usr/share/icons/lubuntu/

13
debian/control vendored

@ -20,6 +20,19 @@ Description: artwork for Lubuntu
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
Package: lubuntu-artwork-13-10
Architecture: all
Depends: gtk2-engines,
gtk2-engines-pixbuf,
gtk3-engines-unico,
libnewt0.52 (>= 0.52.11-2ubuntu7),
${misc:Depends}
Description: artwork for Lubuntu - 13.10 version
Artwork for Lubuntu, contained the wallpaper and others specific images and
logos.
.
This package contains theme of Lubuntu 13.10.
Package: lubuntu-artwork-13-04
Architecture: all
Depends: gtk2-engines,

@ -2,3 +2,4 @@ usr/share/lubuntu/images/1304-*
usr/share/lubuntu/wallpapers/1304-*
usr/share/lxdm/themes/1304-*
usr/share/lxpanel/images/1304-*
usr/share/themes/Box2

@ -0,0 +1,4 @@
usr/share/lubuntu/images/1310-*
usr/share/lubuntu/wallpapers/1310-*
usr/share/lxdm/themes/1310-*
usr/share/lxpanel/images/1310-*

@ -4,7 +4,7 @@ Description=Text mode theme based on kubuntu-logo theme
ModuleName=ubuntu-text
[ubuntu-text]
title=Lubuntu 13.04
title=Lubuntu 13.10
black=0x0078C2
white=0xffffff
brown=0x009DFD

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -1 +1 @@
1304-logout-banner.png
1310-logout-banner.png

@ -1 +1 @@
1304-lubuntu-logo.png
1310-lubuntu-logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 KiB

@ -1 +1 @@
1304-default-particule.png
1310-lubuntu-default-wallpaper.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 972 B

@ -0,0 +1,235 @@
<?xml version="1.0"?>
<interface>
<!-- interface-requires gtk+ 2.12 -->
<!-- interface-naming-policy project-wide -->
<object class="GtkWindow" id="lxdm">
<property name="decorated">False</property>
<child>
<object class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<child>
<object class="GtkLabel" id="time">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="xpad">12</property>
<property name="ypad">12</property>
<property name="single_line_mode">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<object class="GtkVBox" id="vbox2">
<property name="visible">True</property>
<child>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="pixbuf">login.png</property>
</object>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<object class="GtkHBox" id="hbox3">
<property name="visible">True</property>
<property name="spacing">12</property>
<child>
<object class="GtkLabel" id="prompt">
<property name="visible">True</property>
<property name="label" translatable="yes">User:</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkEntry" id="login_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">&#x2022;</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
</object>
<packing>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
</object>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkEventBox" id="bottom_pane">
<property name="visible">True</property>
<property name="app_paintable">True</property>
<property name="visible_window">False</property>
<child>
<object class="GtkHBox" id="bottom_hbox">
<property name="visible">True</property>
<property name="spacing">12</property>
<child>
<object class="GtkHBox" id="sessions_box">
<property name="visible">True</property>
<property name="border_width">15</property>
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="pixbuf">session.png</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="label" translatable="yes">Desktop:</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="sessions">
<property name="visible">True</property>
<property name="entry-text-column">0</property>
<property name="has-entry">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkHBox" id="lang_box">
<property name="visible">True</property>
<property name="border_width">15</property>
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="image3">
<property name="visible">True</property>
<property name="pixbuf">lang.png</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_lang">
<property name="visible">True</property>
<property name="label" translatable="yes">Language:</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="lang">
<property name="visible">True</property>
<property name="entry-text-column">0</property>
<property name="has-entry">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<property name="border_width">15</property>
<child>
<object class="GtkLabel" id="label3">
<property name="label" translatable="yes">Keyboard Layout:</property>
</object>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkComboBox" id="keyboard"/>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="exit">
<property name="label">Exit</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image4</property>
<property name="relief">none</property>
</object>
<packing>
<property name="expand">False</property>
<property name="pack_type">end</property>
<property name="position">3</property>
</packing>
</child>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
</object>
</child>
</object>
<object class="GtkImage" id="image4">
<property name="visible">True</property>
<property name="pixbuf">exit.png</property>
</object>
</interface>

@ -0,0 +1,50 @@
style "back"
{
engine "pixmap"
{
image
{
function = FLAT_BOX
shadow = NONE
state = NORMAL
file = "wall.png"
stretch = TRUE
detail = "base"
}
}
}
style "time"
{
fg[NORMAL] = "#ffffff"
font_name = "Ubuntu 10"
}
style "prompt"
{
fg[NORMAL] = "#ffffff"
font_name = "Ubuntu Bold 10"
}
# Normally this won't paint an invisible event box, but we did some hacks in greeter.c.
style "bottom"
{
font_name = "Ubuntu 10"
fg[NORMAL] = "#9E9D9B"
engine "pixmap"
{
image
{
function = FLAT_BOX
file = "shade.png"
stretch = TRUE
detail = "eventbox"
}
}
}
widget "lxdm" style "back"
widget "lxdm.*.time" style "time"
widget "lxdm.*.prompt" style "prompt"
widget "lxdm.*.bottom_pane" style "bottom"
widget_class "GtkWindow.*.GtkEventBox.*.<GtkLabel>" style "bottom"

@ -0,0 +1,5 @@
[LXDM Theme]
Name=Lubuntu
Comment=Login theme for Lubuntu
Author=神癒礁湖 (Rafael Laguna) <rafaellaguna@ubuntu.com>;
License=GPL

Binary file not shown.

After

Width:  |  Height:  |  Size: 919 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 KiB

@ -1 +1 @@
1304-Lubuntu/
1310-Lubuntu/

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

@ -1 +1 @@
1304-lubuntu-background.png
1310-lubuntu-background.png

@ -0,0 +1,102 @@
########################################################################
# Arrow
########################################################################
style "arrow" {
# UP
engine "pixmap" {
image
{
function = ARROW
state = NORMAL
recolorable = TRUE
overlay_file = "images/arrow-up-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = UP
}
image
{
function = ARROW
state = PRELIGHT
recolorable = TRUE
overlay_file = "images/arrow-up-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = UP
}
image
{
function = ARROW
state = ACTIVE
recolorable = TRUE
overlay_file = "images/arrow-up-active-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = UP
}
image
{
function = ARROW
state = INSENSITIVE
recolorable = TRUE
overlay_file = "images/arrow-up-ins-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = UP
}
# DOWN
image
{
function = ARROW
state = NORMAL
recolorable = TRUE
overlay_file = "images/arrow-down-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image
{
function = ARROW
state = PRELIGHT
recolorable = TRUE
overlay_file = "images/arrow-down-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image
{
function = ARROW
state = ACTIVE
recolorable = TRUE
overlay_file = "images/arrow-down-active-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image
{
function = ARROW
state = INSENSITIVE
recolorable = TRUE
overlay_file = "images/arrow-down-ins-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image # used for dialog bg. in apps. like Inkscape
{
function = BOX
recolorable = TRUE
file = "images/null.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
}
}
class "GtkArrow*" style "arrow"

@ -0,0 +1,54 @@
########################################################################
# Button
########################################################################
style "button"
{
engine "pixmap"
{
### Button ###
## Normal
image { function = BOX
state = NORMAL
file = "images/button.png"
border = {4, 4, 4, 4}
stretch = TRUE }
## Prelight
image { function = BOX
state = PRELIGHT
file = "images/button-sel.png"
border = {4, 4, 4, 4}
stretch = TRUE }
## Insensitive
image { function = BOX
state = INSENSITIVE
file = "images/button-ins.png"
border = {4, 4, 4, 4}
stretch = TRUE }
## Active
image { function = BOX
state = ACTIVE
file = "images/button-pressed.png"
border = {4, 4, 4, 4}
stretch = TRUE }
### Focus ###
image { function = FOCUS
state = NORMAL
file = "images/button.png"
border = {4, 4, 4, 4}
stretch = TRUE }
}
}
style "spinbutton" {
engine "clearlooks" {
hint = "spinbutton"
}
}
class "GtkSpinButton" style "spinbutton"
class "GtkButton*" style "button"

@ -0,0 +1,163 @@
########################################################################
# Check boxes
########################################################################
style "check_box"
{
### Check box ###
engine "pixmap"
{
## Normal
image {
function = CHECK
state = NORMAL
shadow = OUT
overlay_file = "images/c_box.png"
overlay_stretch = FALSE }
image {
function = CHECK
state = NORMAL
shadow = IN
overlay_file = "images/c_box-pressed.png"
overlay_stretch = FALSE }
image {
function = OPTION
state = NORMAL
shadow = OUT
overlay_file = "images/c_box.png"
overlay_stretch = FALSE }
image {
function = OPTION
state = NORMAL
shadow = IN
overlay_file = "images/c_box-pressed.png"
overlay_stretch = FALSE }
## Prelight
image {
function = CHECK
state = PRELIGHT
shadow = OUT
overlay_file = "images/c_box-sel.png"
overlay_stretch = FALSE }
image {
function = CHECK
state = PRELIGHT
shadow = IN
overlay_file = "images/c_box-pressed-sel.png"
overlay_stretch = FALSE }
image {
function = OPTION
state = PRELIGHT
shadow = OUT
overlay_file = "images/c_box-sel.png"
overlay_stretch = FALSE }
image {
function = OPTION
state = PRELIGHT
shadow = IN
overlay_file = "images/c_box-pressed-sel.png"
overlay_stretch = FALSE }
## Insensitive
image {
function = CHECK
state = INSENSITIVE
shadow = OUT
overlay_file = "images/c_box-ins.png"
overlay_stretch = FALSE }
image {
function = CHECK
state = INSENSITIVE
shadow = IN
overlay_file = "images/c_box-pressed-ins.png"
overlay_stretch = FALSE }
image {
function = OPTION
state = INSENSITIVE
shadow = OUT
overlay_file = "images/c_box-ins.png"
overlay_stretch = FALSE }
image {
function = OPTION
state = INSENSITIVE
shadow = IN
overlay_file = "images/c_box-pressed-ins.png"
overlay_stretch = FALSE }
## Active
image {
function = CHECK
state = ACTIVE
shadow = OUT
overlay_file = "images/c_box-active.png"
overlay_stretch = FALSE }
image {
function = CHECK
state = ACTIVE
shadow = IN
overlay_file = "images/c_box-pressed-active.png"
overlay_stretch = FALSE }
image {
function = OPTION
state = ACTIVE
shadow = OUT
overlay_file = "images/c_box-active.png"
overlay_stretch = FALSE
}
image {
function = OPTION
state = ACTIVE
shadow = IN
overlay_file = "images/c_box-pressed-active.png"
overlay_stretch = FALSE }
}
}
class "GtkCheckButton*" style "check_box"
class "GtkCheckMenuItem*" style "check_box"
style "check_box_tree"
{
### Check box ###
engine "pixmap"
{
image {
function = CHECK
shadow = OUT
overlay_file = "images/c_box.png"
overlay_stretch = FALSE }
image {
function = CHECK
shadow = IN
overlay_file = "images/c_box-pressed.png"
overlay_stretch = FALSE }
image {
function = OPTION
shadow = OUT
overlay_file = "images/c_box.png"
overlay_stretch = FALSE }
image {
function = OPTION
shadow = IN
overlay_file = "images/c_box-pressed.png"
overlay_stretch = FALSE }
}
}
class "GtkTreeView*" style "check_box_tree"

@ -0,0 +1,15 @@
style "chrome-gtk-frame"
{
ChromeGtkFrame::frame-color = "#dcdcdc"
ChromeGtkFrame::inactive-frame-color = "#dcdcdc"
ChromeGtkFrame::incognito-frame-color = "#dcdcdc"
ChromeGtkFrame::incognito-inactive-frame-color = "#dcdcdc"
ChromeGtkFrame::scrollbar-trough-color = "#dcdcdc"
ChromeGtkFrame::scrollbar-slider-normal-color = "#b0b0b0"
ChromeGtkFrame::scrollbar-slider-prelight-color = "#777777"
}
class "ChromeGtkFrame" style "chrome-gtk-frame"

@ -0,0 +1,35 @@
########################################################################
# Entry
########################################################################
style "entry"
{
GtkWidget::interior_focus = 0
GtkEntry::inner-border = {1, 1, 1, 1}
engine "pixmap"
{
### Entry ###
image
{
function = SHADOW
detail = "entry"
file = "images/entry.png"
border = {2, 2, 2, 2}
stretch = TRUE
}
### Focus ###
image
{
function = FOCUS
detail = "entry"
file = "images/entry-active.png"
border = {2, 2, 2, 2}
stretch = TRUE
}
}
}
class "GtkEntry*" style "entry"

@ -0,0 +1,144 @@
# Box theme for Lubuntu 12.10 Quantal Quetzal
# Licensed as GPL2 / Open Source
# Created by 神癒礁湖 (Rafael Laguna)
gtk_color_scheme = "fg_color:#333333"
gtk_color_scheme = "bg_color:#e0e0e0"
gtk_color_scheme = "base_color:#ffffff"
gtk_color_scheme = "text_color:#333333"
gtk_color_scheme = "selected_bg_color:#8FB2CF"
gtk_color_scheme = "selected_fg_color:#ffffff"
gtk_color_scheme = "tooltip_bg_color:#343330"
gtk_color_scheme = "tooltip_fg_color:#E6E6E6"
include "scrollbar.rc"
include "panel.rc"
include "button.rc"
include "arrow.rc"
include "scale.rc"
include "checkbox.rc"
include "radio.rc"
include "notebook.rc"
include "progressbar.rc"
include "entry.rc"
include "statusbar.rc"
include "toolbar.rc"
include "menubar.rc"
include "pcmanfm.rc"
include "chromium.rc"
include "xfce4-notifyd.rc"
gtk-icon-sizes = "gtk-button=16,16"
gtk-auto-mnemonics = 1
gtk-font-name = "Ubuntu 9"
gtk-icon-theme-name = "lubuntu"
style "default" {
xthickness = 1
ythickness = 1
GtkMenu::horizontal-padding = 0
GtkMenu::vertical-padding = 0
GtkMenuBar::window-dragging = 1
GtkMenuBar::internal-padding = 0
GtkMenuBar::window-dragging = 1
GtkMenuBar::shadow-type = GTK_SHADOW_NONE
GtkButton::child-displacement-x = 1
GtkButton::child-displacement-y = 1
GtkButton::default-border = { 0, 0, 0, 0 }
GtkButton::image-spacing = 4
GtkToolButton::icon-spacing = 4
GtkCheckButton::indicator-size = 14
GtkPaned::handle-size = 3
GtkRange::trough-border = 1
GtkRange::slider-width = 14
GtkRange::stepper-size = 14
GtkExpander::expander-size = 16
GtkTreeView::expander-size = 14
GtkTreeView::vertical-separator = 2
WnckTasklist::fade-overlay-rect = 0
GtkEntry::honors-transparent-bg-hint = 1
GtkEntry::progress-border = { 2, 2, 2, 2 }
GtkNotebook::tab-overlap = -1
GtkFrame::shadow-type = GTK_SHADOW_NONE
GtkScrolledWindow::scrollbars-within-bevel = 1
GtkScrolledWindow ::scrollbar-spacing = 1
bg[NORMAL] = @bg_color
bg[PRELIGHT] = shade (1.02, @bg_color)
bg[SELECTED] = @selected_bg_color
bg[INSENSITIVE] = @bg_color
bg[ACTIVE] = shade (0.9, @bg_color)
fg[NORMAL] = @fg_color
fg[PRELIGHT] = @fg_color
fg[SELECTED] = @selected_fg_color
fg[INSENSITIVE] = darker (@bg_color)
fg[ACTIVE] = @fg_color
text[NORMAL] = @text_color
text[PRELIGHT] = @text_color
text[SELECTED] = @selected_fg_color
text[INSENSITIVE] = darker (@bg_color)
text[ACTIVE] = @selected_fg_color
base[NORMAL] = @base_color
base[PRELIGHT] = shade (0.95, @selected_bg_color)
base[SELECTED] = @selected_bg_color
base[INSENSITIVE] = @selected_bg_color
base[ACTIVE] = shade (0.9, @selected_bg_color)
engine "clearlooks" {
reliefstyle = 1
menubarstyle = 0
toolbarstyle = 1
animation = FALSE
radius = 3.0
style = GUMMY
hint = "use-hints"
}
}
class "GtkWidget" style "default"
style "scrolledwindow" {
xthickness = 0
ythickness = 0
GtkScrolledWindow ::scrollbars-within-bevel = 0
GtkScrolledWindow ::scrollbar-spacing = 0
engine "clearlooks"
{
}
}
style "wide" {
xthickness = 2
ythickness = 2
}
style "wider" {
xthickness = 3
ythickness = 3
}
style "comboboxentry" {
engine "clearlooks" {
hint = "comboboxentry"
}
}
style "frame_title" {
fg[NORMAL] = lighter (@fg_color)
}
style "tooltips" {
xthickness = 4
ythickness = 4
bg[NORMAL] = @tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color
}
widget "gtk-tooltip*" style "tooltips"
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
widget_class "*<GtkCombo>*" style "comboboxentry"

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 804 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save