initial commit
17
PKGBUILD
Executable file
@ -0,0 +1,17 @@
|
||||
pkgname=tarch-themes
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Themes for Tarch OS"
|
||||
arch=('any')
|
||||
url="https://gitcast.ru/tarch_os/tarch-bin"
|
||||
license=('GPL3')
|
||||
|
||||
prepare() {
|
||||
cp -af ../themes/. ${srcdir}
|
||||
}
|
||||
|
||||
package() {
|
||||
local themes_dir=${pkgdir}/usr/share/themes
|
||||
mkdir -p ${themes_dir}
|
||||
cp -r ${srcdir}/* ${themes_dir}
|
||||
}
|
71
makepkg.sh
Executable file
@ -0,0 +1,71 @@
|
||||
#!/bin/bash
|
||||
|
||||
RESET_COLOR="\033[0m"
|
||||
BOLD="\033[1m"
|
||||
ITALIC="\033[3m"
|
||||
|
||||
BLACK="\033[30m"
|
||||
RED="\033[31m"
|
||||
GREEN="\033[32m"
|
||||
YELLOW="\033[33m"
|
||||
BLUE="\033[34m"
|
||||
MAGENTA="\033[35m"
|
||||
CYAN="\033[36m"
|
||||
WHITE="\033[37m"
|
||||
PURPLE="\033[35m"
|
||||
|
||||
BUILDING_DIR="build"
|
||||
|
||||
# Script Termination #
|
||||
exit_on_signal_SIGINT () {
|
||||
{ printf "\n\n%s\n" "Script interrupted." 2>&1; echo; }
|
||||
exit 0
|
||||
}
|
||||
|
||||
exit_on_signal_SIGTERM () {
|
||||
{ printf "\n\n%s\n" "Script terminated." 2>&1; echo; }
|
||||
exit 0
|
||||
}
|
||||
|
||||
# Этот скрипт устанавливает ловушку (trap) для сигнала SIGINT и SIGTERM.
|
||||
# Когда скрипт получает сигнал SIGINT (например, когда пользователь нажимает Ctrl+C), он будет вызывать функцию
|
||||
trap exit_on_signal_SIGINT SIGINT
|
||||
trap exit_on_signal_SIGTERM SIGTERM
|
||||
|
||||
CLEANINH_BUILDING_DIR (){
|
||||
cd ..
|
||||
rm -rf ${BUILDING_DIR}
|
||||
sleep 0.5
|
||||
}
|
||||
|
||||
BUILD_PKG () {
|
||||
echo -e "\n ${BOLD}${GREEN}[+] создаем дирректорию сборки... ${RESET_COLOR}"
|
||||
mkdir -p ${BUILDING_DIR}
|
||||
sleep 0.5
|
||||
|
||||
echo -e "\n ${CYAN} ==> копируем файлы в дирректорию сборки... ${RESET_COLOR}"
|
||||
cp -r `ls | grep -v '^build$'` ${BUILDING_DIR}
|
||||
sleep 0.5
|
||||
|
||||
echo -e "\n ${CYAN} ==> копируем файлы в дирректорию сборки... ${RESET_COLOR}"
|
||||
cd ${BUILDING_DIR}
|
||||
sleep 0.5
|
||||
|
||||
# Building #
|
||||
echo -e "\n ${CYAN}[+] собираем пакет... ${RESET_COLOR}"
|
||||
makepkg -s -f
|
||||
sleep 0.5
|
||||
|
||||
if ls *.pkg.tar.zst 1> /dev/null 2>&1; then
|
||||
echo -e "\n ${CYAN}[+] переносим пакеты и очищаем дирректорию... ${RESET_COLOR}"
|
||||
mv ./*.pkg.tar.zst ../../tarch-bin/x86_64/
|
||||
sleep 0.5
|
||||
CLEANINH_BUILDING_DIR
|
||||
echo -e "\n ${BOLD}${GREEN}[✔] завершено... ${RESET_COLOR}"
|
||||
else
|
||||
echo -e "\n ${BOLD}${RED}[✘] сборка не удалась... ${RESET_COLOR}"
|
||||
fi
|
||||
echo -e "\n"
|
||||
}
|
||||
|
||||
BUILD_PKG
|
9
themes/Qogir-dark/AUTHORS
Executable file
@ -0,0 +1,9 @@
|
||||
------------------------ QOGIR GTK THEME ------------------------
|
||||
|
||||
SOURCES:
|
||||
horst3180 - Arc gtk theme: https://github.com/horst3180/Arc-theme
|
||||
|
||||
CUSTOMIZER:
|
||||
Vince Liuice <vinceliuice@hotmail.com> - Qogir Gtk Theme (https://github.com/vinceliuice/Qogir-theme)
|
||||
|
||||
------------------------ QOGIR GTK THEME ------------------------
|
674
themes/Qogir-dark/COPYING
Executable file
@ -0,0 +1,674 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
214
themes/Qogir-dark/cinnamon/assets/checkbox/checkbox-checked-focused.svg
Executable file
@ -0,0 +1,214 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="checkbox-checked-focused.svg"
|
||||
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4159" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-6" />
|
||||
<stop
|
||||
id="stop3778-2"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-0" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4161"
|
||||
x1="25"
|
||||
y1="31.362191"
|
||||
x2="25"
|
||||
y2="45.362191"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313709"
|
||||
inkscape:cx="-8.8873943"
|
||||
inkscape:cy="0.45889901"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="true"
|
||||
inkscape:window-width="1006"
|
||||
inkscape:window-height="723"
|
||||
inkscape:window-x="358"
|
||||
inkscape:window-y="22"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<g
|
||||
transform="translate(-36,1036)"
|
||||
style="display:inline;opacity:1"
|
||||
id="checkbox-checked-dark"
|
||||
inkscape:label="#g10758">
|
||||
<g
|
||||
inkscape:label="#g22047"
|
||||
id="checkbox-unchecked-5-59"
|
||||
style="display:inline"
|
||||
transform="translate(19,0)">
|
||||
<g
|
||||
id="sdsd-7-54"
|
||||
inkscape:label="#g21853">
|
||||
<g
|
||||
transform="translate(0,-30)"
|
||||
inkscape:label="#g14325"
|
||||
id="scdsdcd-5-8">
|
||||
<g
|
||||
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"
|
||||
id="g15812-6-6-1-5-4"
|
||||
style="display:inline">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="g5489-2-9-6-8-8-53-5"
|
||||
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
|
||||
<g
|
||||
id="g5428-8-1-4-0-0-4-2" />
|
||||
</g>
|
||||
</g>
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
id="rect13523-7-11"
|
||||
width="16"
|
||||
height="16"
|
||||
x="17"
|
||||
y="30.362183" />
|
||||
<g
|
||||
id="g5400-6-68">
|
||||
<rect
|
||||
rx="1.9999943"
|
||||
y="31.362196"
|
||||
x="18.000006"
|
||||
height="13.99999"
|
||||
width="13.999989"
|
||||
id="rect5147-9-1-5-7-6-7-4"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
ry="1.9999917" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
id="checkbox-checked-dark-7-37"
|
||||
transform="translate(36,-1036)"
|
||||
style="display:inline">
|
||||
<g
|
||||
id="g3981-6-4-97"
|
||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)"
|
||||
style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
|
||||
<g
|
||||
id="g4049-2-5"
|
||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)">
|
||||
<g
|
||||
id="g4056-7-6"
|
||||
transform="translate(12.374375,11.531233)">
|
||||
<g
|
||||
id="g3981-0-8"
|
||||
transform="translate(-3,-4.9999826)"
|
||||
style="fill:#3b3c3e;fill-opacity:1">
|
||||
<rect
|
||||
ry="0.66666085"
|
||||
rx="0.66666085"
|
||||
y="1033.3622"
|
||||
x="8"
|
||||
height="1.9999826"
|
||||
width="5"
|
||||
id="rect3977-39-90"
|
||||
style="fill:#2b303b;fill-opacity:1;stroke:none" />
|
||||
<rect
|
||||
ry="0"
|
||||
y="1027.3622"
|
||||
x="11"
|
||||
height="7.9999828"
|
||||
width="2"
|
||||
id="rect3979-7-60"
|
||||
style="fill:#2b303b;fill-opacity:1;stroke:none" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:#eeeeee;fill-opacity:0;stroke:none"
|
||||
id="rect4047-81-5"
|
||||
width="3"
|
||||
height="1"
|
||||
x="5"
|
||||
y="-8"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.8 KiB |
214
themes/Qogir-dark/cinnamon/assets/checkbox/checkbox-checked.svg
Executable file
@ -0,0 +1,214 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="checkbox-checked.svg"
|
||||
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4159" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-6" />
|
||||
<stop
|
||||
id="stop3778-2"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-0" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4161"
|
||||
x1="25"
|
||||
y1="31.362191"
|
||||
x2="25"
|
||||
y2="45.362191"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313709"
|
||||
inkscape:cx="-1.9931035"
|
||||
inkscape:cy="7.5299665"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="true"
|
||||
inkscape:window-width="1006"
|
||||
inkscape:window-height="723"
|
||||
inkscape:window-x="358"
|
||||
inkscape:window-y="22"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<g
|
||||
transform="translate(-36,1036)"
|
||||
style="display:inline;opacity:1"
|
||||
id="checkbox-checked-dark"
|
||||
inkscape:label="#g10758">
|
||||
<g
|
||||
inkscape:label="#g22047"
|
||||
id="checkbox-unchecked-5-59"
|
||||
style="display:inline"
|
||||
transform="translate(19,0)">
|
||||
<g
|
||||
id="sdsd-7-54"
|
||||
inkscape:label="#g21853">
|
||||
<g
|
||||
transform="translate(0,-30)"
|
||||
inkscape:label="#g14325"
|
||||
id="scdsdcd-5-8">
|
||||
<g
|
||||
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"
|
||||
id="g15812-6-6-1-5-4"
|
||||
style="display:inline">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="g5489-2-9-6-8-8-53-5"
|
||||
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
|
||||
<g
|
||||
id="g5428-8-1-4-0-0-4-2" />
|
||||
</g>
|
||||
</g>
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
id="rect13523-7-11"
|
||||
width="16"
|
||||
height="16"
|
||||
x="17"
|
||||
y="30.362183" />
|
||||
<g
|
||||
id="g5400-6-68">
|
||||
<rect
|
||||
rx="1.9999943"
|
||||
y="31.362196"
|
||||
x="18.000006"
|
||||
height="13.99999"
|
||||
width="13.999989"
|
||||
id="rect5147-9-1-5-7-6-7-4"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
ry="1.9999917" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
id="checkbox-checked-dark-7-37"
|
||||
transform="translate(36,-1036)"
|
||||
style="display:inline">
|
||||
<g
|
||||
id="g3981-6-4-97"
|
||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)"
|
||||
style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
|
||||
<g
|
||||
id="g4049-2-5"
|
||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)">
|
||||
<g
|
||||
id="g4056-7-6"
|
||||
transform="translate(12.374375,11.531233)">
|
||||
<g
|
||||
id="g3981-0-8"
|
||||
transform="translate(-3,-4.9999826)"
|
||||
style="fill:#3b3c3e;fill-opacity:1">
|
||||
<rect
|
||||
ry="0.66666085"
|
||||
rx="0.66666085"
|
||||
y="1033.3622"
|
||||
x="8"
|
||||
height="1.9999826"
|
||||
width="5"
|
||||
id="rect3977-39-90"
|
||||
style="fill:#2b303b;fill-opacity:1;stroke:none" />
|
||||
<rect
|
||||
ry="0"
|
||||
y="1027.3622"
|
||||
x="11"
|
||||
height="7.9999828"
|
||||
width="2"
|
||||
id="rect3979-7-60"
|
||||
style="fill:#2b303b;fill-opacity:1;stroke:none" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:#eeeeee;fill-opacity:0;stroke:none"
|
||||
id="rect4047-81-5"
|
||||
width="3"
|
||||
height="1"
|
||||
x="5"
|
||||
y="-8"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.8 KiB |
160
themes/Qogir-dark/cinnamon/assets/checkbox/checkbox-unchecked-focused.svg
Executable file
@ -0,0 +1,160 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="checkbox-unchecked-focused.svg"
|
||||
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4150" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-6" />
|
||||
<stop
|
||||
id="stop3778-2"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-0" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4152"
|
||||
x1="25"
|
||||
y1="31.362183"
|
||||
x2="25"
|
||||
y2="45.36218"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313709"
|
||||
inkscape:cx="5.2547407"
|
||||
inkscape:cy="14.601034"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="true"
|
||||
inkscape:window-width="1006"
|
||||
inkscape:window-height="723"
|
||||
inkscape:window-x="358"
|
||||
inkscape:window-y="22"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<g
|
||||
transform="translate(-17,1036)"
|
||||
style="display:inline;opacity:1"
|
||||
id="checkbox-unchecked-dark"
|
||||
inkscape:label="#g22047">
|
||||
<g
|
||||
inkscape:label="#g21853"
|
||||
id="sdsd-0-1">
|
||||
<g
|
||||
id="scdsdcd-0-4"
|
||||
inkscape:label="#g14325"
|
||||
transform="translate(0,-30)">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="g15812-6-6-1-4-4"
|
||||
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
|
||||
<g
|
||||
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"
|
||||
id="g5489-2-9-6-8-8-9-7"
|
||||
style="display:inline">
|
||||
<g
|
||||
id="g5428-8-1-4-0-0-65-8" />
|
||||
</g>
|
||||
</g>
|
||||
<rect
|
||||
y="30.362183"
|
||||
x="17"
|
||||
height="16"
|
||||
width="16"
|
||||
id="rect13523-4-0"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
|
||||
<g
|
||||
id="g5400-2-47">
|
||||
<rect
|
||||
ry="2"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
id="rect5147-9-1-5-7-6-3-70"
|
||||
width="13"
|
||||
height="12.999997"
|
||||
x="18.5"
|
||||
y="31.862183"
|
||||
rx="2" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.9 KiB |
141
themes/Qogir-dark/cinnamon/assets/checkbox/checkbox-unchecked.svg
Executable file
@ -0,0 +1,141 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="checkbox-unchecked.svg"
|
||||
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-6" />
|
||||
<stop
|
||||
id="stop3778-2"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-0" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313709"
|
||||
inkscape:cx="-7.3847925"
|
||||
inkscape:cy="7.7067432"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="true"
|
||||
inkscape:window-width="1006"
|
||||
inkscape:window-height="723"
|
||||
inkscape:window-x="358"
|
||||
inkscape:window-y="22"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<g
|
||||
transform="translate(-17,1036)"
|
||||
style="display:inline;opacity:1"
|
||||
id="checkbox-unchecked-dark"
|
||||
inkscape:label="#g22047">
|
||||
<g
|
||||
inkscape:label="#g21853"
|
||||
id="sdsd-0-1">
|
||||
<g
|
||||
id="scdsdcd-0-4"
|
||||
inkscape:label="#g14325"
|
||||
transform="translate(0,-30)">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="g15812-6-6-1-4-4"
|
||||
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
|
||||
<g
|
||||
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"
|
||||
id="g5489-2-9-6-8-8-9-7"
|
||||
style="display:inline">
|
||||
<g
|
||||
id="g5428-8-1-4-0-0-65-8" />
|
||||
</g>
|
||||
</g>
|
||||
<rect
|
||||
y="30.362183"
|
||||
x="17"
|
||||
height="16"
|
||||
width="16"
|
||||
id="rect13523-4-0"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
|
||||
<g
|
||||
id="g5400-2-47">
|
||||
<rect
|
||||
ry="2"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
id="rect5147-9-1-5-7-6-3-70"
|
||||
width="13"
|
||||
height="12.999997"
|
||||
x="18.5"
|
||||
y="31.862183"
|
||||
rx="2" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
132
themes/Qogir-dark/cinnamon/assets/menu/menu.svg
Executable file
@ -0,0 +1,132 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
id="svg5386"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="menu.svg">
|
||||
<defs
|
||||
id="defs5388" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#000000"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.999999"
|
||||
inkscape:cx="12.787561"
|
||||
inkscape:cy="24.241656"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="707"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid5954" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5391">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1020.3622)">
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:#32343d;fill-opacity:1;stroke:#25272f;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-3"
|
||||
width="23"
|
||||
height="21.999889"
|
||||
x="4.5"
|
||||
y="1024.8622"
|
||||
rx="2.0000005"
|
||||
ry="1.9999999" />
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:#32343d;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164"
|
||||
width="22"
|
||||
height="20.999971"
|
||||
x="5"
|
||||
y="1025.3622"
|
||||
rx="1.4"
|
||||
ry="1.4" />
|
||||
<g
|
||||
transform="translate(-425.99995,658.36226)"
|
||||
id="g4271"
|
||||
style="display:inline;opacity:0.65">
|
||||
<rect
|
||||
ry="8"
|
||||
rx="8"
|
||||
y="362.49994"
|
||||
x="426.49994"
|
||||
height="31"
|
||||
width="31.000011"
|
||||
id="rect4164-4-7-5-3-8-8"
|
||||
style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="6.999999"
|
||||
rx="7"
|
||||
y="363.49997"
|
||||
x="427.49994"
|
||||
height="28.999996"
|
||||
width="29.000011"
|
||||
id="rect4164-4-7-5-3-8"
|
||||
style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="6"
|
||||
rx="6"
|
||||
y="364.49994"
|
||||
x="428.49994"
|
||||
height="26.999998"
|
||||
width="27.000011"
|
||||
id="rect4164-4-7-5-3"
|
||||
style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="5"
|
||||
rx="4.9999995"
|
||||
y="365.49997"
|
||||
x="429.49997"
|
||||
height="24.999998"
|
||||
width="24.999981"
|
||||
id="rect4164-4-7-5"
|
||||
style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
id="rect4164-4-7"
|
||||
d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
|
||||
style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csscssc"
|
||||
transform="translate(-6.1035156e-5,0)" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.9 KiB |
117
themes/Qogir-dark/cinnamon/assets/menu/submenu.svg
Executable file
@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="37"
|
||||
height="18"
|
||||
id="svg3783"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="submenu.svg"
|
||||
inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs3785" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#838383"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16.000001"
|
||||
inkscape:cx="6.5686977"
|
||||
inkscape:cy="6.4384088"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g3027"
|
||||
showgrid="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:window-width="1364"
|
||||
inkscape:window-height="718"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4301"
|
||||
empspacing="8"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
<sodipodi:guide
|
||||
orientation="0,1"
|
||||
position="14.052204,22.065004"
|
||||
id="guide3831" />
|
||||
<sodipodi:guide
|
||||
orientation="0,1"
|
||||
position="14.052204,-3.9349962"
|
||||
id="guide3835" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata3788">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-5.9477962,-1025.4272)">
|
||||
<g
|
||||
id="g3027"
|
||||
transform="matrix(0,-1,1,0,-1048.3622,1052.3622)">
|
||||
<rect
|
||||
style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect3092"
|
||||
width="28.999735"
|
||||
height="18"
|
||||
x="1058.3102"
|
||||
y="-26.934996"
|
||||
transform="matrix(0,1,-1,0,0,0)" />
|
||||
<rect
|
||||
style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect3883"
|
||||
width="28.999802"
|
||||
height="1"
|
||||
x="1058.3102"
|
||||
y="-9.9350014"
|
||||
transform="matrix(0,1,-1,0,0,0)" />
|
||||
<rect
|
||||
style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect3883-1"
|
||||
width="28.999802"
|
||||
height="1"
|
||||
x="1058.3101"
|
||||
y="-26.934996"
|
||||
transform="matrix(0,1,-1,0,0,0)" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.7 KiB |
101
themes/Qogir-dark/cinnamon/assets/misc/button-box.svg
Executable file
@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="22"
|
||||
height="18.999971"
|
||||
viewBox="0 0 22 18.999971"
|
||||
id="svg5386"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="button-box.svg">
|
||||
<defs
|
||||
id="defs5388">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4228">
|
||||
<rect
|
||||
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4230"
|
||||
width="38"
|
||||
height="29.000017"
|
||||
x="-3"
|
||||
y="1027.3622"
|
||||
rx="1.5"
|
||||
ry="1.5" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="18.945179"
|
||||
inkscape:cy="17.423975"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
showguides="false"
|
||||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-smooth-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid5954"
|
||||
originx="-5"
|
||||
originy="-6.000065" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5391">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-5,-1027.3622)">
|
||||
<path
|
||||
style="opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z"
|
||||
id="rect4145-1"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csssscc" />
|
||||
<rect
|
||||
style="opacity:0.35;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4137"
|
||||
width="22"
|
||||
height="1"
|
||||
x="5"
|
||||
y="1027.3622"
|
||||
rx="0"
|
||||
ry="1.3877788e-16" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
96
themes/Qogir-dark/cinnamon/assets/misc/message.svg
Executable file
@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32.000001"
|
||||
id="svg6621"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="message.svg">
|
||||
<defs
|
||||
id="defs6623">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4138" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4140"
|
||||
x1="2"
|
||||
y1="1021.3622"
|
||||
x2="2"
|
||||
y2="1051.3622"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.839192"
|
||||
inkscape:cx="0.58833524"
|
||||
inkscape:cy="24.231157"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid7177" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata6626">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1020.3622)">
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#000000;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.38039216"
|
||||
id="rect4160"
|
||||
width="31"
|
||||
height="31.000017"
|
||||
x="0.5"
|
||||
y="1020.8622"
|
||||
rx="1.5"
|
||||
ry="1.5" />
|
||||
<path
|
||||
style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686"
|
||||
d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z"
|
||||
id="rect4162"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="sccssss" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
143
themes/Qogir-dark/cinnamon/assets/misc/modal.svg
Executable file
@ -0,0 +1,143 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="84"
|
||||
viewBox="0 0 32 84"
|
||||
id="svg5386"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="modal.svg">
|
||||
<defs
|
||||
id="defs5388">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4154">
|
||||
<rect
|
||||
transform="scale(1,-1)"
|
||||
ry="1.5"
|
||||
rx="1.5"
|
||||
y="-992.36218"
|
||||
x="-5.5"
|
||||
height="24.500061"
|
||||
width="43"
|
||||
id="rect4156"
|
||||
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#c7c7c7"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627416"
|
||||
inkscape:cx="20.862219"
|
||||
inkscape:cy="64.999507"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid5954" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5391">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-968.3622)">
|
||||
<rect
|
||||
style="display:inline;opacity:0.64;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-3"
|
||||
width="23"
|
||||
height="73.999352"
|
||||
x="4.5"
|
||||
y="972.86285"
|
||||
rx="2.0000005"
|
||||
ry="1.9999999" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.99999999;fill:#323644;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164"
|
||||
width="22"
|
||||
height="20.999971"
|
||||
x="5"
|
||||
y="973.36285"
|
||||
rx="1.4"
|
||||
ry="2.0461845"
|
||||
clip-path="url(#clipPath4154)"
|
||||
transform="matrix(1,0,0,0.68420028,0,307.38771)" />
|
||||
<g
|
||||
transform="translate(-425.99995,606.36226)"
|
||||
id="g4271"
|
||||
style="display:inline;opacity:0.64999999">
|
||||
<rect
|
||||
ry="8"
|
||||
rx="8"
|
||||
y="362.49994"
|
||||
x="426.49994"
|
||||
height="83"
|
||||
width="31.000011"
|
||||
id="rect4164-4-7-5-3-8-8"
|
||||
style="display:inline;opacity:0.02;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="6.9999981"
|
||||
rx="7"
|
||||
y="363.49997"
|
||||
x="427.49994"
|
||||
height="80.999969"
|
||||
width="29.000011"
|
||||
id="rect4164-4-7-5-3-8"
|
||||
style="display:inline;opacity:0.07;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="6.0000005"
|
||||
rx="6"
|
||||
y="364.49997"
|
||||
x="428.49994"
|
||||
height="79"
|
||||
width="27.000011"
|
||||
id="rect4164-4-7-5-3"
|
||||
style="display:inline;opacity:0.13;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="5"
|
||||
rx="4.9999995"
|
||||
y="365.49997"
|
||||
x="429.49997"
|
||||
height="76.999969"
|
||||
width="24.999981"
|
||||
id="rect4164-4-7-5"
|
||||
style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
id="rect4164-4-7"
|
||||
d="m 431.64838,440.30463 c 0.72475,0.73691 1.73153,1.19531 2.85156,1.19531 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
|
||||
style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csscssc" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.3 KiB |
175
themes/Qogir-dark/cinnamon/assets/switch/switch-off.svg
Executable file
@ -0,0 +1,175 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50"
|
||||
height="20"
|
||||
id="svg7539"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="switch-off.svg">
|
||||
<defs
|
||||
id="defs7541">
|
||||
<linearGradient
|
||||
id="linearGradient4695-1-4-3-5-0-6">
|
||||
<stop
|
||||
id="stop4697-9-9-7-0-1-5"
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop4699-5-8-9-0-4-0"
|
||||
style="stop-color:#000000;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-0" />
|
||||
<stop
|
||||
id="stop3778-6"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-2" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-2" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3969-0-4">
|
||||
<stop
|
||||
style="stop-color:#353537;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3971-2-6" />
|
||||
<stop
|
||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3973-0-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938">
|
||||
<stop
|
||||
id="stop3940"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
<stop
|
||||
id="stop3942"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0.54901963;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient6523">
|
||||
<stop
|
||||
id="stop6525"
|
||||
offset="0"
|
||||
style="stop-color:#1a1a1a;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop6527"
|
||||
offset="1"
|
||||
style="stop-color:#1a1a1a;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938-6">
|
||||
<stop
|
||||
id="stop3940-4"
|
||||
offset="0"
|
||||
style="stop-color:#bebebe;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop3942-8"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.8333336"
|
||||
inkscape:cx="40.879682"
|
||||
inkscape:cy="-2.9459872"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="708"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3019"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-4"
|
||||
originy="2.6171874e-06" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7544">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
transform="translate(-120,87.999997)">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="switch-dark"
|
||||
transform="translate(270,214.63782)"
|
||||
inkscape:label="#g1591">
|
||||
<path
|
||||
id="path1585"
|
||||
d="m -140,-302.63782 c -5.54,0 -10,4.46 -10,10 0,5.54 4.46,10 10,10 h 29.99999 c 5.54001,0 10,-4.46 10,-10 0,-5.54 -4.45999,-10 -10,-10 z m 0,1 h 29.99999 c 4.986,0 9,4.014 9,9 0,4.986 -4.014,9 -9,9 H -140 c -4.986,0 -9,-4.014 -9,-9 0,-4.986 4.014,-9 9,-9 z"
|
||||
style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.57977116;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
r="7"
|
||||
cy="-292.63782"
|
||||
cx="-140"
|
||||
id="circle1587"
|
||||
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
id="path1589"
|
||||
d="m -140.00002,-299.63782 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
|
||||
style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.7 KiB |
186
themes/Qogir-dark/cinnamon/assets/switch/switch-on.svg
Executable file
@ -0,0 +1,186 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50"
|
||||
height="20"
|
||||
id="svg7539"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="switch-on.svg">
|
||||
<defs
|
||||
id="defs7541">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4166" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4695-1-4-3-5-0-6">
|
||||
<stop
|
||||
id="stop4697-9-9-7-0-1-5"
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop4699-5-8-9-0-4-0"
|
||||
style="stop-color:#000000;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-0" />
|
||||
<stop
|
||||
id="stop3778-6"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-2" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-2" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3969-0-4">
|
||||
<stop
|
||||
style="stop-color:#353537;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3971-2-6" />
|
||||
<stop
|
||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3973-0-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938">
|
||||
<stop
|
||||
id="stop3940"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
<stop
|
||||
id="stop3942"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0.54901963;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient6523">
|
||||
<stop
|
||||
id="stop6525"
|
||||
offset="0"
|
||||
style="stop-color:#1a1a1a;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop6527"
|
||||
offset="1"
|
||||
style="stop-color:#1a1a1a;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938-6">
|
||||
<stop
|
||||
id="stop3940-4"
|
||||
offset="0"
|
||||
style="stop-color:#bebebe;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop3942-8"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.666667"
|
||||
inkscape:cx="0.51651058"
|
||||
inkscape:cy="16.13001"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="708"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3019"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-4"
|
||||
originy="2.6171874e-06" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7544">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
transform="translate(-120,87.999997)">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="switch-active-dark"
|
||||
transform="translate(270,184.63782)"
|
||||
inkscape:label="#g1583">
|
||||
<path
|
||||
style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.57977116;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -132,13 c -5.54,0 -10,4.46 -10,10 0,5.54 4.46,10 10,10 h 30 c 5.54,0 10,-4.46 10,-10 0,-5.54 -4.46,-10 -10,-10 z m 0,1 h 30 c 4.985999,0 9,4.014001 9,9 0,4.985999 -4.014001,9 -9,9 h -30 c -4.986,0 -9,-4.014001 -9,-9 0,-4.985999 4.014,-9 9,-9 z"
|
||||
transform="translate(-8.000005,-285.63782)"
|
||||
id="path1577"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="circle1579"
|
||||
cx="-110"
|
||||
cy="-262.63782"
|
||||
r="7" />
|
||||
<path
|
||||
style="opacity:1;fill:#1d78df;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -102,16 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
|
||||
transform="translate(-8.000005,-285.63782)"
|
||||
id="path1581"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.0 KiB |
2321
themes/Qogir-dark/cinnamon/cinnamon.css
Executable file
115
themes/Qogir-dark/cinnamon/common-assets/menu/menu-hover.svg
Executable file
@ -0,0 +1,115 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="36"
|
||||
height="36"
|
||||
viewBox="0 0 33.750001 33.749999"
|
||||
id="svg6927"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="menu-hover.svg">
|
||||
<defs
|
||||
id="defs6929">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4138" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4140"
|
||||
x1="1185"
|
||||
y1="108"
|
||||
x2="1185"
|
||||
y2="141"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient818"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x1="1185"
|
||||
y1="108"
|
||||
x2="1185"
|
||||
y2="141"
|
||||
gradientTransform="matrix(1.3281254,0,0,1,-389.73491,0)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="7.919596"
|
||||
inkscape:cx="11.074864"
|
||||
inkscape:cy="16.336362"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="707"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="false"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
units="px">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4140"
|
||||
originx="0"
|
||||
originy="1.2503989e-05" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata6932">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-137,-381.61221)">
|
||||
<g
|
||||
transform="matrix(0.05273832,0,0,1.0227273,91.427884,271.15766)"
|
||||
id="g6908"
|
||||
style="fill:url(#linearGradient4140);fill-opacity:1;stroke-width:1.13076651">
|
||||
<rect
|
||||
y="108"
|
||||
x="952.99994"
|
||||
height="33"
|
||||
width="462.18765"
|
||||
id="rect5271"
|
||||
style="opacity:1;fill:url(#linearGradient818);fill-opacity:1;stroke:none;stroke-width:1.13076651;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
60
themes/Qogir-dark/cinnamon/common-assets/menu/menu-separator.svg
Executable file
@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="90.311111mm"
|
||||
height="0.56444442mm"
|
||||
viewBox="0 0 320 1.9999999"
|
||||
id="svg7537"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="menu-separator.svg">
|
||||
<defs
|
||||
id="defs7539" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.2"
|
||||
inkscape:cx="115.53549"
|
||||
inkscape:cy="8.9322818"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="723"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata7542">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(340,-443.3622)" />
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
154
themes/Qogir-dark/cinnamon/common-assets/misc/add-workspace-active.svg
Executable file
@ -0,0 +1,154 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="35"
|
||||
height="200"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="add-workspace-active.svg">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="selected_fg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4147" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4144" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4146"
|
||||
x1="19.500005"
|
||||
y1="853.36218"
|
||||
x2="19.500005"
|
||||
y2="1051.3622"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_fg_color"
|
||||
id="linearGradient4149"
|
||||
x1="18.000003"
|
||||
y1="944.36218"
|
||||
x2="18.000003"
|
||||
y2="960.36218"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="8"
|
||||
inkscape:cx="1.6114609"
|
||||
inkscape:cy="95.511861"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="696"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:bbox-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3040"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
<sodipodi:guide
|
||||
orientation="0,1"
|
||||
position="20,100"
|
||||
id="guide3893" />
|
||||
<sodipodi:guide
|
||||
orientation="1,0"
|
||||
position="18,190"
|
||||
id="guide3895" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-852.36218)">
|
||||
<path
|
||||
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z "
|
||||
transform="translate(0,852.36218)"
|
||||
id="rect3810" />
|
||||
<g
|
||||
transform="translate(0,-0.9999969)"
|
||||
id="g3917-7"
|
||||
style="fill:#000000;fill-opacity:1;opacity:0.5" />
|
||||
<rect
|
||||
rx="2"
|
||||
style="opacity:1;fill:url(#linearGradient4146);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect3812"
|
||||
width="37"
|
||||
height="198"
|
||||
x="1.000005"
|
||||
y="853.36218"
|
||||
ry="2" />
|
||||
<g
|
||||
id="g3917"
|
||||
style="fill:url(#linearGradient4149);fill-opacity:1">
|
||||
<rect
|
||||
ry="1.1428567"
|
||||
y="944.36218"
|
||||
x="17"
|
||||
height="15.999994"
|
||||
width="2.0000002"
|
||||
id="rect3897"
|
||||
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
transform="matrix(0,1,-1,0,0,0)"
|
||||
ry="1.1428567"
|
||||
y="-26"
|
||||
x="951.36218"
|
||||
height="15.999994"
|
||||
width="2.0000002"
|
||||
id="rect3897-6"
|
||||
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.1 KiB |
117
themes/Qogir-dark/cinnamon/common-assets/misc/add-workspace-hover.svg
Executable file
@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="35"
|
||||
height="200"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="add-workspace-hover.svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="8"
|
||||
inkscape:cx="-12.039549"
|
||||
inkscape:cy="128.92473"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="696"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:bbox-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3040"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
<sodipodi:guide
|
||||
orientation="0,1"
|
||||
position="20,100"
|
||||
id="guide3893" />
|
||||
<sodipodi:guide
|
||||
orientation="1,0"
|
||||
position="18,190"
|
||||
id="guide3895" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-852.36218)">
|
||||
<path
|
||||
style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z "
|
||||
transform="translate(0,852.36218)"
|
||||
id="rect3810" />
|
||||
<g
|
||||
transform="translate(0,-0.9999969)"
|
||||
id="g3917-7"
|
||||
style="fill:#000000;fill-opacity:1;opacity:0.5" />
|
||||
<rect
|
||||
rx="2"
|
||||
style="opacity:0.45;fill:#202229;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect3812"
|
||||
width="37"
|
||||
height="198"
|
||||
x="1.000005"
|
||||
y="853.36218"
|
||||
ry="2" />
|
||||
<g
|
||||
id="g3917"
|
||||
style="fill:#bac3cf;fill-opacity:1">
|
||||
<rect
|
||||
ry="1.1428567"
|
||||
y="944.36218"
|
||||
x="17"
|
||||
height="15.999994"
|
||||
width="2.0000002"
|
||||
id="rect3897"
|
||||
style="opacity:1;fill:#bac3cf;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
transform="matrix(0,1,-1,0,0,0)"
|
||||
ry="1.1428567"
|
||||
y="-26"
|
||||
x="951.36218"
|
||||
height="15.999994"
|
||||
width="2.0000002"
|
||||
id="rect3897-6"
|
||||
style="opacity:1;fill:#bac3cf;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
117
themes/Qogir-dark/cinnamon/common-assets/misc/add-workspace.svg
Executable file
@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="35"
|
||||
height="200"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="add-workspace.svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="8"
|
||||
inkscape:cx="-12.039549"
|
||||
inkscape:cy="128.92473"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="696"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:bbox-nodes="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3040"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
<sodipodi:guide
|
||||
orientation="0,1"
|
||||
position="20,100"
|
||||
id="guide3893" />
|
||||
<sodipodi:guide
|
||||
orientation="1,0"
|
||||
position="18,190"
|
||||
id="guide3895" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-852.36218)">
|
||||
<path
|
||||
style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z "
|
||||
transform="translate(0,852.36218)"
|
||||
id="rect3810" />
|
||||
<g
|
||||
transform="translate(0,-0.9999969)"
|
||||
id="g3917-7"
|
||||
style="fill:#000000;fill-opacity:1;opacity:0.5" />
|
||||
<rect
|
||||
rx="2"
|
||||
style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect3812"
|
||||
width="37"
|
||||
height="198"
|
||||
x="1.000005"
|
||||
y="853.36218"
|
||||
ry="2" />
|
||||
<g
|
||||
id="g3917"
|
||||
style="fill:#bac3cf;fill-opacity:1">
|
||||
<rect
|
||||
ry="1.1428567"
|
||||
y="944.36218"
|
||||
x="17"
|
||||
height="15.999994"
|
||||
width="2.0000002"
|
||||
id="rect3897"
|
||||
style="opacity:1;fill:#bac3cf;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
<rect
|
||||
transform="matrix(0,1,-1,0,0,0)"
|
||||
ry="1.1428567"
|
||||
y="-26"
|
||||
x="951.36218"
|
||||
height="15.999994"
|
||||
width="2.0000002"
|
||||
id="rect3897-6"
|
||||
style="opacity:1;fill:#bac3cf;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
127
themes/Qogir-dark/cinnamon/common-assets/misc/bg.svg
Executable file
@ -0,0 +1,127 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
id="svg5386"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="bg.svg">
|
||||
<defs
|
||||
id="defs5388" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313708"
|
||||
inkscape:cx="18.271674"
|
||||
inkscape:cy="5.838404"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid5954" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5391">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1020.3622)">
|
||||
<rect
|
||||
style="display:inline;opacity:0.81;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-3"
|
||||
width="23"
|
||||
height="21.999889"
|
||||
x="4.5"
|
||||
y="1024.8622"
|
||||
rx="2.0000005"
|
||||
ry="1.9999999" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164"
|
||||
width="22"
|
||||
height="20.999971"
|
||||
x="5"
|
||||
y="1025.3622"
|
||||
rx="1.4"
|
||||
ry="1.4" />
|
||||
<g
|
||||
transform="translate(-425.99995,658.36226)"
|
||||
id="g4271"
|
||||
style="display:inline;opacity:0.65">
|
||||
<rect
|
||||
ry="8"
|
||||
rx="8"
|
||||
y="362.49994"
|
||||
x="426.49994"
|
||||
height="31"
|
||||
width="31.000011"
|
||||
id="rect4164-4-7-5-3-8-8"
|
||||
style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="6.999999"
|
||||
rx="7"
|
||||
y="363.49997"
|
||||
x="427.49994"
|
||||
height="28.999996"
|
||||
width="29.000011"
|
||||
id="rect4164-4-7-5-3-8"
|
||||
style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="6"
|
||||
rx="6"
|
||||
y="364.49994"
|
||||
x="428.49994"
|
||||
height="26.999998"
|
||||
width="27.000011"
|
||||
id="rect4164-4-7-5-3"
|
||||
style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="5"
|
||||
rx="4.9999995"
|
||||
y="365.49997"
|
||||
x="429.49997"
|
||||
height="24.999998"
|
||||
width="24.999981"
|
||||
id="rect4164-4-7-5"
|
||||
style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
transform="translate(-6.1035156e-5,0)"
|
||||
id="rect4164-4-7"
|
||||
d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
|
||||
style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csscssc" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.8 KiB |
172
themes/Qogir-dark/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg
Executable file
@ -0,0 +1,172 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
sodipodi:docname="calendar-arrow-left-hover.svg"
|
||||
height="16"
|
||||
id="svg7384"
|
||||
inkscape:version="0.91 r13725"
|
||||
version="1.1"
|
||||
width="16">
|
||||
<metadata
|
||||
id="metadata90">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="true"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
inkscape:current-layer="layer12"
|
||||
inkscape:cx="6.1613659"
|
||||
inkscape:cy="7.9323223"
|
||||
gridtolerance="10"
|
||||
inkscape:guide-bbox="true"
|
||||
guidetolerance="10"
|
||||
id="namedview88"
|
||||
inkscape:object-nodes="false"
|
||||
inkscape:object-paths="false"
|
||||
objecttolerance="10"
|
||||
pagecolor="#ffffff"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
showborder="true"
|
||||
showgrid="true"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-grids="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:snap-to-guides="true"
|
||||
inkscape:window-height="720"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
empspacing="2"
|
||||
enabled="true"
|
||||
id="grid4866"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="1px"
|
||||
spacingy="1px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
<inkscape:grid
|
||||
color="#000000"
|
||||
empcolor="#000000"
|
||||
empopacity="0"
|
||||
empspacing="4"
|
||||
enabled="true"
|
||||
id="grid5968"
|
||||
opacity="0.1254902"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="0.5px"
|
||||
spacingy="0.5px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<title
|
||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
||||
<defs
|
||||
id="defs7386">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4147" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4149"
|
||||
x1="108.00018"
|
||||
y1="751"
|
||||
x2="108.00018"
|
||||
y2="758.99959"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer9"
|
||||
inkscape:label="status"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer10"
|
||||
inkscape:label="devices"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer11"
|
||||
inkscape:label="apps"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer13"
|
||||
inkscape:label="places"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer14"
|
||||
inkscape:label="mimetypes"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer15"
|
||||
inkscape:label="emblems"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g71291"
|
||||
inkscape:label="emotes"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g4953"
|
||||
inkscape:label="categories"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer12"
|
||||
inkscape:label="actions"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)">
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -0.39887,0.18702 l -3.35878,3.32479 -0.46184,0.47795 0.46184,0.47792 3.35878,3.32481 a 0.68281953,0.67590797 0 0 0 0.698,0.16363 c 0.0374,0.0143 0.0779,0.0233 0.1207,0.0233 0.18608,0 0.33589,-0.14829 0.33589,-0.33248 0,-0.0423 -0.009,-0.0823 -0.0236,-0.11948 a 0.68281953,0.67590797 0 0 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 0.17056,-0.72082 c 0.008,-0.0292 0.0185,-0.058 0.0185,-0.0896 0,-0.18421 -0.14978,-0.33249 -0.33587,-0.33249 -0.0395,0 -0.0765,0.01 -0.11152,0.022 A 0.67182557,0.66502524 0 0 0 109.82334,751 Z"
|
||||
id="path6040"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.8 KiB |
152
themes/Qogir-dark/cinnamon/common-assets/misc/calendar-arrow-left.svg
Executable file
@ -0,0 +1,152 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
sodipodi:docname="calendar-arrow-left.svg"
|
||||
height="16"
|
||||
id="svg7384"
|
||||
inkscape:version="0.91 r13725"
|
||||
version="1.1"
|
||||
width="16">
|
||||
<metadata
|
||||
id="metadata90">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="true"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
inkscape:current-layer="layer12"
|
||||
inkscape:cx="13.983735"
|
||||
inkscape:cy="8.0207106"
|
||||
gridtolerance="10"
|
||||
inkscape:guide-bbox="true"
|
||||
guidetolerance="10"
|
||||
id="namedview88"
|
||||
inkscape:object-nodes="false"
|
||||
inkscape:object-paths="false"
|
||||
objecttolerance="10"
|
||||
pagecolor="#ffffff"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
showborder="true"
|
||||
showgrid="true"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-grids="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:snap-to-guides="true"
|
||||
inkscape:window-height="720"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
empspacing="2"
|
||||
enabled="true"
|
||||
id="grid4866"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="1px"
|
||||
spacingy="1px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
<inkscape:grid
|
||||
color="#000000"
|
||||
empcolor="#000000"
|
||||
empopacity="0"
|
||||
empspacing="4"
|
||||
enabled="true"
|
||||
id="grid5968"
|
||||
opacity="0.1254902"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="0.5px"
|
||||
spacingy="0.5px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<title
|
||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
||||
<defs
|
||||
id="defs7386" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer9"
|
||||
inkscape:label="status"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer10"
|
||||
inkscape:label="devices"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer11"
|
||||
inkscape:label="apps"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer13"
|
||||
inkscape:label="places"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer14"
|
||||
inkscape:label="mimetypes"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer15"
|
||||
inkscape:label="emblems"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g71291"
|
||||
inkscape:label="emotes"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g4953"
|
||||
inkscape:label="categories"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer12"
|
||||
inkscape:label="actions"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)">
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -0.39887,0.18702 l -3.35878,3.32479 -0.46184,0.47795 0.46184,0.47792 3.35878,3.32481 a 0.68281953,0.67590797 0 0 0 0.698,0.16363 c 0.0374,0.0143 0.0779,0.0233 0.1207,0.0233 0.18608,0 0.33589,-0.14829 0.33589,-0.33248 0,-0.0423 -0.009,-0.0823 -0.0236,-0.11948 a 0.68281953,0.67590797 0 0 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 0.17056,-0.72082 c 0.008,-0.0292 0.0185,-0.058 0.0185,-0.0896 0,-0.18421 -0.14978,-0.33249 -0.33587,-0.33249 -0.0395,0 -0.0765,0.01 -0.11152,0.022 A 0.67182557,0.66502524 0 0 0 109.82334,751 Z"
|
||||
id="path6040"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.3 KiB |
172
themes/Qogir-dark/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg
Executable file
@ -0,0 +1,172 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
sodipodi:docname="calendar-arrow-right-hover.svg"
|
||||
height="16"
|
||||
id="svg7384"
|
||||
inkscape:version="0.91 r13725"
|
||||
version="1.1"
|
||||
width="16">
|
||||
<metadata
|
||||
id="metadata90">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="true"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
inkscape:current-layer="layer12"
|
||||
inkscape:cx="6.1613659"
|
||||
inkscape:cy="7.9323223"
|
||||
gridtolerance="10"
|
||||
inkscape:guide-bbox="true"
|
||||
guidetolerance="10"
|
||||
id="namedview88"
|
||||
inkscape:object-nodes="false"
|
||||
inkscape:object-paths="false"
|
||||
objecttolerance="10"
|
||||
pagecolor="#ffffff"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
showborder="true"
|
||||
showgrid="true"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-grids="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:snap-to-guides="true"
|
||||
inkscape:window-height="720"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
empspacing="2"
|
||||
enabled="true"
|
||||
id="grid4866"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="1px"
|
||||
spacingy="1px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
<inkscape:grid
|
||||
color="#000000"
|
||||
empcolor="#000000"
|
||||
empopacity="0"
|
||||
empspacing="4"
|
||||
enabled="true"
|
||||
id="grid5968"
|
||||
opacity="0.1254902"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="0.5px"
|
||||
spacingy="0.5px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<title
|
||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
||||
<defs
|
||||
id="defs7386">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4147" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4149"
|
||||
x1="108.00017"
|
||||
y1="751"
|
||||
x2="108.00017"
|
||||
y2="758.99959"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer9"
|
||||
inkscape:label="status"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer10"
|
||||
inkscape:label="devices"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer11"
|
||||
inkscape:label="apps"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer13"
|
||||
inkscape:label="places"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer14"
|
||||
inkscape:label="mimetypes"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer15"
|
||||
inkscape:label="emblems"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g71291"
|
||||
inkscape:label="emotes"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g4953"
|
||||
inkscape:label="categories"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer12"
|
||||
inkscape:label="actions"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)">
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z"
|
||||
id="path6040"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.8 KiB |
152
themes/Qogir-dark/cinnamon/common-assets/misc/calendar-arrow-right.svg
Executable file
@ -0,0 +1,152 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
sodipodi:docname="calendar-arrow-right.svg"
|
||||
height="16"
|
||||
id="svg7384"
|
||||
inkscape:version="0.91 r13725"
|
||||
version="1.1"
|
||||
width="16">
|
||||
<metadata
|
||||
id="metadata90">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="true"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
inkscape:current-layer="layer12"
|
||||
inkscape:cx="13.983735"
|
||||
inkscape:cy="8.0207106"
|
||||
gridtolerance="10"
|
||||
inkscape:guide-bbox="true"
|
||||
guidetolerance="10"
|
||||
id="namedview88"
|
||||
inkscape:object-nodes="false"
|
||||
inkscape:object-paths="false"
|
||||
objecttolerance="10"
|
||||
pagecolor="#ffffff"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
showborder="true"
|
||||
showgrid="true"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:snap-global="true"
|
||||
inkscape:snap-grids="true"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-others="false"
|
||||
inkscape:snap-to-guides="true"
|
||||
inkscape:window-height="720"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
empspacing="2"
|
||||
enabled="true"
|
||||
id="grid4866"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="1px"
|
||||
spacingy="1px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
<inkscape:grid
|
||||
color="#000000"
|
||||
empcolor="#000000"
|
||||
empopacity="0"
|
||||
empspacing="4"
|
||||
enabled="true"
|
||||
id="grid5968"
|
||||
opacity="0.1254902"
|
||||
originx="141px"
|
||||
originy="530px"
|
||||
snapvisiblegridlinesonly="true"
|
||||
spacingx="0.5px"
|
||||
spacingy="0.5px"
|
||||
type="xygrid"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<title
|
||||
id="title9167">Gnome Symbolic Icon Theme</title>
|
||||
<defs
|
||||
id="defs7386" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer9"
|
||||
inkscape:label="status"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer10"
|
||||
inkscape:label="devices"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer11"
|
||||
inkscape:label="apps"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer13"
|
||||
inkscape:label="places"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer14"
|
||||
inkscape:label="mimetypes"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer15"
|
||||
inkscape:label="emblems"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g71291"
|
||||
inkscape:label="emotes"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="g4953"
|
||||
inkscape:label="categories"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)" />
|
||||
<g
|
||||
inkscape:groupmode="layer"
|
||||
id="layer12"
|
||||
inkscape:label="actions"
|
||||
style="display:inline"
|
||||
transform="translate(-100.0002,-747)">
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#a1a1a1;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z"
|
||||
id="path6040"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.3 KiB |
100
themes/Qogir-dark/cinnamon/common-assets/misc/close-active.svg
Executable file
@ -0,0 +1,100 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.0"
|
||||
id="Foreground"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="26"
|
||||
height="26"
|
||||
viewBox="0 0 18.909091 18.909091"
|
||||
enable-background="new 0 0 16 16"
|
||||
xml:space="preserve"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="close-active.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
|
||||
id="metadata2399"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs2397" /><sodipodi:namedview
|
||||
inkscape:window-height="720"
|
||||
inkscape:window-width="1364"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
guidetolerance="10.0"
|
||||
gridtolerance="10.0"
|
||||
objecttolerance="10.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#3e3e3e"
|
||||
id="base"
|
||||
showgrid="false"
|
||||
inkscape:zoom="11.313708"
|
||||
inkscape:cx="6.9788731"
|
||||
inkscape:cy="7.4229136"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:current-layer="Foreground"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:window-maximized="0"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid11246"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-3.6363603"
|
||||
originy="-2.9090857" /></sodipodi:namedview><g
|
||||
id="g3175-4"
|
||||
transform="translate(1.8442616,0.64207471)"
|
||||
style="opacity:0.8"><g
|
||||
id="g3172-6" /></g><circle
|
||||
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path3808-4"
|
||||
cx="9.4545488"
|
||||
cy="10.181814"
|
||||
r="8" /><circle
|
||||
style="opacity:1;fill:#d8354a;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path3808"
|
||||
cx="9.4545488"
|
||||
cy="9.454545"
|
||||
r="8" /><g
|
||||
inkscape:label="window-close"
|
||||
id="g27275-6-6-6"
|
||||
style="display:inline;fill:#000000;fill-opacity:1"
|
||||
transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g
|
||||
transform="translate(-41,-760)"
|
||||
id="g27277-1-1-2"
|
||||
style="display:inline;fill:#000000;fill-opacity:1" /></g><g
|
||||
inkscape:label="window-close"
|
||||
id="g27275-6-6"
|
||||
style="display:inline;fill:#ffffff;fill-opacity:1"
|
||||
transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g
|
||||
transform="translate(-41,-760)"
|
||||
id="g27277-1-1"
|
||||
style="display:inline;fill:#ffffff;fill-opacity:1"><path
|
||||
d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path27279-0-5"
|
||||
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new"
|
||||
sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
|
After Width: | Height: | Size: 4.9 KiB |
100
themes/Qogir-dark/cinnamon/common-assets/misc/close-hover.svg
Executable file
@ -0,0 +1,100 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.0"
|
||||
id="Foreground"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="26"
|
||||
height="26"
|
||||
viewBox="0 0 18.909091 18.909091"
|
||||
enable-background="new 0 0 16 16"
|
||||
xml:space="preserve"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="close-hover.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
|
||||
id="metadata2399"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs2397" /><sodipodi:namedview
|
||||
inkscape:window-height="720"
|
||||
inkscape:window-width="1364"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
guidetolerance="10.0"
|
||||
gridtolerance="10.0"
|
||||
objecttolerance="10.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#3e3e3e"
|
||||
id="base"
|
||||
showgrid="false"
|
||||
inkscape:zoom="11.313708"
|
||||
inkscape:cx="6.9788731"
|
||||
inkscape:cy="7.4229136"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:current-layer="Foreground"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:window-maximized="0"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid11246"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-3.6363603"
|
||||
originy="-2.9090857" /></sodipodi:namedview><g
|
||||
id="g3175-4"
|
||||
transform="translate(1.8442616,0.64207471)"
|
||||
style="opacity:0.8"><g
|
||||
id="g3172-6" /></g><circle
|
||||
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path3808-4"
|
||||
cx="9.4545488"
|
||||
cy="10.181814"
|
||||
r="8" /><circle
|
||||
style="opacity:1;fill:#ff7a80;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path3808"
|
||||
cx="9.4545488"
|
||||
cy="9.454545"
|
||||
r="8" /><g
|
||||
inkscape:label="window-close"
|
||||
id="g27275-6-6-6"
|
||||
style="display:inline;fill:#000000;fill-opacity:1"
|
||||
transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g
|
||||
transform="translate(-41,-760)"
|
||||
id="g27277-1-1-2"
|
||||
style="display:inline;fill:#000000;fill-opacity:1" /></g><g
|
||||
inkscape:label="window-close"
|
||||
id="g27275-6-6"
|
||||
style="display:inline;fill:#ffffff;fill-opacity:1"
|
||||
transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g
|
||||
transform="translate(-41,-760)"
|
||||
id="g27277-1-1"
|
||||
style="display:inline;fill:#ffffff;fill-opacity:1"><path
|
||||
d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path27279-0-5"
|
||||
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new"
|
||||
sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
|
After Width: | Height: | Size: 4.9 KiB |
100
themes/Qogir-dark/cinnamon/common-assets/misc/close.svg
Executable file
@ -0,0 +1,100 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.0"
|
||||
id="Foreground"
|
||||
x="0px"
|
||||
y="0px"
|
||||
width="26"
|
||||
height="26"
|
||||
viewBox="0 0 18.909091 18.909091"
|
||||
enable-background="new 0 0 16 16"
|
||||
xml:space="preserve"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="close.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
|
||||
id="metadata2399"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs2397" /><sodipodi:namedview
|
||||
inkscape:window-height="720"
|
||||
inkscape:window-width="1364"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
guidetolerance="10.0"
|
||||
gridtolerance="10.0"
|
||||
objecttolerance="10.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#3e3e3e"
|
||||
id="base"
|
||||
showgrid="false"
|
||||
inkscape:zoom="11.313708"
|
||||
inkscape:cx="6.9788731"
|
||||
inkscape:cy="7.4229136"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="23"
|
||||
inkscape:current-layer="Foreground"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:window-maximized="0"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid11246"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-3.6363603"
|
||||
originy="-2.9090857" /></sodipodi:namedview><g
|
||||
id="g3175-4"
|
||||
transform="translate(1.8442616,0.64207471)"
|
||||
style="opacity:0.8"><g
|
||||
id="g3172-6" /></g><circle
|
||||
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path3808-4"
|
||||
cx="9.4545488"
|
||||
cy="10.181814"
|
||||
r="8" /><circle
|
||||
style="opacity:1;fill:#f75a61;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path3808"
|
||||
cx="9.4545488"
|
||||
cy="9.454545"
|
||||
r="8" /><g
|
||||
inkscape:label="window-close"
|
||||
id="g27275-6-6-6"
|
||||
style="display:inline;fill:#000000;fill-opacity:1"
|
||||
transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g
|
||||
transform="translate(-41,-760)"
|
||||
id="g27277-1-1-2"
|
||||
style="display:inline;fill:#000000;fill-opacity:1" /></g><g
|
||||
inkscape:label="window-close"
|
||||
id="g27275-6-6"
|
||||
style="display:inline;fill:#ffffff;fill-opacity:1"
|
||||
transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g
|
||||
transform="translate(-41,-760)"
|
||||
id="g27277-1-1"
|
||||
style="display:inline;fill:#ffffff;fill-opacity:1"><path
|
||||
d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path27279-0-5"
|
||||
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new"
|
||||
sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
|
After Width: | Height: | Size: 4.8 KiB |
85
themes/Qogir-dark/cinnamon/common-assets/misc/corner-ripple.svg
Executable file
@ -0,0 +1,85 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
width="104.00001"
|
||||
height="104"
|
||||
id="svg2"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="corner-ripple.svg">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="640"
|
||||
inkscape:window-height="480"
|
||||
id="namedview955"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="2.3864854"
|
||||
inkscape:cx="54.174496"
|
||||
inkscape:cy="43.066171"
|
||||
inkscape:current-layer="svg2" />
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3857">
|
||||
<stop
|
||||
id="stop3859"
|
||||
style="stop-color:#398dd3;stop-opacity:0"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3861"
|
||||
style="stop-color:#398cd3;stop-opacity:1"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
cx="0"
|
||||
cy="0"
|
||||
r="52"
|
||||
fx="0"
|
||||
fy="0"
|
||||
id="radialGradient3863"
|
||||
xlink:href="#linearGradient3857"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
transform="translate(4.9999999e-6,-948.3622)"
|
||||
id="layer1">
|
||||
<path
|
||||
d="M 52,0 A 52,52 0 1 1 -52,0 52,52 0 1 1 52,0 Z"
|
||||
transform="translate(52,1000.3622)"
|
||||
id="path2991"
|
||||
style="fill:url(#radialGradient3863);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
158
themes/Qogir-dark/cinnamon/common-assets/misc/desklet-header.svg
Executable file
@ -0,0 +1,158 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32.000011"
|
||||
height="22.999983"
|
||||
viewBox="0 0 32.000011 22.999983"
|
||||
id="svg5386"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="desklet-header.svg">
|
||||
<defs
|
||||
id="defs5388">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4156">
|
||||
<rect
|
||||
style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4158"
|
||||
width="48"
|
||||
height="26.999983"
|
||||
x="-7"
|
||||
y="-1043.3622"
|
||||
transform="scale(1,-1)" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.999999"
|
||||
inkscape:cx="13.051047"
|
||||
inkscape:cy="8.8454562"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
showguides="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid5954"
|
||||
originx="1.0975551e-05"
|
||||
originy="-9.0000174" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5391">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(1.0975552e-5,-1020.3622)">
|
||||
<g
|
||||
id="g4146"
|
||||
clip-path="url(#clipPath4156)">
|
||||
<rect
|
||||
ry="1.9999999"
|
||||
rx="2.0000005"
|
||||
y="1024.8622"
|
||||
x="4.5"
|
||||
height="21.999889"
|
||||
width="23"
|
||||
id="rect4164-4-3"
|
||||
style="display:inline;opacity:0.84;fill:none;fill-opacity:1;stroke:#161a26;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4"
|
||||
rx="1.4"
|
||||
y="1025.3622"
|
||||
x="5"
|
||||
height="20.999971"
|
||||
width="22"
|
||||
id="rect4164"
|
||||
style="display:inline;opacity:0.95;fill:#2b2f3b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<g
|
||||
style="display:inline;opacity:0.75"
|
||||
id="g4271"
|
||||
transform="translate(-425.99995,658.36226)">
|
||||
<rect
|
||||
style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3-8-8"
|
||||
width="31.000011"
|
||||
height="31"
|
||||
x="426.49994"
|
||||
y="362.49994"
|
||||
rx="8"
|
||||
ry="8" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3-8"
|
||||
width="29.000011"
|
||||
height="28.999996"
|
||||
x="427.49994"
|
||||
y="363.49997"
|
||||
rx="7"
|
||||
ry="6.999999" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3"
|
||||
width="27.000011"
|
||||
height="26.999998"
|
||||
x="428.49994"
|
||||
y="364.49994"
|
||||
rx="6"
|
||||
ry="6" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5"
|
||||
width="24.999981"
|
||||
height="24.999998"
|
||||
x="429.49997"
|
||||
y="365.49997"
|
||||
rx="4.9999995"
|
||||
ry="5" />
|
||||
<path
|
||||
sodipodi:nodetypes="csscssc"
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
|
||||
id="rect4164-4-7"
|
||||
transform="translate(-6.1035156e-5,0)" />
|
||||
</g>
|
||||
</g>
|
||||
<rect
|
||||
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4145"
|
||||
width="22"
|
||||
height="1"
|
||||
x="5"
|
||||
y="1042.3622" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.9 KiB |
152
themes/Qogir-dark/cinnamon/common-assets/misc/desklet.svg
Executable file
@ -0,0 +1,152 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32.000011"
|
||||
height="22.999983"
|
||||
viewBox="0 0 32.000011 22.999983"
|
||||
id="svg5386"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="desklet.svg">
|
||||
<defs
|
||||
id="defs5388">
|
||||
<clipPath
|
||||
clipPathUnits="userSpaceOnUse"
|
||||
id="clipPath4180">
|
||||
<rect
|
||||
transform="scale(1,-1)"
|
||||
y="-1052.1622"
|
||||
x="-7"
|
||||
height="22.999983"
|
||||
width="48"
|
||||
id="rect4182"
|
||||
style="opacity:0.45;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</clipPath>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313708"
|
||||
inkscape:cx="22.308942"
|
||||
inkscape:cy="7.633471"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
showguides="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid5954"
|
||||
originx="1.0975551e-05"
|
||||
originy="-9.0000174" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5391">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(1.0975552e-5,-1020.3622)">
|
||||
<g
|
||||
id="g4146"
|
||||
clip-path="url(#clipPath4180)"
|
||||
transform="translate(0,-8.8000161)">
|
||||
<rect
|
||||
ry="1.9999999"
|
||||
rx="2.0000005"
|
||||
y="1024.8622"
|
||||
x="4.5"
|
||||
height="21.999889"
|
||||
width="23"
|
||||
id="rect4164-4-3"
|
||||
style="display:inline;opacity:0.72000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="1.4"
|
||||
rx="1.4"
|
||||
y="1025.3622"
|
||||
x="5"
|
||||
height="20.999971"
|
||||
width="22"
|
||||
id="rect4164"
|
||||
style="display:inline;opacity:0.95;fill:#3c4049;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<g
|
||||
style="display:inline;opacity:0.75"
|
||||
id="g4271"
|
||||
transform="translate(-425.99995,658.36226)">
|
||||
<rect
|
||||
style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3-8-8"
|
||||
width="31.000011"
|
||||
height="31"
|
||||
x="426.49994"
|
||||
y="362.49994"
|
||||
rx="8"
|
||||
ry="8" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3-8"
|
||||
width="29.000011"
|
||||
height="28.999996"
|
||||
x="427.49994"
|
||||
y="363.49997"
|
||||
rx="7"
|
||||
ry="6.999999" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5-3"
|
||||
width="27.000011"
|
||||
height="26.999998"
|
||||
x="428.49994"
|
||||
y="364.49994"
|
||||
rx="6"
|
||||
ry="6" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-7-5"
|
||||
width="24.999981"
|
||||
height="24.999998"
|
||||
x="429.49997"
|
||||
y="365.49997"
|
||||
rx="4.9999995"
|
||||
ry="5" />
|
||||
<path
|
||||
sodipodi:nodetypes="csscssc"
|
||||
inkscape:connector-curvature="0"
|
||||
style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
|
||||
id="rect4164-4-7"
|
||||
transform="translate(-6.1035156e-5,0)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.7 KiB |
127
themes/Qogir-dark/cinnamon/common-assets/misc/osd.svg
Executable file
@ -0,0 +1,127 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
id="svg5386"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="osd.svg">
|
||||
<defs
|
||||
id="defs5388" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="23.210075"
|
||||
inkscape:cy="11.575503"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid5954" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5391">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1020.3622)">
|
||||
<rect
|
||||
style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#0f1116;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164-4-3"
|
||||
width="23"
|
||||
height="21.999889"
|
||||
x="4.5"
|
||||
y="1024.8622"
|
||||
rx="2.0000005"
|
||||
ry="1.9999999" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4164"
|
||||
width="22"
|
||||
height="20.999971"
|
||||
x="5"
|
||||
y="1025.3622"
|
||||
rx="1.4"
|
||||
ry="1.4" />
|
||||
<g
|
||||
transform="translate(-425.99995,658.36226)"
|
||||
id="g4271"
|
||||
style="display:inline;opacity:0.65">
|
||||
<rect
|
||||
ry="8"
|
||||
rx="8"
|
||||
y="362.49994"
|
||||
x="426.49994"
|
||||
height="31"
|
||||
width="31.000011"
|
||||
id="rect4164-4-7-5-3-8-8"
|
||||
style="display:inline;opacity:0.02000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="6.999999"
|
||||
rx="7"
|
||||
y="363.49997"
|
||||
x="427.49994"
|
||||
height="28.999996"
|
||||
width="29.000011"
|
||||
id="rect4164-4-7-5-3-8"
|
||||
style="display:inline;opacity:0.07000002;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="6"
|
||||
rx="6"
|
||||
y="364.49994"
|
||||
x="428.49994"
|
||||
height="26.999998"
|
||||
width="27.000011"
|
||||
id="rect4164-4-7-5-3"
|
||||
style="display:inline;opacity:0.12999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
ry="5"
|
||||
rx="4.9999995"
|
||||
y="365.49997"
|
||||
x="429.49997"
|
||||
height="24.999998"
|
||||
width="24.999981"
|
||||
id="rect4164-4-7-5"
|
||||
style="display:inline;opacity:0.2;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
transform="translate(-6.1035156e-5,0)"
|
||||
id="rect4164-4-7"
|
||||
d="M 431.64844,388.30469 C 432.37319,389.0416 433.37997,389.5 434.5,389.5 l 15.00023,0 c 1.12003,0 2.12681,-0.4584 2.85156,-1.19531 -0.2591,0.12217 -0.5451,0.19531 -0.85156,0.19531 l -19.00023,0 c -0.30646,0 -0.59246,-0.0731 -0.85156,-0.19531 z"
|
||||
style="display:inline;opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csscssc" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.8 KiB |
BIN
themes/Qogir-dark/cinnamon/common-assets/misc/overview-hover.png
Executable file
After Width: | Height: | Size: 838 B |
BIN
themes/Qogir-dark/cinnamon/common-assets/misc/overview.png
Executable file
After Width: | Height: | Size: 680 B |
97
themes/Qogir-dark/cinnamon/common-assets/misc/trash-icon.svg
Executable file
After Width: | Height: | Size: 8.9 KiB |
178
themes/Qogir-dark/cinnamon/common-assets/panel/activities-active.svg
Executable file
@ -0,0 +1,178 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
inkscape:export-ydpi="90.000000"
|
||||
inkscape:export-xdpi="90.000000"
|
||||
width="24"
|
||||
height="24"
|
||||
id="svg11300"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="activities-active.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
version="1.0"
|
||||
style="display:inline;enable-background:new">
|
||||
<sodipodi:namedview
|
||||
stroke="#ef2929"
|
||||
fill="#f57900"
|
||||
id="base"
|
||||
pagecolor="#bebebe"
|
||||
bordercolor="#525252"
|
||||
borderopacity="1"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="4.4779162"
|
||||
inkscape:cy="11.459165"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:showpageshadow="true"
|
||||
inkscape:window-width="1600"
|
||||
inkscape:window-height="848"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
width="400px"
|
||||
height="300px"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-bbox="true"
|
||||
gridtolerance="10000"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-grids="true"
|
||||
showguides="false"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="false"
|
||||
inkscape:snap-bbox-edge-midpoints="false"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
objecttolerance="10000"
|
||||
guidetolerance="10000"
|
||||
borderlayer="true"
|
||||
showborder="true"
|
||||
guidecolor="#ff0b00"
|
||||
guideopacity="1"
|
||||
guidehicolor="#001aff"
|
||||
guidehiopacity="0.49803922">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3123"
|
||||
empspacing="4"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
<sodipodi:guide
|
||||
position="12,12"
|
||||
orientation="1,0"
|
||||
id="guide4135" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs3">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4140" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4142"
|
||||
x1="6"
|
||||
y1="287"
|
||||
x2="6"
|
||||
y2="289"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata4">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<dc:source />
|
||||
<cc:license
|
||||
rdf:resource="" />
|
||||
<dc:title />
|
||||
<dc:subject>
|
||||
<rdf:Bag />
|
||||
</dc:subject>
|
||||
<dc:date />
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:rights>
|
||||
<dc:publisher>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier />
|
||||
<dc:relation />
|
||||
<dc:language />
|
||||
<dc:coverage />
|
||||
<dc:description />
|
||||
<dc:contributor>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:contributor>
|
||||
</cc:Work>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
style="display:inline"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Base"
|
||||
id="layer1"
|
||||
transform="translate(0,-276)">
|
||||
<rect
|
||||
style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4138"
|
||||
width="2"
|
||||
height="2"
|
||||
x="5"
|
||||
y="287" />
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
|
||||
id="rect4138-6"
|
||||
width="2"
|
||||
height="2"
|
||||
x="11"
|
||||
y="287" />
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
|
||||
id="rect4138-9"
|
||||
width="2"
|
||||
height="2"
|
||||
x="17"
|
||||
y="287" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.2 KiB |
158
themes/Qogir-dark/cinnamon/common-assets/panel/activities.svg
Executable file
@ -0,0 +1,158 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
inkscape:export-ydpi="90.000000"
|
||||
inkscape:export-xdpi="90.000000"
|
||||
width="24"
|
||||
height="24"
|
||||
id="svg11300"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="activities.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
version="1.0"
|
||||
style="display:inline;enable-background:new">
|
||||
<sodipodi:namedview
|
||||
stroke="#ef2929"
|
||||
fill="#f57900"
|
||||
id="base"
|
||||
pagecolor="#bebebe"
|
||||
bordercolor="#525252"
|
||||
borderopacity="1"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="11.305916"
|
||||
inkscape:cy="11.635941"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:showpageshadow="true"
|
||||
inkscape:window-width="1600"
|
||||
inkscape:window-height="848"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
width="400px"
|
||||
height="300px"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-bbox="true"
|
||||
gridtolerance="10000"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-grids="true"
|
||||
showguides="false"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="false"
|
||||
inkscape:snap-bbox-edge-midpoints="false"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
objecttolerance="10000"
|
||||
guidetolerance="10000"
|
||||
borderlayer="true"
|
||||
showborder="true"
|
||||
guidecolor="#ff0b00"
|
||||
guideopacity="1"
|
||||
guidehicolor="#001aff"
|
||||
guidehiopacity="0.49803922">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3123"
|
||||
empspacing="4"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
<sodipodi:guide
|
||||
position="12,12"
|
||||
orientation="1,0"
|
||||
id="guide4135" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs3" />
|
||||
<metadata
|
||||
id="metadata4">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<dc:source />
|
||||
<cc:license
|
||||
rdf:resource="" />
|
||||
<dc:title />
|
||||
<dc:subject>
|
||||
<rdf:Bag />
|
||||
</dc:subject>
|
||||
<dc:date />
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:rights>
|
||||
<dc:publisher>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier />
|
||||
<dc:relation />
|
||||
<dc:language />
|
||||
<dc:coverage />
|
||||
<dc:description />
|
||||
<dc:contributor>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:contributor>
|
||||
</cc:Work>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
style="display:inline"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Base"
|
||||
id="layer1"
|
||||
transform="translate(0,-276)">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4138"
|
||||
width="2"
|
||||
height="2"
|
||||
x="5"
|
||||
y="287" />
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
|
||||
id="rect4138-6"
|
||||
width="2"
|
||||
height="2"
|
||||
x="11"
|
||||
y="287" />
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
|
||||
id="rect4138-9"
|
||||
width="2"
|
||||
height="2"
|
||||
x="17"
|
||||
y="287" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.6 KiB |
84
themes/Qogir-dark/cinnamon/common-assets/panel/panel-bottom.svg
Executable file
@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="27"
|
||||
height="27"
|
||||
viewBox="0 0 27 27"
|
||||
id="svg4196"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.2 2405546, 2018-03-11"
|
||||
sodipodi:docname="panel-bottom.svg">
|
||||
<defs
|
||||
id="defs4198" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="15.999999"
|
||||
inkscape:cx="4.2517081"
|
||||
inkscape:cy="13.300592"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1022"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4762" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata4201">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1025.3622)">
|
||||
<g
|
||||
id="g4136"
|
||||
transform="matrix(1,0,0,-1,0,2077.7244)">
|
||||
<rect
|
||||
y="1025.3622"
|
||||
x="0"
|
||||
height="26"
|
||||
width="27"
|
||||
id="rect4713"
|
||||
style="display:inline;opacity:1;fill:#21232b;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
y="1051.3622"
|
||||
x="0"
|
||||
height="1"
|
||||
width="27"
|
||||
id="rect4713-4"
|
||||
style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
84
themes/Qogir-dark/cinnamon/common-assets/panel/panel-left.svg
Executable file
@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="27"
|
||||
height="27"
|
||||
viewBox="0 0 27 27"
|
||||
id="svg4196"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.2 2405546, 2018-03-11"
|
||||
sodipodi:docname="panel-left.svg">
|
||||
<defs
|
||||
id="defs4198" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313708"
|
||||
inkscape:cx="-9.1196677"
|
||||
inkscape:cy="17.013621"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1022"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4762" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata4201">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1025.3622)">
|
||||
<g
|
||||
id="g4136"
|
||||
transform="matrix(0,-1,1,0,-1025.3622,1052.3622)">
|
||||
<rect
|
||||
y="1025.3622"
|
||||
x="0"
|
||||
height="26"
|
||||
width="27"
|
||||
id="rect4713"
|
||||
style="display:inline;opacity:1;fill:#21232b;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
y="1051.3622"
|
||||
x="0"
|
||||
height="1"
|
||||
width="27"
|
||||
id="rect4713-4"
|
||||
style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
84
themes/Qogir-dark/cinnamon/common-assets/panel/panel-right.svg
Executable file
@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="27"
|
||||
height="27"
|
||||
viewBox="0 0 27 27"
|
||||
id="svg4196"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.2 2405546, 2018-03-11"
|
||||
sodipodi:docname="panel-right.svg">
|
||||
<defs
|
||||
id="defs4198" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313708"
|
||||
inkscape:cx="-9.1196677"
|
||||
inkscape:cy="17.013621"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1022"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4762" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata4201">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1025.3622)">
|
||||
<g
|
||||
id="g4136"
|
||||
transform="matrix(0,-1,-1,0,1052.3622,1052.3622)">
|
||||
<rect
|
||||
y="1025.3622"
|
||||
x="0"
|
||||
height="26"
|
||||
width="27"
|
||||
id="rect4713"
|
||||
style="display:inline;opacity:1;fill:#21232b;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
y="1051.3622"
|
||||
x="0"
|
||||
height="1"
|
||||
width="27"
|
||||
id="rect4713-4"
|
||||
style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
80
themes/Qogir-dark/cinnamon/common-assets/panel/panel-top.svg
Executable file
@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="27"
|
||||
height="27"
|
||||
viewBox="0 0 27 27"
|
||||
id="svg4196"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.2 2405546, 2018-03-11"
|
||||
sodipodi:docname="panel-top.svg">
|
||||
<defs
|
||||
id="defs4198" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627416"
|
||||
inkscape:cx="4.6984651"
|
||||
inkscape:cy="2.920327"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="px"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1022"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4762" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata4201">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1025.3622)">
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:#21232b;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4713"
|
||||
width="27"
|
||||
height="26"
|
||||
x="0"
|
||||
y="1025.3622" />
|
||||
<rect
|
||||
style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4713-4"
|
||||
width="27"
|
||||
height="1"
|
||||
x="0"
|
||||
y="1051.3622" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.5 KiB |
162
themes/Qogir-dark/cinnamon/common-assets/panel/window-list-active-bottom.svg
Executable file
@ -0,0 +1,162 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
inkscape:export-ydpi="90.000000"
|
||||
inkscape:export-xdpi="90.000000"
|
||||
width="28"
|
||||
height="4"
|
||||
id="svg11300"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="window-list-active-bottom.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
version="1.0"
|
||||
style="display:inline;enable-background:new">
|
||||
<sodipodi:namedview
|
||||
stroke="#ef2929"
|
||||
fill="#f57900"
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#808080"
|
||||
borderopacity="1"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="19.769528"
|
||||
inkscape:cx="6.9341604"
|
||||
inkscape:cy="3.0971298"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:showpageshadow="true"
|
||||
inkscape:window-width="1600"
|
||||
inkscape:window-height="851"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
width="400px"
|
||||
height="300px"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-bbox="true"
|
||||
gridtolerance="10000"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-grids="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="false"
|
||||
inkscape:snap-bbox-edge-midpoints="false"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
objecttolerance="10000"
|
||||
guidetolerance="10000"
|
||||
borderlayer="true"
|
||||
showborder="true"
|
||||
guidecolor="#ff0b00"
|
||||
guideopacity="1"
|
||||
guidehicolor="#001aff"
|
||||
guidehiopacity="0.49803922"
|
||||
inkscape:snap-smooth-nodes="false"
|
||||
inkscape:snap-page="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3123"
|
||||
empspacing="4"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs3">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4137" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4139"
|
||||
x1="14"
|
||||
y1="298"
|
||||
x2="14"
|
||||
y2="300"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata4">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<dc:source />
|
||||
<cc:license
|
||||
rdf:resource="" />
|
||||
<dc:title />
|
||||
<dc:subject>
|
||||
<rdf:Bag />
|
||||
</dc:subject>
|
||||
<dc:date />
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:rights>
|
||||
<dc:publisher>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier />
|
||||
<dc:relation />
|
||||
<dc:language />
|
||||
<dc:coverage />
|
||||
<dc:description />
|
||||
<dc:contributor>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:contributor>
|
||||
</cc:Work>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
style="display:inline"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Base"
|
||||
id="layer1"
|
||||
transform="translate(0,-296)">
|
||||
<rect
|
||||
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
|
||||
id="rect4270-9"
|
||||
width="24"
|
||||
height="2"
|
||||
x="2"
|
||||
y="298" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
164
themes/Qogir-dark/cinnamon/common-assets/panel/window-list-active-left.svg
Executable file
@ -0,0 +1,164 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
inkscape:export-ydpi="90.000000"
|
||||
inkscape:export-xdpi="90.000000"
|
||||
width="4"
|
||||
height="28"
|
||||
id="svg11300"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="window-list-active-left.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
version="1.0"
|
||||
style="display:inline;enable-background:new">
|
||||
<sodipodi:namedview
|
||||
stroke="#ef2929"
|
||||
fill="#f57900"
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#808080"
|
||||
borderopacity="1"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="9.884764"
|
||||
inkscape:cx="6.9544689"
|
||||
inkscape:cy="5.3696817"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:showpageshadow="true"
|
||||
inkscape:window-width="1600"
|
||||
inkscape:window-height="851"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
width="400px"
|
||||
height="300px"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-bbox="true"
|
||||
gridtolerance="10000"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-grids="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="false"
|
||||
inkscape:snap-bbox-edge-midpoints="false"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
objecttolerance="10000"
|
||||
guidetolerance="10000"
|
||||
borderlayer="true"
|
||||
showborder="true"
|
||||
guidecolor="#ff0b00"
|
||||
guideopacity="1"
|
||||
guidehicolor="#001aff"
|
||||
guidehiopacity="0.49803922"
|
||||
inkscape:snap-smooth-nodes="false"
|
||||
inkscape:snap-page="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3123"
|
||||
empspacing="4"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs3">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4137" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4139"
|
||||
x1="14"
|
||||
y1="298"
|
||||
x2="14"
|
||||
y2="300"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(272,-300)" />
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata4">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<dc:source />
|
||||
<cc:license
|
||||
rdf:resource="" />
|
||||
<dc:title></dc:title>
|
||||
<dc:subject>
|
||||
<rdf:Bag />
|
||||
</dc:subject>
|
||||
<dc:date />
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:rights>
|
||||
<dc:publisher>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier />
|
||||
<dc:relation />
|
||||
<dc:language />
|
||||
<dc:coverage />
|
||||
<dc:description />
|
||||
<dc:contributor>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:contributor>
|
||||
</cc:Work>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
style="display:inline"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Base"
|
||||
id="layer1"
|
||||
transform="translate(0,-272)">
|
||||
<rect
|
||||
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
|
||||
id="rect4270-9"
|
||||
width="24"
|
||||
height="2"
|
||||
x="274"
|
||||
y="-2"
|
||||
transform="matrix(0,1,-1,0,0,0)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
164
themes/Qogir-dark/cinnamon/common-assets/panel/window-list-active-right.svg
Executable file
@ -0,0 +1,164 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
inkscape:export-ydpi="90.000000"
|
||||
inkscape:export-xdpi="90.000000"
|
||||
width="4"
|
||||
height="28"
|
||||
id="svg11300"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="window-list-active-right.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
version="1.0"
|
||||
style="display:inline;enable-background:new">
|
||||
<sodipodi:namedview
|
||||
stroke="#ef2929"
|
||||
fill="#f57900"
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#808080"
|
||||
borderopacity="1"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="9.884764"
|
||||
inkscape:cx="6.9544689"
|
||||
inkscape:cy="5.3696817"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:showpageshadow="true"
|
||||
inkscape:window-width="1600"
|
||||
inkscape:window-height="851"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
width="400px"
|
||||
height="300px"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-bbox="true"
|
||||
gridtolerance="10000"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-grids="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="false"
|
||||
inkscape:snap-bbox-edge-midpoints="false"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
objecttolerance="10000"
|
||||
guidetolerance="10000"
|
||||
borderlayer="true"
|
||||
showborder="true"
|
||||
guidecolor="#ff0b00"
|
||||
guideopacity="1"
|
||||
guidehicolor="#001aff"
|
||||
guidehiopacity="0.49803922"
|
||||
inkscape:snap-smooth-nodes="false"
|
||||
inkscape:snap-page="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3123"
|
||||
empspacing="4"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs3">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4137" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4139"
|
||||
x1="14"
|
||||
y1="298"
|
||||
x2="14"
|
||||
y2="300"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(272,-302)" />
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata4">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<dc:source />
|
||||
<cc:license
|
||||
rdf:resource="" />
|
||||
<dc:title></dc:title>
|
||||
<dc:subject>
|
||||
<rdf:Bag />
|
||||
</dc:subject>
|
||||
<dc:date />
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:rights>
|
||||
<dc:publisher>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier />
|
||||
<dc:relation />
|
||||
<dc:language />
|
||||
<dc:coverage />
|
||||
<dc:description />
|
||||
<dc:contributor>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:contributor>
|
||||
</cc:Work>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
style="display:inline"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Base"
|
||||
id="layer1"
|
||||
transform="translate(0,-272)">
|
||||
<rect
|
||||
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
|
||||
id="rect4270-9"
|
||||
width="24"
|
||||
height="2"
|
||||
x="274"
|
||||
y="-4"
|
||||
transform="matrix(0,1,-1,0,0,0)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
162
themes/Qogir-dark/cinnamon/common-assets/panel/window-list-active-top.svg
Executable file
@ -0,0 +1,162 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
inkscape:export-ydpi="90.000000"
|
||||
inkscape:export-xdpi="90.000000"
|
||||
width="28"
|
||||
height="4"
|
||||
id="svg11300"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="window-list-active-top.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
version="1.0"
|
||||
style="display:inline;enable-background:new">
|
||||
<sodipodi:namedview
|
||||
stroke="#ef2929"
|
||||
fill="#f57900"
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#808080"
|
||||
borderopacity="1"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="19.769528"
|
||||
inkscape:cx="-2.1454696"
|
||||
inkscape:cy="3.0971298"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:showpageshadow="true"
|
||||
inkscape:window-width="1600"
|
||||
inkscape:window-height="851"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
width="400px"
|
||||
height="300px"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-bbox="true"
|
||||
gridtolerance="10000"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-grids="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="false"
|
||||
inkscape:snap-bbox-edge-midpoints="false"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
objecttolerance="10000"
|
||||
guidetolerance="10000"
|
||||
borderlayer="true"
|
||||
showborder="true"
|
||||
guidecolor="#ff0b00"
|
||||
guideopacity="1"
|
||||
guidehicolor="#001aff"
|
||||
guidehiopacity="0.49803922"
|
||||
inkscape:snap-smooth-nodes="false"
|
||||
inkscape:snap-page="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3123"
|
||||
empspacing="4"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs3">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4137" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4139"
|
||||
x1="14"
|
||||
y1="296"
|
||||
x2="14"
|
||||
y2="298"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata4">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<dc:source />
|
||||
<cc:license
|
||||
rdf:resource="" />
|
||||
<dc:title />
|
||||
<dc:subject>
|
||||
<rdf:Bag />
|
||||
</dc:subject>
|
||||
<dc:date />
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:rights>
|
||||
<dc:publisher>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier />
|
||||
<dc:relation />
|
||||
<dc:language />
|
||||
<dc:coverage />
|
||||
<dc:description />
|
||||
<dc:contributor>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:contributor>
|
||||
</cc:Work>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
style="display:inline"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Base"
|
||||
id="layer1"
|
||||
transform="translate(0,-296)">
|
||||
<rect
|
||||
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
|
||||
id="rect4270-9"
|
||||
width="24"
|
||||
height="2"
|
||||
x="2"
|
||||
y="296" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
190
themes/Qogir-dark/cinnamon/common-assets/switch/switch-off-selected.svg
Executable file
@ -0,0 +1,190 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50"
|
||||
height="20"
|
||||
id="svg7539"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="switch-off-selected.svg">
|
||||
<defs
|
||||
id="defs7541">
|
||||
<linearGradient
|
||||
id="selected_fg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#ffffffgit;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4164" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4695-1-4-3-5-0-6">
|
||||
<stop
|
||||
id="stop4697-9-9-7-0-1-5"
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop4699-5-8-9-0-4-0"
|
||||
style="stop-color:#000000;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-0" />
|
||||
<stop
|
||||
id="stop3778-6"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-2" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-2" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3969-0-4">
|
||||
<stop
|
||||
style="stop-color:#353537;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3971-2-6" />
|
||||
<stop
|
||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3973-0-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938">
|
||||
<stop
|
||||
id="stop3940"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
<stop
|
||||
id="stop3942"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0.54901963;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient6523">
|
||||
<stop
|
||||
id="stop6525"
|
||||
offset="0"
|
||||
style="stop-color:#1a1a1a;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop6527"
|
||||
offset="1"
|
||||
style="stop-color:#1a1a1a;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938-6">
|
||||
<stop
|
||||
id="stop3940-4"
|
||||
offset="0"
|
||||
style="stop-color:#bebebe;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop3942-8"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#595959"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.9166668"
|
||||
inkscape:cx="-0.89407675"
|
||||
inkscape:cy="11.916456"
|
||||
inkscape:current-layer="switch-selected"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="708"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3019"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-4"
|
||||
originy="2.6171874e-06" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7544">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
transform="translate(-120,87.999997)">
|
||||
<g
|
||||
transform="translate(-886,-418)"
|
||||
style="display:inline;opacity:1"
|
||||
id="switch-selected"
|
||||
inkscape:label="#g4820">
|
||||
<g
|
||||
style="display:inline"
|
||||
transform="translate(1156,632.63782)"
|
||||
id="switch-selected-3"
|
||||
inkscape:label="#g1625">
|
||||
<path
|
||||
id="path1619"
|
||||
d="m -140,-302.63782 c -5.54,0 -10,4.46 -10,10 0,5.54 4.46,10 10,10 h 29.99999 c 5.54001,0 10,-4.46 10,-10 0,-5.54 -4.45999,-10 -10,-10 z m 0,1 h 29.99999 c 4.986,0 9,4.014 9,9 0,4.986 -4.014,9 -9,9 H -140 c -4.986,0 -9,-4.014 -9,-9 0,-4.986 4.014,-9 9,-9 z"
|
||||
style="opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.57977116;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
r="7"
|
||||
cy="-292.63782"
|
||||
cx="-140"
|
||||
id="circle1621"
|
||||
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
id="path1623"
|
||||
d="m -140.00002,-299.63782 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
|
||||
style="opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.2 KiB |
194
themes/Qogir-dark/cinnamon/common-assets/switch/switch-on-selected.svg
Executable file
@ -0,0 +1,194 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50"
|
||||
height="20"
|
||||
id="svg7539"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="switch-on-selected.svg">
|
||||
<defs
|
||||
id="defs7541">
|
||||
<linearGradient
|
||||
id="selected_fg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#ffffffgit;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4171" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4166" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4695-1-4-3-5-0-6">
|
||||
<stop
|
||||
id="stop4697-9-9-7-0-1-5"
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop4699-5-8-9-0-4-0"
|
||||
style="stop-color:#000000;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-0" />
|
||||
<stop
|
||||
id="stop3778-6"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-2" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-2" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3969-0-4">
|
||||
<stop
|
||||
style="stop-color:#353537;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3971-2-6" />
|
||||
<stop
|
||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3973-0-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938">
|
||||
<stop
|
||||
id="stop3940"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
<stop
|
||||
id="stop3942"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0.54901963;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient6523">
|
||||
<stop
|
||||
id="stop6525"
|
||||
offset="0"
|
||||
style="stop-color:#1a1a1a;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop6527"
|
||||
offset="1"
|
||||
style="stop-color:#1a1a1a;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938-6">
|
||||
<stop
|
||||
id="stop3940-4"
|
||||
offset="0"
|
||||
style="stop-color:#bebebe;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop3942-8"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#595959"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="8.2495794"
|
||||
inkscape:cx="19.245405"
|
||||
inkscape:cy="6.2098944"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="708"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3019"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-4"
|
||||
originy="2.6171874e-06" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7544">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
transform="translate(-120,87.999997)">
|
||||
<g
|
||||
style="display:inline"
|
||||
transform="translate(270,184.63782)"
|
||||
id="switch-active-selected"
|
||||
inkscape:label="#g1617">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.57977116;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -132,13 c -5.54,0 -10,4.46 -10,10 0,5.54 4.46,10 10,10 h 30 c 5.54,0 10,-4.46 10,-10 0,-5.54 -4.46,-10 -10,-10 z m 0,1 h 30 c 4.985999,0 9,4.014001 9,9 0,4.985999 -4.014001,9 -9,9 h -30 c -4.986,0 -9,-4.014001 -9,-9 0,-4.985999 4.014,-9 9,-9 z"
|
||||
transform="translate(-8.000005,-285.63782)"
|
||||
id="path1611" />
|
||||
<circle
|
||||
style="opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="circle1613"
|
||||
cx="-110"
|
||||
cy="-262.63782"
|
||||
r="7" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -102,16 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
|
||||
transform="translate(-8.000005,-285.63782)"
|
||||
id="path1615" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.3 KiB |
BIN
themes/Qogir-dark/cinnamon/thumbnail.png
Executable file
After Width: | Height: | Size: 32 KiB |
158
themes/Qogir-dark/gnome-shell/assets/activities.svg
Executable file
@ -0,0 +1,158 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
inkscape:export-ydpi="90.000000"
|
||||
inkscape:export-xdpi="90.000000"
|
||||
width="24"
|
||||
height="24"
|
||||
id="svg11300"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="activities.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
version="1.0"
|
||||
style="display:inline;enable-background:new">
|
||||
<sodipodi:namedview
|
||||
stroke="#ef2929"
|
||||
fill="#f57900"
|
||||
id="base"
|
||||
pagecolor="#bebebe"
|
||||
bordercolor="#525252"
|
||||
borderopacity="1"
|
||||
inkscape:pageopacity="1"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="22.627417"
|
||||
inkscape:cx="11.305916"
|
||||
inkscape:cy="11.635941"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
inkscape:showpageshadow="true"
|
||||
inkscape:window-width="1600"
|
||||
inkscape:window-height="848"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
width="400px"
|
||||
height="300px"
|
||||
inkscape:snap-nodes="true"
|
||||
inkscape:snap-bbox="true"
|
||||
gridtolerance="10000"
|
||||
inkscape:object-nodes="true"
|
||||
inkscape:snap-grids="true"
|
||||
showguides="false"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:bbox-paths="false"
|
||||
inkscape:snap-bbox-edge-midpoints="false"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
objecttolerance="10000"
|
||||
guidetolerance="10000"
|
||||
borderlayer="true"
|
||||
showborder="true"
|
||||
guidecolor="#ff0b00"
|
||||
guideopacity="1"
|
||||
guidehicolor="#001aff"
|
||||
guidehiopacity="0.49803922">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3123"
|
||||
empspacing="4"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
<sodipodi:guide
|
||||
position="12,12"
|
||||
orientation="1,0"
|
||||
id="guide4135" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs3" />
|
||||
<metadata
|
||||
id="metadata4">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
<dc:source />
|
||||
<cc:license
|
||||
rdf:resource="" />
|
||||
<dc:title />
|
||||
<dc:subject>
|
||||
<rdf:Bag />
|
||||
</dc:subject>
|
||||
<dc:date />
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:rights>
|
||||
<dc:publisher>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier />
|
||||
<dc:relation />
|
||||
<dc:language />
|
||||
<dc:coverage />
|
||||
<dc:description />
|
||||
<dc:contributor>
|
||||
<cc:Agent>
|
||||
<dc:title />
|
||||
</cc:Agent>
|
||||
</dc:contributor>
|
||||
</cc:Work>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
style="display:inline"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Base"
|
||||
id="layer1"
|
||||
transform="translate(0,-276)">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4138"
|
||||
width="2"
|
||||
height="2"
|
||||
x="5"
|
||||
y="287" />
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
|
||||
id="rect4138-6"
|
||||
width="2"
|
||||
height="2"
|
||||
x="11"
|
||||
y="287" />
|
||||
<rect
|
||||
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
|
||||
id="rect4138-9"
|
||||
width="2"
|
||||
height="2"
|
||||
x="17"
|
||||
y="287" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.6 KiB |
BIN
themes/Qogir-dark/gnome-shell/assets/background.jpg
Executable file
After Width: | Height: | Size: 90 KiB |
205
themes/Qogir-dark/gnome-shell/assets/calendar-today.svg
Executable file
@ -0,0 +1,205 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="25"
|
||||
height="25"
|
||||
id="svg10621"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.1 r"
|
||||
sodipodi:docname="calendar-today.svg">
|
||||
<defs
|
||||
id="defs10623">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4503" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4497"
|
||||
xlink:href="#linearGradient34508-1-3">
|
||||
<stop
|
||||
style="stop-color:#5c616c;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4495" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient34508-1-3"
|
||||
id="radialGradient99561-1"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||
cx="51"
|
||||
cy="30"
|
||||
fx="51"
|
||||
fy="30"
|
||||
r="42" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient34508-1-3">
|
||||
<stop
|
||||
style=""
|
||||
offset="0"
|
||||
id="stop34510-1-9" />
|
||||
<stop
|
||||
style=""
|
||||
offset="1"
|
||||
id="stop34512-4-5" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
r="42"
|
||||
fy="30"
|
||||
fx="51"
|
||||
cy="30"
|
||||
cx="51"
|
||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
id="radialGradient10592"
|
||||
xlink:href="#linearGradient34508-1-3"
|
||||
inkscape:collect="always" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient34508-1-3"
|
||||
id="radialGradient3770"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||
cx="51"
|
||||
cy="30"
|
||||
fx="51"
|
||||
fy="30"
|
||||
r="42" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient34508-1-3"
|
||||
id="radialGradient3001"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||
cx="51"
|
||||
cy="30"
|
||||
fx="51"
|
||||
fy="30"
|
||||
r="42" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient34508-1-3"
|
||||
id="radialGradient3007"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||
cx="51"
|
||||
cy="30"
|
||||
fx="51"
|
||||
fy="30"
|
||||
r="42" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient34508-1-3"
|
||||
id="radialGradient3067"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||
cx="51"
|
||||
cy="30"
|
||||
fx="51"
|
||||
fy="30"
|
||||
r="42" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient34508-1-3"
|
||||
id="radialGradient3072"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||
cx="51"
|
||||
cy="30"
|
||||
fx="51"
|
||||
fy="30"
|
||||
r="42" />
|
||||
<radialGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient34508-1-3"
|
||||
id="radialGradient2997"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)"
|
||||
cx="51"
|
||||
cy="30"
|
||||
fx="51"
|
||||
fy="30"
|
||||
r="42" />
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4507"
|
||||
x1="481.57138"
|
||||
y1="557.9649"
|
||||
x2="481.57138"
|
||||
y2="560.9649"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="translate(0.01127006,-0.971853)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="8"
|
||||
inkscape:cx="-4.7267653"
|
||||
inkscape:cy="-0.085292111"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="2133"
|
||||
inkscape:window-height="1241"
|
||||
inkscape:window-x="238"
|
||||
inkscape:window-y="88"
|
||||
inkscape:window-maximized="0"
|
||||
borderlayer="true"
|
||||
inkscape:showpageshadow="false">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3109"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata10626">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-469.08263,-536.99307)">
|
||||
<circle
|
||||
style="fill:url(#linearGradient4507);fill-opacity:1"
|
||||
id="path7305"
|
||||
cx="481.58264"
|
||||
cy="558.49304"
|
||||
r="1.5" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.7 KiB |
214
themes/Qogir-dark/gnome-shell/assets/checkbox-checked-focused.svg
Executable file
@ -0,0 +1,214 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="checkbox-checked-focused.svg"
|
||||
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4159" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-6" />
|
||||
<stop
|
||||
id="stop3778-2"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-0" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4161"
|
||||
x1="25"
|
||||
y1="31.362191"
|
||||
x2="25"
|
||||
y2="45.362191"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313709"
|
||||
inkscape:cx="-8.8873943"
|
||||
inkscape:cy="0.45889901"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="true"
|
||||
inkscape:window-width="1006"
|
||||
inkscape:window-height="723"
|
||||
inkscape:window-x="358"
|
||||
inkscape:window-y="22"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<g
|
||||
transform="translate(-36,1036)"
|
||||
style="display:inline;opacity:1"
|
||||
id="checkbox-checked-dark"
|
||||
inkscape:label="#g10758">
|
||||
<g
|
||||
inkscape:label="#g22047"
|
||||
id="checkbox-unchecked-5-59"
|
||||
style="display:inline"
|
||||
transform="translate(19,0)">
|
||||
<g
|
||||
id="sdsd-7-54"
|
||||
inkscape:label="#g21853">
|
||||
<g
|
||||
transform="translate(0,-30)"
|
||||
inkscape:label="#g14325"
|
||||
id="scdsdcd-5-8">
|
||||
<g
|
||||
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"
|
||||
id="g15812-6-6-1-5-4"
|
||||
style="display:inline">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="g5489-2-9-6-8-8-53-5"
|
||||
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
|
||||
<g
|
||||
id="g5428-8-1-4-0-0-4-2" />
|
||||
</g>
|
||||
</g>
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
id="rect13523-7-11"
|
||||
width="16"
|
||||
height="16"
|
||||
x="17"
|
||||
y="30.362183" />
|
||||
<g
|
||||
id="g5400-6-68">
|
||||
<rect
|
||||
rx="1.9999943"
|
||||
y="31.362196"
|
||||
x="18.000006"
|
||||
height="13.99999"
|
||||
width="13.999989"
|
||||
id="rect5147-9-1-5-7-6-7-4"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
ry="1.9999917" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
id="checkbox-checked-dark-7-37"
|
||||
transform="translate(36,-1036)"
|
||||
style="display:inline">
|
||||
<g
|
||||
id="g3981-6-4-97"
|
||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)"
|
||||
style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
|
||||
<g
|
||||
id="g4049-2-5"
|
||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)">
|
||||
<g
|
||||
id="g4056-7-6"
|
||||
transform="translate(12.374375,11.531233)">
|
||||
<g
|
||||
id="g3981-0-8"
|
||||
transform="translate(-3,-4.9999826)"
|
||||
style="fill:#3b3c3e;fill-opacity:1">
|
||||
<rect
|
||||
ry="0.66666085"
|
||||
rx="0.66666085"
|
||||
y="1033.3622"
|
||||
x="8"
|
||||
height="1.9999826"
|
||||
width="5"
|
||||
id="rect3977-39-90"
|
||||
style="fill:#2b303b;fill-opacity:1;stroke:none" />
|
||||
<rect
|
||||
ry="0"
|
||||
y="1027.3622"
|
||||
x="11"
|
||||
height="7.9999828"
|
||||
width="2"
|
||||
id="rect3979-7-60"
|
||||
style="fill:#2b303b;fill-opacity:1;stroke:none" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:#eeeeee;fill-opacity:0;stroke:none"
|
||||
id="rect4047-81-5"
|
||||
width="3"
|
||||
height="1"
|
||||
x="5"
|
||||
y="-8"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.8 KiB |
214
themes/Qogir-dark/gnome-shell/assets/checkbox-checked.svg
Executable file
@ -0,0 +1,214 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="checkbox-checked.svg"
|
||||
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4159" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-6" />
|
||||
<stop
|
||||
id="stop3778-2"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-0" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4161"
|
||||
x1="25"
|
||||
y1="31.362191"
|
||||
x2="25"
|
||||
y2="45.362191"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313709"
|
||||
inkscape:cx="-1.9931035"
|
||||
inkscape:cy="7.5299665"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="true"
|
||||
inkscape:window-width="1006"
|
||||
inkscape:window-height="723"
|
||||
inkscape:window-x="358"
|
||||
inkscape:window-y="22"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<g
|
||||
transform="translate(-36,1036)"
|
||||
style="display:inline;opacity:1"
|
||||
id="checkbox-checked-dark"
|
||||
inkscape:label="#g10758">
|
||||
<g
|
||||
inkscape:label="#g22047"
|
||||
id="checkbox-unchecked-5-59"
|
||||
style="display:inline"
|
||||
transform="translate(19,0)">
|
||||
<g
|
||||
id="sdsd-7-54"
|
||||
inkscape:label="#g21853">
|
||||
<g
|
||||
transform="translate(0,-30)"
|
||||
inkscape:label="#g14325"
|
||||
id="scdsdcd-5-8">
|
||||
<g
|
||||
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"
|
||||
id="g15812-6-6-1-5-4"
|
||||
style="display:inline">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="g5489-2-9-6-8-8-53-5"
|
||||
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
|
||||
<g
|
||||
id="g5428-8-1-4-0-0-4-2" />
|
||||
</g>
|
||||
</g>
|
||||
<rect
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
|
||||
id="rect13523-7-11"
|
||||
width="16"
|
||||
height="16"
|
||||
x="17"
|
||||
y="30.362183" />
|
||||
<g
|
||||
id="g5400-6-68">
|
||||
<rect
|
||||
rx="1.9999943"
|
||||
y="31.362196"
|
||||
x="18.000006"
|
||||
height="13.99999"
|
||||
width="13.999989"
|
||||
id="rect5147-9-1-5-7-6-7-4"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
ry="1.9999917" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
id="checkbox-checked-dark-7-37"
|
||||
transform="translate(36,-1036)"
|
||||
style="display:inline">
|
||||
<g
|
||||
id="g3981-6-4-97"
|
||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,729.95475,305.0582)"
|
||||
style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
|
||||
<g
|
||||
id="g4049-2-5"
|
||||
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,727.94436,295.31123)">
|
||||
<g
|
||||
id="g4056-7-6"
|
||||
transform="translate(12.374375,11.531233)">
|
||||
<g
|
||||
id="g3981-0-8"
|
||||
transform="translate(-3,-4.9999826)"
|
||||
style="fill:#3b3c3e;fill-opacity:1">
|
||||
<rect
|
||||
ry="0.66666085"
|
||||
rx="0.66666085"
|
||||
y="1033.3622"
|
||||
x="8"
|
||||
height="1.9999826"
|
||||
width="5"
|
||||
id="rect3977-39-90"
|
||||
style="fill:#2b303b;fill-opacity:1;stroke:none" />
|
||||
<rect
|
||||
ry="0"
|
||||
y="1027.3622"
|
||||
x="11"
|
||||
height="7.9999828"
|
||||
width="2"
|
||||
id="rect3979-7-60"
|
||||
style="fill:#2b303b;fill-opacity:1;stroke:none" />
|
||||
</g>
|
||||
<rect
|
||||
style="fill:#eeeeee;fill-opacity:0;stroke:none"
|
||||
id="rect4047-81-5"
|
||||
width="3"
|
||||
height="1"
|
||||
x="5"
|
||||
y="-8"
|
||||
transform="translate(0,1036.3622)" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.8 KiB |
160
themes/Qogir-dark/gnome-shell/assets/checkbox-unchecked-focused.svg
Executable file
@ -0,0 +1,160 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="checkbox-unchecked-focused.svg"
|
||||
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4150" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-6" />
|
||||
<stop
|
||||
id="stop3778-2"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-0" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#selected_bg_color"
|
||||
id="linearGradient4152"
|
||||
x1="25"
|
||||
y1="31.362183"
|
||||
x2="25"
|
||||
y2="45.36218"
|
||||
gradientUnits="userSpaceOnUse" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313709"
|
||||
inkscape:cx="5.2547407"
|
||||
inkscape:cy="14.601034"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="true"
|
||||
inkscape:window-width="1006"
|
||||
inkscape:window-height="723"
|
||||
inkscape:window-x="358"
|
||||
inkscape:window-y="22"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<g
|
||||
transform="translate(-17,1036)"
|
||||
style="display:inline;opacity:1"
|
||||
id="checkbox-unchecked-dark"
|
||||
inkscape:label="#g22047">
|
||||
<g
|
||||
inkscape:label="#g21853"
|
||||
id="sdsd-0-1">
|
||||
<g
|
||||
id="scdsdcd-0-4"
|
||||
inkscape:label="#g14325"
|
||||
transform="translate(0,-30)">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="g15812-6-6-1-4-4"
|
||||
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
|
||||
<g
|
||||
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"
|
||||
id="g5489-2-9-6-8-8-9-7"
|
||||
style="display:inline">
|
||||
<g
|
||||
id="g5428-8-1-4-0-0-65-8" />
|
||||
</g>
|
||||
</g>
|
||||
<rect
|
||||
y="30.362183"
|
||||
x="17"
|
||||
height="16"
|
||||
width="16"
|
||||
id="rect13523-4-0"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
|
||||
<g
|
||||
id="g5400-2-47">
|
||||
<rect
|
||||
ry="2"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
id="rect5147-9-1-5-7-6-3-70"
|
||||
width="13"
|
||||
height="12.999997"
|
||||
x="18.5"
|
||||
y="31.862183"
|
||||
rx="2" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.9 KiB |
141
themes/Qogir-dark/gnome-shell/assets/checkbox-unchecked.svg
Executable file
@ -0,0 +1,141 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="16"
|
||||
height="16"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="checkbox-unchecked.svg"
|
||||
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4">
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-6" />
|
||||
<stop
|
||||
id="stop3778-2"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-0" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.313709"
|
||||
inkscape:cx="-7.3847925"
|
||||
inkscape:cy="7.7067432"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:showpageshadow="false"
|
||||
showborder="true"
|
||||
inkscape:window-width="1006"
|
||||
inkscape:window-height="723"
|
||||
inkscape:window-x="358"
|
||||
inkscape:window-y="22"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid2985"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-1036.3622)">
|
||||
<g
|
||||
transform="translate(-17,1036)"
|
||||
style="display:inline;opacity:1"
|
||||
id="checkbox-unchecked-dark"
|
||||
inkscape:label="#g22047">
|
||||
<g
|
||||
inkscape:label="#g21853"
|
||||
id="sdsd-0-1">
|
||||
<g
|
||||
id="scdsdcd-0-4"
|
||||
inkscape:label="#g14325"
|
||||
transform="translate(0,-30)">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="g15812-6-6-1-4-4"
|
||||
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
|
||||
<g
|
||||
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"
|
||||
id="g5489-2-9-6-8-8-9-7"
|
||||
style="display:inline">
|
||||
<g
|
||||
id="g5428-8-1-4-0-0-65-8" />
|
||||
</g>
|
||||
</g>
|
||||
<rect
|
||||
y="30.362183"
|
||||
x="17"
|
||||
height="16"
|
||||
width="16"
|
||||
id="rect13523-4-0"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
|
||||
<g
|
||||
id="g5400-2-47">
|
||||
<rect
|
||||
ry="2"
|
||||
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
||||
id="rect5147-9-1-5-7-6-3-70"
|
||||
width="13"
|
||||
height="12.999997"
|
||||
x="18.5"
|
||||
y="31.862183"
|
||||
rx="2" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
84
themes/Qogir-dark/gnome-shell/assets/dash-placeholder.svg
Executable file
@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="76"
|
||||
height="27"
|
||||
id="svg11252"
|
||||
version="1.1">
|
||||
<defs
|
||||
id="defs11254">
|
||||
<radialGradient
|
||||
xlink:href="#linearGradient39563-4-2"
|
||||
id="radialGradient68155-2-3"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1,0,0,0.3486842,0,317.8421)"
|
||||
cx="49"
|
||||
cy="488"
|
||||
fx="49"
|
||||
fy="488"
|
||||
r="38" />
|
||||
<linearGradient
|
||||
id="linearGradient39563-4-2">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop39565-1-4" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop39567-7-9" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
xlink:href="#linearGradient39573-6-1"
|
||||
id="radialGradient68157-0-8"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cx="50.5"
|
||||
cy="487.5"
|
||||
fx="50.5"
|
||||
fy="487.5"
|
||||
r="10.5" />
|
||||
<linearGradient
|
||||
id="linearGradient39573-6-1">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop39575-5-6" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop39577-1-2" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(-337,-518.86218)">
|
||||
<g
|
||||
id="g99967"
|
||||
style="display:inline"
|
||||
transform="translate(326,44.862171)">
|
||||
<rect
|
||||
style="opacity:0.49375;color:#000000;fill:url(#radialGradient68155-2-3);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
id="rect99969"
|
||||
width="76"
|
||||
height="2"
|
||||
x="11"
|
||||
y="487"
|
||||
rx="0"
|
||||
ry="0" />
|
||||
<path
|
||||
style="opacity:0.43125;color:#000000;fill:url(#radialGradient68157-0-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
id="path99971"
|
||||
d="M 61,487.5 C 61,493.29899 56.29899,498 50.5,498 44.70101,498 40,493.29899 40,487.5 40,481.70101 44.70101,477 50.5,477 c 5.79899,0 10.5,4.70101 10.5,10.5 z"
|
||||
transform="matrix(1.2857143,0,0,1.2857143,-14.428572,-139.28571)" />
|
||||
<path
|
||||
transform="matrix(0.43589747,0,0,0.43589747,28.487179,275)"
|
||||
d="M 61,487.5 C 61,493.29899 56.29899,498 50.5,498 44.70101,498 40,493.29899 40,487.5 40,481.70101 44.70101,477 50.5,477 c 5.79899,0 10.5,4.70101 10.5,10.5 z"
|
||||
id="path99973"
|
||||
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.9 KiB |
4
themes/Qogir-dark/gnome-shell/assets/no-events.svg
Executable file
@ -0,0 +1,4 @@
|
||||
<svg width="64px" height="64px" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="44" y="36" width="14" height="8" fill="#bbbbbb" opacity=".35"/>
|
||||
<path d="m14 2c-6.648 0-12 5.352-12 12v36c0 6.648 5.352 12 12 12h36c6.648 0 12-5.352 12-12v-36c0-6.648-5.352-12-12-12h-36zm0 20h6v10h-14v-2c0-4.432 3.568-8 8-8zm10 0h16v10h-16v-10zm20 0h6c4.432 0 8 3.568 8 8v2h-14v-10zm-38 14h14v8h-14v-8zm18 0h16v8h-16v-8zm20 0h14v8h-14v-8zm-38 12h14v10h-6c-4.432 0-8-3.568-8-8v-2zm18 0h16v10h-16v-10zm20 0h14v2c0 4.432-3.568 8-8 8h-6v-10z" fill="#bbbbbb"/>
|
||||
</svg>
|
After Width: | Height: | Size: 556 B |
4
themes/Qogir-dark/gnome-shell/assets/no-notifications.svg
Executable file
@ -0,0 +1,4 @@
|
||||
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m32 2a4 4 0 0 0-3.976 4.4 19.952 19.952 0 0 0-16.024 19.6v18l-8 8v2h56v-2l-8-8v-14.52a16 16 0 0 1-4 0.504v15.704l4 4.312h-40l4-4.312v-19.688a16 16 0 0 1 16-16c0.176 4e-3 0.348 0.012 0.52 0.024a16 16 0 0 1 2.964-5.968 4 4 0 0 0-3.484-2.056zm-6.92 56a8 8 0 0 0 6.92 4 8 8 0 0 0 6.912-4z" fill="#bbbbbb" stroke-width="4"/>
|
||||
<path d="m60 14a12 12 0 0 1-24 0 12 12 0 1 1 24 0z" fill="#bbbbbb" stroke-width="4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 502 B |
BIN
themes/Qogir-dark/gnome-shell/assets/noise-texture.png
Executable file
After Width: | Height: | Size: 78 KiB |
409
themes/Qogir-dark/gnome-shell/assets/process-working.svg
Executable file
@ -0,0 +1,409 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" id="svg5369" version="1.1" inkscape:version="0.91 r13725" width="512" height="32" sodipodi:docname="process-working.svg" style="display:inline">
|
||||
<metadata id="metadata5375">
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||||
<dc:title/>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs id="defs5373">
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient35326" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient8231-1-4-4-1">
|
||||
<stop id="stop8233-28-5-27-1" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop8235-7-3-94-3"/>
|
||||
<stop id="stop8237-7-8-20-2" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop8239-2-9-1-9" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient35230" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient5767-6">
|
||||
<stop id="stop5769-0" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop5771-1"/>
|
||||
<stop id="stop5773-7" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop5775-8" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10255" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10257">
|
||||
<stop id="stop10259" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10261"/>
|
||||
<stop id="stop10263" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10265" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10267" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10269">
|
||||
<stop id="stop10271" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10273"/>
|
||||
<stop id="stop10275" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10277" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10279" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10281">
|
||||
<stop id="stop10283" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10285"/>
|
||||
<stop id="stop10287" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10289" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10291" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10293">
|
||||
<stop id="stop10295" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10297"/>
|
||||
<stop id="stop10299" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10301" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10303" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10305">
|
||||
<stop id="stop10307" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10309"/>
|
||||
<stop id="stop10311" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10313" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10315" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10317">
|
||||
<stop id="stop10319" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10321"/>
|
||||
<stop id="stop10323" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10325" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10327" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10329">
|
||||
<stop id="stop10331" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10333"/>
|
||||
<stop id="stop10335" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10337" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10339" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10341">
|
||||
<stop id="stop10343" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10345"/>
|
||||
<stop id="stop10347" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10349" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10351" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10353">
|
||||
<stop id="stop10355" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10357"/>
|
||||
<stop id="stop10359" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10361" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10363" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10365">
|
||||
<stop id="stop10367" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10369"/>
|
||||
<stop id="stop10371" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10373" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10375" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10377">
|
||||
<stop id="stop10379" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10381"/>
|
||||
<stop id="stop10383" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10385" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10387" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10389">
|
||||
<stop id="stop10391" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10393"/>
|
||||
<stop id="stop10395" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10397" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10399" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10401">
|
||||
<stop id="stop10403" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10405"/>
|
||||
<stop id="stop10407" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10409" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10411" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10413">
|
||||
<stop id="stop10415" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10417"/>
|
||||
<stop id="stop10419" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10421" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10423" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10425">
|
||||
<stop id="stop10427" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10429"/>
|
||||
<stop id="stop10431" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10433" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10435" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10437">
|
||||
<stop id="stop10439" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10441"/>
|
||||
<stop id="stop10443" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10445" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10709" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10711" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient11663" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient11665" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14128" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14140" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14152" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14164" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14176" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14188" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14200" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14212" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14224" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14236" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14248" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14260" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14272" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14284" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14296" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14308" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14320" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14332" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14344" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14356" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14368" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14380" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14392" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14404" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14416" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14428" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14440" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14452" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14464" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14476" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14488" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14500" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14512" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14524" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14536" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14548" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14560" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14572" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14584" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14596" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14608" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14620" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14632" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14644" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14656" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14668" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14680" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14692" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14704" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14716" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14728" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14740" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14752" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14764" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14776" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14788" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14800" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14812" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14824" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14836" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14848" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14860" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14872" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14884" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14896" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14908" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14920" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14932" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14944" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14956" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14968" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14980" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14992" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15004" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15016" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15028" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15040" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15052" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15064" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15076" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15088" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15100" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15112" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15124" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15136" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15148" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15160" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15172" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15184" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15196" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15208" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15220" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15232" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15244" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15256" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15268" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15280" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15292" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15304" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15316" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15328" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15340" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15352" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15364" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15376" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15388" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15400" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15412" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15424" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15436" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15448" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15460" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15472" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15484" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15496" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15508" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15520" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15532" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient18026" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient18028" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
</defs>
|
||||
<sodipodi:namedview pagecolor="#808080" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1975" inkscape:window-height="1098" id="namedview5371" showgrid="false" borderlayer="true" inkscape:showpageshadow="false" inkscape:zoom="1" inkscape:cx="346.23664" inkscape:cy="-6.4057938" inkscape:window-x="139" inkscape:window-y="73" inkscape:window-maximized="0" inkscape:current-layer="layer2" inkscape:snap-bbox="true" inkscape:snap-nodes="false">
|
||||
<inkscape:grid type="xygrid" id="grid11933" empspacing="16" visible="true" enabled="true" snapvisiblegridlinesonly="true" empcolor="#0000ff" empopacity="0.47843137"/>
|
||||
</sodipodi:namedview>
|
||||
<g inkscape:groupmode="layer" id="layer1" inkscape:label="tiles" style="display:none" transform="translate(0,-16)">
|
||||
<rect style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="rect12451" width="24" height="24" x="0" y="0"/>
|
||||
<rect y="24" x="0" height="24" width="24" id="rect12453" style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"/>
|
||||
<rect y="0" x="24" height="24" width="24" id="rect12455" style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"/>
|
||||
<rect style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="rect12457" width="24" height="24" x="24" y="24"/>
|
||||
<rect style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="rect12459" width="24" height="24" x="48" y="0"/>
|
||||
<rect y="24" x="48" height="24" width="24" id="rect12461" style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"/>
|
||||
<rect y="0" x="72" height="24" width="24" id="rect12463" style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"/>
|
||||
<rect style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="rect12465" width="24" height="24" x="72" y="24"/>
|
||||
</g>
|
||||
<g inkscape:groupmode="layer" id="layer2" inkscape:label="spinner" transform="translate(0,-16)">
|
||||
<g style="display:inline" id="g12246" transform="matrix(0.29521872,0,0,0.2952381,149.03971,-388.51498)">
|
||||
<path transform="matrix(-0.16397381,0.61157081,-0.61162275,-0.16377992,-372.32298,1442.5061)" d="m -3.4436513,184.72075 a 22.98097,22.98097 0 0 1 -25.9046347,17.42496 22.98097,22.98097 0 0 1 -19.37345,-24.4816 22.98097,22.98097 0 0 1 22.91234,-21.20622" sodipodi:ry="22.98097" sodipodi:rx="22.98097" sodipodi:cy="179.43886" sodipodi:cx="-25.809397" id="path12248" style="display:inline;fill:none;stroke:url(#radialGradient11663);stroke-width:17.83196449;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" sodipodi:type="arc" sodipodi:start="0.23191105" sodipodi:end="4.712389" sodipodi:open="true" inkscape:export-filename="/home/hbons/Moblin/git/carrick-ng/data/icons/network-connecting.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"/>
|
||||
<path inkscape:export-ydpi="90" inkscape:export-xdpi="90" inkscape:export-filename="/home/hbons/Moblin/git/carrick-ng/data/icons/network-connecting.png" sodipodi:open="true" sodipodi:end="4.712389" sodipodi:start="0.23191105" sodipodi:type="arc" style="display:inline;fill:none;stroke:url(#radialGradient11665);stroke-width:17.83196449;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path12250" sodipodi:cx="-25.809397" sodipodi:cy="179.43886" sodipodi:rx="22.98097" sodipodi:ry="22.98097" d="m -3.4436513,184.72075 a 22.98097,22.98097 0 0 1 -25.9046347,17.42496 22.98097,22.98097 0 0 1 -19.37345,-24.4816 22.98097,22.98097 0 0 1 22.91234,-21.20622" transform="matrix(-0.63300818,0.01438356,-0.01458424,-0.63300359,-491.4014,1510.996)"/>
|
||||
</g>
|
||||
<use height="100%" width="100%" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,48.943073,-180.55304)" id="use12258" xlink:href="#g10450-5" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.97814761,0.20791169,-0.20791169,0.97814761,70.553652,-185.80321)" id="use12260" xlink:href="#use12000" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.95105653,0.30901699,-0.30901699,0.95105653,146.76602,-177.21804)" id="use12266" xlink:href="#g10450-5" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.91354547,0.40673664,-0.40673664,0.91354547,169.60833,-183.68101)" id="use12270" xlink:href="#use12000" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.86602542,0.5,-0.5,0.86602542,194.48539,-193.2587)" id="use12272" xlink:href="#use12002" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.80901701,0.58778525,-0.58778525,0.80901701,289.93475,-156.19404)" id="use12278" xlink:href="#g10450-5" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.74314484,0.66913061,-0.66913061,0.74314484,315.02774,-163.93338)" id="use12282" xlink:href="#use12000" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.66913062,0.74314483,-0.74314483,0.66913062,343.01848,-174.00634)" id="use12284" xlink:href="#use12002" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.58778527,0.809017,-0.809017,0.58778527,374.34035,-185.86931)" id="use12290" xlink:href="#use12008" y="0" x="0"/>
|
||||
<use x="0" y="0" xlink:href="#use12290" id="use12494" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,31.624213,-28.945572)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12494" id="use12498" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,31.778114,-31.872282)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12498" id="use12502" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,31.931711,-34.799662)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12502" id="use12506" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.085178,-37.729332)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12506" id="use12510" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.238466,-40.661342)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12510" id="use12514" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.390823,-43.585942)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12514" id="use12518" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.543439,-46.510902)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12518" id="use12522" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.696338,-49.437422)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12522" id="use12526" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.849272,-52.363942)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12526" id="use12530" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.002239,-55.290422)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12530" id="use12534" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.155242,-58.216862)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12534" id="use12538" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.308287,-61.143262)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12538" id="use12542" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.461378,-64.069632)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12542" id="use12546" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.614517,-66.995962)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12546" id="use12550" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.767708,-69.922282)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12550" id="use12554" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.920952,-72.848572)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12554" id="use12558" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.074252,-75.774862)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12558" id="use12562" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.228224,-78.701442)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12562" id="use12566" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.384481,-81.628162)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12566" id="use12570" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.543085,-84.555062)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12570" id="use12574" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.694273,-87.482889)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12574" id="use12578" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.845821,-90.410449)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12578" id="use12582" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.998931,-93.337739)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12582" id="use12586" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.152046,-96.264989)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12586" id="use12590" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.305116,-99.192209)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12590" id="use12594" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.458143,-102.11938)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12594" id="use12598" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.611131,-105.04652)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12598" id="use12602" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.764086,-107.97361)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12602" id="use12606" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.917013,-110.90066)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12606" id="use12610" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.069915,-113.82765)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12610" id="use12614" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.2228,-116.75459)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12614" id="use12618" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.375673,-119.68147)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12618" id="use12622" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.52885,-122.60769)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12622" id="use12626" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.682157,-125.53161)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12626" id="use12630" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.835642,-128.45319)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12630" id="use12634" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.990059,-131.38219)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12634" id="use12638" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.144216,-134.31083)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12638" id="use12642" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.298091,-137.2379)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12642" id="use12646" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.45193,-140.16497)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12646" id="use12650" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.605737,-143.09209)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12650" id="use12654" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.759507,-146.01924)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12654" id="use12658" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.913236,-148.94644)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12658" id="use12662" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.066918,-151.87367)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12662" id="use12666" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.220552,-154.80093)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12666" id="use12670" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.374134,-157.72821)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12670" id="use12674" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.527663,-160.65551)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12674" id="use12678" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.681136,-163.58282)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12678" id="use12682" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.833937,-166.50983)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12682" id="use12686" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.984453,-169.4367)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12686" id="use12690" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,39.132623,-172.3634)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#g12246" id="use17640" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.463174,-0.6860274)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17640" id="use17642" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.545526,-2.3041175)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17642" id="use17644" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.627869,-3.9222415)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17644" id="use17646" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.710256,-5.5403957)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17646" id="use17648" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.792682,-7.1585849)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17648" id="use17650" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.875146,-8.776813)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17650" id="use17652" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.957642,-10.395084)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17652" id="use17654" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.040166,-12.0134)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17654" id="use17656" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.122713,-13.631765)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17656" id="use17658" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.205279,-15.250181)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17658" id="use17660" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.287857,-16.868648)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17660" id="use17662" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.370295,-18.487328)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17662" id="use17664" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.452449,-20.10785)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17664" id="use17666" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.534518,-21.730599)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17666" id="use17668" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.616047,-23.351029)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#g12246" id="use17670" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,288.32996,17.191525)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17640" id="use17672" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,305.13809,1.2121247)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17642" id="use17674" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,321.94624,-14.767309)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17644" id="use17676" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,338.75439,-30.746723)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17646" id="use17678" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,355.56257,-46.726112)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17648" id="use17680" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,372.37079,-62.705487)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17650" id="use17682" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,389.179,-78.684846)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17652" id="use17684" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,405.98726,-94.664188)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17654" id="use17686" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,422.79551,-110.64352)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17656" id="use17688" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,439.60382,-126.62284)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17658" id="use17690" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,456.41215,-142.60217)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17660" id="use17692" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,473.22049,-158.58145)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17662" id="use17694" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,490.02954,-174.56102)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17664" id="use17696" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,506.83972,-190.54059)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17666" id="use17698" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,523.65101,-206.52033)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17668" id="use17700" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,540.45771,-222.50042)" width="100%" height="100%"/>
|
||||
<g transform="matrix(-0.29521867,7.2137245e-5,-7.2124844e-5,-0.29523807,-132.95323,452.47763)" id="g17702" style="display:inline">
|
||||
<path inkscape:export-ydpi="90" inkscape:export-xdpi="90" inkscape:export-filename="/home/hbons/Moblin/git/carrick-ng/data/icons/network-connecting.png" sodipodi:open="true" sodipodi:end="4.712389" sodipodi:start="0.23191105" sodipodi:type="arc" style="display:inline;fill:none;stroke:url(#radialGradient18026);stroke-width:17.83196449;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path17704" sodipodi:cx="-25.809397" sodipodi:cy="179.43886" sodipodi:rx="22.98097" sodipodi:ry="22.98097" d="m -3.4436513,184.72075 a 22.98097,22.98097 0 0 1 -25.9046347,17.42496 22.98097,22.98097 0 0 1 -19.37345,-24.4816 22.98097,22.98097 0 0 1 22.91234,-21.20622" transform="matrix(-0.16397381,0.61157081,-0.61162275,-0.16377992,-372.32298,1442.5061)"/>
|
||||
<path transform="matrix(-0.63300818,0.01438356,-0.01458424,-0.63300359,-491.4014,1510.996)" d="m -3.4436513,184.72075 a 22.98097,22.98097 0 0 1 -25.9046347,17.42496 22.98097,22.98097 0 0 1 -19.37345,-24.4816 22.98097,22.98097 0 0 1 22.91234,-21.20622" sodipodi:ry="22.98097" sodipodi:rx="22.98097" sodipodi:cy="179.43886" sodipodi:cx="-25.809397" id="path17706" style="display:inline;fill:none;stroke:url(#radialGradient18028);stroke-width:17.83196449;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" sodipodi:type="arc" sodipodi:start="0.23191105" sodipodi:end="4.712389" sodipodi:open="true" inkscape:export-filename="/home/hbons/Moblin/git/carrick-ng/data/icons/network-connecting.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"/>
|
||||
</g>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.081742,-0.6039496)" id="use17708" xlink:href="#g17702" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.164094,-2.2220396)" id="use17710" xlink:href="#use17708" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.246437,-3.8401636)" id="use17712" xlink:href="#use17710" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.328824,-5.4583176)" id="use17714" xlink:href="#use17712" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.41125,-7.0765066)" id="use17716" xlink:href="#use17714" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.493714,-8.6947346)" id="use17718" xlink:href="#use17716" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.57621,-10.313006)" id="use17720" xlink:href="#use17718" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.658734,-11.931322)" id="use17722" xlink:href="#use17720" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.741281,-13.549687)" id="use17724" xlink:href="#use17722" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.823847,-15.168103)" id="use17726" xlink:href="#use17724" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.906425,-16.78657)" id="use17728" xlink:href="#use17726" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.988863,-18.40525)" id="use17730" xlink:href="#use17728" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,21.071017,-20.025772)" id="use17732" xlink:href="#use17730" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,21.153086,-21.648521)" id="use17734" xlink:href="#use17732" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,21.234615,-23.268951)" id="use17736" xlink:href="#use17734" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,304.30952,33.999897)" id="use17738" xlink:href="#g17702" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,321.11765,18.020497)" id="use17740" xlink:href="#use17708" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,337.9258,2.0410622)" id="use17742" xlink:href="#use17710" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,354.73395,-13.938351)" id="use17744" xlink:href="#use17712" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,371.54213,-29.91774)" id="use17746" xlink:href="#use17714" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,388.35035,-45.897115)" id="use17748" xlink:href="#use17716" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,405.15856,-61.876474)" id="use17750" xlink:href="#use17718" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,421.96682,-77.855816)" id="use17752" xlink:href="#use17720" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,438.77507,-93.835152)" id="use17754" xlink:href="#use17722" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,455.58338,-109.81448)" id="use17756" xlink:href="#use17724" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,472.39171,-125.79381)" id="use17758" xlink:href="#use17726" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,489.20005,-141.77309)" id="use17760" xlink:href="#use17728" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,506.0091,-157.75266)" id="use17762" xlink:href="#use17730" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,522.81928,-173.73223)" id="use17764" xlink:href="#use17732" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,539.63057,-189.71197)" id="use17766" xlink:href="#use17734" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,556.43727,-205.69206)" id="use17768" xlink:href="#use17736" y="0" x="0"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 78 KiB |
190
themes/Qogir-dark/gnome-shell/assets/switch-off-selected.svg
Executable file
@ -0,0 +1,190 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50"
|
||||
height="20"
|
||||
id="svg7539"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="switch-off-selected.svg">
|
||||
<defs
|
||||
id="defs7541">
|
||||
<linearGradient
|
||||
id="selected_fg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#ffffffgit;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4164" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4695-1-4-3-5-0-6">
|
||||
<stop
|
||||
id="stop4697-9-9-7-0-1-5"
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop4699-5-8-9-0-4-0"
|
||||
style="stop-color:#000000;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-0" />
|
||||
<stop
|
||||
id="stop3778-6"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-2" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-2" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3969-0-4">
|
||||
<stop
|
||||
style="stop-color:#353537;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3971-2-6" />
|
||||
<stop
|
||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3973-0-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938">
|
||||
<stop
|
||||
id="stop3940"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
<stop
|
||||
id="stop3942"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0.54901963;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient6523">
|
||||
<stop
|
||||
id="stop6525"
|
||||
offset="0"
|
||||
style="stop-color:#1a1a1a;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop6527"
|
||||
offset="1"
|
||||
style="stop-color:#1a1a1a;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938-6">
|
||||
<stop
|
||||
id="stop3940-4"
|
||||
offset="0"
|
||||
style="stop-color:#bebebe;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop3942-8"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#595959"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.9166668"
|
||||
inkscape:cx="-0.89407675"
|
||||
inkscape:cy="11.916456"
|
||||
inkscape:current-layer="switch-selected"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="708"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3019"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-4"
|
||||
originy="2.6171874e-06" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7544">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
transform="translate(-120,87.999997)">
|
||||
<g
|
||||
transform="translate(-886,-418)"
|
||||
style="display:inline;opacity:1"
|
||||
id="switch-selected"
|
||||
inkscape:label="#g4820">
|
||||
<g
|
||||
style="display:inline"
|
||||
transform="translate(1156,632.63782)"
|
||||
id="switch-selected-3"
|
||||
inkscape:label="#g1625">
|
||||
<path
|
||||
id="path1619"
|
||||
d="m -140,-302.63782 c -5.54,0 -10,4.46 -10,10 0,5.54 4.46,10 10,10 h 29.99999 c 5.54001,0 10,-4.46 10,-10 0,-5.54 -4.45999,-10 -10,-10 z m 0,1 h 29.99999 c 4.986,0 9,4.014 9,9 0,4.986 -4.014,9 -9,9 H -140 c -4.986,0 -9,-4.014 -9,-9 0,-4.986 4.014,-9 9,-9 z"
|
||||
style="opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.57977116;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
r="7"
|
||||
cy="-292.63782"
|
||||
cx="-140"
|
||||
id="circle1621"
|
||||
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
id="path1623"
|
||||
d="m -140.00002,-299.63782 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
|
||||
style="opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.2 KiB |
175
themes/Qogir-dark/gnome-shell/assets/switch-off.svg
Executable file
@ -0,0 +1,175 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50"
|
||||
height="20"
|
||||
id="svg7539"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="switch-off.svg">
|
||||
<defs
|
||||
id="defs7541">
|
||||
<linearGradient
|
||||
id="linearGradient4695-1-4-3-5-0-6">
|
||||
<stop
|
||||
id="stop4697-9-9-7-0-1-5"
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop4699-5-8-9-0-4-0"
|
||||
style="stop-color:#000000;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-0" />
|
||||
<stop
|
||||
id="stop3778-6"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-2" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-2" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3969-0-4">
|
||||
<stop
|
||||
style="stop-color:#353537;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3971-2-6" />
|
||||
<stop
|
||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3973-0-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938">
|
||||
<stop
|
||||
id="stop3940"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
<stop
|
||||
id="stop3942"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0.54901963;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient6523">
|
||||
<stop
|
||||
id="stop6525"
|
||||
offset="0"
|
||||
style="stop-color:#1a1a1a;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop6527"
|
||||
offset="1"
|
||||
style="stop-color:#1a1a1a;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938-6">
|
||||
<stop
|
||||
id="stop3940-4"
|
||||
offset="0"
|
||||
style="stop-color:#bebebe;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop3942-8"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="5.8333336"
|
||||
inkscape:cx="40.879682"
|
||||
inkscape:cy="-2.9459872"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="708"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3019"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-4"
|
||||
originy="2.6171874e-06" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7544">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
transform="translate(-120,87.999997)">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="switch-dark"
|
||||
transform="translate(270,214.63782)"
|
||||
inkscape:label="#g1591">
|
||||
<path
|
||||
id="path1585"
|
||||
d="m -140,-302.63782 c -5.54,0 -10,4.46 -10,10 0,5.54 4.46,10 10,10 h 29.99999 c 5.54001,0 10,-4.46 10,-10 0,-5.54 -4.45999,-10 -10,-10 z m 0,1 h 29.99999 c 4.986,0 9,4.014 9,9 0,4.986 -4.014,9 -9,9 H -140 c -4.986,0 -9,-4.014 -9,-9 0,-4.986 4.014,-9 9,-9 z"
|
||||
style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.57977116;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
r="7"
|
||||
cy="-292.63782"
|
||||
cx="-140"
|
||||
id="circle1587"
|
||||
style="opacity:0.25;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers" />
|
||||
<path
|
||||
id="path1589"
|
||||
d="m -140.00002,-299.63782 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
|
||||
style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.7 KiB |
194
themes/Qogir-dark/gnome-shell/assets/switch-on-selected.svg
Executable file
@ -0,0 +1,194 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50"
|
||||
height="20"
|
||||
id="svg7539"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="switch-on-selected.svg">
|
||||
<defs
|
||||
id="defs7541">
|
||||
<linearGradient
|
||||
id="selected_fg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#ffffffgit;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4171" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4166" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4695-1-4-3-5-0-6">
|
||||
<stop
|
||||
id="stop4697-9-9-7-0-1-5"
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop4699-5-8-9-0-4-0"
|
||||
style="stop-color:#000000;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-0" />
|
||||
<stop
|
||||
id="stop3778-6"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-2" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-2" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3969-0-4">
|
||||
<stop
|
||||
style="stop-color:#353537;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3971-2-6" />
|
||||
<stop
|
||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3973-0-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938">
|
||||
<stop
|
||||
id="stop3940"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
<stop
|
||||
id="stop3942"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0.54901963;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient6523">
|
||||
<stop
|
||||
id="stop6525"
|
||||
offset="0"
|
||||
style="stop-color:#1a1a1a;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop6527"
|
||||
offset="1"
|
||||
style="stop-color:#1a1a1a;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938-6">
|
||||
<stop
|
||||
id="stop3940-4"
|
||||
offset="0"
|
||||
style="stop-color:#bebebe;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop3942-8"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#595959"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="8.2495794"
|
||||
inkscape:cx="19.245405"
|
||||
inkscape:cy="6.2098944"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="708"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3019"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-4"
|
||||
originy="2.6171874e-06" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7544">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
transform="translate(-120,87.999997)">
|
||||
<g
|
||||
style="display:inline"
|
||||
transform="translate(270,184.63782)"
|
||||
id="switch-active-selected"
|
||||
inkscape:label="#g1617">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.57977116;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -132,13 c -5.54,0 -10,4.46 -10,10 0,5.54 4.46,10 10,10 h 30 c 5.54,0 10,-4.46 10,-10 0,-5.54 -4.46,-10 -10,-10 z m 0,1 h 30 c 4.985999,0 9,4.014001 9,9 0,4.985999 -4.014001,9 -9,9 h -30 c -4.986,0 -9,-4.014001 -9,-9 0,-4.985999 4.014,-9 9,-9 z"
|
||||
transform="translate(-8.000005,-285.63782)"
|
||||
id="path1611" />
|
||||
<circle
|
||||
style="opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="circle1613"
|
||||
cx="-110"
|
||||
cy="-262.63782"
|
||||
r="7" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="opacity:0.75;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -102,16 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
|
||||
transform="translate(-8.000005,-285.63782)"
|
||||
id="path1615" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.3 KiB |
186
themes/Qogir-dark/gnome-shell/assets/switch-on.svg
Executable file
@ -0,0 +1,186 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="50"
|
||||
height="20"
|
||||
id="svg7539"
|
||||
version="1.1"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
sodipodi:docname="switch-on.svg">
|
||||
<defs
|
||||
id="defs7541">
|
||||
<linearGradient
|
||||
id="selected_bg_color"
|
||||
osb:paint="solid">
|
||||
<stop
|
||||
style="stop-color:#5294e2;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4166" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient4695-1-4-3-5-0-6">
|
||||
<stop
|
||||
id="stop4697-9-9-7-0-1-5"
|
||||
style="stop-color:#000000;stop-opacity:1;"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop4699-5-8-9-0-4-0"
|
||||
style="stop-color:#000000;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3768-6">
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3770-0" />
|
||||
<stop
|
||||
id="stop3778-6"
|
||||
offset="0.078125"
|
||||
style="stop-color:#171717;stop-opacity:1;" />
|
||||
<stop
|
||||
style="stop-color:#171717;stop-opacity:1;"
|
||||
offset="0.97355771"
|
||||
id="stop3774-2" />
|
||||
<stop
|
||||
style="stop-color:#1b1b1b;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3776-2" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3969-0-4">
|
||||
<stop
|
||||
style="stop-color:#353537;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3971-2-6" />
|
||||
<stop
|
||||
style="stop-color:#4d4f52;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3973-0-1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938">
|
||||
<stop
|
||||
id="stop3940"
|
||||
offset="0"
|
||||
style="stop-color:#ffffff;stop-opacity:0;" />
|
||||
<stop
|
||||
id="stop3942"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:0.54901963;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient6523">
|
||||
<stop
|
||||
id="stop6525"
|
||||
offset="0"
|
||||
style="stop-color:#1a1a1a;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop6527"
|
||||
offset="1"
|
||||
style="stop-color:#1a1a1a;stop-opacity:0;" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient3938-6">
|
||||
<stop
|
||||
id="stop3940-4"
|
||||
offset="0"
|
||||
style="stop-color:#bebebe;stop-opacity:1;" />
|
||||
<stop
|
||||
id="stop3942-8"
|
||||
offset="1"
|
||||
style="stop-color:#ffffff;stop-opacity:1;" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="11.666667"
|
||||
inkscape:cx="0.51651058"
|
||||
inkscape:cy="16.13001"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:grid-bbox="true"
|
||||
inkscape:document-units="px"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="708"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
inkscape:snap-bbox-midpoints="false"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3019"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true"
|
||||
originx="-4"
|
||||
originy="2.6171874e-06" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata7544">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
transform="translate(-120,87.999997)">
|
||||
<g
|
||||
style="display:inline"
|
||||
id="switch-active-dark"
|
||||
transform="translate(270,184.63782)"
|
||||
inkscape:label="#g1583">
|
||||
<path
|
||||
style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.57977116;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -132,13 c -5.54,0 -10,4.46 -10,10 0,5.54 4.46,10 10,10 h 30 c 5.54,0 10,-4.46 10,-10 0,-5.54 -4.46,-10 -10,-10 z m 0,1 h 30 c 4.985999,0 9,4.014001 9,9 0,4.985999 -4.014001,9 -9,9 h -30 c -4.986,0 -9,-4.014001 -9,-9 0,-4.985999 4.014,-9 9,-9 z"
|
||||
transform="translate(-8.000005,-285.63782)"
|
||||
id="path1577"
|
||||
inkscape:connector-curvature="0" />
|
||||
<circle
|
||||
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
id="circle1579"
|
||||
cx="-110"
|
||||
cy="-262.63782"
|
||||
r="7" />
|
||||
<path
|
||||
style="opacity:1;fill:#1d78df;fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m -102,16 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z"
|
||||
transform="translate(-8.000005,-285.63782)"
|
||||
id="path1581"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 6.0 KiB |
3134
themes/Qogir-dark/gnome-shell/gnome-shell.css
Executable file
10
themes/Qogir-dark/gnome-shell/icons/scalable/actions/color-pick.svg
Executable file
@ -0,0 +1,10 @@
|
||||
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<filter id="a" color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur stdDeviation=".6"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<path d="M1 1v9a9 9 0 109-9H1z" filter="url(#a)" opacity=".6" transform="translate(0 .5)"/>
|
||||
<path d="M1.5 1.5V10A8.5 8.5 0 1010 1.5H1.5z" stroke="#fff"/>
|
||||
<circle cx="10" cy="10" r="7" fill="#50dbb5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 408 B |
@ -0,0 +1,7 @@
|
||||
<svg width="20" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<g transform="translate(-19 -.75)">
|
||||
<path d="m19.855 0.45508v20.084c1.4147-1.3815 2.8294-2.763 4.2441-4.1445 0.5882 1.1887 1.1584 2.3866 1.7585 3.5691 1.1086 1.6403 4.1575 0.46513 3.898-1.4959 0.01057-0.47023-0.40558-0.90844-0.43465-1.3136l0.7782-0.75963c0.5882 1.1887 1.1584 2.3866 1.7585 3.5691 1.1086 1.6403 4.1575 0.46513 3.898-1.4959-0.19232-0.9043-0.71785-1.698-1.0686-2.549-0.23891-0.51266-0.47782-1.0253-0.71672-1.538h5.2676c-4.4609-4.6419-8.9219-9.2839-13.383-13.926v6.2441c-2-2.0814-4-4.1628-6-6.2441zm1.5 3.7266c2 2.0814 4 4.1628 6 6.2441v-6.2441c2.7865 2.8997 5.5729 5.7995 8.3594 8.6992h-4.0996c0.88347 1.9034 1.782 3.8003 2.6561 5.7078 0.0065 0.62278-1.2276 0.98058-1.3251 0.20712-0.80433-1.6403-1.6087-3.2805-2.413-4.9208-1.0202 0.99544-2.0404 1.9909-3.0605 2.9863 0.26364 0.60805 0.5968 1.1925 0.81469 1.8161-0.18266 0.60104-1.2683 0.8373-1.3659 0.06795-0.79609-1.6235-1.5922-3.2469-2.3883-4.8704-1.0592 1.0339-2.1185 2.0677-3.1777 3.1016-4e-6 -4.265-7e-6 -8.53-1.1e-5 -12.795z" fill="#363636"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,3 @@
|
||||
<svg width="20" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m10.705 1.6719c-0.83652 0.074695-1.8182-0.13657-2.4473 0.57617-0.17925 0.5031-0.39107 0.7297-0.94531 0.61719-0.79382-0.051077-1.7019 0.053784-2.1875 0.77344-0.55491 0.83096-0.31368 1.8562-0.36719 2.793v1.502c-0.50972-0.31797-1.1319-0.13206-1.6992-0.18164-0.44283-0.020725-0.88111 0.025154-1.3184 0.091797 0.056931 2.6859 0.073733 5.3733 0.12109 8.0586 0.093691 1.3023 1.232 2.4048 2.5449 2.4238 0.63295 0.0151 1.4823 0.006779 2.2246 0.011719 3.2218-0.01207 6.4461 0.049849 9.666-0.056641 1.1622-0.12022 2.2133-1.1885 2.0703-2.3965v-9.4805c-0.70681-0.94068-1.8153-1.7809-3.0586-1.5703-0.29955-0.45357-0.48612-1.4731-1.2266-1.7988-0.35486-0.29104-0.83959-0.10977-1.2598-0.16211-0.29744-0.072682-0.8559 0.19254-0.86914-0.25195-0.15735-0.52152-0.71524-0.90857-1.248-0.94922zm-0.10547 1.5039c0.16452 0.27146 0.18277 0.75372 0.21875 1.125 0.006556 0.0068963 0.019796 0.0059113 0.027344 0.011719-0.009105-1.732e-4 -0.018238 1.732e-4 -0.027344 0l0.49414 5.9004 0.66406-5.8418 1.3457 0.0039062c0.53608 0.38955 0.41299 1.1405 0.55469 1.7227-0.011127 0.067472 0.006397 0.096046 0.015625 0.13672-6.5e-4 -8.3e-6 -0.001302 8.3e-6 -0.001953 0l0.011719 0.085938 0.48242 3.8652 0.66406-3.9199c0.57404-0.037127 1.1577 0.038512 1.5586 0.50195 0.40964 0.21687 0.21564 0.68897 0.25977 1.0586v8.3418c-0.33706 0.96368-1.6 0.54827-2.375 0.66016-3.3705 0.01308-6.7421 0.033828-10.111-0.013672-0.97567-0.02828-1.1419-1.07-1.041-1.8418-0.011641-1.9071-0.044744-3.8139-0.078125-5.7207 0.32636 0.00646 0.67596-0.012758 0.98828 0.0097657 0.49388 0.91522 0.48462 2.0012 0.50781 3.0156 0.49264-0.0068 1.0434 0.03983 1.5 0 0.0091468-2.5196-0.018438-5.04 0.013672-7.5586 0.1049-0.5199 0.73074-0.30916 1.1113-0.35352h0.67578l0.48828 5.8477 0.66992-5.877h-0.0039063c0.030948-0.38283-0.15063-0.89584 0.24805-1.1191l1.1387-0.041016z" fill="#363636"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.9 KiB |
@ -0,0 +1,7 @@
|
||||
<svg width="20" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<g transform="translate(-22.25 -.75)">
|
||||
<path d="m25.855 0.45508v20.084c1.4147-1.3809 2.8294-2.7617 4.2441-4.1426 0.61241 1.2154 1.173 2.4602 1.8197 3.6561 1.1419 1.4763 3.9753 0.38901 3.846-1.4736-0.09413-0.82252-0.59476-1.5214-0.89997-2.2776-0.29887-0.64017-0.59774-1.2803-0.89661-1.9205h5.2695c-4.4609-4.6419-8.9219-9.2839-13.383-13.926zm1.5 3.7266c2.7865 2.8997 5.5729 5.7995 8.3594 8.6992h-4.1016c0.88507 1.9032 1.7818 3.8015 2.6596 5.7077 0.0349 0.56608-1.1491 0.98882-1.2821 0.29797-0.81857-1.6712-1.6371-3.3423-2.4557-5.0135-1.0599 1.0345-2.1198 2.069-3.1797 3.1035 1.5e-5 -4.265 3e-5 -8.53 4.5e-5 -12.795z" fill="#363636"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 740 B |
@ -0,0 +1,7 @@
|
||||
<svg width="20" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<g transform="matrix(-1 0 0 1 42 -.75)">
|
||||
<path d="m25.855 0.45508v20.084c1.4147-1.3809 2.8294-2.7617 4.2441-4.1426 0.61241 1.2154 1.173 2.4602 1.8197 3.6561 1.1419 1.4763 3.9753 0.38901 3.846-1.4736-0.09413-0.82252-0.59476-1.5214-0.89997-2.2776-0.29887-0.64017-0.59774-1.2803-0.89661-1.9205h5.2695c-4.4609-4.6419-8.9219-9.2839-13.383-13.926zm1.5 3.7266c2.7865 2.8997 5.5729 5.7995 8.3594 8.6992h-4.1016c0.88507 1.9032 1.7818 3.8015 2.6596 5.7077 0.0349 0.56608-1.1491 0.98882-1.2821 0.29797-0.81857-1.6712-1.6371-3.3423-2.4557-5.0135-1.0599 1.0345-2.1198 2.069-3.1797 3.1035 1.5e-5 -4.265 3e-5 -8.53 4.5e-5 -12.795z" fill="#363636"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 742 B |
@ -0,0 +1,6 @@
|
||||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(.90463 0 0 .83333 .76299 1.3333)" fill="#363636">
|
||||
<path transform="matrix(1.1054 0 0 1.2 -.84343 -1.6)" d="m7.998 2.0391c-3.7699 0.004577-7.0701 2.3668-8.0078 5.7305a1.042 0.95988 0 0 0 0 0.47852c0.94569 3.3561 4.2458 5.7106 8.0098 5.7129a1.042 0.95988 0 0 0 0.0019531 0c3.7699-0.004584 7.0701-2.3668 8.0078-5.7305a1.042 0.95988 0 0 0 0-0.48047c-0.94569-3.3561-4.2458-5.7086-8.0098-5.7109a1.042 0.95988 0 0 0-0.0019531 0zm0.0019531 0.96094c3.2948 0.0020405 6.1722 2.0544 7 4.9922-0.82087 2.9444-3.7 5.0038-7 5.0078-3.2948-0.002041-6.1722-2.0544-7-4.9922 0.82087-2.9444 3.7-5.0038 7-5.0078z" fill="#363636"/>
|
||||
</g>
|
||||
<path d="m8 5a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3zm0 1a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2z" fill="#363636"/>
|
||||
</svg>
|
After Width: | Height: | Size: 874 B |
@ -0,0 +1,6 @@
|
||||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(-.90463 0 0 .83333 15.237 1.3333)" fill="#363636">
|
||||
<path transform="matrix(1.1054 0 0 1.2 -.84343 -1.6)" d="m7.998 2.0391c-3.7698 0.004577-7.0701 2.3668-8.0078 5.7305a1.042 0.95988 0 0 0 0 0.47852c0.38076 1.3513 1.1472 2.5362 2.168 3.4746l0.71094-0.71094c-0.87634-0.81542-1.5396-1.8343-1.8691-3.0039 0.82085-2.9444 3.7001-5.0038 7-5.0078 0.86333 5.345e-4 1.694 0.14902 2.4707 0.41016l0.75977-0.75977c-1-0.39229-2.0938-0.61063-3.2305-0.61133a1.042 0.95988 0 0 0-0.00195 0zm5.8457 2.2402-0.71094 0.71094c0.87533 0.81512 1.5379 1.8332 1.8672 3.002-0.82085 2.9444-3.7001 5.0038-7 5.0078-0.86243-5.24e-4 -1.6928-0.1476-2.4688-0.4082l-0.75781 0.75781c0.9991 0.3917 2.0912 0.61064 3.2266 0.61133a1.042 0.95988 0 0 0 0.00195 0c3.7698-0.0046 7.0701-2.3668 8.0078-5.7305a1.042 0.95988 0 0 0 0-0.48047c-0.38039-1.35-1.1468-2.5331-2.166-3.4707zm-5.8438 0.7207a3 3 0 0 0-3 3 3 3 0 0 0 0.10547 0.77539l0.90039-0.90039a2 2 0 0 1 1.8691-1.8691l0.90234-0.90234a3 3 0 0 0-0.77734-0.10352zm2.8945 2.2285-0.90039 0.90039a2 2 0 0 1-1.8652 1.8652l-0.90234 0.90234a3 3 0 0 0 0.77344 0.10352 3 3 0 0 0 3-3 3 3 0 0 0-0.10547-0.77148z" fill="#363636" opacity=".35"/>
|
||||
</g>
|
||||
<rect transform="matrix(-.70711 -.70711 -.70711 .70711 0 0)" x="-19.314" y="-.49958" width="16" height="1" ry="0" fill="#363636"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,3 @@
|
||||
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m7.9629 0.5a1.0001 1.0001 0 0 0-0.72266 0.34961l-6 7a1.0001 1.0001 0 0 0-0.24023 0.65039v0.5a1.0001 1.0001 0 0 0 1 1v2a1.0001 1.0001 0 0 0-1 1v2a1.0001 1.0001 0 0 0 1 1h12a1.0001 1.0001 0 0 0 1-1v-2a1.0001 1.0001 0 0 0-1-1v-2a1.0001 1.0001 0 0 0 1-1v-0.5a1.0001 1.0001 0 0 0-0.24023-0.65039l-6-7a1.0001 1.0001 0 0 0-0.79688-0.34961zm0.037109 1 6 7v0.5h-1v4h1v2h-12v-2h1v-4h-1v-0.5l6-7zm-0.56055 5.5-2.1445 6h1.2051l0.38281-0.98828h2.2324l0.38477 0.98828h1.2793l-2.2637-6h-1.0762zm0.56055 1.7148 0.77539 2.2852h-1.5547l0.7793-2.2852z" fill="#363636"/>
|
||||
</svg>
|
After Width: | Height: | Size: 666 B |
@ -0,0 +1,3 @@
|
||||
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m13 5v2c0 1.108-0.892 2-2 2h-7.2949l1.9766-1.9766c0.19587-0.19587 0.19587-0.51116 0-0.70703-0.097934-0.097934-0.22571-0.14648-0.35352-0.14648s-0.25558 0.04855-0.35352 0.14648l-2.8281 2.8281c-0.1469 0.1469-0.18283 0.3605-0.10938 0.54102v0.00195c0.024482 0.05962 0.060809 0.1155 0.10938 0.16406l2.8281 2.8301c0.19587 0.19587 0.51116 0.19587 0.70703 0 0.19587-0.19587 0.19587-0.51116 0-0.70703l-1.9727-1.9746h7.291c1.662 0 3-1.338 3-3v-2z" fill="#363636"/>
|
||||
</svg>
|
After Width: | Height: | Size: 569 B |
@ -0,0 +1,10 @@
|
||||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m5 12 3 4 3-4z" fill="#363636"/>
|
||||
<path d="m3 0c-1.108 0-2 0.892-2 2v7c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-7c0-1.108-0.892-2-2-2zm0 1h10c0.554 0 1 0.446 1 1v7c0 0.554-0.446 1-1 1h-10c-0.554 0-1-0.446-1-1v-7c0-0.554 0.446-1 1-1z" fill="#333333" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".25" stroke-width="1.0016" style="paint-order:markers stroke fill"/>
|
||||
<rect x="6" y="6" width="4" height="2" rx="1" ry="1" fill="#363636" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.8284" style="paint-order:markers stroke fill"/>
|
||||
<rect x="11" y="6" width="2" height="2" rx="1" ry="1" fill="#363636" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="paint-order:markers stroke fill"/>
|
||||
<rect x="3" y="6" width="2" height="2" rx="1" ry="1" fill="#363636" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="paint-order:markers stroke fill"/>
|
||||
<rect x="4" y="3" width="2" height="2" rx="1" ry="1" fill="#363636" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="paint-order:markers stroke fill"/>
|
||||
<rect x="7" y="3" width="2" height="2" rx="1" ry="1" fill="#363636" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="paint-order:markers stroke fill"/>
|
||||
<rect x="10" y="3" width="2" height="2" rx="1" ry="1" fill="#363636" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" style="paint-order:markers stroke fill"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,4 @@
|
||||
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m5.0273 2.0469c-1.5565 0.048758-2.7774 0.31438-3.5215 0.6543-0.40593 0.18544-0.70507 0.38119-0.91211 0.54297-0.20704 0.16178-0.36523 0.3418-0.36523 0.3418-0.14782 0.17925-0.22862 0.40438-0.22852 0.63672v8.7773c-4.4155e-4 0.87416 1.0419 1.3281 1.6816 0.73242 0 0-0.043969 0.03077 0.042969-0.02148 0.086938-0.05226 0.25409-0.14226 0.52734-0.23828 0.5465-0.19204 1.5184-0.41406 3.0918-0.41406 1.2419 0 2.1765 0.211 3.1895 0.44531 1.013 0.23431 2.1083 0.49609 3.4922 0.49609 2.3641 0 3.7402-1.5781 3.7402-1.5781 0.15165-0.1805 0.23466-0.40878 0.23438-0.64453v-8.7773c-4.4e-5 -0.85406-1.0015-1.3151-1.6504-0.75977 0 0-0.72405 0.66797-2.3574 0.66797-1.4738 0-2.2551-0.19759-3.1523-0.42383-0.83656-0.21094-1.8577-0.4198-3.2598-0.45117-0.18018 0.0058595-0.38605 0.0060688-0.55273 0.013672zm0.31641 0.95312c2.9477 0 3.5079 0.9082 6.6484 0.9082 1.945 0 3.0078-0.9082 3.0078-0.9082v8.7773s-1.0295 1.2227-2.9746 1.2227c-2.519 0-3.9669-0.94141-6.6816-0.94141-3.3349 0-4.3438 0.94141-4.3438 0.94141v-8.7773s1.0089-1.2227 4.3438-1.2227z" color="#000000" color-rendering="auto" dominant-baseline="auto" fill="#363636" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
|
||||
<path d="m7.578 5.0544c1.3254 0 2.369 1.0776 2.369 2.4313s-1.0436 2.4625-2.369 2.4625-2.4002-1.1088-2.4002-2.4625 1.0748-2.4313 2.4002-2.4313zm-4.5509 0.9663 0.9663 1.0286-0.93512-0.03112 0.93512 0.99747-0.9663-0.03112 0.9663 1.0286-0.99747-0.03112 0.031121-0.99747h-0.031121l0.031121-0.96635h-0.031121zm4.5509 0c-0.79199 0-1.465 0.65613-1.465 1.465s0.67304 1.465 1.465 1.465c0.79199 0 1.4339-0.65613 1.4339-1.465s-0.64187-1.465-1.4339-1.465zm4.3639 0v0.99747l0.03112 0.9663h-0.03112l0.03112 0.99747-0.99747 0.03112 0.9663-1.0286-0.9663 0.03112 0.93512-0.99747-0.93512 0.03112zm-7.9174 2.9612 0.9663 1.0286-0.99747-0.03112zm6.9199 0 0.03112 0.99747-0.99747 0.03112zm-5.9225 0.99747 0.9663 1.0286-0.99747-0.03112zm4.925 0 0.03112 0.99747-0.99747 0.03112z" fill="#363636"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.4 KiB |
@ -0,0 +1,5 @@
|
||||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(1 0 0 -1 -361 45.001)">
|
||||
<path d="m369.57 40.186 5.1783-5.1411c0.32957-0.32704 0.3315-0.8592 4e-3 -1.1885-0.32691-0.32928-0.85904-0.3312-1.1883-0.0043l-4.582 4.5491-4.5488-4.582c-0.32704-0.32928-0.85913-0.3312-1.1884-0.0043-0.32942 0.32691-0.33134 0.85904-4e-3 1.1885l5.1411 5.1785c0.16353 0.16464 0.37811 0.24735 0.5931 0.24812 0.21509 7.77e-4 0.43042-0.08053 0.59506-0.24396z" fill="#363636" stroke-width=".026558"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 533 B |
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
<rect fill="#363636" x="4" y="4" width="8" height="8" ry="4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 136 B |
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<metadata>
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||||
<dc:title/>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<path d="m1.5875 1.5875h0.26458c0.00274-3.18e-5 0.0055-1.217e-4 0.00827 0 0.067456 0.00296 0.1349 0.03402 0.1819 0.082682l1.1336 1.1328 1.1402-1.1328c0.07028-0.060986 0.11818-0.08083 0.1819-0.082682h0.26458v0.26458c0 0.075795-0.00909 0.14569-0.066146 0.19844l-1.1319 1.1245 1.1236 1.1327c0.049791 0.049787 0.074412 0.11998 0.074414 0.19017v0.26458h-0.26458c-0.070194-2.6e-6 -0.14038-0.024633-0.19017-0.074414l-1.1319-1.1327-1.1336 1.1327c-0.049785 0.049792-0.11998 0.074414-0.19017 0.074414h-0.26458v-0.26458c-8e-7 -0.070191 0.024622-0.14038 0.074414-0.19017l1.1336-1.1327-1.1336-1.1245c-0.055759-0.051496-0.080211-0.12416-0.074414-0.19844z" color="#bebebe" enable-background="new" fill="#333" style="text-decoration-line:none;text-indent:0;text-transform:none"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
4
themes/Qogir-dark/gnome-shell/no-events.svg
Executable file
@ -0,0 +1,4 @@
|
||||
<svg width="64px" height="64px" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="44" y="36" width="14" height="8" fill="#bbbbbb" opacity=".35"/>
|
||||
<path d="m14 2c-6.648 0-12 5.352-12 12v36c0 6.648 5.352 12 12 12h36c6.648 0 12-5.352 12-12v-36c0-6.648-5.352-12-12-12h-36zm0 20h6v10h-14v-2c0-4.432 3.568-8 8-8zm10 0h16v10h-16v-10zm20 0h6c4.432 0 8 3.568 8 8v2h-14v-10zm-38 14h14v8h-14v-8zm18 0h16v8h-16v-8zm20 0h14v8h-14v-8zm-38 12h14v10h-6c-4.432 0-8-3.568-8-8v-2zm18 0h16v10h-16v-10zm20 0h14v2c0 4.432-3.568 8-8 8h-6v-10z" fill="#bbbbbb"/>
|
||||
</svg>
|
After Width: | Height: | Size: 556 B |
4
themes/Qogir-dark/gnome-shell/no-notifications.svg
Executable file
@ -0,0 +1,4 @@
|
||||
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m32 2a4 4 0 0 0-3.976 4.4 19.952 19.952 0 0 0-16.024 19.6v18l-8 8v2h56v-2l-8-8v-14.52a16 16 0 0 1-4 0.504v15.704l4 4.312h-40l4-4.312v-19.688a16 16 0 0 1 16-16c0.176 4e-3 0.348 0.012 0.52 0.024a16 16 0 0 1 2.964-5.968 4 4 0 0 0-3.484-2.056zm-6.92 56a8 8 0 0 0 6.92 4 8 8 0 0 0 6.912-4z" fill="#bbbbbb" stroke-width="4"/>
|
||||
<path d="m60 14a12 12 0 0 1-24 0 12 12 0 1 1 24 0z" fill="#bbbbbb" stroke-width="4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 502 B |
30
themes/Qogir-dark/gnome-shell/pad-osd.css
Executable file
@ -0,0 +1,30 @@
|
||||
.Leader {
|
||||
stroke-width: .5 !important;
|
||||
stroke: #333333;
|
||||
fill: none !important;
|
||||
}
|
||||
|
||||
.Button {
|
||||
stroke-width: .25;
|
||||
stroke: #ededed;
|
||||
fill: #ededed;
|
||||
}
|
||||
|
||||
.Ring {
|
||||
stroke-width: .5 !important;
|
||||
stroke: #333333 !important;
|
||||
fill: none !important;
|
||||
}
|
||||
|
||||
.Label {
|
||||
stroke: none !important;
|
||||
stroke-width: .1 !important;
|
||||
font-size: .1 !important;
|
||||
fill: transparent !important;
|
||||
}
|
||||
|
||||
.TouchStrip, .TouchRing {
|
||||
stroke-width: .1 !important;
|
||||
stroke: #ededed !important;
|
||||
fill: #333333 !important;
|
||||
}
|
409
themes/Qogir-dark/gnome-shell/process-working.svg
Executable file
@ -0,0 +1,409 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" id="svg5369" version="1.1" inkscape:version="0.91 r13725" width="512" height="32" sodipodi:docname="process-working.svg" style="display:inline">
|
||||
<metadata id="metadata5375">
|
||||
<rdf:RDF>
|
||||
<cc:Work rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||||
<dc:title/>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs id="defs5373">
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient35326" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient8231-1-4-4-1">
|
||||
<stop id="stop8233-28-5-27-1" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop8235-7-3-94-3"/>
|
||||
<stop id="stop8237-7-8-20-2" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop8239-2-9-1-9" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient35230" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient5767-6">
|
||||
<stop id="stop5769-0" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop5771-1"/>
|
||||
<stop id="stop5773-7" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop5775-8" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10255" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10257">
|
||||
<stop id="stop10259" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10261"/>
|
||||
<stop id="stop10263" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10265" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10267" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10269">
|
||||
<stop id="stop10271" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10273"/>
|
||||
<stop id="stop10275" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10277" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10279" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10281">
|
||||
<stop id="stop10283" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10285"/>
|
||||
<stop id="stop10287" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10289" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10291" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10293">
|
||||
<stop id="stop10295" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10297"/>
|
||||
<stop id="stop10299" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10301" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10303" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10305">
|
||||
<stop id="stop10307" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10309"/>
|
||||
<stop id="stop10311" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10313" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10315" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10317">
|
||||
<stop id="stop10319" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10321"/>
|
||||
<stop id="stop10323" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10325" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10327" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10329">
|
||||
<stop id="stop10331" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10333"/>
|
||||
<stop id="stop10335" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10337" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10339" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10341">
|
||||
<stop id="stop10343" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10345"/>
|
||||
<stop id="stop10347" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10349" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10351" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10353">
|
||||
<stop id="stop10355" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10357"/>
|
||||
<stop id="stop10359" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10361" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10363" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10365">
|
||||
<stop id="stop10367" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10369"/>
|
||||
<stop id="stop10371" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10373" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10375" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10377">
|
||||
<stop id="stop10379" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10381"/>
|
||||
<stop id="stop10383" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10385" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10387" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10389">
|
||||
<stop id="stop10391" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10393"/>
|
||||
<stop id="stop10395" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10397" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10399" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10401">
|
||||
<stop id="stop10403" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10405"/>
|
||||
<stop id="stop10407" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10409" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10411" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10413">
|
||||
<stop id="stop10415" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10417"/>
|
||||
<stop id="stop10419" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10421" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10423" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10425">
|
||||
<stop id="stop10427" offset="0" style="stop-color:#ffffff;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10429"/>
|
||||
<stop id="stop10431" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/>
|
||||
<stop id="stop10433" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10435" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<linearGradient id="linearGradient10437">
|
||||
<stop id="stop10439" offset="0" style="stop-color:#bebebe;stop-opacity:0"/>
|
||||
<stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10441"/>
|
||||
<stop id="stop10443" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/>
|
||||
<stop id="stop10445" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
|
||||
</linearGradient>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10709" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10711" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient11663" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient11665" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14128" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14140" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14152" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14164" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14176" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14188" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14200" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14212" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14224" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14236" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14248" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14260" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14272" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14284" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14296" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14308" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14320" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14332" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14344" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14356" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14368" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14380" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14392" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14404" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14416" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14428" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14440" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14452" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14464" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14476" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14488" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14500" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14512" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14524" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14536" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14548" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14560" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14572" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14584" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14596" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14608" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14620" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14632" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14644" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14656" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14668" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14680" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14692" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14704" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14716" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14728" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14740" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14752" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14764" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14776" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14788" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14800" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14812" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14824" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14836" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14848" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14860" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14872" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14884" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14896" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14908" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14920" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14932" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14944" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14956" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14968" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient14980" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient14992" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15004" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15016" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15028" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15040" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15052" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15064" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15076" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15088" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15100" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15112" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15124" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15136" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15148" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15160" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15172" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15184" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15196" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15208" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15220" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15232" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15244" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15256" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15268" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15280" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15292" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15304" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15316" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15328" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15340" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15352" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15364" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15376" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15388" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15400" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15412" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15424" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15436" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15448" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15460" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15472" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15484" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15496" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15508" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient15520" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient15532" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient18026" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/>
|
||||
<radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient18028" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/>
|
||||
</defs>
|
||||
<sodipodi:namedview pagecolor="#808080" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1975" inkscape:window-height="1098" id="namedview5371" showgrid="false" borderlayer="true" inkscape:showpageshadow="false" inkscape:zoom="1" inkscape:cx="346.23664" inkscape:cy="-6.4057938" inkscape:window-x="139" inkscape:window-y="73" inkscape:window-maximized="0" inkscape:current-layer="layer2" inkscape:snap-bbox="true" inkscape:snap-nodes="false">
|
||||
<inkscape:grid type="xygrid" id="grid11933" empspacing="16" visible="true" enabled="true" snapvisiblegridlinesonly="true" empcolor="#0000ff" empopacity="0.47843137"/>
|
||||
</sodipodi:namedview>
|
||||
<g inkscape:groupmode="layer" id="layer1" inkscape:label="tiles" style="display:none" transform="translate(0,-16)">
|
||||
<rect style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="rect12451" width="24" height="24" x="0" y="0"/>
|
||||
<rect y="24" x="0" height="24" width="24" id="rect12453" style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"/>
|
||||
<rect y="0" x="24" height="24" width="24" id="rect12455" style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"/>
|
||||
<rect style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="rect12457" width="24" height="24" x="24" y="24"/>
|
||||
<rect style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="rect12459" width="24" height="24" x="48" y="0"/>
|
||||
<rect y="24" x="48" height="24" width="24" id="rect12461" style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"/>
|
||||
<rect y="0" x="72" height="24" width="24" id="rect12463" style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"/>
|
||||
<rect style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="rect12465" width="24" height="24" x="72" y="24"/>
|
||||
</g>
|
||||
<g inkscape:groupmode="layer" id="layer2" inkscape:label="spinner" transform="translate(0,-16)">
|
||||
<g style="display:inline" id="g12246" transform="matrix(0.29521872,0,0,0.2952381,149.03971,-388.51498)">
|
||||
<path transform="matrix(-0.16397381,0.61157081,-0.61162275,-0.16377992,-372.32298,1442.5061)" d="m -3.4436513,184.72075 a 22.98097,22.98097 0 0 1 -25.9046347,17.42496 22.98097,22.98097 0 0 1 -19.37345,-24.4816 22.98097,22.98097 0 0 1 22.91234,-21.20622" sodipodi:ry="22.98097" sodipodi:rx="22.98097" sodipodi:cy="179.43886" sodipodi:cx="-25.809397" id="path12248" style="display:inline;fill:none;stroke:url(#radialGradient11663);stroke-width:17.83196449;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" sodipodi:type="arc" sodipodi:start="0.23191105" sodipodi:end="4.712389" sodipodi:open="true" inkscape:export-filename="/home/hbons/Moblin/git/carrick-ng/data/icons/network-connecting.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"/>
|
||||
<path inkscape:export-ydpi="90" inkscape:export-xdpi="90" inkscape:export-filename="/home/hbons/Moblin/git/carrick-ng/data/icons/network-connecting.png" sodipodi:open="true" sodipodi:end="4.712389" sodipodi:start="0.23191105" sodipodi:type="arc" style="display:inline;fill:none;stroke:url(#radialGradient11665);stroke-width:17.83196449;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path12250" sodipodi:cx="-25.809397" sodipodi:cy="179.43886" sodipodi:rx="22.98097" sodipodi:ry="22.98097" d="m -3.4436513,184.72075 a 22.98097,22.98097 0 0 1 -25.9046347,17.42496 22.98097,22.98097 0 0 1 -19.37345,-24.4816 22.98097,22.98097 0 0 1 22.91234,-21.20622" transform="matrix(-0.63300818,0.01438356,-0.01458424,-0.63300359,-491.4014,1510.996)"/>
|
||||
</g>
|
||||
<use height="100%" width="100%" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,48.943073,-180.55304)" id="use12258" xlink:href="#g10450-5" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.97814761,0.20791169,-0.20791169,0.97814761,70.553652,-185.80321)" id="use12260" xlink:href="#use12000" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.95105653,0.30901699,-0.30901699,0.95105653,146.76602,-177.21804)" id="use12266" xlink:href="#g10450-5" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.91354547,0.40673664,-0.40673664,0.91354547,169.60833,-183.68101)" id="use12270" xlink:href="#use12000" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.86602542,0.5,-0.5,0.86602542,194.48539,-193.2587)" id="use12272" xlink:href="#use12002" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.80901701,0.58778525,-0.58778525,0.80901701,289.93475,-156.19404)" id="use12278" xlink:href="#g10450-5" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.74314484,0.66913061,-0.66913061,0.74314484,315.02774,-163.93338)" id="use12282" xlink:href="#use12000" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.66913062,0.74314483,-0.74314483,0.66913062,343.01848,-174.00634)" id="use12284" xlink:href="#use12002" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.58778527,0.809017,-0.809017,0.58778527,374.34035,-185.86931)" id="use12290" xlink:href="#use12008" y="0" x="0"/>
|
||||
<use x="0" y="0" xlink:href="#use12290" id="use12494" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,31.624213,-28.945572)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12494" id="use12498" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,31.778114,-31.872282)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12498" id="use12502" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,31.931711,-34.799662)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12502" id="use12506" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.085178,-37.729332)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12506" id="use12510" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.238466,-40.661342)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12510" id="use12514" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.390823,-43.585942)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12514" id="use12518" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.543439,-46.510902)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12518" id="use12522" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.696338,-49.437422)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12522" id="use12526" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,32.849272,-52.363942)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12526" id="use12530" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.002239,-55.290422)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12530" id="use12534" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.155242,-58.216862)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12534" id="use12538" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.308287,-61.143262)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12538" id="use12542" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.461378,-64.069632)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12542" id="use12546" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.614517,-66.995962)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12546" id="use12550" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.767708,-69.922282)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12550" id="use12554" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,33.920952,-72.848572)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12554" id="use12558" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.074252,-75.774862)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12558" id="use12562" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.228224,-78.701442)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12562" id="use12566" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.384481,-81.628162)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12566" id="use12570" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.543085,-84.555062)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12570" id="use12574" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.694273,-87.482889)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12574" id="use12578" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.845821,-90.410449)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12578" id="use12582" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,34.998931,-93.337739)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12582" id="use12586" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.152046,-96.264989)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12586" id="use12590" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.305116,-99.192209)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12590" id="use12594" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.458143,-102.11938)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12594" id="use12598" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.611131,-105.04652)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12598" id="use12602" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.764086,-107.97361)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12602" id="use12606" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,35.917013,-110.90066)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12606" id="use12610" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.069915,-113.82765)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12610" id="use12614" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.2228,-116.75459)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12614" id="use12618" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.375673,-119.68147)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12618" id="use12622" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.52885,-122.60769)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12622" id="use12626" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.682157,-125.53161)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12626" id="use12630" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.835642,-128.45319)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12630" id="use12634" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,36.990059,-131.38219)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12634" id="use12638" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.144216,-134.31083)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12638" id="use12642" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.298091,-137.2379)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12642" id="use12646" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.45193,-140.16497)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12646" id="use12650" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.605737,-143.09209)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12650" id="use12654" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.759507,-146.01924)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12654" id="use12658" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,37.913236,-148.94644)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12658" id="use12662" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.066918,-151.87367)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12662" id="use12666" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.220552,-154.80093)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12666" id="use12670" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.374134,-157.72821)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12670" id="use12674" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.527663,-160.65551)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12674" id="use12678" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.681136,-163.58282)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12678" id="use12682" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.833937,-166.50983)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12682" id="use12686" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,38.984453,-169.4367)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use12686" id="use12690" transform="matrix(0.9945219,0.10452846,-0.10452846,0.9945219,39.132623,-172.3634)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#g12246" id="use17640" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.463174,-0.6860274)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17640" id="use17642" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.545526,-2.3041175)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17642" id="use17644" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.627869,-3.9222415)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17644" id="use17646" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.710256,-5.5403957)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17646" id="use17648" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.792682,-7.1585849)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17648" id="use17650" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.875146,-8.776813)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17650" id="use17652" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,18.957642,-10.395084)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17652" id="use17654" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.040166,-12.0134)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17654" id="use17656" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.122713,-13.631765)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17656" id="use17658" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.205279,-15.250181)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17658" id="use17660" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.287857,-16.868648)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17660" id="use17662" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.370295,-18.487328)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17662" id="use17664" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.452449,-20.10785)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17664" id="use17666" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.534518,-21.730599)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17666" id="use17668" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,19.616047,-23.351029)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#g12246" id="use17670" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,288.32996,17.191525)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17640" id="use17672" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,305.13809,1.2121247)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17642" id="use17674" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,321.94624,-14.767309)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17644" id="use17676" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,338.75439,-30.746723)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17646" id="use17678" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,355.56257,-46.726112)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17648" id="use17680" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,372.37079,-62.705487)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17650" id="use17682" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,389.179,-78.684846)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17652" id="use17684" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,405.98726,-94.664188)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17654" id="use17686" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,422.79551,-110.64352)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17656" id="use17688" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,439.60382,-126.62284)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17658" id="use17690" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,456.41215,-142.60217)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17660" id="use17692" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,473.22049,-158.58145)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17662" id="use17694" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,490.02954,-174.56102)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17664" id="use17696" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,506.83972,-190.54059)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17666" id="use17698" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,523.65101,-206.52033)" width="100%" height="100%"/>
|
||||
<use x="0" y="0" xlink:href="#use17668" id="use17700" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,540.45771,-222.50042)" width="100%" height="100%"/>
|
||||
<g transform="matrix(-0.29521867,7.2137245e-5,-7.2124844e-5,-0.29523807,-132.95323,452.47763)" id="g17702" style="display:inline">
|
||||
<path inkscape:export-ydpi="90" inkscape:export-xdpi="90" inkscape:export-filename="/home/hbons/Moblin/git/carrick-ng/data/icons/network-connecting.png" sodipodi:open="true" sodipodi:end="4.712389" sodipodi:start="0.23191105" sodipodi:type="arc" style="display:inline;fill:none;stroke:url(#radialGradient18026);stroke-width:17.83196449;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path17704" sodipodi:cx="-25.809397" sodipodi:cy="179.43886" sodipodi:rx="22.98097" sodipodi:ry="22.98097" d="m -3.4436513,184.72075 a 22.98097,22.98097 0 0 1 -25.9046347,17.42496 22.98097,22.98097 0 0 1 -19.37345,-24.4816 22.98097,22.98097 0 0 1 22.91234,-21.20622" transform="matrix(-0.16397381,0.61157081,-0.61162275,-0.16377992,-372.32298,1442.5061)"/>
|
||||
<path transform="matrix(-0.63300818,0.01438356,-0.01458424,-0.63300359,-491.4014,1510.996)" d="m -3.4436513,184.72075 a 22.98097,22.98097 0 0 1 -25.9046347,17.42496 22.98097,22.98097 0 0 1 -19.37345,-24.4816 22.98097,22.98097 0 0 1 22.91234,-21.20622" sodipodi:ry="22.98097" sodipodi:rx="22.98097" sodipodi:cy="179.43886" sodipodi:cx="-25.809397" id="path17706" style="display:inline;fill:none;stroke:url(#radialGradient18028);stroke-width:17.83196449;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" sodipodi:type="arc" sodipodi:start="0.23191105" sodipodi:end="4.712389" sodipodi:open="true" inkscape:export-filename="/home/hbons/Moblin/git/carrick-ng/data/icons/network-connecting.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90"/>
|
||||
</g>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.081742,-0.6039496)" id="use17708" xlink:href="#g17702" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.164094,-2.2220396)" id="use17710" xlink:href="#use17708" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.246437,-3.8401636)" id="use17712" xlink:href="#use17710" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.328824,-5.4583176)" id="use17714" xlink:href="#use17712" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.41125,-7.0765066)" id="use17716" xlink:href="#use17714" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.493714,-8.6947346)" id="use17718" xlink:href="#use17716" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.57621,-10.313006)" id="use17720" xlink:href="#use17718" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.658734,-11.931322)" id="use17722" xlink:href="#use17720" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.741281,-13.549687)" id="use17724" xlink:href="#use17722" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.823847,-15.168103)" id="use17726" xlink:href="#use17724" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.906425,-16.78657)" id="use17728" xlink:href="#use17726" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,20.988863,-18.40525)" id="use17730" xlink:href="#use17728" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,21.071017,-20.025772)" id="use17732" xlink:href="#use17730" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,21.153086,-21.648521)" id="use17734" xlink:href="#use17732" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(0.99487012,0.10116048,-0.10116048,0.99487012,21.234615,-23.268951)" id="use17736" xlink:href="#use17734" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,304.30952,33.999897)" id="use17738" xlink:href="#g17702" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,321.11765,18.020497)" id="use17740" xlink:href="#use17708" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,337.9258,2.0410622)" id="use17742" xlink:href="#use17710" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,354.73395,-13.938351)" id="use17744" xlink:href="#use17712" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,371.54213,-29.91774)" id="use17746" xlink:href="#use17714" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,388.35035,-45.897115)" id="use17748" xlink:href="#use17716" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,405.15856,-61.876474)" id="use17750" xlink:href="#use17718" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,421.96682,-77.855816)" id="use17752" xlink:href="#use17720" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,438.77507,-93.835152)" id="use17754" xlink:href="#use17722" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,455.58338,-109.81448)" id="use17756" xlink:href="#use17724" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,472.39171,-125.79381)" id="use17758" xlink:href="#use17726" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,489.20005,-141.77309)" id="use17760" xlink:href="#use17728" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,506.0091,-157.75266)" id="use17762" xlink:href="#use17730" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,522.81928,-173.73223)" id="use17764" xlink:href="#use17732" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,539.63057,-189.71197)" id="use17766" xlink:href="#use17734" y="0" x="0"/>
|
||||
<use height="100%" width="100%" transform="matrix(-0.0505232,0.99872288,-0.99872288,-0.0505232,556.43727,-205.69206)" id="use17768" xlink:href="#use17736" y="0" x="0"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 78 KiB |
157
themes/Qogir-dark/gtk-2.0/apps.rc
Executable file
@ -0,0 +1,157 @@
|
||||
#
|
||||
# Thunar
|
||||
#
|
||||
style "thunar-handle" { GtkPaned::handle-size = 2 }
|
||||
|
||||
style "dark-sidebar" {
|
||||
GtkTreeView::odd_row_color = @dark_sidebar_bg
|
||||
GtkTreeView::even_row_color = @dark_sidebar_bg
|
||||
|
||||
|
||||
base[NORMAL] = @dark_sidebar_bg
|
||||
base[INSENSITIVE] = @dark_sidebar_bg
|
||||
|
||||
text[NORMAL] = @fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
}
|
||||
|
||||
style "thunar-frame" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
}
|
||||
|
||||
widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
|
||||
widget_class "*ThunarShortcutsView*" style "dark-sidebar"
|
||||
widget_class "*ThunarTreeView*" style "dark-sidebar"
|
||||
widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
|
||||
|
||||
#
|
||||
# Workaround for colored entries
|
||||
#
|
||||
style "entry_border" {
|
||||
|
||||
xthickness = 7
|
||||
ythickness = 5
|
||||
|
||||
engine "pixmap" {
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
state = NORMAL
|
||||
detail = "entry"
|
||||
file = "assets/entry-border-bg.png"
|
||||
border = {6, 6, 6, 6}
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
state = ACTIVE
|
||||
detail = "entry"
|
||||
file = "assets/entry-border-active-bg.png"
|
||||
border = {6, 6, 6, 6}
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image {
|
||||
function = FLAT_BOX
|
||||
state = ACTIVE
|
||||
detail = "entry_bg"
|
||||
file = "assets/null.png"
|
||||
}
|
||||
|
||||
image {
|
||||
function = FLAT_BOX
|
||||
state = INSENSITIVE
|
||||
detail = "entry_bg"
|
||||
file = "assets/null.png"
|
||||
}
|
||||
|
||||
image {
|
||||
function = FLAT_BOX
|
||||
detail = "entry_bg"
|
||||
file = "assets/null.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "combobox_entry_border" = "combobox_entry" {
|
||||
|
||||
engine "pixmap" {
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
state = NORMAL
|
||||
shadow = IN
|
||||
file = "assets/combo-entry-border.png"
|
||||
border = { 4, 4, 12, 12 }
|
||||
stretch = TRUE
|
||||
direction = LTR
|
||||
}
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
state = ACTIVE
|
||||
file = "assets/combo-entry-border-focus.png"
|
||||
border = { 4, 4, 12, 12 }
|
||||
stretch = TRUE
|
||||
direction = LTR
|
||||
}
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
state = NORMAL
|
||||
shadow = IN
|
||||
file = "assets/combo-entry-border-rtl.png"
|
||||
border = { 4, 4, 12, 12 }
|
||||
stretch = TRUE
|
||||
direction = RTL
|
||||
}
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
state = ACTIVE
|
||||
file = "assets/combo-entry-border-focus-rtl.png"
|
||||
border = { 4, 4, 12, 12 }
|
||||
stretch = TRUE
|
||||
direction = RTL
|
||||
}
|
||||
|
||||
image {
|
||||
function = FLAT_BOX
|
||||
state = INSENSITIVE
|
||||
detail = "entry_bg"
|
||||
file = "assets/null.png"
|
||||
}
|
||||
|
||||
image {
|
||||
function = FLAT_BOX
|
||||
detail = "entry_bg"
|
||||
file = "assets/null.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Mousepad search entry
|
||||
widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border"
|
||||
|
||||
# Mousepad find and replace
|
||||
widget_class "*MousepadReplaceDialog*.<GtkEntry>" style "entry_border"
|
||||
|
||||
# Thunar bulk rename
|
||||
widget_class "*ThunarRenamerDialog*.<GtkEntry>" style "entry_border"
|
||||
|
||||
# Hexchat input box
|
||||
class "SexySpellEntry" style:highest "entry_border"
|
||||
|
||||
# Geany search entries
|
||||
widget "*GeanyToolbar.*geany-search-entry-no-match*" style "entry_border"
|
||||
widget "*GeanyToolbar.*GtkEntry*" style "entry_border"
|
||||
|
||||
widget "GeanyDialogSearch.*GtkComboBoxEntry*.*geany-search-entry-no-match*" style "combobox_entry_border"
|
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-down-insens.png
Executable file
After Width: | Height: | Size: 315 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-down-prelight.png
Executable file
After Width: | Height: | Size: 308 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-down-small-insens.png
Executable file
After Width: | Height: | Size: 289 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-down-small-prelight.png
Executable file
After Width: | Height: | Size: 275 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-down-small.png
Executable file
After Width: | Height: | Size: 282 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-down.png
Executable file
After Width: | Height: | Size: 316 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-left-insens.png
Executable file
After Width: | Height: | Size: 324 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-left-prelight.png
Executable file
After Width: | Height: | Size: 323 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-left.png
Executable file
After Width: | Height: | Size: 316 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-right-insens.png
Executable file
After Width: | Height: | Size: 320 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-right-prelight.png
Executable file
After Width: | Height: | Size: 312 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-right.png
Executable file
After Width: | Height: | Size: 316 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-up-insens.png
Executable file
After Width: | Height: | Size: 325 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-up-prelight.png
Executable file
After Width: | Height: | Size: 323 B |
BIN
themes/Qogir-dark/gtk-2.0/assets/arrow-up-small-insens.png
Executable file
After Width: | Height: | Size: 278 B |