@ -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>.
|
@ -0,0 +1,72 @@
|
||||
style "workspace-switcher"
|
||||
{
|
||||
bg[SELECTED] = shade (1.0, @selected_bg_color)
|
||||
bg[PRELIGHT] = shade (1.0, @selected_bg_color)
|
||||
}
|
||||
|
||||
widget "*WnckPager*" style "workspace-switcher"
|
||||
|
||||
# Workaround for the evolution ETable (bug #527532)
|
||||
widget_class "*.<ETable>.<ECanvas>" style "treeview_header"
|
||||
# Workaround for the evolution ETree
|
||||
widget_class "*.<ETree>.<ECanvas>" style "treeview_header"
|
||||
|
||||
# Special case the caja-extra-view-widget
|
||||
# ToDo: A more generic approach for all applications that have a widget like this.
|
||||
widget "*.caja-extra-view-widget" style : highest "caja-location"
|
||||
|
||||
# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
|
||||
# Note that this work around assumes that the combobox is _not_ in appears-as-list mode.
|
||||
widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
|
||||
# This is the part of the workaround that fixes the menus
|
||||
widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
|
||||
|
||||
# Work around the usage of GtkLabel inside GtkListItems to display text.
|
||||
# This breaks because the label is shown on a background that is based on the base color.
|
||||
widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
|
||||
# GtkCList also uses the fg color to draw text on top of the base colors.
|
||||
widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
|
||||
# Caja when renaming files, and maybe other places.
|
||||
widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
|
||||
|
||||
# See the documentation of the style.
|
||||
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
|
||||
|
||||
##########################################################################
|
||||
# Chromium.
|
||||
##########################################################################
|
||||
|
||||
style "chromium_toolbar_button" {
|
||||
engine "clearlooks" {
|
||||
colorize_scrollbar = TRUE
|
||||
reliefstyle = 1
|
||||
menubarstyle = 2
|
||||
toolbarstyle = 1
|
||||
animation = FALSE
|
||||
radius = 3.0
|
||||
style = GUMMY
|
||||
|
||||
# Set a hint to disable backward compatibility fallbacks.
|
||||
hint = "use-hints"
|
||||
}
|
||||
}
|
||||
|
||||
style "chrome-hacks"
|
||||
{
|
||||
ChromeGtkFrame::frame-color = "#86abd9"
|
||||
ChromeGtkFrame::frame-gradient-color = "#8cb0dc"
|
||||
ChromeGtkFrame::frame-gradient-size = 16
|
||||
ChromeGtkFrame::inactive-frame-color = "#dedcda"
|
||||
ChromeGtkFrame::inactive-frame-gradient-color = "#e3e2e0"
|
||||
ChromeGtkFrame::incognito-frame-color = "#4b6e99"
|
||||
ChromeGtkFrame::incognito-frame-gradient-color = shade (1.02, "#4b6e99")
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = "#d5d3d1"
|
||||
ChromeGtkFrame::incognito-inactive-frame-gradient-color = shade (1.02, "#d5d3d1")
|
||||
ChromeGtkFrame::scrollbar-trough-color = shade (0.9, "#edeceb")
|
||||
ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.05, "#86abd9")
|
||||
ChromeGtkFrame::scrollbar-slider-normal-color = "#86abd9"
|
||||
}
|
||||
|
||||
class "ChromeGtkFrame" style "chrome-hacks"
|
||||
widget_class "*Chrom*Button*" style "chromium_toolbar_button"
|
||||
|
@ -0,0 +1,408 @@
|
||||
|
||||
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
|
||||
|
||||
gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#86abd9\nselected_fg_color:#ffffff\ntext_color:#1a1a1a\nbg_color:#edeceb\ntooltip_bg_color:#f5f5b5\nlink_color:#0000ee\nvisited_link_color:#551a8b"
|
||||
|
||||
style "default" {
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
#######################
|
||||
# Style Properties
|
||||
#######################
|
||||
GtkButton::child-displacement-x = 1
|
||||
GtkButton::child-displacement-y = 1
|
||||
GtkButton::default-border = { 0, 0, 0, 0 }
|
||||
GtkButton::image-spacing = 4
|
||||
GtkToolButton::icon-spacing = 4
|
||||
|
||||
GtkCheckButton::indicator-size = 14
|
||||
|
||||
GtkPaned::handle-size = 6
|
||||
|
||||
GtkRange::trough-border = 0
|
||||
GtkRange::slider-width = 15
|
||||
GtkRange::stepper-size = 15
|
||||
|
||||
GtkScale::slider-length = 23
|
||||
GtkScale::trough-side-details = 1
|
||||
|
||||
GtkScrollbar::min-slider-length = 30
|
||||
GtkMenuBar::internal-padding = 0
|
||||
GtkExpander::expander-size = 16
|
||||
GtkToolbar::internal-padding = 1
|
||||
GtkTreeView::expander-size = 14
|
||||
GtkTreeView::vertical-separator = 0
|
||||
|
||||
GtkMenu::horizontal-padding = 0
|
||||
GtkMenu::vertical-padding = 0
|
||||
|
||||
WnckTasklist::fade-overlay-rect = 0
|
||||
# The following line hints to gecko (and possibly other appliations)
|
||||
# that the entry should be drawn transparently on the canvas.
|
||||
# Without this, gecko will fill in the background of the entry.
|
||||
GtkEntry::honors-transparent-bg-hint = 1
|
||||
|
||||
GtkEntry::progress-border = { 2, 2, 2, 2 }
|
||||
|
||||
GtkWidget::link-color = @link_color
|
||||
GtkWidget::visited-link-color = @visited_link_color
|
||||
|
||||
####################
|
||||
# Color Definitions
|
||||
####################
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
fg[ACTIVE] = @fg_color
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
|
||||
base[NORMAL] = @base_color
|
||||
base[PRELIGHT] = shade (0.95, @bg_color)
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[INSENSITIVE] = @bg_color
|
||||
base[ACTIVE] = shade (0.9, @selected_bg_color)
|
||||
|
||||
engine "clearlooks" {
|
||||
colorize_scrollbar = TRUE
|
||||
reliefstyle = 1
|
||||
menubarstyle = 2
|
||||
toolbarstyle = 1
|
||||
animation = FALSE
|
||||
radius = 3.0
|
||||
style = GUMMY
|
||||
|
||||
# Set a hint to disable backward compatibility fallbacks.
|
||||
hint = "use-hints"
|
||||
}
|
||||
}
|
||||
|
||||
style "wide" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
}
|
||||
|
||||
style "wider" {
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "entry" {
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
|
||||
bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
|
||||
fg[SELECTED] = @text_color
|
||||
|
||||
engine "clearlooks" {
|
||||
focus_color = shade (0.65, @selected_bg_color)
|
||||
}
|
||||
}
|
||||
|
||||
style "spinbutton" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "spinbutton"
|
||||
}
|
||||
}
|
||||
|
||||
style "scale" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "scale"
|
||||
}
|
||||
}
|
||||
|
||||
style "vscale" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "vscale"
|
||||
}
|
||||
}
|
||||
|
||||
style "hscale" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "hscale"
|
||||
}
|
||||
}
|
||||
|
||||
style "scrollbar" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "scrollbar"
|
||||
}
|
||||
}
|
||||
|
||||
style "hscrollbar" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "hscrollbar"
|
||||
}
|
||||
}
|
||||
|
||||
style "vscrollbar" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "vscrollbar"
|
||||
}
|
||||
}
|
||||
|
||||
style "notebook_bg" {
|
||||
|
||||
bg[NORMAL] = shade (1.02, @bg_color)
|
||||
}
|
||||
|
||||
style "button" {
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
|
||||
bg[NORMAL] = shade (1.04, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.06, @bg_color)
|
||||
bg[ACTIVE] = shade (0.85, @bg_color)
|
||||
}
|
||||
|
||||
# The color is changed by the notebook_bg style, this style
|
||||
# changes the x/ythickness
|
||||
style "notebook" {
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "statusbar" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "statusbar"
|
||||
}
|
||||
}
|
||||
|
||||
style "comboboxentry" {
|
||||
|
||||
engine "clearlooks" {
|
||||
# Note:
|
||||
# If you set the appears-as-list option on comboboxes in the theme,
|
||||
# then you should set this hint on the combobox instead.
|
||||
hint = "comboboxentry"
|
||||
}
|
||||
}
|
||||
|
||||
style "menubar" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "menubar"
|
||||
}
|
||||
}
|
||||
|
||||
style "menu" {
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
bg[NORMAL] = shade (1.08, @bg_color)
|
||||
|
||||
engine "clearlooks" {
|
||||
radius = 0.0
|
||||
}
|
||||
}
|
||||
|
||||
style "menu_item" {
|
||||
xthickness = 2
|
||||
ythickness = 3
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
}
|
||||
|
||||
# This style is there to modify the separator menu items. The goals are:
|
||||
# 1. Get a specific height.
|
||||
# 2. The line should go to the edges (ie. no border at the left/right)
|
||||
style "separator_menu_item" {
|
||||
xthickness = 1
|
||||
ythickness = 0
|
||||
|
||||
GtkSeparatorMenuItem::horizontal-padding = 0
|
||||
GtkWidget::wide-separators = 1
|
||||
GtkWidget::separator-width = 1
|
||||
GtkWidget::separator-height = 7
|
||||
}
|
||||
|
||||
style "frame_title" {
|
||||
|
||||
fg[NORMAL] = lighter (@fg_color)
|
||||
}
|
||||
|
||||
style "treeview" {
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "treeview"
|
||||
}
|
||||
}
|
||||
|
||||
# The almost useless progress bar style
|
||||
style "progressbar" {
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
|
||||
engine "clearlooks" {
|
||||
# Explicitly set the radius for the progress bars inside menu items.
|
||||
radius = 3.0
|
||||
|
||||
hint = "progressbar"
|
||||
}
|
||||
}
|
||||
|
||||
# This style is based on the default style, so that the colors from the button
|
||||
# style are overriden again.
|
||||
style "treeview_header" = "default" {
|
||||
xthickness = 2
|
||||
ythickness = 1
|
||||
|
||||
engine "clearlooks" {
|
||||
hint = "treeview-header"
|
||||
}
|
||||
}
|
||||
|
||||
style "tooltips" {
|
||||
xthickness = 4
|
||||
ythickness = 4
|
||||
|
||||
bg[NORMAL] = @tooltip_bg_color
|
||||
fg[NORMAL] = @tooltip_fg_color
|
||||
}
|
||||
|
||||
# fix for caja
|
||||
|
||||
style "caja-location" {
|
||||
|
||||
bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @bg_color)
|
||||
}
|
||||
widget "*.caja-extra-view-widget" style : highest "caja-location"
|
||||
|
||||
# Wrokaroudn style for places where the text color is used instead of the fg color.
|
||||
style "text_is_fg_color_workaround" {
|
||||
|
||||
text[NORMAL] = @fg_color
|
||||
text[PRELIGHT] = @fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
}
|
||||
|
||||
# Workaround style for menus where the text color is used instead of the fg color.
|
||||
style "menuitem_text_is_fg_color_workaround" {
|
||||
|
||||
text[NORMAL] = @fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @fg_color
|
||||
text[INSENSITIVE] = darker (@bg_color)
|
||||
}
|
||||
|
||||
# Workaround style for places where the fg color is used instead of the text color.
|
||||
style "fg_is_text_color_workaround" {
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = darker (@bg_color)
|
||||
}
|
||||
|
||||
# Style to set the toolbar to use a flat style. This is because the "New" button in
|
||||
# Evolution is not drawn transparent. So if there is a gradient in the background it will
|
||||
# look really wrong.
|
||||
# See http://bugzilla.gnome.org/show_bug.cgi?id=446953.
|
||||
style "evo_new_button_workaround" {
|
||||
|
||||
engine "clearlooks" {
|
||||
toolbarstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
# The following part of the gtkrc applies the different styles to the widgets.
|
||||
###############################################################################
|
||||
|
||||
# The default style is applied to every widget
|
||||
class "GtkWidget" style "default"
|
||||
|
||||
class "GtkSeparator" style "wide"
|
||||
class "GtkFrame" style "wide"
|
||||
class "GtkCalendar" style "wide"
|
||||
class "GtkEntry" style "entry"
|
||||
|
||||
class "GtkSpinButton" style "spinbutton"
|
||||
class "GtkScale" style "scale"
|
||||
class "GtkVScale" style "vscale"
|
||||
class "GtkHScale" style "hscale"
|
||||
class "GtkScrollbar" style "scrollbar"
|
||||
class "GtkHScrollbar" style "hscrollbar"
|
||||
class "GtkVScrollbar" style "vscrollbar"
|
||||
|
||||
# General matching follows. The order is choosen so that the right styles override
|
||||
# each other. EG. progressbar needs to be more important than the menu match.
|
||||
widget_class "*<GtkNotebook>" style "notebook_bg"
|
||||
# This is not perfect, it could be done better.
|
||||
# (That is modify *every* widget in the notebook, and change those back that
|
||||
# we really don't want changed)
|
||||
widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
|
||||
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
|
||||
widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
|
||||
widget_class "*<GtkNotebook>*<GtkViewport>" style "notebook_bg"
|
||||
widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook_bg"
|
||||
|
||||
widget_class "*<GtkButton>" style "button"
|
||||
widget_class "*<GtkNotebook>" style "notebook"
|
||||
widget_class "*<GtkStatusbar>*" style "statusbar"
|
||||
|
||||
widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
|
||||
widget_class "*<GtkCombo>*" style "comboboxentry"
|
||||
|
||||
widget_class "*<GtkMenuBar>*" style "menubar"
|
||||
widget_class "*<GtkMenu>*" style "menu"
|
||||
widget_class "*<GtkMenuItem>*" style "menu_item"
|
||||
widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
|
||||
|
||||
widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
|
||||
widget_class "*.<GtkTreeView>*" style "treeview"
|
||||
|
||||
widget_class "*<GtkProgress>" style "progressbar"
|
||||
|
||||
# Treeview headers (and similar stock GTK+ widgets)
|
||||
widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
|
||||
widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
|
||||
widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
|
||||
widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
|
||||
|
||||
# The window of the tooltip is called "gtk-tooltip"
|
||||
##################################################################
|
||||
# FIXME:
|
||||
# This will not work if one embeds eg. a button into the tooltip.
|
||||
# As far as I can tell right now we will need to rework the theme
|
||||
# quite a bit to get this working correctly.
|
||||
# (It will involve setting different priorities, etc.)
|
||||
##################################################################
|
||||
widget "gtk-tooltip*" style "tooltips"
|
||||
|
||||
##########################################################################
|
||||
# Following are special cases and workarounds for issues in applications.
|
||||
##########################################################################
|
||||
|
||||
include "applications.rc"
|
||||
|
@ -0,0 +1,104 @@
|
||||
/************
|
||||
* Nautilus *
|
||||
************/
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
color: @theme_base_color;
|
||||
text-shadow: 1px 1px alpha (@theme_fg_color, 0.8);
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active,
|
||||
.nautilus-desktop.nautilus-canvas-item:hover,
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-desktop .entry {
|
||||
background-image: none;
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
/*******************
|
||||
* gnome-documents *
|
||||
*******************/
|
||||
|
||||
.documents-scrolledwin.frame {
|
||||
border-width: 1px 0 0 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.documents-main-view.view {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
iconview.documents-main-view.check {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
.documents-selection-mode.toolbar {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.documents-selection-mode.toolbar .dim-label {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.documents-icon-bg {
|
||||
background-color: @switch_trough_active_gradient_a;
|
||||
border-radius: 3px;
|
||||
color: @theme_base_color;
|
||||
}
|
||||
|
||||
.documents-collection-icon {
|
||||
background-color: @theme_bg_color;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* gnome-weather */
|
||||
|
||||
#weather-page stack > scrolledwindow > viewport.frame,
|
||||
#weather-page stack > scrolledwindow > viewport.frame > grid > frame {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#weather-page frame.weather-clear .linked.stack-switcher.osd > button,
|
||||
#weather-page frame.weather-overcast .linked.stack-switcher.osd > button,
|
||||
#weather-page frame.weather-overcast stack > scrolledwindow > .frame label {
|
||||
color: @theme_fg_color;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#weather-page frame.weather-clear .linked.stack-switcher.osd > button:checked,
|
||||
#weather-page frame.weather-overcast .linked.stack-switcher.osd > button:checked {
|
||||
color: @osd_button_fg_active;
|
||||
}
|
||||
|
||||
/*********
|
||||
* Unity *
|
||||
*********/
|
||||
|
||||
UnityPanelWidget,
|
||||
.unity-panel {
|
||||
background-image: none;
|
||||
background-color: @theme_bg_color;
|
||||
color: @theme_fg_color;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.unity-panel menubar menuitem:hover {
|
||||
background-color: @menu_bg_color;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 0px;
|
||||
border-color: @menubar_menuitem_hover_border_color;
|
||||
border-radius: 3px 3px 0 0;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top,
|
||||
left bottom,
|
||||
from (@menubar_menuitem_hover_gradient_a),
|
||||
color-stop (0.50, @menubar_menuitem_hover_gradient_b),
|
||||
color-stop (0.50, @menubar_menuitem_hover_gradient_c),
|
||||
to (@menubar_menuitem_hover_gradient_d));
|
||||
}
|
||||
|
@ -0,0 +1,710 @@
|
||||
/**********
|
||||
* Assets *
|
||||
**********/
|
||||
|
||||
/*************
|
||||
* GtkSwitch *
|
||||
*************/
|
||||
|
||||
switch slider {
|
||||
background-image: linear-gradient(to bottom,
|
||||
alpha (@switch_slider_gradient_a, 0.5),
|
||||
alpha (@switch_slider_gradient_b, 0.5) 50%,
|
||||
alpha (@switch_slider_gradient_c, 0.5) 50%,
|
||||
alpha (@switch_slider_gradient_d, 0.5)),
|
||||
url("img/slider-horz-grip.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
switch slider:disabled {
|
||||
background-image: linear-gradient(to bottom,
|
||||
alpha (@switch_slider_insensitive_gradient_a, 0.8),
|
||||
alpha (@switch_slider_insensitive_gradient_b, 0.8) 50%,
|
||||
alpha (@switch_slider_insensitive_gradient_c, 0.8) 50%,
|
||||
alpha (@switch_slider_insensitive_gradient_d, 0.8)),
|
||||
url("img/slider-horz-grip.png");
|
||||
}
|
||||
|
||||
/*************
|
||||
* Scrollbar *
|
||||
*************/
|
||||
|
||||
scrollbar slider {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
scrollbar.vertical slider {
|
||||
background-image: linear-gradient(to right,
|
||||
alpha (@scrollbar_slider_inner_border_color, 0.5),
|
||||
alpha (@scrollbar_slider_gradient_a, 0.5) 1px,
|
||||
alpha (@scrollbar_slider_gradient_b, 0.5) 50%,
|
||||
alpha (@scrollbar_slider_gradient_c, 0.5) 50%,
|
||||
alpha (@scrollbar_slider_gradient_d, 0.5) 95%,
|
||||
alpha (@scrollbar_slider_inner_border_color, 0.5)),
|
||||
url("img/slider-vert-grip.png");
|
||||
}
|
||||
|
||||
scrollbar.horizontal slider {
|
||||
background-image: linear-gradient(to bottom,
|
||||
alpha (@scrollbar_slider_inner_border_color, 0.5),
|
||||
alpha (@scrollbar_slider_gradient_a, 0.5) 1px,
|
||||
alpha (@scrollbar_slider_gradient_b, 0.5) 50%,
|
||||
alpha (@scrollbar_slider_gradient_c, 0.5) 50%,
|
||||
alpha (@scrollbar_slider_gradient_d, 0.5) 95%,
|
||||
alpha (@scrollbar_slider_inner_border_color, 0.5)),
|
||||
url("img/slider-horz-grip.png");
|
||||
}
|
||||
|
||||
scrollbar.vertical slider:hover {
|
||||
background-image: linear-gradient(to right,
|
||||
alpha (@scrollbar_slider_inner_border_color, 0.5),
|
||||
alpha (@scrollbar_slider_hover_gradient_a, 0.5) 1px,
|
||||
alpha (@scrollbar_slider_hover_gradient_b, 0.5) 50%,
|
||||
alpha (@scrollbar_slider_hover_gradient_c, 0.5) 50%,
|
||||
alpha (@scrollbar_slider_hover_gradient_d, 0.5) 95%,
|
||||
alpha (@scrollbar_slider_inner_border_color, 0.5)),
|
||||
url("img/slider-vert-grip.png");
|
||||
}
|
||||
|
||||
scrollbar.horizontal slider:hover {
|
||||
background-image: linear-gradient(to bottom,
|
||||
alpha (@scrollbar_slider_inner_border_color, 0.5),
|
||||
alpha (@scrollbar_slider_hover_gradient_a, 0.5) 1px,
|
||||
alpha (@scrollbar_slider_hover_gradient_b, 0.5) 50%,
|
||||
alpha (@scrollbar_slider_hover_gradient_c, 0.5) 50%,
|
||||
alpha (@scrollbar_slider_hover_gradient_d, 0.5) 95%,
|
||||
alpha (@scrollbar_slider_inner_border_color, 0.5)),
|
||||
url("img/slider-horz-grip.png");
|
||||
}
|
||||
|
||||
/*************************
|
||||
* Check and Radio items *
|
||||
*************************/
|
||||
|
||||
check,
|
||||
.check,
|
||||
check row:selected,
|
||||
check row:selected:focus {
|
||||
-gtk-icon-source: url("img/checkbox-unchecked.png");
|
||||
}
|
||||
|
||||
check:hover,
|
||||
.check:hover,
|
||||
check row:selected:hover,
|
||||
check row:selected:focus:hover {
|
||||
-gtk-icon-source: url("img/checkbox-unchecked-hover.png");
|
||||
}
|
||||
|
||||
check:disabled,
|
||||
.check:disabled,
|
||||
check row:selected:disabled,
|
||||
check row:selected:focus:disabled {
|
||||
-gtk-icon-source: url("img/checkbox-unchecked-insensitive.png");
|
||||
}
|
||||
|
||||
check:checked,
|
||||
.check:checked,
|
||||
check row:selected:checked,
|
||||
check row:selected:focus:checked {
|
||||
-gtk-icon-source: url("img/checkbox-checked.png");
|
||||
}
|
||||
|
||||
check:checked:hover,
|
||||
.check:checked:hover,
|
||||
check row:selected:checked:hover,
|
||||
check row:selected:focus:checked:hover {
|
||||
-gtk-icon-source: url("img/checkbox-checked-hover.png");
|
||||
}
|
||||
|
||||
check:checked:disabled,
|
||||
.check:checked:disabled,
|
||||
check row:selected:checked:disabled,
|
||||
check row:selected:focus:checked:disabled {
|
||||
-gtk-icon-source: url("img/checkbox-checked-insensitive.png");
|
||||
}
|
||||
|
||||
check:indeterminate,
|
||||
.check:indeterminate,
|
||||
check row:selected:indeterminate,
|
||||
check row:selected:focus:indeterminate {
|
||||
-gtk-icon-source: url("img/checkbox-mixed.png");
|
||||
}
|
||||
|
||||
check:indeterminate:hover,
|
||||
.check:indeterminate:hover,
|
||||
check row:selected:indeterminate:hover,
|
||||
check row:selected:focus:indeterminate:hover {
|
||||
-gtk-icon-source: url("img/checkbox-mixed-hover.png");
|
||||
}
|
||||
|
||||
check:indeterminate:disabled,
|
||||
.check:indeterminate:disabled,
|
||||
check row:selected:indeterminate:disabled,
|
||||
check row:selected:focus:indeterminate:disabled {
|
||||
-gtk-icon-source: url("img/checkbox-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
radio,
|
||||
.radio,
|
||||
radio row:selected,
|
||||
radio row:selected:focus {
|
||||
-gtk-icon-source: url("img/radio-unchecked.png");
|
||||
}
|
||||
|
||||
radio:hover,
|
||||
.radio:hover,
|
||||
radio row:selected:hover,
|
||||
radio row:selected:focus:hover {
|
||||
-gtk-icon-source: url("img/radio-unchecked-hover.png");
|
||||
}
|
||||
|
||||
radio:disabled,
|
||||
.radio:disabled,
|
||||
radio row:selected:disabled,
|
||||
radio row:selected:focus:disabled {
|
||||
-gtk-icon-source: url("img/radio-unchecked-insensitive.png");
|
||||
}
|
||||
|
||||
radio:checked,
|
||||
.radio:checked,
|
||||
radio row:selected:checked,
|
||||
radio row:selected:focus:checked {
|
||||
-gtk-icon-source: url("img/radio-checked.png");
|
||||
}
|
||||
|
||||
radio:checked:hover,
|
||||
.radio:checked:hover,
|
||||
radio row:selected:checked:hover,
|
||||
radio row:selected:focus:checked:hover {
|
||||
-gtk-icon-source: url("img/radio-checked-hover.png");
|
||||
}
|
||||
|
||||
radio:checked:disabled,
|
||||
.radio:checked:disabled,
|
||||
radio row:selected:checked:disabled,
|
||||
radio row:selected:focus:checked:disabled {
|
||||
-gtk-icon-source: url("img/radio-checked-insensitive.png");
|
||||
}
|
||||
|
||||
radio:indeterminate,
|
||||
.radio:indeterminate,
|
||||
radio row:selected:indeterminate,
|
||||
radio row:selected:focus:indeterminate {
|
||||
-gtk-icon-source: url("img/radio-mixed.png");
|
||||
}
|
||||
|
||||
radio:indeterminate:hover,
|
||||
.radio:indeterminate:hover,
|
||||
radio row:selected:indeterminate:hover,
|
||||
radio row:selected:focus:indeterminate:hover {
|
||||
-gtk-icon-source: url("img/radio-mixed-hover.png");
|
||||
}
|
||||
|
||||
radio:indeterminate:disabled,
|
||||
.radio:indeterminate:disabled,
|
||||
radio row:selected:indeterminate:disabled,
|
||||
radio row:selected:focus:indeterminate:disabled {
|
||||
-gtk-icon-source: url("img/radio-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
/*********************
|
||||
* GtkScale's slider *
|
||||
*********************/
|
||||
|
||||
scale slider,
|
||||
scale.horizontal slider {
|
||||
background-image: url("img/scale-slider-horz.png");
|
||||
}
|
||||
|
||||
scale slider:hover,
|
||||
scale.horizontal slider:hover {
|
||||
background-image: url("img/scale-slider-horz-hover.png");
|
||||
}
|
||||
|
||||
scale slider:disabled,
|
||||
scale.horizontal slider:disabled {
|
||||
background-image: url("img/scale-slider-horz-insensitive.png");
|
||||
}
|
||||
|
||||
scale.vertical slider {
|
||||
background-image: url("img/scale-slider-vert.png");
|
||||
}
|
||||
|
||||
scale.vertical slider:hover {
|
||||
background-image: url("img/scale-slider-vert-hover.png");
|
||||
}
|
||||
|
||||
scale.vertical slider:disabled {
|
||||
background-image: url("img/scale-slider-vert-insensitive.png");
|
||||
}
|
||||
|
||||
scale.horizontal.marks-before slider {
|
||||
background-image: url("img/scale-slider-horz.png");
|
||||
}
|
||||
|
||||
scale.horizontal.marks-before slider:hover {
|
||||
background-image: url("img/scale-slider-horz-hover.png");
|
||||
}
|
||||
|
||||
scale.horizontal.marks-before slider:disabled {
|
||||
background-image: url("img/scale-slider-horz-insensitive.png");
|
||||
}
|
||||
|
||||
scale.vertical.marks-before slider {
|
||||
background-image: url("img/scale-slider-vert.png");
|
||||
}
|
||||
|
||||
scale.vertical.marks-before slider:hover {
|
||||
background-image: url("img/scale-slider-vert-hover.png");
|
||||
}
|
||||
|
||||
scale.vertical.marks-before slider:disabled {
|
||||
background-image: url("img/scale-slider-vert-insensitive.png");
|
||||
}
|
||||
|
||||
scale.horizontal.marks-after slider {
|
||||
background-image: url("img/scale-slider-horz.png");
|
||||
}
|
||||
|
||||
scale.horizontal.marks-after slider:hover {
|
||||
background-image: url("img/scale-slider-horz-hover.png");
|
||||
}
|
||||
|
||||
scale.horizontal.marks-after slider:disabled {
|
||||
background-image: url("img/scale-slider-horz-insensitive.png");
|
||||
}
|
||||
|
||||
scale.vertical.marks-after slider {
|
||||
background-image: url("img/scale-slider-vert.png");
|
||||
}
|
||||
|
||||
scale.vertical.marks-after slider:hover {
|
||||
background-image: url("img/scale-slider-vert-hover.png");
|
||||
}
|
||||
|
||||
scale.vertical.marks-after slider:disabled {
|
||||
background-image: url("img/scale-slider-vert-insensitive.png");
|
||||
}
|
||||
|
||||
/*********
|
||||
* Menus *
|
||||
*********/
|
||||
|
||||
menu menuitem check {
|
||||
-gtk-icon-source: url("img/menuitem-checkbox.png");
|
||||
}
|
||||
|
||||
menu menuitem check:hover {
|
||||
-gtk-icon-source: url("img/menuitem-checkbox-hover.png");
|
||||
}
|
||||
|
||||
menu menuitem check:disabled {
|
||||
-gtk-icon-source: url("img/menuitem-checkbox-insensitive.png");
|
||||
}
|
||||
|
||||
menu menuitem check:checked,
|
||||
menu menuitem check:active {
|
||||
-gtk-icon-source: url("img/menuitem-checkbox-checked.png");
|
||||
}
|
||||
|
||||
menu menuitem check:checked:hover,
|
||||
menu menuitem check:active:hover {
|
||||
-gtk-icon-source: url("img/menuitem-checkbox-checked-hover.png");
|
||||
}
|
||||
|
||||
menu menuitem check:checked:disabled,
|
||||
menu menuitem check:active:disabled {
|
||||
-gtk-icon-source: url("img/menuitem-checkbox-checked-insensitive.png");
|
||||
}
|
||||
|
||||
menu menuitem check:indeterminate {
|
||||
-gtk-icon-source: url("img/menuitem-checkbox-mixed.png");
|
||||
}
|
||||
|
||||
menu menuitem check:indeterminate:hover {
|
||||
-gtk-icon-source: url("img/menuitem-checkbox-mixed-hover.png");
|
||||
}
|
||||
|
||||
menu menuitem check:indeterminate:disabled {
|
||||
-gtk-icon-source: url("img/menuitem-checkbox-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
menu menuitem radio {
|
||||
-gtk-icon-source: url("img/menuitem-radio.png");
|
||||
}
|
||||
|
||||
menu menuitem radio:hover {
|
||||
-gtk-icon-source: url("img/menuitem-radio-hover.png");
|
||||
}
|
||||
|
||||
menu menuitem radio:disabled {
|
||||
-gtk-icon-source: url("img/menuitem-radio-insensitive.png");
|
||||
}
|
||||
|
||||
menu menuitem radio:checked,
|
||||
menu menuitem radio:active {
|
||||
-gtk-icon-source: url("img/menuitem-radio-checked.png");
|
||||
}
|
||||
|
||||
menu menuitem radio:checked:hover,
|
||||
menu menuitem radio:active:hover {
|
||||
-gtk-icon-source: url("img/menuitem-radio-checked-hover.png");
|
||||
}
|
||||
|
||||
menu menuitem radio:checked:disabled,
|
||||
menu menuitem radio:active:disabled {
|
||||
-gtk-icon-source: url("img/menuitem-radio-checked-insensitive.png");
|
||||
}
|
||||
|
||||
menu menuitem radio:indeterminate {
|
||||
-gtk-icon-source: url("img/menuitem-radio-mixed.png");
|
||||
}
|
||||
|
||||
menu menuitem radio:indeterminate:hover {
|
||||
-gtk-icon-source: url("img/menuitem-radio-mixed-hover.png");
|
||||
}
|
||||
|
||||
menu menuitem radio:indeterminate:disabled {
|
||||
-gtk-icon-source: url("img/menuitem-radio-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
/*********
|
||||
* Panes *
|
||||
*********/
|
||||
|
||||
paned > separator {
|
||||
background-image: url("img/pane-separator-grip-horz.png");
|
||||
}
|
||||
|
||||
paned.vertical > separator {
|
||||
background-image: url("img/pane-separator-grip-vert.png");
|
||||
}
|
||||
|
||||
/***********
|
||||
* Borders *
|
||||
***********/
|
||||
|
||||
/* generic element borders */
|
||||
entry,
|
||||
combobox entry,
|
||||
combobox entry button,
|
||||
button:checked,
|
||||
trough,
|
||||
trough highlight,
|
||||
switch,
|
||||
/* generic button borders */
|
||||
button,
|
||||
button.flat:checked,
|
||||
button.flat:hover,
|
||||
.menu-button:checked,
|
||||
.titlebar button.titlebutton:hover,
|
||||
toolbar.primary-toolbar button:checked,
|
||||
.titlebar button.titlebutton:hover,
|
||||
toolbar.primary-toolbar .raised button,
|
||||
toolbar.primary-toolbar button.raised,
|
||||
toolbar.primary-toolbar .linked button.raised,
|
||||
toolbar.primary-toolbar .linked button.raised:hover,
|
||||
toolbar.primary-toolbar .linked button.raised:focus,
|
||||
toolbar.primary-toolbar .linked button.raised:focus:hover,
|
||||
toolbar.primary-toolbar .linked button.raised:focus:hover:active,
|
||||
toolbar.primary-toolbar .raised.linked button,
|
||||
toolbar.primary-toolbar .raised.linked button:hover,
|
||||
toolbar.primary-toolbar .raised.linked button:focus,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:hover,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:hover:active,
|
||||
toolbar.primary-toolbar .raised.raised button:disabled,
|
||||
toolbar.primary-toolbar combobox button,
|
||||
/* primary toolbar - generic element borders */
|
||||
toolbar.primary-toolbar entry,
|
||||
toolbar.primary-toolbar combobox entry,
|
||||
toolbar.primary-toolbar combobox button,
|
||||
toolbar.primary-toolbar button:active,
|
||||
toolbar.primary-toolbar button.raised:active,
|
||||
toolbar.primary-toolbar .raised button:active,
|
||||
toolbar.primary-toolbar button.raised:disabled,
|
||||
toolbar.primary-toolbar .raised button:disabled,
|
||||
toolbar.primary-toolbar switch,
|
||||
toolbar.primary-toolbar switch:disabled,
|
||||
toolbar.primary-toolbar combobox button:active,
|
||||
toolbar.primary-toolbar combobox button:disabled,
|
||||
/* primary toolbar - hover button borders */
|
||||
toolbar.primary-toolbar button:hover {
|
||||
border-image: url("img/border.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
|
||||
border-radius: 3px;
|
||||
border-width: 1px 1px 2px 1px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
toolbar.primary-toolbar entry,
|
||||
toolbar.primary-toolbar combobox entry {
|
||||
border-width: 1px 2px 2px;
|
||||
}
|
||||
|
||||
toolbar.primary-toolbar entry:focus,
|
||||
toolbar.primary-toolbar combobox entry:focus {
|
||||
border-width: 1px 2px 2px;
|
||||
}
|
||||
|
||||
/* Linked single button */
|
||||
.linked entry:only-child,
|
||||
.linked button:only-child,
|
||||
.linked button:active:only-child,
|
||||
.linked button:active:hover:only-child,
|
||||
.linked button:focus:only-child,
|
||||
.linked button:focus:active:only-child,
|
||||
.linked button:disabled:only-child,
|
||||
/* Middle button (vertical) */
|
||||
.linked.vertical entry,
|
||||
.linked.vertical button,
|
||||
.linked.vertical button:active,
|
||||
.linked.vertical button:active:hover,
|
||||
.linked.vertical button:focus,
|
||||
.linked.vertical button:focus:active,
|
||||
.linked.vertical button:disabled,
|
||||
/* Top button (vertical) */
|
||||
.linked.vertical entry:first-child,
|
||||
.linked.vertical button:first-child,
|
||||
.linked.vertical button:active:first-child,
|
||||
.linked.vertical button:active:hover:first-child,
|
||||
.linked.vertical button:focus:first-child,
|
||||
.linked.vertical button:focus:active:first-child,
|
||||
.linked.vertical button:disabled:first-child,
|
||||
/* Bottom button (vertical) */
|
||||
.linked.vertical entry:last-child,
|
||||
.linked.vertical button:last-child,
|
||||
.linked.vertical button:active:last-child,
|
||||
.linked.vertical button:active:hover:last-child,
|
||||
.linked.vertical button:focus:last-child,
|
||||
.linked.vertical button:focus:active:last-child,
|
||||
.linked.vertical button:disabled:last-child,
|
||||
/* Linked single button (vertical) */
|
||||
.linked.vertical entry:only-child,
|
||||
.linked.vertical button:only-child,
|
||||
.linked.vertical button:active:only-child,
|
||||
.linked.vertical button:active:hover:only-child,
|
||||
.linked.vertical button:focus:only-child,
|
||||
.linked.vertical button:focus:active:only-child,
|
||||
.linked.vertical button:disabled:only-child,
|
||||
/* Linked buttons on primary toolbars */
|
||||
/* Middle button */
|
||||
toolbar.primary-toolbar button.raised.linked,
|
||||
toolbar.primary-toolbar button.raised.linked:active,
|
||||
toolbar.primary-toolbar button.raised.linked:focus,
|
||||
toolbar.primary-toolbar button.raised.linked:focus:active,
|
||||
toolbar.primary-toolbar button.raised.linked:disabled,
|
||||
toolbar.primary-toolbar .raised.linked button,
|
||||
toolbar.primary-toolbar .raised.linked button:active,
|
||||
toolbar.primary-toolbar .raised.linked button:focus,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:active,
|
||||
toolbar.primary-toolbar .raised.linked button:disabled,
|
||||
toolbar.inline-toolbar button,
|
||||
toolbar.inline-toolbar button:active,
|
||||
toolbar.inline-toolbar button:focus,
|
||||
toolbar.inline-toolbar button:focus:active,
|
||||
toolbar.inline-toolbar button:disabled,
|
||||
toolbar.inline-toolbar toolbutton button,
|
||||
toolbar.inline-toolbar toolbutton button:active,
|
||||
toolbar.inline-toolbar toolbutton button:focus,
|
||||
toolbar.inline-toolbar toolbutton button:focus:active,
|
||||
toolbar.inline-toolbar toolbutton button:disabled,
|
||||
/* Leftmost button */
|
||||
toolbar.primary-toolbar button.raised.linked:first-child,
|
||||
toolbar.primary-toolbar button.raised.linked:active:first-child,
|
||||
toolbar.primary-toolbar button.raised.linked:focus:first-child,
|
||||
toolbar.primary-toolbar button.raised.linked:focus:active:first-child,
|
||||
toolbar.primary-toolbar button.raised.linked:disabled:first-child,
|
||||
toolbar.primary-toolbar .raised.linked button:first-child,
|
||||
toolbar.primary-toolbar .raised.linked button:active:first-child,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:first-child,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:active:first-child,
|
||||
toolbar.primary-toolbar .raised.linked button:disabled:first-child,
|
||||
toolbar.inline-toolbar button:first-child,
|
||||
toolbar.inline-toolbar button:active:first-child,
|
||||
toolbar.inline-toolbar button:focus:first-child,
|
||||
toolbar.inline-toolbar button:focus:active:first-child,
|
||||
toolbar.inline-toolbar button:disabled:first-child,
|
||||
toolbar.inline-toolbar toolbutton button :first-child,
|
||||
toolbar.inline-toolbar toolbutton button :first-child:active,
|
||||
toolbar.inline-toolbar toolbutton button :first-child:focus,
|
||||
toolbar.inline-toolbar toolbutton button :first-child:focus:active,
|
||||
toolbar.inline-toolbar toolbutton button :first-child:disabled,
|
||||
/* Rightmost button */
|
||||
toolbar.primary-toolbar button.raised.linked:last-child,
|
||||
toolbar.primary-toolbar button.raised.linked:active:last-child,
|
||||
toolbar.primary-toolbar button.raised.linked:focus:last-child,
|
||||
toolbar.primary-toolbar button.raised.linked:focus:active:last-child,
|
||||
toolbar.primary-toolbar button.raised.linked:disabled:last-child,
|
||||
toolbar.primary-toolbar .raised.linked button:last-child,
|
||||
toolbar.primary-toolbar .raised.linked button:active:last-child,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:last-child,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:active:last-child,
|
||||
toolbar.primary-toolbar .raised.linked button:disabled:last-child,
|
||||
toolbar.inline-toolbar button:last-child,
|
||||
toolbar.inline-toolbar button:active:last-child,
|
||||
toolbar.inline-toolbar button:focus:last-child,
|
||||
toolbar.inline-toolbar button:focus:active:last-child,
|
||||
toolbar.inline-toolbar button:disabled:last-child,
|
||||
toolbar.inline-toolbar toolbutton button :last-child,
|
||||
toolbar.inline-toolbar toolbutton button :last-child:active,
|
||||
toolbar.inline-toolbar toolbutton button :last-child:focus,
|
||||
toolbar.inline-toolbar toolbutton button :last-child:focus:active,
|
||||
toolbar.inline-toolbar toolbutton button :last-child:disabled,
|
||||
/* Single button */
|
||||
toolbar.inline-toolbar button:only-child,
|
||||
toolbar.inline-toolbar button:active:only-child,
|
||||
toolbar.inline-toolbar button:focus:only-child,
|
||||
toolbar.inline-toolbar button:focus:active:only-child,
|
||||
toolbar.inline-toolbar button:disabled:only-child,
|
||||
toolbar.inline-toolbar toolbutton button :only-child,
|
||||
toolbar.inline-toolbar toolbutton button :only-child:active,
|
||||
toolbar.inline-toolbar toolbutton button :only-child:focus,
|
||||
toolbar.inline-toolbar toolbutton button :only-child:focus:active,
|
||||
toolbar.inline-toolbar toolbutton button :only-child:disabled {
|
||||
border-image: url("img/border-inline-button.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
|
||||
border-radius: 3px;
|
||||
border-width: 1px 1px 2px 1px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
/* Middle button */
|
||||
toolbar.primary-toolbar .linked button.raised,
|
||||
toolbar.primary-toolbar .linked button.raised:hover,
|
||||
toolbar.primary-toolbar .linked button.raised:focus,
|
||||
toolbar.primary-toolbar .linked button.raised:focus:hover,
|
||||
toolbar.primary-toolbar .linked button.raised:focus:hover:active,
|
||||
toolbar.primary-toolbar .raised.linked button,
|
||||
toolbar.primary-toolbar .raised.linked button:hover,
|
||||
toolbar.primary-toolbar .raised.linked button:focus,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:hover,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:hover:active,
|
||||
toolbar.primary-toolbar .raised.linked button:disabled {
|
||||
border-image-width: 3px 0px 4px 0px;
|
||||
border-radius: 0;
|
||||
border-width: 1px 0px 1px 0px;
|
||||
border-color: @border_color;
|
||||
padding: 4px 3px;
|
||||
}
|
||||
|
||||
/* Leftmost button */
|
||||
toolbar.primary-toolbar .linked button.raised:first-child,
|
||||
toolbar.primary-toolbar .linked button.raised:hover:first-child,
|
||||
toolbar.primary-toolbar .linked button.raised:focus:first-child,
|
||||
toolbar.primary-toolbar .linked button.raised:focus:hover:first-child,
|
||||
toolbar.primary-toolbar .linked button.raised:focus:hover:active:first-child,
|
||||
toolbar.primary-toolbar .raised.linked button:first-child,
|
||||
toolbar.primary-toolbar .raised.linked button:hover:first-child,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:first-child,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:hover:first-child,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:hover:active:first-child,
|
||||
toolbar.primary-toolbar .raised.linked button:disabled:first-child {
|
||||
border-image-width: 3px 0px 4px 3px;
|
||||
border-radius: 3px 0 0 3px;
|
||||
border-width: 1px 0px 1px 1px;
|
||||
border-color: @border_color;
|
||||
padding: 4px 3px;
|
||||
}
|
||||
|
||||
/* Rightmost button */
|
||||
toolbar.primary-toolbar .linked button.raised:last-child,
|
||||
toolbar.primary-toolbar .linked button.raised:hover:last-child,
|
||||
toolbar.primary-toolbar .linked button.raised:focus:last-child,
|
||||
toolbar.primary-toolbar .linked button.raised:focus:hover:last-child,
|
||||
toolbar.primary-toolbar .linked button.raised:focus:hover:active:last-child,
|
||||
toolbar.primary-toolbar .raised.linked button:last-child,
|
||||
toolbar.primary-toolbar .raised.linked button:hover:last-child,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:last-child,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:hover:last-child,
|
||||
toolbar.primary-toolbar .raised.linked button:focus:hover:active:last-child,
|
||||
toolbar.primary-toolbar .raised.linked button:disabled:last-child {
|
||||
border-image-width: 3px 3px 4px 0px;
|
||||
border-radius: 0 3px 3px 0;
|
||||
border-width: 1px 1px 1px 0px;
|
||||
border-color: @border_color;
|
||||
padding: 4px 3px;
|
||||
}
|
||||
|
||||
/* generic disabled element borders */
|
||||
switch:disabled,
|
||||
combobox entry:disabled,
|
||||
combobox button:disabled,
|
||||
entry:disabled,
|
||||
button:disabled,
|
||||
trough row {
|
||||
border-image: url("img/border-insensitive.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
|
||||
border-radius: 3px;
|
||||
border-width: 1px 1px 2px 1px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
menuitem button.flat,
|
||||
button.flat,
|
||||
button.flat:disabled,
|
||||
list row button,
|
||||
list row button:hover {
|
||||
border-image: none;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* focused element borders */
|
||||
entry:focus,
|
||||
combobox entry:focus,
|
||||
button.flat:focus:checked,
|
||||
button:focus:active,
|
||||
button:focus,
|
||||
button.default:active,
|
||||
/* focused button borders */
|
||||
button.flat:focus,
|
||||
button.default,
|
||||
toolbar.primary-toolbar entry:focus,
|
||||
toolbar.primary-toolbar button:active:focus,
|
||||
toolbar.primary-toolbar button:focus:hover,
|
||||
toolbar.primary-toolbar combobox entry:focus,
|
||||
toolbar.primary-toolbar combobox button:focus,
|
||||
toolbar.primary-toolbar button.raised:focus:active,
|
||||
toolbar.primary-toolbar .raised button:focus:active,
|
||||
toolbar.primary-toolbar button.raised.default:active,
|
||||
toolbar.primary-toolbar .raised button.default:active,
|
||||
toolbar.primary-toolbar combobox button:active:focus,
|
||||
toolbar.primary-toolbar button.raised:focus,
|
||||
toolbar.primary-toolbar button.raised.default,
|
||||
toolbar.primary-toolbar .raised button:focus,
|
||||
toolbar.primary-toolbar .raised button.default,
|
||||
toolbar.primary-toolbar combobox button:focus,
|
||||
toolbar.inline-toolbar.horizontal button.text-button:focus,
|
||||
combobox button.combo:focus,
|
||||
combobox .linked button.combo:focus,
|
||||
combobox .linked button.combo:focus:only-child {
|
||||
border-image: url("img/border-focused.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
|
||||
border-radius: 3px;
|
||||
border-width: 1px 1px 2px 1px;
|
||||
border-style: solid;
|
||||
border-color: @button_default_border_color;
|
||||
box-shadow: inset 0px 1px @button_default_box_shadow_color,
|
||||
inset 1px 0px @button_default_box_shadow_color,
|
||||
inset -1px 0px @button_default_box_shadow_color,
|
||||
inset 0px -1px @button_default_box_shadow_color;
|
||||
}
|
||||
|
||||
/* focused primary toolbar button borders */
|
||||
toolbar.primary-toolbar button:focus {
|
||||
border-image: url("img/border-focused-ptb.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
|
||||
border-radius: 3px;
|
||||
border-width: 1px 1px 2px 1px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
/* focused switch trough borders */
|
||||
switch:active {
|
||||
border-image: url("img/border-focused-switch.svg") 3 3 4 3 / 3px 3px 4px 3px stretch;
|
||||
border-radius: 3px;
|
||||
border-width: 1px 1px 2px 1px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
@ -0,0 +1,514 @@
|
||||
/***********************************************************************
|
||||
* This section can be modified to create color variants of the theme. *
|
||||
***********************************************************************/
|
||||
|
||||
/****************
|
||||
* color scheme *
|
||||
****************/
|
||||
|
||||
@define-color theme_base_color #ffffff;
|
||||
|
||||
@define-color theme_bg_color #cacccc;
|
||||
@define-color theme_fg_color #000000;
|
||||
|
||||
@define-color theme_selected_bg_color #3c7077;
|
||||
@define-color theme_selected_fg_color #ffffff;
|
||||
|
||||
@define-color theme_tooltip_bg_color #414445;
|
||||
@define-color theme_tooltip_fg_color #d5eef2;
|
||||
|
||||
@define-color theme_text_color #1a1a1a;
|
||||
|
||||
@define-color link_color #005ca8;
|
||||
@define-color visited_link_color #554a5b;
|
||||
|
||||
/***************
|
||||
* core colors *
|
||||
***************/
|
||||
|
||||
/* Core colors are only used in the current file, as bases for other
|
||||
color declarations. */
|
||||
|
||||
@define-color core_color_a #7cbcc6; /* Core color for blue widgets in Traditional_A-Ron. */
|
||||
@define-color core_color_b #afb1b1; /* Core color for gray widgets in Traditional_A-Ron. */
|
||||
|
||||
/********************************************
|
||||
* End of configuration for color variants. *
|
||||
********************************************/
|
||||
|
||||
/***********
|
||||
* general *
|
||||
***********/
|
||||
|
||||
@define-color insensitive_bg_color @theme_bg_color;
|
||||
@define-color insensitive_fg_color shade(@core_color_b, 0.70);
|
||||
@define-color insensitive_text_shadow_color @theme_base_color;
|
||||
|
||||
@define-color internal_element_color @theme_text_color;
|
||||
@define-color internal_element_hover_color @theme_text_color;
|
||||
@define-color internal_element_insensitive_color @insensitive_fg_color;
|
||||
|
||||
@define-color theme_unfocused_bg_color @theme_bg_color;
|
||||
|
||||
/* border */
|
||||
|
||||
@define-color border_color shade(@core_color_b, 0.67);
|
||||
@define-color focus_border_color mix(#acacac, shade(@core_color_a, 0.75), 0.54);
|
||||
@define-color insensitive_border_color shade(@core_color_b, 0.79);
|
||||
|
||||
/**********
|
||||
* button *
|
||||
**********/
|
||||
|
||||
@define-color button_gradient_a shade(@core_color_b, 1.07);
|
||||
@define-color button_gradient_b shade(@core_color_b, 1.06);
|
||||
@define-color button_gradient_c shade(@core_color_b, 1.04);
|
||||
@define-color button_gradient_d shade(@core_color_b, 0.98);
|
||||
|
||||
@define-color button_default_border_color #4c97a3;
|
||||
@define-color button_default_box_shadow_color #39555a;
|
||||
|
||||
/* hover */
|
||||
|
||||
@define-color button_hover_gradient_a @theme_base_color;
|
||||
@define-color button_hover_gradient_b shade(@core_color_b, 1.05);
|
||||
@define-color button_hover_gradient_c @core_color_b;
|
||||
|
||||
/* active */
|
||||
|
||||
@define-color button_active_text_color @theme_fg_color;
|
||||
|
||||
@define-color button_active_gradient_a shade(@core_color_b, 0.85);
|
||||
@define-color button_active_gradient_b shade(@core_color_b, 0.90);
|
||||
@define-color button_active_gradient_c shade(@core_color_b, 0.91);
|
||||
@define-color button_active_gradient_d shade(@core_color_b, 0.86);
|
||||
@define-color button_active_gradient_e shade(@core_color_b, 0.84);
|
||||
@define-color button_active_gradient_f shade(@core_color_b, 0.80);
|
||||
|
||||
/* insensitive */
|
||||
|
||||
@define-color button_insensitive_inner_border_color shade(@core_color_b, 1.05);
|
||||
|
||||
@define-color button_insensitive_gradient_a shade(@core_color_b, 1.04);
|
||||
@define-color button_insensitive_gradient_b shade(@core_color_b, 1.01);
|
||||
@define-color button_insensitive_gradient_c shade(@core_color_b, 0.99);
|
||||
@define-color button_insensitive_gradient_d shade(@core_color_b, 0.96);
|
||||
|
||||
/* active insensitive */
|
||||
|
||||
@define-color button_active_insensitive_gradient_a shade(@core_color_b, 0.98);
|
||||
@define-color button_active_insensitive_gradient_b shade(@core_color_b, 1.02);
|
||||
@define-color button_active_insensitive_gradient_c shade(@core_color_b, 1.03);
|
||||
@define-color button_active_insensitive_gradient_d shade(@core_color_b, 1.01);
|
||||
@define-color button_active_insensitive_gradient_e shade(@core_color_b, 0.99);
|
||||
@define-color button_active_insensitive_gradient_f shade(@core_color_b, 0.96);
|
||||
|
||||
/* primary toolbar focus */
|
||||
|
||||
@define-color pt_button_focus_gradient_a mix(#fafafa, shade(@core_color_a, 1.09), 0.3);
|
||||
@define-color pt_button_focus_gradient_b mix(#ededed, shade(@core_color_a, 1.05), 0.3);
|
||||
@define-color pt_button_focus_gradient_c mix(#e8e8e8, shade(@core_color_a, 1.01), 0.25);
|
||||
@define-color pt_button_focus_gradient_d mix(#e8e8e8, shade(@core_color_a, 0.96), 0.3);
|
||||
|
||||
/* primary toolbar focus hover */
|
||||
|
||||
@define-color pt_button_focus_hover_gradient_a mix(#fcfcfc, shade(@core_color_a, 1.09), 0.15);
|
||||
@define-color pt_button_focus_hover_gradient_b mix(#fcfcfc, shade(@core_color_a, 1.05), 0.15);
|
||||
@define-color pt_button_focus_hover_gradient_c mix(#fcfcfc, shade(@core_color_a, 1.01), 0.2);
|
||||
@define-color pt_button_focus_hover_gradient_d mix(#e8e8e8, shade(@core_color_a, 0.96), 0.2);
|
||||
|
||||
/*****************
|
||||
* color chooser *
|
||||
*****************/
|
||||
|
||||
@define-color color_swatch_border_color @border_color;
|
||||
@define-color color_swatch_hover_border_color @menubar_menuitem_hover_border_color;
|
||||
|
||||
@define-color color_active_badge_light_border_color @theme_fg_color;
|
||||
@define-color color_active_badge_light_color @color_active_badge_light_border_color;
|
||||
|
||||
@define-color color_active_badge_dark_border_color @theme_base_color;
|
||||
@define-color color_active_badge_dark_color @color_active_badge_light_border_color;
|
||||
|
||||
/*****************
|
||||
* column-header *
|
||||
*****************/
|
||||
|
||||
@define-color column_header_border_top_color @theme_base_color;
|
||||
@define-color column_header_border_right_color shade(@core_color_b, 0.82);
|
||||
@define-color column_header_border_bottom_color shade(@core_color_b, 0.70);
|
||||
@define-color column_header_border_left_color @column_header_border_top_color;
|
||||
|
||||
@define-color column_header_button_gradient_a shade(@core_color_b, 1.05);
|
||||
@define-color column_header_button_gradient_b shade(@core_color_b, 1.02);
|
||||
@define-color column_header_button_gradient_c @core_color_b;
|
||||
@define-color column_header_button_gradient_d shade(@core_color_b, 0.96);
|
||||
|
||||
/*********
|
||||
* entry *
|
||||
*********/
|
||||
|
||||
@define-color entry_text_color @theme_text_color;
|
||||
|
||||
@define-color entry_inner_border_color shade(@core_color_b, 0.96);
|
||||
@define-color entry_bg_color @theme_base_color;
|
||||
|
||||
/* insensitive */
|
||||
|
||||
@define-color entry_insensitive_inner_border_color shade(@core_color_b, 0.97);
|
||||
@define-color entry_insensitive_bg_color @insensitive_bg_color;
|
||||
|
||||
/************
|
||||
* expander *
|
||||
************/
|
||||
|
||||
@define-color expander_row_selected_border_color mix(#acacac, shade(@core_color_a, 0.75), 0.54);
|
||||
|
||||
/*****************
|
||||
* fallback mode *
|
||||
*****************/
|
||||
|
||||
@define-color os_chrome_bg_color @theme_bg_color;
|
||||
@define-color os_chrome_fg_color @theme_fg_color;
|
||||
|
||||
/* gnome-panel */
|
||||
|
||||
@define-color applet_frame_bg_color shade(@core_color_b, 0.89);
|
||||
@define-color pager_bg_color shade(@core_color_b, 0.97);
|
||||
|
||||
/*******************************
|
||||
* info/question/error/warning *
|
||||
*******************************/
|
||||
|
||||
@define-color info_bg_color @theme_tooltip_bg_color;
|
||||
@define-color info_fg_color @theme_fg_color;
|
||||
|
||||
@define-color question_bg_color mix(#727272, shade(@core_color_a, 0.90), 0.95);
|
||||
@define-color question_fg_color @theme_base_color;
|
||||
|
||||
@define-color error_color #cc0000;
|
||||
@define-color error_bg_color mix(#ababab, shade(@error_color, 0.77), 0.78);
|
||||
@define-color error_fg_color @theme_base_color;
|
||||
|
||||
@define-color warning_bg_color #faad3d;
|
||||
@define-color warning_fg_color @theme_fg_color;
|
||||
|
||||
/********
|
||||
* menu *
|
||||
********/
|
||||
|
||||
@define-color menu_bg_color shade(@theme_bg_color, 1.04);
|
||||
@define-color menu_fg_color @theme_fg_color;
|
||||
|
||||
/* Example: submenu arrow. */
|
||||
@define-color menu_controls_color @theme_fg_color;
|
||||
|
||||
@define-color menu_border_color shade(@core_color_b, 0.72);
|
||||
@define-color menu_separator_color @menu_border_color;
|
||||
|
||||
/***********
|
||||
* menubar *
|
||||
***********/
|
||||
|
||||
@define-color menubar_gradient_a shade(@core_color_b, 0.99);
|
||||
@define-color menubar_gradient_b shade(@core_color_b, 0.98);
|
||||
@define-color menubar_gradient_c shade(@core_color_b, 0.96);
|
||||
|
||||
/* hover */
|
||||
|
||||
@define-color menubar_menuitem_hover_color @theme_selected_fg_color;
|
||||
@define-color menubar_menuitem_hover_border_color shade(@core_color_a, 0.58);
|
||||
|
||||
@define-color menubar_menuitem_hover_gradient_a @core_color_a;
|
||||
@define-color menubar_menuitem_hover_gradient_b shade(@core_color_a, 0.95);
|
||||
@define-color menubar_menuitem_hover_gradient_c shade(@core_color_a, 0.93);
|
||||
@define-color menubar_menuitem_hover_gradient_d shade(@core_color_a, 0.88);
|
||||
|
||||
/************
|
||||
* notebook *
|
||||
************/
|
||||
|
||||
@define-color notebook_bg_color shade(@core_color_b, 1.02);
|
||||
|
||||
@define-color notebook_tab_inner_border_color shade(@core_color_b, 1.04);
|
||||
|
||||
@define-color notebook_tab_gradient_a shade(@core_color_b, 0.97);
|
||||
@define-color notebook_tab_gradient_b shade(@core_color_b, 0.92);
|
||||
@define-color notebook_tab_gradient_c shade(@core_color_b, 0.90);
|
||||
@define-color notebook_tab_gradient_d shade(@core_color_b, 0.86);
|
||||
|
||||
/* active tab */
|
||||
|
||||
@define-color notebook_active_tab_border @menubar_menuitem_hover_border_color;
|
||||
|
||||
@define-color notebook_active_tab_strip_gradient_a shade(@core_color_a, 1.05);
|
||||
@define-color notebook_active_tab_strip_gradient_b shade(@core_color_a, 0.94);
|
||||
@define-color notebook_active_tab_strip_border_bottom_color mix(#727272, shade(@core_color_a, 0.84), 0.65);
|
||||
@define-color notebook_active_tab_gradient_a shade(@core_color_b, 1.07);
|
||||
@define-color notebook_active_tab_gradient_b @notebook_bg_color;
|
||||
|
||||
/*******
|
||||
* osd *
|
||||
*******/
|
||||
|
||||
@define-color osd_highlight #ffffff;
|
||||
@define-color osd_lowlight #525252;
|
||||
@define-color osd_base #212526;
|
||||
@define-color osd_base_backdrop shade(@osd_base, 1.40);
|
||||
|
||||
@define-color osd_fg #ededed;
|
||||
@define-color osd_bg alpha(@osd_base, 0.80);
|
||||
@define-color osd_bg_backdrop alpha(@osd_base_backdrop, 0.90);
|
||||
|
||||
@define-color osd_text_shadow alpha(black, 0.75);
|
||||
|
||||
@define-color osd_toolbar_bg_a alpha(@osd_base, 0.50);
|
||||
@define-color osd_toolbar_bg_b alpha(#101010, 0.50);
|
||||
@define-color osd_toolbar_bg_c alpha(shade(@osd_base, 1.02), 0.50);
|
||||
|
||||
@define-color osd_button_bg_a alpha(@osd_highlight, 0.16);
|
||||
@define-color osd_button_bg_b alpha(@osd_lowlight, 0.05);
|
||||
@define-color osd_button_bg_c alpha(@osd_highlight, 0.12);
|
||||
|
||||
@define-color osd_button_bg_insensitive alpha(@osd_bg, 0.25);
|
||||
@define-color osd_button_bg_insensitive_active alpha(@osd_bg, 0.16);
|
||||
|
||||
@define-color osd_button_bg_hover_a alpha(@osd_highlight, 0.28);
|
||||
@define-color osd_button_bg_hover_b alpha(@osd_lowlight, 0.14);
|
||||
@define-color osd_button_bg_hover_c alpha(@osd_highlight, 0.14);
|
||||
|
||||
@define-color osd_button_bg_active_a alpha(black, .9);
|
||||
@define-color osd_button_bg_active_b alpha(black, 0.4);
|
||||
@define-color osd_button_bg_active_c alpha(black, 0);
|
||||
|
||||
@define-color osd_button_bg_backdrop alpha(@osd_bg, 0.18);
|
||||
@define-color osd_button_bg_backdrop_hover alpha(@osd_bg, 0.25);
|
||||
@define-color osd_button_bg_backdrop_active alpha(@osd_bg, 0.35);
|
||||
@define-color osd_button_bg_backdrop_insensitive alpha(@osd_bg, 0.08);
|
||||
|
||||
@define-color osd_button_fg_backdrop shade(@osd_fg, 0.70);
|
||||
@define-color osd_button_fg_backdrop_active shade(@osd_fg, 0.95);
|
||||
|
||||
@define-color osd_button_fg shade(@osd_fg, 0.80);
|
||||
@define-color osd_button_fg_hover shade(@osd_fg, 0.96);
|
||||
@define-color osd_button_fg_active shade(@osd_fg, 1.10);
|
||||
@define-color osd_button_fg_insensitive shade(@osd_fg, 0.70);
|
||||
|
||||
@define-color osd_button_border alpha(@osd_highlight, 0.40);
|
||||
@define-color osd_button_border_active alpha(@osd_highlight, 0.8);
|
||||
@define-color osd_button_inset shade(@osd_fg, 0.67);
|
||||
@define-color osd_button_shadow alpha(black, 0.35);
|
||||
|
||||
@define-color osd_trough_bg alpha(@osd_button_fg, 0.10);
|
||||
@define-color osd_scale_trough_bg_color alpha(shade(@core_color_b, 0.35), 0.4);
|
||||
@define-color osd_scale_trough_highlight_bg_color alpha(shade(@core_color_a, 1.00), 0.4);
|
||||
|
||||
@define-color osd_view_bg alpha(@osd_bg, 0.60);
|
||||
@define-color osd_view_bg_backdrop alpha(@osd_bg_backdrop, 0.60);
|
||||
|
||||
@define-color osd_scrollbar_trough shade(@osd_base, 1.70);
|
||||
@define-color osd_scrollbar_trough_backdrop shade(@osd_base_backdrop, 1.40);
|
||||
|
||||
@define-color osd_scrollbar_slider shade(@osd_scrollbar_trough, 1.50);
|
||||
@define-color osd_scrollbar_slider_prelight shade(@osd_scrollbar_trough, 1.80);
|
||||
@define-color osd_scrollbar_slider_active shade(@osd_scrollbar_trough, 2.10);
|
||||
@define-color osd_scrollbar_slider_backdrop shade(@osd_scrollbar_trough_backdrop, 1.50);
|
||||
|
||||
/***************
|
||||
* progressbar *
|
||||
***************/
|
||||
|
||||
@define-color progressbar_border_color mix(#6a6a6a, shade(@core_color_a, 0.75), 0.80);
|
||||
@define-color progressbar_pattern_color @progressbar_border_color;
|
||||
|
||||
@define-color progressbar_bg_color @core_color_a;
|
||||
|
||||
@define-color progressbar_gradient_a @progressbar_bg_color;
|
||||
@define-color progressbar_gradient_b @menubar_menuitem_hover_gradient_b;
|
||||
@define-color progressbar_gradient_c @menubar_menuitem_hover_gradient_c;
|
||||
@define-color progressbar_gradient_d @menubar_menuitem_hover_gradient_d;
|
||||
|
||||
/*********
|
||||
* scale *
|
||||
*********/
|
||||
|
||||
@define-color scale_mark_color @border_color;
|
||||
@define-color scale_progressbar_bg_color @scale_trough_highlight_gradient_b;
|
||||
|
||||
@define-color scale_trough_border_color shade(@core_color_b, 0.56);
|
||||
@define-color scale_trough_bg_color shade(@core_color_b, 0.90);
|
||||
|
||||
/* trough highlight */
|
||||
|
||||
@define-color scale_trough_highlight_border_color mix(#2b2b2b, shade(@core_color_a, 0.75), 0.80);
|
||||
@define-color scale_trough_highlight_bg_color shade(@core_color_a, 0.92);
|
||||
|
||||
/* trough insensitive */
|
||||
|
||||
@define-color scale_trough_insensitive_border_color @insensitive_border_color;
|
||||
@define-color scale_trough_insensitive_bg_color shade(@core_color_b, 0.97);
|
||||
|
||||
/* trough highlight insensitive */
|
||||
|
||||
@define-color scale_trough_highlight_insensitive_border_color mix(#6a6a6a, shade(@core_color_a, 0.88), 0.90);
|
||||
@define-color scale_trough_highlight_insensitive_bg_color shade(@core_color_a, 1.20);
|
||||
|
||||
/*************
|
||||
* scrollbar *
|
||||
*************/
|
||||
|
||||
/* junction */
|
||||
|
||||
@define-color scrollbars_junction_bg_color @theme_bg_color;
|
||||
|
||||
/* trough */
|
||||
|
||||
@define-color scrollbar_trough_border_color shade(@core_color_b, 0.67);
|
||||
|
||||
@define-color scrollbar_trough_gradient_a shade(@core_color_b, 0.86);
|
||||
@define-color scrollbar_trough_gradient_b shade(@core_color_b, 0.90);
|
||||
|
||||
/* slider */
|
||||
|
||||
@define-color scrollbar_slider_bg_color shade(@core_color_a, 0.99);
|
||||
|
||||
@define-color scrollbar_slider_gradient_a @scrollbar_slider_bg_color;
|
||||
@define-color scrollbar_slider_gradient_b shade(@core_color_a, 0.96);
|
||||
@define-color scrollbar_slider_gradient_c shade(@core_color_a, 0.92);
|
||||
@define-color scrollbar_slider_gradient_d shade(@core_color_a, 0.88);
|
||||
|
||||
@define-color scrollbar_slider_border_color mix(#000000, shade(@core_color_a, 0.72), 0.95);
|
||||
|
||||
@define-color scrollbar_slider_inner_border_color shade(@core_color_a, 1.04);
|
||||
|
||||
/* slider hover */
|
||||
|
||||
@define-color scrollbar_slider_hover_bg_color shade(@core_color_a, 1.03);
|
||||
|
||||
@define-color scrollbar_slider_hover_gradient_a @scrollbar_slider_hover_bg_color;
|
||||
@define-color scrollbar_slider_hover_gradient_b shade(@core_color_a, 0.99);
|
||||
@define-color scrollbar_slider_hover_gradient_c shade(@core_color_a, 0.96);
|
||||
@define-color scrollbar_slider_hover_gradient_d shade(@core_color_a, 0.91);
|
||||
|
||||
/* button */
|
||||
|
||||
@define-color scrollbar_button_color @theme_fg_color;
|
||||
@define-color scrollbar_button_insensitive_color @internal_element_insensitive_color;
|
||||
@define-color scrollbar_button_border_color shade(@core_color_b, 0.56);
|
||||
|
||||
@define-color scrollbar_button_gradient_a shade(@core_color_b, 1.07);
|
||||
@define-color scrollbar_button_gradient_b shade(@core_color_b, 1.02);
|
||||
@define-color scrollbar_button_gradient_c shade(@core_color_b, 0.99);
|
||||
@define-color scrollbar_button_gradient_d shade(@core_color_b, 0.95);
|
||||
|
||||
/* button hover */
|
||||
|
||||
@define-color scrollbar_button_hover_gradient_a shade(@core_color_b, 1.07);
|
||||
@define-color scrollbar_button_hover_gradient_b shade(@core_color_b, 1.05);
|
||||
@define-color scrollbar_button_hover_gradient_c shade(@core_color_b, 1.02);
|
||||
@define-color scrollbar_button_hover_gradient_d shade(@core_color_b, 0.97);
|
||||
|
||||
/* button active */
|
||||
|
||||
@define-color scrollbar_button_active_gradient_a shade(@core_color_b, 0.95);
|
||||
@define-color scrollbar_button_active_gradient_b shade(@core_color_b, 0.92);
|
||||
@define-color scrollbar_button_active_gradient_c shade(@core_color_b, 0.89);
|
||||
@define-color scrollbar_button_active_gradient_d shade(@core_color_b, 0.85);
|
||||
|
||||
/***********
|
||||
* sidebar *
|
||||
***********/
|
||||
|
||||
@define-color sidebar_bg_color @theme_base_color;
|
||||
@define-color gtkassistant_sidebar_border_color @border_color;
|
||||
|
||||
/**************
|
||||
* spinbutton *
|
||||
**************/
|
||||
|
||||
@define-color spinbutton_border_color @border_color;
|
||||
|
||||
/**********
|
||||
* switch *
|
||||
**********/
|
||||
|
||||
@define-color switch_color shade(@core_color_b, 0.45);
|
||||
|
||||
@define-color switch_slider_border_color @progressbar_border_color;
|
||||
|
||||
@define-color switch_slider_bg_color @scrollbar_slider_bg_color;
|
||||
|
||||
@define-color switch_slider_gradient_a @switch_slider_bg_color;
|
||||
@define-color switch_slider_gradient_b @scrollbar_slider_gradient_b;
|
||||
@define-color switch_slider_gradient_c @scrollbar_slider_gradient_c;
|
||||
@define-color switch_slider_gradient_d @scrollbar_slider_gradient_d;
|
||||
|
||||
/* active */
|
||||
|
||||
@define-color switch_trough_active_color @theme_base_color;
|
||||
|
||||
@define-color switch_trough_active_gradient_a @menubar_menuitem_hover_border_color;
|
||||
@define-color switch_trough_active_gradient_b shade(@core_color_a, 1.12);
|
||||
|
||||
/* insensitive */
|
||||
|
||||
@define-color switch_slider_insensitive_bg_color @button_insensitive_gradient_a;
|
||||
|
||||
@define-color switch_slider_insensitive_gradient_a @switch_slider_insensitive_bg_color;
|
||||
@define-color switch_slider_insensitive_gradient_b @button_insensitive_gradient_b;
|
||||
@define-color switch_slider_insensitive_gradient_c @button_insensitive_gradient_c;
|
||||
@define-color switch_slider_insensitive_gradient_d @button_insensitive_gradient_d;
|
||||
|
||||
/***********
|
||||
* toolbar *
|
||||
***********/
|
||||
|
||||
@define-color toolbar_border_top_color shade(@core_color_b, 0.82);
|
||||
@define-color toolbar_inner_border_color @theme_base_color;
|
||||
@define-color toolbar_border_bottom_color @toolbar_border_top_color;
|
||||
|
||||
@define-color toolbar_gradient_a shade(@core_color_b, 1.04);
|
||||
@define-color toolbar_gradient_b shade(@core_color_b, 1.01);
|
||||
@define-color toolbar_gradient_c @core_color_b;
|
||||
@define-color toolbar_gradient_d shade(@core_color_b, 0.97);
|
||||
|
||||
/***********
|
||||
* tooltip *
|
||||
***********/
|
||||
|
||||
@define-color theme_tooltip_border_color shade(@theme_tooltip_bg_color, 0.60);
|
||||
|
||||
/**********
|
||||
* trough *
|
||||
**********/
|
||||
|
||||
@define-color trough_gradient_a shade(@core_color_b, 0.81);
|
||||
@define-color trough_gradient_b shade(@core_color_b, 0.90);
|
||||
|
||||
/************************
|
||||
* overshoot/undershoot *
|
||||
************************/
|
||||
|
||||
@define-color overshoot_bg_color alpha (@theme_selected_bg_color, 0.15);
|
||||
@define-color overshoot_backdrop_bg_color @theme_selected_bg_color;
|
||||
|
||||
/**********
|
||||
* WM *
|
||||
**********/
|
||||
|
||||
@define-color wm_shadow alpha(black, 0.5);
|
||||
@define-color wm_border alpha(black,0.18);
|
||||
@define-color wm_bg_a shade (@theme_bg_color, 1.05);
|
||||
@define-color wm_bg_b @theme_bg_color;
|
||||
@define-color wm_csd_solid_border_color shade (@theme_selected_bg_color, 0.55);
|
||||
|
||||
/***********
|
||||
* imports *
|
||||
***********/
|
||||
|
||||
@import url("gtk-widgets-img.css");
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("applications.css");
|
||||
@import url("other-applications.css");
|
||||
@import url("mate-applications.css");
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 469 B |
After Width: | Height: | Size: 491 B |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 324 B |
After Width: | Height: | Size: 319 B |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 294 B |
After Width: | Height: | Size: 286 B |
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 353 B |
After Width: | Height: | Size: 356 B |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 160 B |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 188 B |
After Width: | Height: | Size: 173 B |
After Width: | Height: | Size: 158 B |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 529 B |
After Width: | Height: | Size: 651 B |
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 467 B |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 484 B |
After Width: | Height: | Size: 483 B |
After Width: | Height: | Size: 478 B |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 724 B |
After Width: | Height: | Size: 714 B |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 632 B |
After Width: | Height: | Size: 643 B |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 623 B |
After Width: | Height: | Size: 635 B |
After Width: | Height: | Size: 231 B |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 377 B |
After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 343 B |
After Width: | Height: | Size: 384 B |
After Width: | Height: | Size: 173 B |
After Width: | Height: | Size: 162 B |
@ -0,0 +1,665 @@
|
||||
/************
|
||||
* Caja *
|
||||
************/
|
||||
|
||||
/* caja sidebar */
|
||||
/* all sidebars */
|
||||
.caja-side-pane treeview.view,
|
||||
.caja-side-pane textview.view text,
|
||||
.caja-side-pane viewport.frame,
|
||||
.caja-side-pane widget .vertical {
|
||||
background-color: shade (@theme_base_color, 1.00);
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
/* move whole the frame, to free eject button for overlay scrollbars */
|
||||
.caja-side-pane scrolledwindow.frame {
|
||||
padding: 0px;
|
||||
margin: 0px 0px 0px -8px;
|
||||
}
|
||||
|
||||
.caja-side-pane scrolledwindow.frame treeview.view {
|
||||
padding: 3px 0px 3px 0px;
|
||||
}
|
||||
|
||||
/* better for overlay scrollbars */
|
||||
/* to avoid overlap with eject buttons */
|
||||
.caja-side-pane scrolledwindow scrollbar.vertical.right.overlay-indicator,
|
||||
.caja-side-pane scrolledwindow scrollbar.vertical.right.overlay-indicator trough,
|
||||
.caja-side-pane scrolledwindow scrollbar.vertical.right.overlay-indicator slider,
|
||||
.caja-side-pane scrolledwindow scrollbar.vertical.right.overlay-indicator button {
|
||||
min-width: 13px;
|
||||
}
|
||||
|
||||
/* ComboBox views */
|
||||
.caja-navigation-window toolbar.primary-toolbar combobox button.combo {
|
||||
padding: 5px;
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
.caja-navigation-window toolbar.primary-toolbar combobox button.combo:hover {
|
||||
padding: 5px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.caja-canvas-item {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* EelEditableLabel (icon labels) */
|
||||
.caja-navigation-window .view .entry,
|
||||
.caja-navigation-window .view .entry:focus,
|
||||
.caja-desktop widget.entry,
|
||||
.caja-desktop widget.entry:focus {
|
||||
border-image: none;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: @theme_fg_color;
|
||||
box-shadow: none;
|
||||
border-radius: 3px;
|
||||
text-shadow: none;
|
||||
background-image: -gtk-gradient(linear,
|
||||
left top, left bottom,
|
||||
from (shade(@theme_base_color, 0.86)),
|
||||
color-stop (0.15, shade(@theme_base_color, 0.96)),
|
||||
color-stop (0.50, shade(@theme_base_color, 0.98)),
|
||||
to (shade(@theme_base_color, 1.00)));
|
||||
}
|
||||
|
||||
/* desktop */
|
||||
.caja-desktop.caja-canvas-item {
|
||||
color: @theme_base_color;
|
||||
text-shadow: 1px 1px alpha (@theme_fg_color, 0.8);
|
||||
}
|
||||
|
||||
.caja-desktop.caja-canvas-item:active,
|
||||
.caja-desktop.caja-canvas-item:hover,
|
||||
.caja-desktop.caja-canvas-item:selected {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* view */
|
||||
.caja-navigation-window .view.caja-canvas-item {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.caja-navigation-window .view.caja-canvas-item:selected {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/***************
|
||||
* mate-panel *
|
||||
***************/
|
||||
|
||||
.mate-panel-menu-bar {
|
||||
background-color: @theme_bg_color;
|
||||
padding: 0px;
|
||||
color: @theme_fg_color;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
PanelToplevel.horizontal.top > grid {
|
||||
border-style: outset;
|
||||
border-width: 0px 0px 1px 0px;
|
||||
border-color: rgba(0, 0, 0, 0.23);
|
||||
}
|
||||
|
||||
PanelToplevel.horizontal.bottom > grid {
|
||||
border-style: outset;
|
||||
border-width: 1px 0px 0px 0px;
|
||||
border-color: rgba(0, 0, 0, 0.23);
|
||||
}
|
||||
|
||||
PanelToplevel.vertical.left > grid {
|
||||
border-style: outset;
|
||||
border-width: 0px 1px 0px 0px;
|
||||
border-color: rgba(0, 0, 0, 0.23);
|
||||
}
|
||||
|
||||
PanelToplevel.vertical.right > grid {
|
||||
border-style: outset;
|
||||
border-width: 0px 0px 0px 1px;
|
||||
border-color: rgba(0, 0, 0, 0.23);
|
||||
}
|
||||
|
||||
/* hide buttons */
|
||||
PanelToplevel > grid > button {
|
||||
padding: 0px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#PanelApplet,
|
||||
#PanelApplet scrolledwindow {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
#PanelApplet scrolledwindow > viewport.frame {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
PanelSeparator {
|
||||
border-width: 0;
|
||||
background-image: none;
|
||||
color: shade (@theme_bg_color, 0.75);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
MatePanelAppletFrameDBus > MatePanelAppletFrameDBus {
|
||||
background-image: -gtk-scaled(url("img/panel-grid.svg"));
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
background-position: left;
|
||||
}
|
||||
|
||||
/* outlines */
|
||||
window.background, /* selector where outlines are writen on GtkTrayIcon */
|
||||
.mate-panel-menu-bar menubar,
|
||||
.mate-panel-menu-bar PanelApplet,
|
||||
.mate-panel-menu-bar button,
|
||||
#PanelApplet > #clock-applet-button.flat.toggle,
|
||||
#PanelApplet > #showdesktop-button,
|
||||
#PanelApplet > wnck-tasklist > button,
|
||||
PanelApplet.wnck-applet .wnck-pager {
|
||||
outline-offset: -2px;
|
||||
outline-style: solid;
|
||||
outline-color: shade (@theme_selected_bg_color, 0.8);
|
||||
outline-width: 2px;
|
||||
}
|
||||
|
||||
.mate-panel-menu-bar button {
|
||||
-gtk-outline-radius: 3px;
|
||||
box-shadow: none;
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
/* main menu */
|
||||
/* set normal menubar button */
|
||||
.mate-panel-menu-bar menubar {
|
||||
padding: 0px;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* all applets */
|
||||
.mate-panel-menu-bar #PanelApplet button,
|
||||
.mate-panel-menu-bar #PanelApplet button.flat,
|
||||
.mate-panel-menu-bar #PanelApplet button.toggle,
|
||||
.mate-panel-menu-bar #PanelApplet button.flat.toggle {
|
||||
padding: 4px;
|
||||
border-radius: 3px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
text-shadow: none;
|
||||
border-color: @border_color;
|
||||
color: @theme_fg_color;
|
||||
background-color: transparent;
|
||||
background-image: -gtk-gradient (linear,
|
||||
left top,
|
||||
left bottom,
|
||||
from (@button_gradient_a),
|
||||
to (@button_gradient_d));
|
||||
}
|
||||
|
||||
.mate-panel-menu-bar #PanelApplet button:checked,
|
||||
.mate-panel-menu-bar #PanelApplet button:checked:hover,
|
||||
.mate-panel-menu-bar #PanelApplet button:hover:active,
|
||||
.mate-panel-menu-bar #PanelApplet button.flat:checked,
|
||||
.mate-panel-menu-bar #PanelApplet button.flat:checked:hover,
|
||||
.mate-panel-menu-bar #PanelApplet button.flat:hover:active,
|
||||
.mate-panel-menu-bar #PanelApplet button.toggle:checked,
|
||||
.mate-panel-menu-bar #PanelApplet button.toggle:checked:hover,
|
||||
.mate-panel-menu-bar #PanelApplet button.toggle:hover:active,
|
||||
.mate-panel-menu-bar #PanelApplet button.flat.toggle:checked,
|
||||
.mate-panel-menu-bar #PanelApplet button.flat.toggle:checked:hover,
|
||||
.mate-panel-menu-bar #PanelApplet button.flat.toggle:hover:active {
|
||||
border-style: solid;
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
@button_active_gradient_a,
|
||||
@button_active_gradient_b 3px,
|
||||
@button_active_gradient_c 4px,
|
||||
@button_active_gradient_d 50%,
|
||||
@button_active_gradient_e 50%,
|
||||
@button_active_gradient_f);
|
||||
}
|
||||
|
||||
.mate-panel-menu-bar #PanelApplet button:hover,
|
||||
.mate-panel-menu-bar #PanelApplet button.flat:hover,
|
||||
.mate-panel-menu-bar #PanelApplet button.toggle:hover,
|
||||
.mate-panel-menu-bar #PanelApplet button.flat.toggle:hover {
|
||||
border-style: solid;
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
@button_hover_gradient_a 5%,
|
||||
@button_hover_gradient_b 95%,
|
||||
@button_hover_gradient_c);
|
||||
}
|
||||
|
||||
/* use only outlines if focused */
|
||||
.mate-panel-menu-bar #PanelApplet button:focus {
|
||||
box-shadow: none;
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
/* 1.18 changings for gtk+-3.22 warning fixes*/
|
||||
.mate-panel-menu-bar #PanelApplet #drive-button,
|
||||
.mate-panel-menu-bar #PanelApplet #drive-button:hover,
|
||||
.mate-panel-menu-bar #PanelApplet #charpick-applet-button,
|
||||
.mate-panel-menu-bar #PanelApplet #showdesktop-button:checked {
|
||||
border-image: url("img/border.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
/* checkboxes in applet popup menu */
|
||||
.mate-panel-menu-bar menu > menuitem > box > menuitem {
|
||||
padding: 0px 0px 0px 4px;
|
||||
}
|
||||
|
||||
#PanelApplet > #clock-applet-button.flat.toggle {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
#PanelApplet > #clock-applet-button.flat.toggle:hover {
|
||||
border-style: solid;
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
@button_hover_gradient_a 5%,
|
||||
@button_hover_gradient_b 95%,
|
||||
@button_hover_gradient_c);
|
||||
}
|
||||
|
||||
#PanelApplet > #clock-applet-button.flat.toggle:checked {
|
||||
border-style: solid;
|
||||
border-color: @border_color;
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
@button_active_gradient_a,
|
||||
@button_active_gradient_b 3px,
|
||||
@button_active_gradient_c 4px,
|
||||
@button_active_gradient_d 50%,
|
||||
@button_active_gradient_e 50%,
|
||||
@button_active_gradient_f);
|
||||
}
|
||||
|
||||
#PanelApplet > #clock-applet-button.flat.toggle:checked:hover {
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
/* use only outlines if focused */
|
||||
#PanelApplet > #clock-applet-button.flat.toggle:focus {
|
||||
box-shadow: none;
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
|
||||
#clock-applet-button.flat.toggle > box.horizontal > label {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* calendar window */
|
||||
#MatePanelPopupWindow {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#MatePanelPopupWindow expander {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/* Weird, this sets the border color of the clockmap */
|
||||
#MatePanelPopupWindow > frame > box > box > box > widget {
|
||||
color: @border_color;
|
||||
}
|
||||
|
||||
PanelApplet.wnck-applet .wnck-pager {
|
||||
background-image: none;
|
||||
color: shade (@theme_selected_bg_color, 1.30);
|
||||
background-color: transparent;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* selected WnckPager */
|
||||
PanelApplet.wnck-applet .wnck-pager:selected {
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade (@theme_selected_bg_color, 0.8),
|
||||
shade (@theme_selected_bg_color, 1.06));
|
||||
}
|
||||
|
||||
/* hover of WnckPager */
|
||||
PanelApplet.wnck-applet .wnck-pager:hover {
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade (@theme_selected_bg_color, 1.86),
|
||||
shade (@theme_selected_bg_color, 1.0));
|
||||
}
|
||||
|
||||
/* Classic icon style */
|
||||
.mate-panel-menu-bar {
|
||||
-PanelMenuBar-icon-visible: true;
|
||||
}
|
||||
|
||||
na-tray-applet {
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
text-shadow: none;
|
||||
-NaTrayApplet-icon-padding: 1px; /*any more and outlines get cut off*/
|
||||
}
|
||||
|
||||
/* volume applet, brightness applet */
|
||||
.mate-panel-applet-slider {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.mate-panel-applet-slider frame {
|
||||
background-color: @theme_bg_color;
|
||||
border-image: none;
|
||||
border-style: solid;
|
||||
border-radius:2px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.mate-panel-applet-slider frame frame {
|
||||
background-color:transparent;
|
||||
border-style: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.mate-panel-applet-slider frame button {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
/* xrandr applet */
|
||||
.mate-panel-menu-bar menuitem.xrandr-applet:disabled > box > label {
|
||||
color: @menu_fg_color;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* mate-menu, mintmenu fork */
|
||||
#mate-menu.background {
|
||||
border-color: @border_color;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
/* mate-indicator-applet */
|
||||
/* needed for a transparent panel */
|
||||
#fast-user-switch-applet > #fast-user-switch-menubar {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* globalmenu (vala-panel-appmenu) */
|
||||
#PanelApplet > .-vala-panel-appmenu-core > scrolledwindow > viewport.frame {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#PanelApplet > .-vala-panel-appmenu-core > scrolledwindow {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/****************
|
||||
* Pluma *
|
||||
****************/
|
||||
|
||||
/* pluma line numbers */
|
||||
.pluma-window textview {
|
||||
background-color: shade (@bg_color, 1.07);
|
||||
}
|
||||
|
||||
/* Printpreview */
|
||||
.pluma-print-preview toolbar.horizontal {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
@toolbar_gradient_a 2px,
|
||||
@toolbar_gradient_b 50%,
|
||||
@toolbar_gradient_c 50%,
|
||||
@toolbar_gradient_d);
|
||||
border-width: 1px 0 1px 1px;
|
||||
border-radius: 0;
|
||||
border-style: solid;
|
||||
border-top-color: @toolbar_border_top_color;
|
||||
border-bottom-color: @toolbar_border_bottom_color;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.pluma-print-preview toolbar.horizontal toolitem entry {
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
.pluma-print-preview toolbar.horizontal button.image-button,
|
||||
.pluma-print-preview toolbar.horizontal button.flat.image-button {
|
||||
background-color: transparent;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.pluma-print-preview toolbar.horizontal toolbutton button.text-button,
|
||||
.pluma-print-preview toolbar.horizontal toolbutton button.flat.text-button {
|
||||
background-color: transparent;
|
||||
padding: 0px 8px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
/* sidebar file-browser */
|
||||
.pluma-window paned.horizontal box.horizontal button.flat {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.pluma-window paned.horizontal box.vertical notebook.frame {
|
||||
border-width: 1px 0px 0px 0px;
|
||||
border-style: solid;
|
||||
border-color: @border_color;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
/* sidebar close button */
|
||||
.pluma-window paned.horizontal box.vertical notebook.frame toolbar button {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.pluma-window paned.horizontal box.vertical notebook.frame #ToolBar toolbutton button {
|
||||
border-width: 1px 1px 2px 1px;
|
||||
}
|
||||
|
||||
.pluma-window paned.horizontal box.vertical notebook.frame #ToolBar toolbutton button:hover {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
@button_hover_gradient_a 5%,
|
||||
@button_hover_gradient_b 95%,
|
||||
@button_hover_gradient_c);
|
||||
border-image: url("img/border.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
|
||||
border-radius: 3px;
|
||||
border-width: 1px 1px 2px 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.pluma-window paned.horizontal box.vertical notebook.frame #ToolBar toolbutton button:checked {
|
||||
background-image: linear-gradient(to bottom,
|
||||
@button_active_gradient_a,
|
||||
@button_active_gradient_b 3px,
|
||||
@button_active_gradient_c 4px,
|
||||
@button_active_gradient_d 50%,
|
||||
@button_active_gradient_e 50%,
|
||||
@button_active_gradient_f);
|
||||
background-color: transparent;
|
||||
border-image: url("img/border.svg") 3 3 4 3 / 3px 3px 4px 3px repeat;
|
||||
border-radius: 3px;
|
||||
border-width: 1px 1px 2px 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/*********
|
||||
* Atril *
|
||||
*********/
|
||||
|
||||
/* atril and eom */
|
||||
EggToolbarEditor.vertical scrolledwindow {
|
||||
background-color: shade (@theme_base_color, 1.0);
|
||||
border-color: @border_color;
|
||||
border-width: 1px;
|
||||
border-radius: 0px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/* broken text selection */
|
||||
.atril-window scrolledwindow.frame > widget:active,
|
||||
.atril-window scrolledwindow.frame > widget:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.lock-dialog {
|
||||
border-radius: 4px;
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
/* not sure if box-shadow works here */
|
||||
box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
|
||||
}
|
||||
|
||||
.lock-dialog notebook {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/* mate-appearance-properties, UI tab */
|
||||
|
||||
.appearance-window > box.vertical.dialog-vbox > notebook.frame box.vertical > box.vertical > box.horizontal > box.vertical menubar {
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 0px 1px;
|
||||
border-color: darker (@theme_bg_color);
|
||||
-GtkToolbar-button-relief: normal;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.appearance-window > box.vertical.dialog-vbox > notebook.frame box.vertical > box.vertical > box.horizontal > box.vertical toolbar {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: @toolbar_border_top_color;
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to bottom,
|
||||
@toolbar_gradient_a 2px,
|
||||
@toolbar_gradient_b 50%,
|
||||
@toolbar_gradient_c 50%,
|
||||
@toolbar_gradient_d);
|
||||
}
|
||||
|
||||
/* multimedia OSD */
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 20px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: rgba(0,0,0,0.6);
|
||||
background-image: linear-gradient(to bottom,
|
||||
@osd_toolbar_bg_a,
|
||||
@osd_toolbar_bg_b 63%,
|
||||
@osd_toolbar_bg_c);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd .trough {
|
||||
background-color: @osd_trough_bg;
|
||||
border-radius: 3px;
|
||||
border-width: 1px;
|
||||
border-color: rgba(0,0,0,0.6);
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd .progressbar {
|
||||
border-width: 1px;
|
||||
border-radius: 3px;
|
||||
border-color: rgba(0,0,0,0.4);
|
||||
background-color: alpha(shade(@theme_selected_bg_color, 1.0), 0.9);
|
||||
}
|
||||
|
||||
/*****************
|
||||
* mate-terminal *
|
||||
*****************/
|
||||
|
||||
/* override settings for pavu-control */
|
||||
window.background.mate-terminal > box.vertical > notebook,
|
||||
window.background.mate-terminal > box.vertical > notebook > stack > box {
|
||||
border-style: none;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* override settings for pavu-control */
|
||||
window.background.mate-terminal > box.vertical > notebook > header.top {
|
||||
border-radius: 3px 0px 0px 0px;
|
||||
margin: 0px;
|
||||
border-style: solid;
|
||||
border-color: @theme_bg_color;
|
||||
border-width: 0px 0px 0px 0.1px;
|
||||
}
|
||||
|
||||
window.background.mate-terminal > box.vertical > notebook > header.top tab {
|
||||
border-radius: 3px 3px 0px 0px;
|
||||
padding: 4px 2px 4px 6px;
|
||||
margin: 0px 0px 0px -1px;
|
||||
border-style: solid;
|
||||
border-color: @border_color;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
window.background.mate-terminal > box.vertical > notebook > header.top tab:checked,
|
||||
window.background.mate-terminal > box.vertical > notebook > header.top tab:checked:hover {
|
||||
border-radius: 3px 3px 0px 0px;
|
||||
padding: 4px 2px 4px 6px;
|
||||
margin: 0px 0px 0px -1px;
|
||||
border-style: solid;
|
||||
border-color: @border_color;
|
||||
border-top-color: @notebook_active_tab_border;
|
||||
border-left-color: @notebook_active_tab_border;
|
||||
border-right-color: @notebook_active_tab_border;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
/***********************
|
||||
* mate-volume-control *
|
||||
***********************/
|
||||
|
||||
/* application notebook page */
|
||||
GvcMixerDialog notebook.frame scrolledwindow {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/* override previous setting */
|
||||
GvcMixerDialog notebook.frame box scrolledwindow.frame {
|
||||
border-style: solid;
|
||||
border-color: @border_color;
|
||||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/***********************
|
||||
* mate-control-center *
|
||||
***********************/
|
||||
|
||||
#MyControlCenter button.flat {
|
||||
outline-style: dashed;
|
||||
}
|
||||
|
||||
/* mate-keyboard-layout-view, mate-keyboard-layout-chooser */
|
||||
/* this way it styles only the border of the keys, the bg of the map itself
|
||||
use the .view class, and use old and new selectors for a while */
|
||||
matekbd-keyboard-drawing,
|
||||
.gswitchit-layout-view > box.dialog-vbox > box.vertical > widget,
|
||||
#xkb-layout-chooser > box.dialog-vbox > box.vertical > box.vertical > frame > widget {
|
||||
background-color: shade (@theme_bg_color, 1.0);
|
||||
}
|
||||
|
||||
#xkb-layout-chooser > box.dialog-vbox > box.vertical > box.vertical > frame > border {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
/* fix for some maximized windows
|
||||
https://github.com/mate-desktop/mate-desktop/issues/291
|
||||
FIXME Sadly pluma ignore doesn't show the maximised style class */
|
||||
|
||||
window.background.maximized.engrampa-window > grid.horizontal > paned.horizontal > scrolledwindow.frame,
|
||||
window.background.maximized.atril-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame,
|
||||
window.background.pluma-window > box.vertical > paned.horizontal > paned.vertical > notebook box.vertical > scrolledwindow.frame,
|
||||
window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame,
|
||||
window.background.maximized.caja-navigation-window notebook.caja-notebook scrolledwindow.frame {
|
||||
border-right-width: 0px;
|
||||
}
|
||||
|
@ -0,0 +1,124 @@
|
||||
/* Parole media player */
|
||||
|
||||
.osd #ParoleScale.horizontal {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.osd #ParoleScale.horizontal trough {
|
||||
min-height: 4px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* rhythmbox */
|
||||
|
||||
.primary-toolbar.toolbar.horizontal RBHeader.horizontal button.scale.flat,
|
||||
.primary-toolbar.toolbar.horizontal RBHeader.horizontal button.scale.flat:checked,
|
||||
.primary-toolbar.toolbar.horizontal RBHeader.horizontal button.scale.flat:hover {
|
||||
padding: 0px 6px;
|
||||
}
|
||||
|
||||
/* nemo */
|
||||
|
||||
/* this sets the bg color for scrolledwindow junction, the little square beside the scrollbars */
|
||||
.nemo-window .nemo-window-pane > notebook box.vertical > overlay scrolledwindow {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
/* treewiew, view and compact view */
|
||||
.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow.view,
|
||||
.nemo-window .nemo-window-pane > notebook box.vertical > overlay > scrolledwindow > treeview.view {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
.nemo-window toolbar.primary-toolbar {
|
||||
border-width: 1px 1px 0px 1px;
|
||||
}
|
||||
|
||||
.nemo-properties-dialog frame.view {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.nemo-properties-dialog frame.view stack scrolledwindow viewport.frame {
|
||||
background-color: @notebook_bg_color;
|
||||
}
|
||||
|
||||
/* kill unwanted borders */
|
||||
.nemo-desktop-window .nemo-window-pane > notebook box > overlay > scrolledwindow {
|
||||
border-style: none;
|
||||
border-width: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/*************
|
||||
* Yumex-DNF *
|
||||
*************/
|
||||
|
||||
/* list sidebar row */
|
||||
window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > stack > box.vertical > box.horizontal > box.vertical list.sidebar {
|
||||
border-width: 1px 0px 1px 1px;
|
||||
}
|
||||
|
||||
/* info sidebar */
|
||||
window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar {
|
||||
border-width: 1px 0px 1px 1px;
|
||||
}
|
||||
|
||||
/****************
|
||||
* pavu-control *
|
||||
****************/
|
||||
|
||||
window.background > box.vertical > notebook scrolledwindow viewport,
|
||||
window.background.csd > box.vertical > notebook scrolledwindow viewport,
|
||||
window.background.ssd > box.vertical > notebook scrolledwindow viewport,
|
||||
window.background.solid-csd > box.vertical > notebook scrolledwindow viewport,
|
||||
window.background > box.vertical > notebook scrolledwindow viewport scale,
|
||||
window.background.csd > box.vertical > notebook scrolledwindow viewport scale,
|
||||
window.background.ssd > box.vertical > notebook scrolledwindow viewport scale,
|
||||
window.background.solid-csd > box.vertical > notebook scrolledwindow viewport scale {
|
||||
background-color: shade (@theme_bg_color, 1.03);
|
||||
}
|
||||
|
||||
/****************
|
||||
* virt-manager *
|
||||
****************/
|
||||
|
||||
window.background > box.vertical > notebook overlay > scrolledwindow,
|
||||
window.background > box.vertical > notebook overlay > scrolledwindow viewport {
|
||||
border-style: none;
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
/***********
|
||||
* Lightdm *
|
||||
***********/
|
||||
|
||||
/* 2.0 */
|
||||
.lightdm-gtk-greeter #login_window.background,
|
||||
/* 1.8.5 */
|
||||
#login_window.background.lightdm-gtk-greeter,
|
||||
#login_window.background.lightdm-gtk-greeter box.vertical {
|
||||
border-radius: 6px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: shade(@theme_bg_color, 0.4);
|
||||
}
|
||||
|
||||
/* 2.0 */
|
||||
.lightdm-gtk-greeter #login_window.background #user_image_border,
|
||||
/* 1.8.5 */
|
||||
#login_window.background.lightdm-gtk-greeter #user_image_border {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: shade(@theme_bg_color, 0.8);
|
||||
}
|
||||
|
||||
/* 2.0 */
|
||||
.lightdm-gtk-greeter #panel_window.background,
|
||||
.lightdm-gtk-greeter #panel_window.background menubar separator,
|
||||
/* 1.8.5 */
|
||||
#panel_window.background.lightdm-gtk-greeter,
|
||||
#panel_window.background.lightdm-gtk-greeter menubar separator {
|
||||
background-color: transparent;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
@ -0,0 +1,5 @@
|
||||
[Settings]
|
||||
gtk-color-scheme = "base_color:#ffffff\nbg_color:#edeceb\nfg_color:#000000\nselected_bg_color:#86abd9\nselected_fg_color:#ffffff\ntooltip_bg_color:#f5f5b5\ntooltip_fg_color:#000000\ntext_color:#1a1a1a\nlink_color:#0000ee\nvisited_link_color:#551a8b"
|
||||
gtk-auto-mnemonics = 0
|
||||
gtk-visible-focus = automatic
|
||||
gtk-primary-button-warps-slider = false
|
@ -0,0 +1,765 @@
|
||||
<?xml version="1.0"?>
|
||||
<metacity_theme>
|
||||
<info>
|
||||
<name>Motif</name>
|
||||
<author>Alexander Rokashevich</author>
|
||||
<copyright>Alexander Rokashevich, 2007</copyright>
|
||||
<date>2007-09-05</date>
|
||||
<description>Motif Window Manager Theme based on colors from GTK+ theme, modified from mwm-north theme</description>
|
||||
</info>
|
||||
<!--
|
||||
#######################################################
|
||||
# THEME COLORS
|
||||
#######################################################
|
||||
|
||||
Focused colors
|
||||
==============
|
||||
Light gtk:base[SELECTED]
|
||||
Normal gtk:bg[SELECTED]
|
||||
Dark gtk:fg[SELECTED]
|
||||
|
||||
Unfocused colors
|
||||
================
|
||||
Light gtk:base[NORMAL]
|
||||
Normal gtk:bg[NORMAL]
|
||||
Dark gtk:fg[NORMAL]
|
||||
|
||||
#######################################################
|
||||
# FRAME GEOMETRY
|
||||
#######################################################
|
||||
-->
|
||||
<frame_geometry name="maximized">
|
||||
<distance name="title_vertical_pad" value="3"/>
|
||||
<distance name="left_titlebar_edge" value="0"/>
|
||||
<distance name="right_titlebar_edge" value="0"/>
|
||||
<distance name="left_width" value="0"/>
|
||||
<distance name="right_width" value="0"/>
|
||||
<distance name="bottom_height" value="0"/>
|
||||
<border name="title_border" left="0" right="0" top="0" bottom="0"/>
|
||||
<border name="button_border" left="0" right="0" top="0" bottom="0"/>
|
||||
<aspect_ratio name="button" value="1.0"/>
|
||||
</frame_geometry>
|
||||
<frame_geometry name="normal">
|
||||
<distance name="title_vertical_pad" value="3"/>
|
||||
<distance name="left_titlebar_edge" value="3"/>
|
||||
<distance name="right_titlebar_edge" value="3"/>
|
||||
<distance name="left_width" value="3"/>
|
||||
<distance name="right_width" value="3"/>
|
||||
<distance name="bottom_height" value="3"/>
|
||||
<border name="title_border" left="0" right="0" top="3" bottom="0"/>
|
||||
<border name="button_border" left="0" right="0" top="3" bottom="0"/>
|
||||
<aspect_ratio name="button" value="1.0"/>
|
||||
</frame_geometry>
|
||||
<frame_geometry name="shaded">
|
||||
<distance name="title_vertical_pad" value="3"/>
|
||||
<distance name="left_titlebar_edge" value="6"/>
|
||||
<distance name="right_titlebar_edge" value="6"/>
|
||||
<distance name="left_width" value="6"/>
|
||||
<distance name="right_width" value="60"/>
|
||||
<distance name="bottom_height" value="0"/>
|
||||
<border name="title_border" left="0" right="0" top="60" bottom="6"/>
|
||||
<border name="button_border" left="0" right="0" top="60" bottom="6"/>
|
||||
<aspect_ratio name="button" value="1.0"/>
|
||||
</frame_geometry>
|
||||
<frame_geometry name="border" has_title="false">
|
||||
<distance name="title_vertical_pad" value="6"/>
|
||||
<distance name="left_titlebar_edge" value="0"/>
|
||||
<distance name="right_titlebar_edge" value="0"/>
|
||||
<distance name="left_width" value="60"/>
|
||||
<distance name="right_width" value="6"/>
|
||||
<distance name="bottom_height" value="6"/>
|
||||
<distance name="button_width" value="0"/>
|
||||
<distance name="button_height" value="0"/>
|
||||
<border name="title_border" left="0" right="0" top="0" bottom="0"/>
|
||||
<border name="button_border" left="0" right="0" top="0" bottom="0"/>
|
||||
</frame_geometry>
|
||||
<!--
|
||||
#######################################################
|
||||
# PANEL DRAW OPS
|
||||
#######################################################
|
||||
-->
|
||||
<!-- special to draw just a border without interiour, used for title bar to get text cropoff -->
|
||||
<draw_ops name="draw_relief_focused">
|
||||
<!-- light -->
|
||||
<line color="gtk:light[SELECTED]" x1="0" y1="0" x2="width-1" y2="0"/>
|
||||
<line color="gtk:light[SELECTED]" x1="0" y1="1" x2="0" y2="height-1"/>
|
||||
<!-- dark -->
|
||||
<line color="gtk:dark[SELECTED]" x1="1" y1="height-1" x2="width-1" y2="height-1"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="width-1" y1="1" x2="width-1" y2="height-1"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_relief_unfocused">
|
||||
<!-- dark -->
|
||||
<line color="gtk:light[NORMAL]" x1="0" y1="0" x2="width-1" y2="0"/>
|
||||
<line color="gtk:light[NORMAL]" x1="0" y1="1" x2="0" y2="height-1"/>
|
||||
<!-- light -->
|
||||
<line color="gtk:dark[NORMAL]" x1="1" y1="height-1" x2="width-1" y2="height-1"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="width-1" y1="1" x2="width-1" y2="height-1"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_relief_pressed_focused">
|
||||
<!-- light -->
|
||||
<line color="gtk:dark[SELECTED]" x1="0" y1="0" x2="width-1" y2="0"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="0" y1="1" x2="0" y2="height-1"/>
|
||||
<!-- dark -->
|
||||
<line color="gtk:light[SELECTED]" x1="1" y1="height-1" x2="width-1" y2="height-1"/>
|
||||
<line color="gtk:light[SELECTED]" x1="width-1" y1="1" x2="width-1" y2="height-1"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_relief_pressed_unfocused">
|
||||
<!-- dark -->
|
||||
<line color="gtk:dark[NORMAL]" x1="0" y1="0" x2="width-1" y2="0"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="0" y1="1" x2="0" y2="height-1"/>
|
||||
<!-- light -->
|
||||
<line color="gtk:light[NORMAL]" x1="1" y1="height-1" x2="width-1" y2="height-1"/>
|
||||
<line color="gtk:light[NORMAL]" x1="width-1" y1="1" x2="width-1" y2="height-1"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_panel_focused">
|
||||
<!-- normal -->
|
||||
<rectangle color="gtk:bg[SELECTED]" x="1" y="1" width="width-2" height="height-2" filled="true"/>
|
||||
<include name="draw_relief_focused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_panel_pressed_focused">
|
||||
<!-- normal -->
|
||||
<rectangle color="gtk:bg[SELECTED]" x="1" y="1" width="width-2" height="height-2" filled="true"/>
|
||||
<include name="draw_relief_pressed_focused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_panel_unfocused">
|
||||
<!-- normal -->
|
||||
<rectangle color="gtk:bg[NORMAL]" x="1" y="1" width="width-2" height="height-2" filled="true"/>
|
||||
<include name="draw_relief_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_panel_pressed_unfocused">
|
||||
<!-- normal -->
|
||||
<rectangle color="gtk:bg[NORMAL]" x="1" y="1" width="width-2" height="height-2" filled="true"/>
|
||||
<include name="draw_relief_pressed_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_title_focused">
|
||||
<!-- normal -->
|
||||
<rectangle color="gtk:bg[SELECTED]" x="1" y="1" width="width-2" height="height-2" filled="true"/>
|
||||
<title color="gtk:fg[SELECTED]" x="(width-title_width)/2 `max` 10" y="(height-title_height)/2"/>
|
||||
<include name="draw_relief_focused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_title_unfocused">
|
||||
<!-- normal -->
|
||||
<rectangle color="gtk:bg[NORMAL]" x="1" y="1" width="width-2" height="height-2" filled="true"/>
|
||||
<title color="gtk:fg[NORMAL]" x="(width-title_width)/2 `max` 10" y="(height-title_height)/2"/>
|
||||
<include name="draw_relief_unfocused"/>
|
||||
</draw_ops>
|
||||
<!--
|
||||
#######################################################
|
||||
# BORDER DRAW OPS
|
||||
#######################################################
|
||||
-->
|
||||
<draw_ops name="draw_border_corners_focused">
|
||||
<!-- top left -->
|
||||
<line color="gtk:dark[SELECTED]" x1="top_height-1" y1="1" x2="top_height-1" y2="bottom_height-1"/>
|
||||
<line color="gtk:light[SELECTED]" x1="top_height" y1="1" x2="top_height" y2="bottom_height-1"/>
|
||||
<!-- top right -->
|
||||
<line color="gtk:dark[SELECTED]" x1="width-top_height-1" y1="1" x2="width-top_height-1" y2="bottom_height-1"/>
|
||||
<line color="gtk:light[SELECTED]" x1="width-top_height" y1="1" x2="width-top_height" y2="bottom_height-1"/>
|
||||
<!-- right top -->
|
||||
<line color="gtk:dark[SELECTED]" x1="width-right_width+1" y1="top_height-1" x2="width-2" y2="top_height-1"/>
|
||||
<line color="gtk:light[SELECTED]" x1="width-right_width+1" y1="top_height" x2="width-2" y2="top_height"/>
|
||||
<!-- right bottom -->
|
||||
<line color="gtk:dark[SELECTED]" x1="width-right_width+1" y1="height-top_height-1" x2="width-2" y2="height-top_height-1"/>
|
||||
<line color="gtk:light[SELECTED]" x1="width-right_width+1" y1="height-top_height" x2="width-2" y2="height-top_height"/>
|
||||
<!-- bottom right -->
|
||||
<line color="gtk:dark[SELECTED]" x1="width-top_height-1" y1="height-bottom_height+1" x2="width-top_height-1" y2="height-2"/>
|
||||
<line color="gtk:light[SELECTED]" x1="width-top_height" y1="height-bottom_height+1" x2="width-top_height" y2="height-2"/>
|
||||
<!-- bottom left -->
|
||||
<line color="gtk:dark[SELECTED]" x1="top_height-1" y1="height-bottom_height+1" x2="top_height-1" y2="height-2"/>
|
||||
<line color="gtk:light[SELECTED]" x1="top_height" y1="height-bottom_height+1" x2="top_height" y2="height-2"/>
|
||||
<!-- left bottom -->
|
||||
<line color="gtk:dark[SELECTED]" x1="1" y1="height-top_height-1" x2="left_width-1" y2="height-top_height-1"/>
|
||||
<line color="gtk:light[SELECTED]" x1="1" y1="height-top_height" x2="left_width-1" y2="height-top_height"/>
|
||||
<!-- left top -->
|
||||
<line color="gtk:dark[SELECTED]" x1="1" y1="top_height-1" x2="left_width-1" y2="top_height-1"/>
|
||||
<line color="gtk:light[SELECTED]" x1="1" y1="top_height" x2="left_width-1" y2="top_height"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_border_corners_unfocused">
|
||||
<!-- top left -->
|
||||
<line color="gtk:dark[NORMAL]" x1="top_height-1" y1="1" x2="top_height-1" y2="bottom_height-1"/>
|
||||
<line color="gtk:light[NORMAL]" x1="top_height" y1="1" x2="top_height" y2="bottom_height-1"/>
|
||||
<!-- top right -->
|
||||
<line color="gtk:dark[NORMAL]" x1="width-top_height-1" y1="1" x2="width-top_height-1" y2="bottom_height-1"/>
|
||||
<line color="gtk:light[NORMAL]" x1="width-top_height" y1="1" x2="width-top_height" y2="bottom_height-1"/>
|
||||
<!-- right top -->
|
||||
<line color="gtk:dark[NORMAL]" x1="width-right_width+1" y1="top_height-1" x2="width-2" y2="top_height-1"/>
|
||||
<line color="gtk:light[NORMAL]" x1="width-right_width+1" y1="top_height" x2="width-2" y2="top_height"/>
|
||||
<!-- right bottom -->
|
||||
<line color="gtk:dark[NORMAL]" x1="width-right_width+1" y1="height-top_height-1" x2="width-2" y2="height-top_height-1"/>
|
||||
<line color="gtk:light[NORMAL]" x1="width-right_width+1" y1="height-top_height" x2="width-2" y2="height-top_height"/>
|
||||
<!-- bottom right -->
|
||||
<line color="gtk:dark[NORMAL]" x1="width-top_height-1" y1="height-bottom_height+1" x2="width-top_height-1" y2="height-2"/>
|
||||
<line color="gtk:light[NORMAL]" x1="width-top_height" y1="height-bottom_height+1" x2="width-top_height" y2="height-2"/>
|
||||
<!-- bottom left -->
|
||||
<line color="gtk:dark[NORMAL]" x1="top_height-1" y1="height-bottom_height+1" x2="top_height-1" y2="height-2"/>
|
||||
<line color="gtk:light[NORMAL]" x1="top_height" y1="height-bottom_height+1" x2="top_height" y2="height-2"/>
|
||||
<!-- left bottom -->
|
||||
<line color="gtk:dark[NORMAL]" x1="1" y1="height-top_height-1" x2="left_width-1" y2="height-top_height-1"/>
|
||||
<line color="gtk:light[NORMAL]" x1="1" y1="height-top_height" x2="left_width-1" y2="height-top_height"/>
|
||||
<!-- left top -->
|
||||
<line color="gtk:dark[NORMAL]" x1="1" y1="top_height-1" x2="left_width-1" y2="top_height-1"/>
|
||||
<line color="gtk:light[NORMAL]" x1="1" y1="top_height" x2="left_width-1" y2="top_height"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_border_base_focused">
|
||||
<!-- background -->
|
||||
<rectangle color="gtk:bg[SELECTED]" x="0" y="0" width="width" height="right_width" filled="true"/>
|
||||
<rectangle color="gtk:bg[SELECTED]" x="0" y="0" width="left_width" height="height" filled="true"/>
|
||||
<rectangle color="gtk:bg[SELECTED]" x="width-right_width" y="0" width="right_width" height="height" filled="true"/>
|
||||
<rectangle color="gtk:bg[SELECTED]" x="0" y="height-right_width" width="width" height="right_width" filled="true"/>
|
||||
<!-- light -->
|
||||
<line color="gtk:light[SELECTED]" x1="0" y1="0" x2="width-1" y2="0"/>
|
||||
<line color="gtk:light[SELECTED]" x1="0" y1="1" x2="width-2" y2="1"/>
|
||||
<line color="gtk:light[SELECTED]" x1="0" y1="2" x2="0" y2="height-1"/>
|
||||
<line color="gtk:light[SELECTED]" x1="1" y1="2" x2="1" y2="height-2"/>
|
||||
<line color="gtk:light[SELECTED]" x1="left_width" y1="height-right_width" x2="width-right_width" y2="height-right_width"/>
|
||||
<line color="gtk:light[SELECTED]" x1="width-right_width" y1="right_width" x2="width-right_width" y2="height-right_width-1"/>
|
||||
<!-- dark -->
|
||||
<line color="gtk:dark[SELECTED]" x1="1" y1="height-1" x2="width-1" y2="height-1"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="2" y1="height-2" x2="width-1" y2="height-2"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="width-1" y1="1" x2="width-1" y2="height-3"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="width-2" y1="2" x2="width-2" y2="height-3"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="left_width-1" y1="right_width-1" x2="width-right_width" y2="right_width-1"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="left_width-1" y1="right_width" x2="left_width-1" y2="height-right_width"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_border_focused">
|
||||
<include name="draw_border_base_focused"/>
|
||||
<include name="draw_border_corners_focused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_border_nocorners_focused">
|
||||
<include name="draw_border_base_focused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_border_base_unfocused">
|
||||
<!-- background -->
|
||||
<rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="right_width" filled="true"/>
|
||||
<rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="left_width" height="height" filled="true"/>
|
||||
<rectangle color="gtk:bg[NORMAL]" x="width-right_width" y="0" width="right_width" height="height" filled="true"/>
|
||||
<rectangle color="gtk:bg[NORMAL]" x="0" y="height-right_width" width="width" height="right_width" filled="true"/>
|
||||
<!-- light -->
|
||||
<line color="gtk:light[NORMAL]" x1="0" y1="0" x2="width-1" y2="0"/>
|
||||
<line color="gtk:light[NORMAL]" x1="0" y1="1" x2="width-2" y2="1"/>
|
||||
<line color="gtk:light[NORMAL]" x1="0" y1="2" x2="0" y2="height-1"/>
|
||||
<line color="gtk:light[NORMAL]" x1="1" y1="2" x2="1" y2="height-2"/>
|
||||
<line color="gtk:light[NORMAL]" x1="left_width" y1="height-right_width" x2="width-right_width" y2="height-right_width"/>
|
||||
<line color="gtk:light[NORMAL]" x1="width-right_width" y1="right_width" x2="width-right_width" y2="height-right_width-1"/>
|
||||
<!-- dark -->
|
||||
<line color="gtk:dark[NORMAL]" x1="1" y1="height-1" x2="width-1" y2="height-1"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="2" y1="height-2" x2="width-1" y2="height-2"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="width-1" y1="1" x2="width-1" y2="height-3"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="width-2" y1="2" x2="width-2" y2="height-3"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="left_width-1" y1="right_width-1" x2="width-right_width" y2="right_width-1"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="left_width-1" y1="right_width" x2="left_width-1" y2="height-right_width"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_border_unfocused">
|
||||
<include name="draw_border_base_unfocused"/>
|
||||
<include name="draw_border_corners_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_border_nocorners_unfocused">
|
||||
<include name="draw_border_base_unfocused"/>
|
||||
</draw_ops>
|
||||
<!--
|
||||
#######################################################
|
||||
# BUTTON DRAW OPS
|
||||
#######################################################
|
||||
##############
|
||||
# FOCUSED
|
||||
###############
|
||||
-->
|
||||
<!-- MENU BUTTON -->
|
||||
<draw_ops name="draw_button_menu_icon_focused">
|
||||
<!-- draw menu icon -->
|
||||
<line color="gtk:dark[SELECTED]" x1="width-5" y1="height/2-1" x2="width-5" y2="height/2+2"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="4" y1="height/2+2" x2="width-5" y2="height/2+2"/>
|
||||
<line color="gtk:light[SELECTED]" x1="4" y1="height/2-1" x2="width-5" y2="height/2-1"/>
|
||||
<line color="gtk:light[SELECTED]" x1="4" y1="height/2-1" x2="4" y2="height/2+2"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_menu_focused">
|
||||
<include name="draw_panel_focused"/>
|
||||
<include name="draw_button_menu_icon_focused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_menu_pressed_focused">
|
||||
<include name="draw_panel_pressed_focused"/>
|
||||
<include name="draw_button_menu_icon_focused"/>
|
||||
</draw_ops>
|
||||
<!-- MINIMIZE BUTTON -->
|
||||
<draw_ops name="draw_button_minimize_icon_focused">
|
||||
<!-- draw minimize icon -->
|
||||
<line color="gtk:light[SELECTED]" x1="width/2-2" y1="height/2-1" x2="width/2+1" y2="height/2-1"/>
|
||||
<line color="gtk:light[SELECTED]" x1="width/2-2" y1="height/2-1" x2="width/2-2" y2="height/2+2"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="width/2+1" y1="height/2" x2="width/2+1" y2="height/2+2"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="width/2-1" y1="height/2+2" x2="width/2+1" y2="height/2+2"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_minimize_focused">
|
||||
<include name="draw_panel_focused"/>
|
||||
<include name="draw_button_minimize_icon_focused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_minimize_pressed_focused">
|
||||
<include name="draw_panel_pressed_focused"/>
|
||||
<include name="draw_button_minimize_icon_focused"/>
|
||||
</draw_ops>
|
||||
<!-- MAXIMIZE BUTTON -->
|
||||
<draw_ops name="draw_button_maximize_icon_focused">
|
||||
<!-- draw maximize icon -->
|
||||
<line color="gtk:light[SELECTED]" x1="4" y1="4" x2="width-5" y2="4"/>
|
||||
<line color="gtk:light[SELECTED]" x1="4" y1="4" x2="4" y2="height-5"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="width-5" y1="5" x2="width-5" y2="height-5"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="5" y1="height-5" x2="width-5" y2="height-5"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_maximize_focused">
|
||||
<include name="draw_panel_focused"/>
|
||||
<include name="draw_button_maximize_icon_focused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_maximize_pressed_focused">
|
||||
<include name="draw_panel_pressed_focused"/>
|
||||
<include name="draw_button_maximize_icon_focused"/>
|
||||
</draw_ops>
|
||||
<!-- RESTORE BUTTON -->
|
||||
<draw_ops name="draw_button_restore_icon_focused">
|
||||
<!-- draw restore icon -->
|
||||
<line color="gtk:dark[SELECTED]" x1="4" y1="4" x2="width-5" y2="4"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="4" y1="4" x2="4" y2="height-5"/>
|
||||
<line color="gtk:light[SELECTED]" x1="width-5" y1="5" x2="width-5" y2="height-5"/>
|
||||
<line color="gtk:light[SELECTED]" x1="5" y1="height-5" x2="width-5" y2="height-5"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_restore_focused">
|
||||
<include name="draw_panel_focused"/>
|
||||
<include name="draw_button_restore_icon_focused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_restore_pressed_focused">
|
||||
<include name="draw_panel_pressed_focused"/>
|
||||
<include name="draw_button_restore_icon_focused"/>
|
||||
</draw_ops>
|
||||
<!-- CLOSE BUTTON -->
|
||||
<draw_ops name="draw_button_close_icon_focused">
|
||||
<!-- draw close icon -->
|
||||
<line color="gtk:light[SELECTED]" x1="4" y1="height-7" x2="width-7" y2="4"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="6" y1="height-5" x2="width-5" y2="6"/>
|
||||
<line color="gtk:light[SELECTED]" x1="4" y1="6" x2="width-7" y2="height-5"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="6" y1="4" x2="width-5" y2="height-7"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="5" y1="height-6" x2="6" y2="height-5"/>
|
||||
<line color="gtk:light[SELECTED]" x1="4" y1="6" x2="6" y2="4"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="width-7" y1="height-5" x2="width-5" y2="height-7"/>
|
||||
<line color="gtk:dark[SELECTED]" x1="width-6" y1="5" x2="width-5" y2="6"/>
|
||||
<line color="gtk:bg[SELECTED]" x1="5" y1="height-5" x2="width-6" y2="6"/>
|
||||
<line color="gtk:bg[SELECTED]" x1="6" y1="height-7" x2="width-7" y2="6"/>
|
||||
<line color="gtk:bg[SELECTED]" x1="4" y1="height-6" x2="width-7" y2="5"/>
|
||||
<line color="gtk:bg[SELECTED]" x1="5" y1="6" x2="width-7" y2="height-6"/>
|
||||
<line color="gtk:bg[SELECTED]" x1="6" y1="6" x2="width-7" y2="height-7"/>
|
||||
<line color="gtk:bg[SELECTED]" x1="7" y1="6" x2="width-6" y2="height-7"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_close_focused">
|
||||
<include name="draw_panel_focused"/>
|
||||
<include name="draw_button_close_icon_focused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_close_pressed_focused">
|
||||
<include name="draw_panel_pressed_focused"/>
|
||||
<include name="draw_button_close_icon_focused"/>
|
||||
</draw_ops>
|
||||
<!--
|
||||
################
|
||||
# UNFOCUSED
|
||||
################
|
||||
-->
|
||||
<!-- MENU BUTTON -->
|
||||
<draw_ops name="draw_button_menu_icon_unfocused">
|
||||
<!-- draw menu icon -->
|
||||
<line color="gtk:dark[NORMAL]" x1="width-5" y1="height/2-1" x2="width-5" y2="height/2+2"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="4" y1="height/2+2" x2="width-5" y2="height/2+2"/>
|
||||
<line color="gtk:light[NORMAL]" x1="4" y1="height/2-1" x2="width-5" y2="height/2-1"/>
|
||||
<line color="gtk:light[NORMAL]" x1="4" y1="height/2-1" x2="4" y2="height/2+2"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_menu_unfocused">
|
||||
<include name="draw_panel_unfocused"/>
|
||||
<include name="draw_button_menu_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_menu_pressed_unfocused">
|
||||
<include name="draw_panel_pressed_unfocused"/>
|
||||
<include name="draw_button_menu_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<!-- MINIMIZE BUTTON -->
|
||||
<draw_ops name="draw_button_minimize_icon_unfocused">
|
||||
<!-- draw minimize icon -->
|
||||
<line color="gtk:light[NORMAL]" x1="width/2-2" y1="height/2-1" x2="width/2+1" y2="height/2-1"/>
|
||||
<line color="gtk:light[NORMAL]" x1="width/2-2" y1="height/2-1" x2="width/2-2" y2="height/2+2"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="width/2+1" y1="height/2" x2="width/2+1" y2="height/2+2"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="width/2-1" y1="height/2+2" x2="width/2+1" y2="height/2+2"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_minimize_unfocused">
|
||||
<include name="draw_panel_unfocused"/>
|
||||
<include name="draw_button_minimize_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_minimize_pressed_unfocused">
|
||||
<include name="draw_panel_pressed_unfocused"/>
|
||||
<include name="draw_button_minimize_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<!-- MAXIMIZE BUTTON -->
|
||||
<draw_ops name="draw_button_maximize_icon_unfocused">
|
||||
<!-- draw maximize icon -->
|
||||
<line color="gtk:light[NORMAL]" x1="4" y1="4" x2="width-5" y2="4"/>
|
||||
<line color="gtk:light[NORMAL]" x1="4" y1="4" x2="4" y2="height-5"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="width-5" y1="5" x2="width-5" y2="height-5"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="5" y1="height-5" x2="width-5" y2="height-5"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_maximize_unfocused">
|
||||
<include name="draw_panel_unfocused"/>
|
||||
<include name="draw_button_maximize_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_maximize_pressed_unfocused">
|
||||
<include name="draw_panel_pressed_unfocused"/>
|
||||
<include name="draw_button_maximize_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<!-- RESTORE BUTTON -->
|
||||
<draw_ops name="draw_button_restore_icon_unfocused">
|
||||
<!-- draw maximize icon -->
|
||||
<line color="gtk:dark[NORMAL]" x1="4" y1="4" x2="width-5" y2="4"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="4" y1="4" x2="4" y2="height-5"/>
|
||||
<line color="gtk:light[NORMAL]" x1="width-5" y1="5" x2="width-5" y2="height-5"/>
|
||||
<line color="gtk:light[NORMAL]" x1="5" y1="height-5" x2="width-5" y2="height-5"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_restore_unfocused">
|
||||
<include name="draw_panel_unfocused"/>
|
||||
<include name="draw_button_restore_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_restore_pressed_unfocused">
|
||||
<include name="draw_panel_pressed_unfocused"/>
|
||||
<include name="draw_button_restore_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<!-- CLOSE BUTTON -->
|
||||
<draw_ops name="draw_button_close_icon_unfocused">
|
||||
<!-- draw close icon -->
|
||||
<line color="gtk:light[NORMAL]" x1="4" y1="height-7" x2="width-7" y2="4"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="6" y1="height-5" x2="width-5" y2="6"/>
|
||||
<line color="gtk:light[NORMAL]" x1="4" y1="6" x2="width-7" y2="height-5"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="6" y1="4" x2="width-5" y2="height-7"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="5" y1="height-6" x2="6" y2="height-5"/>
|
||||
<line color="gtk:light[NORMAL]" x1="4" y1="6" x2="6" y2="4"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="width-7" y1="height-5" x2="width-5" y2="height-7"/>
|
||||
<line color="gtk:dark[NORMAL]" x1="width-6" y1="5" x2="width-5" y2="6"/>
|
||||
<line color="gtk:bg[NORMAL]" x1="5" y1="height-5" x2="width-6" y2="6"/>
|
||||
<line color="gtk:bg[NORMAL]" x1="6" y1="height-7" x2="width-7" y2="6"/>
|
||||
<line color="gtk:bg[NORMAL]" x1="4" y1="height-6" x2="width-7" y2="5"/>
|
||||
<line color="gtk:bg[NORMAL]" x1="5" y1="6" x2="width-7" y2="height-6"/>
|
||||
<line color="gtk:bg[NORMAL]" x1="6" y1="6" x2="width-7" y2="height-7"/>
|
||||
<line color="gtk:bg[NORMAL]" x1="7" y1="6" x2="width-6" y2="height-7"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_close_unfocused">
|
||||
<include name="draw_panel_unfocused"/>
|
||||
<include name="draw_button_close_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="draw_button_close_pressed_unfocused">
|
||||
<include name="draw_panel_pressed_unfocused"/>
|
||||
<include name="draw_button_close_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<!-- BORDER BUTTON STUB-->
|
||||
<draw_ops name="border_stub"/>
|
||||
<!--
|
||||
#######################################################
|
||||
# FRAME STYLES
|
||||
#######################################################
|
||||
##############
|
||||
# FOCUSED
|
||||
##############
|
||||
-->
|
||||
<!-- NORMAL + SHADED STYLE -->
|
||||
<frame_style name="style_focused_common" geometry="normal">
|
||||
<!-- border -->
|
||||
<piece position="entire_background">
|
||||
<draw_ops>
|
||||
<include name="draw_border_focused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- Title Text -->
|
||||
<piece position="title">
|
||||
<draw_ops>
|
||||
<include name="draw_title_focused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- buttons -->
|
||||
<button function="close" state="normal" draw_ops="draw_button_close_focused"/>
|
||||
<button function="close" state="pressed" draw_ops="draw_button_close_pressed_focused"/>
|
||||
<button function="minimize" state="normal" draw_ops="draw_button_minimize_focused"/>
|
||||
<button function="minimize" state="pressed" draw_ops="draw_button_minimize_pressed_focused"/>
|
||||
<button function="maximize" state="normal" draw_ops="draw_button_maximize_focused"/>
|
||||
<button function="maximize" state="pressed" draw_ops="draw_button_maximize_pressed_focused"/>
|
||||
<button function="menu" state="normal" draw_ops="draw_button_menu_focused"/>
|
||||
<button function="menu" state="pressed" draw_ops="draw_button_menu_pressed_focused"/>
|
||||
</frame_style>
|
||||
<frame_style name="style_nocorners_focused" geometry="normal">
|
||||
<!-- border -->
|
||||
<piece position="entire_background">
|
||||
<draw_ops>
|
||||
<include name="draw_border_nocorners_focused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- Title Text -->
|
||||
<piece position="title">
|
||||
<draw_ops>
|
||||
<include name="draw_title_focused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- buttons -->
|
||||
<button function="close" state="normal" draw_ops="draw_button_close_focused"/>
|
||||
<button function="close" state="pressed" draw_ops="draw_button_close_pressed_focused"/>
|
||||
<button function="minimize" state="normal" draw_ops="draw_button_minimize_focused"/>
|
||||
<button function="minimize" state="pressed" draw_ops="draw_button_minimize_pressed_focused"/>
|
||||
<button function="maximize" state="normal" draw_ops="draw_button_maximize_focused"/>
|
||||
<button function="maximize" state="pressed" draw_ops="draw_button_maximize_pressed_focused"/>
|
||||
<button function="menu" state="normal" draw_ops="draw_button_menu_focused"/>
|
||||
<button function="menu" state="pressed" draw_ops="draw_button_menu_pressed_focused"/>
|
||||
</frame_style>
|
||||
<frame_style name="style_maximized_focused" geometry="maximized">
|
||||
<!-- border -->
|
||||
<piece position="entire_background">
|
||||
<draw_ops>
|
||||
<include name="draw_border_focused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- Title Text -->
|
||||
<piece position="title">
|
||||
<draw_ops>
|
||||
<include name="draw_title_focused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- buttons -->
|
||||
<button function="close" state="normal" draw_ops="draw_button_close_focused"/>
|
||||
<button function="close" state="pressed" draw_ops="draw_button_close_pressed_focused"/>
|
||||
<button function="minimize" state="normal" draw_ops="draw_button_minimize_focused"/>
|
||||
<button function="minimize" state="pressed" draw_ops="draw_button_minimize_pressed_focused"/>
|
||||
<button function="maximize" state="normal" draw_ops="draw_button_restore_focused"/>
|
||||
<button function="maximize" state="pressed" draw_ops="draw_button_restore_pressed_focused"/>
|
||||
<button function="menu" state="normal" draw_ops="draw_button_menu_focused"/>
|
||||
<button function="menu" state="pressed" draw_ops="draw_button_menu_pressed_focused"/>
|
||||
</frame_style>
|
||||
<frame_style name="style_maximized_shaded_focused" geometry="shaded">
|
||||
<!-- border -->
|
||||
<piece position="entire_background">
|
||||
<draw_ops>
|
||||
<include name="draw_border_nocorners_focused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- Title Text -->
|
||||
<piece position="title">
|
||||
<draw_ops>
|
||||
<include name="draw_title_focused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- buttons -->
|
||||
<button function="close" state="normal" draw_ops="draw_button_close_focused"/>
|
||||
<button function="close" state="pressed" draw_ops="draw_button_close_pressed_focused"/>
|
||||
<button function="minimize" state="normal" draw_ops="draw_button_minimize_focused"/>
|
||||
<button function="minimize" state="pressed" draw_ops="draw_button_minimize_pressed_focused"/>
|
||||
<button function="maximize" state="normal" draw_ops="draw_button_restore_focused"/>
|
||||
<button function="maximize" state="pressed" draw_ops="draw_button_restore_pressed_focused"/>
|
||||
<button function="menu" state="normal" draw_ops="draw_button_menu_focused"/>
|
||||
<button function="menu" state="pressed" draw_ops="draw_button_menu_pressed_focused"/>
|
||||
</frame_style>
|
||||
<!-- NORMAL STYLE -->
|
||||
<frame_style name="style_focused" geometry="normal" parent="style_focused_common"/>
|
||||
<!-- SHADED STYLE -->
|
||||
<frame_style name="style_shaded_focused" geometry="shaded" parent="style_nocorners_focused"/>
|
||||
<!-- BORDER STYLE -->
|
||||
<frame_style name="style_focused_border" geometry="border">
|
||||
<!-- borders -->
|
||||
<piece position="entire_background">
|
||||
<draw_ops>
|
||||
<include name="draw_border_nocorners_focused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- buttons : Not sure why i need these -->
|
||||
<button function="close" state="normal" draw_ops="border_stub"/>
|
||||
<button function="close" state="pressed" draw_ops="border_stub"/>
|
||||
<button function="minimize" state="normal" draw_ops="border_stub"/>
|
||||
<button function="minimize" state="pressed" draw_ops="border_stub"/>
|
||||
<button function="maximize" state="normal" draw_ops="border_stub"/>
|
||||
<button function="maximize" state="pressed" draw_ops="border_stub"/>
|
||||
<button function="menu" state="normal" draw_ops="border_stub"/>
|
||||
<button function="menu" state="pressed" draw_ops="border_stub"/>
|
||||
</frame_style>
|
||||
<!--
|
||||
################
|
||||
# UNFOCUSED
|
||||
################
|
||||
-->
|
||||
<!-- NORMAL + SHADED STYLE -->
|
||||
<frame_style name="style_unfocused_common" geometry="normal">
|
||||
<!-- border -->
|
||||
<piece position="entire_background">
|
||||
<draw_ops>
|
||||
<include name="draw_border_unfocused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- Title Text -->
|
||||
<piece position="title">
|
||||
<draw_ops>
|
||||
<include name="draw_title_unfocused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- buttons -->
|
||||
<button function="close" state="normal" draw_ops="draw_button_close_unfocused"/>
|
||||
<button function="close" state="pressed" draw_ops="draw_button_close_pressed_unfocused"/>
|
||||
<button function="minimize" state="normal" draw_ops="draw_button_minimize_unfocused"/>
|
||||
<button function="minimize" state="pressed" draw_ops="draw_button_minimize_pressed_unfocused"/>
|
||||
<button function="maximize" state="normal" draw_ops="draw_button_maximize_unfocused"/>
|
||||
<button function="maximize" state="pressed" draw_ops="draw_button_maximize_pressed_unfocused"/>
|
||||
<button function="menu" state="normal" draw_ops="draw_button_menu_unfocused"/>
|
||||
<button function="menu" state="pressed" draw_ops="draw_button_menu_pressed_unfocused"/>
|
||||
</frame_style>
|
||||
<frame_style name="style_nocorners_unfocused" geometry="normal">
|
||||
<!-- border -->
|
||||
<piece position="entire_background">
|
||||
<draw_ops>
|
||||
<include name="draw_border_nocorners_unfocused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- Title Text -->
|
||||
<piece position="title">
|
||||
<draw_ops>
|
||||
<include name="draw_title_unfocused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- buttons -->
|
||||
<button function="close" state="normal" draw_ops="draw_button_close_unfocused"/>
|
||||
<button function="close" state="pressed" draw_ops="draw_button_close_pressed_unfocused"/>
|
||||
<button function="minimize" state="normal" draw_ops="draw_button_minimize_unfocused"/>
|
||||
<button function="minimize" state="pressed" draw_ops="draw_button_minimize_pressed_unfocused"/>
|
||||
<button function="maximize" state="normal" draw_ops="draw_button_maximize_unfocused"/>
|
||||
<button function="maximize" state="pressed" draw_ops="draw_button_maximize_pressed_unfocused"/>
|
||||
<button function="menu" state="normal" draw_ops="draw_button_menu_unfocused"/>
|
||||
<button function="menu" state="pressed" draw_ops="draw_button_menu_pressed_unfocused"/>
|
||||
</frame_style>
|
||||
<frame_style name="style_maximized_unfocused" geometry="maximized">
|
||||
<!-- border -->
|
||||
<piece position="entire_background">
|
||||
<draw_ops>
|
||||
<include name="draw_border_unfocused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- Title Text -->
|
||||
<piece position="title">
|
||||
<draw_ops>
|
||||
<include name="draw_title_unfocused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- buttons -->
|
||||
<button function="close" state="normal" draw_ops="draw_button_close_unfocused"/>
|
||||
<button function="close" state="pressed" draw_ops="draw_button_close_pressed_unfocused"/>
|
||||
<button function="minimize" state="normal" draw_ops="draw_button_minimize_unfocused"/>
|
||||
<button function="minimize" state="pressed" draw_ops="draw_button_minimize_pressed_unfocused"/>
|
||||
<button function="maximize" state="normal" draw_ops="draw_button_restore_unfocused"/>
|
||||
<button function="maximize" state="pressed" draw_ops="draw_button_restore_pressed_unfocused"/>
|
||||
<button function="menu" state="normal" draw_ops="draw_button_menu_unfocused"/>
|
||||
<button function="menu" state="pressed" draw_ops="draw_button_menu_pressed_unfocused"/>
|
||||
</frame_style>
|
||||
<!-- maximized without resize handles -->
|
||||
<frame_style name="style_maximized_shaded_unfocused" geometry="shaded">
|
||||
<!-- border -->
|
||||
<piece position="entire_background">
|
||||
<draw_ops>
|
||||
<include name="draw_border_nocorners_unfocused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- Title Text -->
|
||||
<piece position="title">
|
||||
<draw_ops>
|
||||
<include name="draw_title_unfocused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- buttons -->
|
||||
<button function="close" state="normal" draw_ops="draw_button_close_unfocused"/>
|
||||
<button function="close" state="pressed" draw_ops="draw_button_close_pressed_unfocused"/>
|
||||
<button function="minimize" state="normal" draw_ops="draw_button_minimize_unfocused"/>
|
||||
<button function="minimize" state="pressed" draw_ops="draw_button_minimize_pressed_unfocused"/>
|
||||
<button function="maximize" state="normal" draw_ops="draw_button_restore_unfocused"/>
|
||||
<button function="maximize" state="pressed" draw_ops="draw_button_restore_pressed_unfocused"/>
|
||||
<button function="menu" state="normal" draw_ops="draw_button_menu_unfocused"/>
|
||||
<button function="menu" state="pressed" draw_ops="draw_button_menu_pressed_unfocused"/>
|
||||
</frame_style>
|
||||
<!-- NORMAL STYLE -->
|
||||
<frame_style name="style_unfocused" geometry="normal" parent="style_unfocused_common"/>
|
||||
<!-- SHADED STYLE -->
|
||||
<frame_style name="style_shaded_unfocused" geometry="shaded" parent="style_nocorners_unfocused"/>
|
||||
<!-- BORDER STYLE -->
|
||||
<frame_style name="style_unfocused_border" geometry="border">
|
||||
<!-- borders -->
|
||||
<piece position="entire_background">
|
||||
<draw_ops>
|
||||
<include name="draw_border_nocorners_unfocused"/>
|
||||
</draw_ops>
|
||||
</piece>
|
||||
<!-- buttons : Not sure why i need these -->
|
||||
<button function="close" state="normal" draw_ops="border_stub"/>
|
||||
<button function="close" state="pressed" draw_ops="border_stub"/>
|
||||
<button function="minimize" state="normal" draw_ops="border_stub"/>
|
||||
<button function="minimize" state="pressed" draw_ops="border_stub"/>
|
||||
<button function="maximize" state="normal" draw_ops="border_stub"/>
|
||||
<button function="maximize" state="pressed" draw_ops="border_stub"/>
|
||||
<button function="menu" state="normal" draw_ops="border_stub"/>
|
||||
<button function="menu" state="pressed" draw_ops="border_stub"/>
|
||||
</frame_style>
|
||||
<!--
|
||||
#######################################################
|
||||
# STYLES SETS
|
||||
#######################################################
|
||||
-->
|
||||
<!-- NORMAL STYLE SET -->
|
||||
<frame_style_set name="normal">
|
||||
<frame focus="yes" state="normal" resize="both" style="style_focused"/>
|
||||
<frame focus="no" state="normal" resize="both" style="style_unfocused"/>
|
||||
<frame focus="yes" state="maximized" style="style_maximized_focused"/>
|
||||
<frame focus="no" state="maximized" style="style_maximized_unfocused"/>
|
||||
<frame focus="yes" state="shaded" style="style_shaded_focused"/>
|
||||
<frame focus="no" state="shaded" style="style_shaded_unfocused"/>
|
||||
<frame focus="yes" state="maximized_and_shaded" style="style_maximized_shaded_focused"/>
|
||||
<frame focus="no" state="maximized_and_shaded" style="style_maximized_shaded_unfocused"/>
|
||||
</frame_style_set>
|
||||
<!-- NOCORNERS STYLE SET -->
|
||||
<frame_style_set name="nocorners">
|
||||
<frame focus="yes" state="normal" resize="both" style="style_nocorners_focused"/>
|
||||
<frame focus="no" state="normal" resize="both" style="style_nocorners_unfocused"/>
|
||||
<frame focus="yes" state="maximized" style="style_nocorners_focused"/>
|
||||
<frame focus="no" state="maximized" style="style_nocorners_unfocused"/>
|
||||
<frame focus="yes" state="shaded" style="style_shaded_focused"/>
|
||||
<frame focus="no" state="shaded" style="style_shaded_unfocused"/>
|
||||
<frame focus="yes" state="maximized_and_shaded" style="style_nocorners_focused"/>
|
||||
<frame focus="no" state="maximized_and_shaded" style="style_nocorners_unfocused"/>
|
||||
</frame_style_set>
|
||||
<!-- BORDER STYLE SET -->
|
||||
<frame_style_set name="border">
|
||||
<frame focus="yes" state="normal" resize="both" style="style_focused_border"/>
|
||||
<frame focus="no" state="normal" resize="both" style="style_unfocused_border"/>
|
||||
<frame focus="yes" state="maximized" style="style_focused_border"/>
|
||||
<frame focus="no" state="maximized" style="style_unfocused_border"/>
|
||||
<frame focus="yes" state="shaded" style="style_focused_border"/>
|
||||
<frame focus="no" state="shaded" style="style_unfocused_border"/>
|
||||
<frame focus="yes" state="maximized_and_shaded" style="style_focused_border"/>
|
||||
<frame focus="no" state="maximized_and_shaded" style="style_unfocused_border"/>
|
||||
</frame_style_set>
|
||||
<window type="normal" style_set="normal"/>
|
||||
<window type="dialog" style_set="nocorners"/>
|
||||
<window type="modal_dialog" style_set="nocorners"/>
|
||||
<window type="menu" style_set="nocorners"/>
|
||||
<window type="utility" style_set="normal"/>
|
||||
<window type="border" style_set="border"/>
|
||||
<!--
|
||||
#######################################################
|
||||
# MENU ICONS
|
||||
#######################################################
|
||||
-->
|
||||
<menu_icon function="maximize" state="normal">
|
||||
<draw_ops>
|
||||
<include name="draw_button_maximize_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
</menu_icon>
|
||||
<menu_icon function="close" state="normal">
|
||||
<draw_ops>
|
||||
<include name="draw_button_close_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
</menu_icon>
|
||||
<menu_icon function="minimize" state="normal">
|
||||
<draw_ops>
|
||||
<include name="draw_button_minimize_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
</menu_icon>
|
||||
<menu_icon function="unmaximize" state="normal">
|
||||
<draw_ops/>
|
||||
</menu_icon>
|
||||
</metacity_theme>
|
@ -0,0 +1,164 @@
|
||||
!# Clearlooks-Evolving
|
||||
!# Clearlooks as it evolves in gnome-git...
|
||||
!# Last updated 09/03/10
|
||||
|
||||
# Fonts
|
||||
# these are really halos, but who cares?
|
||||
|
||||
*.font: shadow=n
|
||||
window.active.label.text.font:shadow=y:shadowtint=30:shadowoffset=1
|
||||
window.inactive.label.text.font:shadow=y:shadowtint=00:shadowoffset=0
|
||||
menu.items.font:shadow=y:shadowtint=0:shadowoffset=1
|
||||
|
||||
!# general stuff
|
||||
|
||||
border.width: 1
|
||||
padding.width: 3
|
||||
padding.height: 2
|
||||
window.handle.width: 3
|
||||
window.client.padding.width: 0
|
||||
menu.overlap: 2
|
||||
*.justify: center
|
||||
|
||||
!# lets set our damn shadows here, eh?
|
||||
|
||||
*.bg.highlight: 50
|
||||
*.bg.shadow: 05
|
||||
|
||||
window.active.title.bg.highlight: 35
|
||||
window.active.title.bg.shadow: 05
|
||||
|
||||
window.inactive.title.bg.highlight: 30
|
||||
window.inactive.title.bg.shadow: 05
|
||||
|
||||
window.*.grip.bg.highlight: 50
|
||||
window.*.grip.bg.shadow: 30
|
||||
|
||||
window.*.handle.bg.highlight: 50
|
||||
window.*.handle.bg.shadow: 30
|
||||
|
||||
!# Menu settings
|
||||
|
||||
menu.border.color: #aaaaaa
|
||||
menu.border.width: 1
|
||||
|
||||
menu.title.bg: solid flat
|
||||
menu.title.bg.color: #E6E7E6
|
||||
menu.title.text.color: #111111
|
||||
|
||||
menu.items.bg: Flat Solid
|
||||
menu.items.bg.color: #ffffff
|
||||
menu.items.text.color: #111111
|
||||
menu.items.disabled.text.color: #aaaaaa
|
||||
|
||||
menu.items.active.bg: Flat Gradient splitvertical border
|
||||
|
||||
menu.items.active.bg.color: #97b8e2
|
||||
menu.items.active.bg.color.splitTo: #a8c5e9
|
||||
|
||||
menu.items.active.bg.colorTo: #91b3de
|
||||
menu.items.active.bg.colorTo.splitTo: #80a7d6
|
||||
menu.items.active.bg.border.color: #4b6e99
|
||||
menu.items.active.text.color: #ffffff
|
||||
|
||||
menu.separator.width: 1
|
||||
menu.separator.padding.width: 0
|
||||
menu.separator.padding.height: 3
|
||||
menu.separator.color: #aaaaaa
|
||||
|
||||
!# set handles here and only the once?
|
||||
|
||||
window.*.handle.bg: Raised solid
|
||||
window.*.handle.bg.color: #eaebec
|
||||
|
||||
window.*.grip.bg: Raised solid
|
||||
window.*.grip.bg.color: #eaebec
|
||||
|
||||
!# Active
|
||||
|
||||
window.*.border.color: #585a5d
|
||||
|
||||
window.active.title.separator.color: #4e76a8
|
||||
|
||||
*.title.bg: Raised Gradient splitvertical
|
||||
*.title.bg.color: #8CB0DC
|
||||
*.title.bg.color.splitTo: #99BAE3
|
||||
*.title.bg.colorTo: #86ABD9
|
||||
*.title.bg.colorTo.splitTo: #7AA1D1
|
||||
|
||||
window.active.label.bg: Parentrelative
|
||||
window.active.label.text.color: #ffffff
|
||||
|
||||
window.active.button.*.bg: Flat Gradient splitvertical Border
|
||||
|
||||
window.active.button.*.bg.color: #92B4DF
|
||||
window.active.button.*.bg.color.splitTo: #B0CAEB
|
||||
window.active.button.*.bg.colorTo: #86ABD9
|
||||
window.active.button.*.bg.colorTo.splitTo: #769FD0
|
||||
|
||||
window.active.button.*.bg.border.color: #49678B
|
||||
window.active.button.*.image.color: #F4F5F6
|
||||
|
||||
window.active.button.hover.bg.color: #b5d3ef
|
||||
window.active.button.hover.bg.color.splitTo: #b5d3ef
|
||||
window.active.button.hover.bg.colorTo: #9cbae7
|
||||
window.active.button.hover.bg.colorTo.splitTo: #8caede
|
||||
window.active.button.hover.bg.border.color: #4A658C
|
||||
window.active.button.hover.image.color: #ffffff
|
||||
|
||||
window.active.button.pressed.bg: Flat solid Border
|
||||
window.active.button.pressed.bg.color: #7aa1d2
|
||||
|
||||
window.active.button.hover.bg.border.color: #4A658C
|
||||
|
||||
!# inactive
|
||||
|
||||
!#window.inactive.border.color: #7e8285
|
||||
window.inactive.title.separator.color: #96999d
|
||||
|
||||
window.inactive.title.bg: Raised Gradient splitvertical
|
||||
window.inactive.title.bg.color: #E3E2E0
|
||||
window.inactive.title.bg.color.splitTo: #EBEAE9
|
||||
window.inactive.title.bg.colorTo: #DEDCDA
|
||||
window.inactive.title.bg.colorTo.splitTo: #D5D3D1
|
||||
|
||||
window.inactive.label.bg: Parentrelative
|
||||
window.inactive.label.text.color: #70747d
|
||||
|
||||
window.inactive.button.*.bg: Flat Gradient splitVertical Border
|
||||
window.inactive.button.*.bg.color: #ffffff
|
||||
window.inactive.button.*.bg.color.splitto: #ffffff
|
||||
window.inactive.button.*.bg.colorTo: #F9F8F8
|
||||
window.inactive.button.*.bg.colorTo.splitto: #E9E7E6
|
||||
window.inactive.button.*.bg.border.color: #928F8B
|
||||
window.inactive.button.*.image.color: #6D6C6C
|
||||
|
||||
|
||||
!# osd (pop ups and what not, dock?)
|
||||
|
||||
osd.border.width: 1
|
||||
osd.border.color: #aaaaaa
|
||||
|
||||
osd.bg: flat border gradient splitvertical
|
||||
osd.bg.color: #F0EFEE
|
||||
osd.bg.color.splitto: #f5f5f4
|
||||
osd.bg.colorTo: #EAEBEC
|
||||
osd.bg.colorTo.splitto: #E7E5E4
|
||||
|
||||
osd.bg.border.color: #ffffff
|
||||
|
||||
osd.active.label.bg: parentrelative
|
||||
osd.active.label.bg.color: #efefef
|
||||
osd.active.label.bg.border.color: #9c9e9c
|
||||
osd.active.label.text.color: #444
|
||||
|
||||
osd.inactive.label.bg: parentrelative
|
||||
osd.inactive.label.text.color: #70747d
|
||||
|
||||
!# yeah whatever, this is fine anyhoo?
|
||||
osd.hilight.bg: flat vertical gradient
|
||||
osd.hilight.bg.color: #9ebde5
|
||||
osd.hilight.bg.colorTo: #749dcf
|
||||
osd.unhilight.bg: flat vertical gradient
|
||||
osd.unhilight.bg.color: #BABDB6
|
||||
osd.unhilight.bg.colorTo: #efefef
|
@ -0,0 +1,8 @@
|
||||
Clearlooks XFWM4 Theme
|
||||
----------------------
|
||||
Based on Clearlooks Metacity from Fedora 14.
|
||||
|
||||
Author: Casey Kirsle
|
||||
Date: Jan 4 2011
|
||||
|
||||
http://www.kirsle.net/
|
@ -0,0 +1,13 @@
|
||||
/* XPM */
|
||||
static char *bottom_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"4 4 3 1 ",
|
||||
" c #EDECEB",
|
||||
". c #D2D0CE",
|
||||
"X c #6D6A68",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
"....",
|
||||
"XXXX"
|
||||
};
|
@ -0,0 +1,13 @@
|
||||
/* XPM */
|
||||
static char *bottom_inactive[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"4 4 3 1 ",
|
||||
" c #EDECEB",
|
||||
". c #D2D0CE",
|
||||
"X c #85827E",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
"....",
|
||||
"XXXX"
|
||||
};
|
@ -0,0 +1,14 @@
|
||||
/* XPM */
|
||||
static char *bottom_left_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"4 4 4 1 ",
|
||||
" c #6D6A68",
|
||||
". c #EDECEB",
|
||||
"X c gray100",
|
||||
"o c #D2D0CE",
|
||||
/* pixels */
|
||||
" X..",
|
||||
" X..",
|
||||
" Xoo",
|
||||
" "
|
||||
};
|
@ -0,0 +1,14 @@
|
||||
/* XPM */
|
||||
static char *bottom_left_inactive[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"4 4 4 1 ",
|
||||
" c #85827E",
|
||||
". c #EDECEB",
|
||||
"X c #F4F4F3",
|
||||
"o c #D2D0CE",
|
||||
/* pixels */
|
||||
" X..",
|
||||
" X..",
|
||||
" Xoo",
|
||||
" "
|
||||
};
|
@ -0,0 +1,13 @@
|
||||
/* XPM */
|
||||
static char *bottom_right_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"4 4 3 1 ",
|
||||
" c #6D6A68",
|
||||
". c #D2D0CE",
|
||||
"X c #EDECEB",
|
||||
/* pixels */
|
||||
"XX. ",
|
||||
"XX. ",
|
||||
"... ",
|
||||
" "
|
||||
};
|
@ -0,0 +1,13 @@
|
||||
/* XPM */
|
||||
static char *bottom_right_inactive[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"4 4 3 1 ",
|
||||
" c #85827E",
|
||||
". c #D2D0CE",
|
||||
"X c #EDECEB",
|
||||
/* pixels */
|
||||
"XX. ",
|
||||
"XX. ",
|
||||
"... ",
|
||||
" "
|
||||
};
|
@ -0,0 +1,96 @@
|
||||
/* XPM */
|
||||
static char *close_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 66 1 ",
|
||||
" c #48668A",
|
||||
". c #B2CCED",
|
||||
"X c #9EBDE5",
|
||||
"o c #86ABD9",
|
||||
"O c #4E76A8",
|
||||
"+ c #455D7C",
|
||||
"@ c #7AA1D1",
|
||||
"# c #CEDBED",
|
||||
"$ c #78A0D1",
|
||||
"% c #82A8D7",
|
||||
"& c #94B6E1",
|
||||
"* c #9BBBE4",
|
||||
"= c #7AA2D2",
|
||||
"- c #E1EAF6",
|
||||
"; c #749DCF",
|
||||
": c #7DA4D4",
|
||||
"> c #CFDCED",
|
||||
", c #5A80AF",
|
||||
"< c #99B9E3",
|
||||
"1 c #81A7D6",
|
||||
"2 c #91B3DF",
|
||||
"3 c #97B8E2",
|
||||
"4 c #7BA2D2",
|
||||
"5 c #7099CC",
|
||||
"6 c #99BAE3",
|
||||
"7 c #5A7FAE",
|
||||
"8 c #8BAFDC",
|
||||
"9 c #93B5E0",
|
||||
"0 c #84A9D8",
|
||||
"q c #7FA5D5",
|
||||
"w c #5A80AE",
|
||||
"e c #8DB1DD",
|
||||
"r c #7293BC",
|
||||
"t c #95B6E1",
|
||||
"y c #557BAC",
|
||||
"u c #537AAB",
|
||||
"i c #83A9D7",
|
||||
"p c #7EA5D4",
|
||||
"a c #88ADDB",
|
||||
"s c #7B9ECC",
|
||||
"d c #89ADDA",
|
||||
"f c #648EC3",
|
||||
"g c #83A8D7",
|
||||
"h c #6D94C5",
|
||||
"j c #80A2CF",
|
||||
"k c #7C9FCD",
|
||||
"l c #6F95C5",
|
||||
"z c #8FB1DD",
|
||||
"x c #7197C7",
|
||||
"c c #8DB0DC",
|
||||
"v c #7CA3D3",
|
||||
"b c #90B2DE",
|
||||
"n c #80A6D5",
|
||||
"m c #87ABD9",
|
||||
"M c #8CAFDB",
|
||||
"N c #8AAEDB",
|
||||
"B c #84A9D7",
|
||||
"V c #DCE7F4",
|
||||
"C c #729BCD",
|
||||
"Z c #7399C8",
|
||||
"A c #7EA1CE",
|
||||
"S c #86AAD8",
|
||||
"D c #C3D3E9",
|
||||
"F c #BACFEC",
|
||||
"G c #C0D0E8",
|
||||
"H c #ABC4E4",
|
||||
/* pixels */
|
||||
"++++++++++++++++++++",
|
||||
"....................",
|
||||
"66o%%%%%%%%%%%%%%o66",
|
||||
"30C C03",
|
||||
"05 8............8 50",
|
||||
": oXXXXXXXXXXXXXX5 :",
|
||||
"p X**************o p",
|
||||
"n X<<<Ouj<<jurF<<o n",
|
||||
"1 X33OD#,AA,#Vr33o 1",
|
||||
"g Xtty#-#7w#-#ytto g",
|
||||
"B X99k,#->>-#,k99o B",
|
||||
"S X222s7>-->ws222o S",
|
||||
"m XoooZw>-->7Zoooo m",
|
||||
"d Xiix,#->>-#,xiio d",
|
||||
"N X11y#-#w7#-#y11o N",
|
||||
"M XqqOG#,ll,#Vrqqo M",
|
||||
"c X:::Ouh::hurH::o c",
|
||||
"z X==============o z",
|
||||
"b o$$$$$$$$$$$$$$5 b",
|
||||
"ae f;;;;;;;;;;;;f ea",
|
||||
"vo8 8ov",
|
||||
"44e&&&&&&&&&&&&&&e44",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"OOOOOOOOOOOOOOOOOOOO"
|
||||
};
|
@ -0,0 +1,96 @@
|
||||
/* XPM */
|
||||
static char *close_inactive[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 66 1 ",
|
||||
" c #918E8A",
|
||||
". c #F9F8F8",
|
||||
"X c gray100",
|
||||
"o c #FEFEFE",
|
||||
"O c #D4D2D0",
|
||||
"+ c #9D9996",
|
||||
"@ c #85827E",
|
||||
"# c #EDECEB",
|
||||
"$ c #FDFDFD",
|
||||
"% c #E4E3E2",
|
||||
"& c #D9D7D5",
|
||||
"* c #EBE9E9",
|
||||
"= c #6B6A6A",
|
||||
"- c #E7E5E4",
|
||||
"; c #F0EEEE",
|
||||
": c #7E7D7D",
|
||||
"> c #DBD9D8",
|
||||
", c #7C7C7C",
|
||||
"< c #F2F0F0",
|
||||
"1 c #F6F5F5",
|
||||
"2 c #7C7B7B",
|
||||
"3 c #F1F1F1",
|
||||
"4 c #F4F3F3",
|
||||
"5 c #EBEAE9",
|
||||
"6 c #D5D3D1",
|
||||
"7 c gray95",
|
||||
"8 c #DEDCDA",
|
||||
"9 c #E0DEDD",
|
||||
"0 c #E2E1DF",
|
||||
"q c #EEEDED",
|
||||
"w c gray93",
|
||||
"e c #E2E1E0",
|
||||
"r c #D6D4D2",
|
||||
"t c #E9E8E8",
|
||||
"y c #ECEAEA",
|
||||
"u c #E1DFDE",
|
||||
"i c #DEDDDC",
|
||||
"p c #DCDBDA",
|
||||
"a c #F2F1F0",
|
||||
"s c #E0DFDE",
|
||||
"d c #DFDDDC",
|
||||
"f c gray97",
|
||||
"g c #E1E0DF",
|
||||
"h c #EAE9E8",
|
||||
"j c #D0CECB",
|
||||
"k c #CECBC9",
|
||||
"l c #E3E2E1",
|
||||
"z c #717070",
|
||||
"x c #DFDDDB",
|
||||
"c c #F9F9F9",
|
||||
"v c #E2E0DF",
|
||||
"b c gray85",
|
||||
"n c #DCDAD9",
|
||||
"m c #DDDBDA",
|
||||
"M c #EBEAEA",
|
||||
"N c #DEDCDB",
|
||||
"B c #E7E5E5",
|
||||
"V c #7D7C7C",
|
||||
"C c #7C7A7A",
|
||||
"Z c #929292",
|
||||
"A c #7B7B7B",
|
||||
"S c #CFCDCD",
|
||||
"D c #B2B1B1",
|
||||
"F c gray56",
|
||||
"G c #D0CFCF",
|
||||
"H c #B9B9B9",
|
||||
/* pixels */
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"....................",
|
||||
"558&&&&&&&&&&&&&&855",
|
||||
"h>j j>h",
|
||||
">k aXXXXXXXXXXXXa k>",
|
||||
"> #XXXXXXXXXXXXXX0 >",
|
||||
"> Xoooooooooooooo. >",
|
||||
"n XoooocoooocbHoo. n",
|
||||
"p XoooZ:7oo7:zboo. p",
|
||||
"m Xoof:=:77:=:foo. m",
|
||||
"N X$$$3:=V,=:3$$$. N",
|
||||
"i X$$$$3V==,3$$$$. i",
|
||||
"d X....w2==2w..... d",
|
||||
"9 X111M,=CA=,M111. 9",
|
||||
"s X44q,=,tt,=,q44. s",
|
||||
"g X<<<F2B<<B2zG<<. g",
|
||||
"v X;;;;y;;;;ySD;;. v",
|
||||
"e X##############. e",
|
||||
"l #**************0 l",
|
||||
"x0 O------------O 0x",
|
||||
"r89 98r",
|
||||
"66u%%%%%%%%%%%%%%u66",
|
||||
"OOOOOOOOOOOOOOOOOOOO",
|
||||
"++++++++++++++++++++"
|
||||
};
|
@ -0,0 +1,103 @@
|
||||
/* XPM */
|
||||
static char *close_pressed[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 73 1 ",
|
||||
" c #455D7C",
|
||||
". c #7099CC",
|
||||
"X c #4E76A8",
|
||||
"o c #99BAE3",
|
||||
"O c #B2CCED",
|
||||
"+ c #7AA1D1",
|
||||
"@ c #86ABD9",
|
||||
"# c #CEDBED",
|
||||
"$ c #719ACD",
|
||||
"% c #7BA2D3",
|
||||
"& c #7AA1D2",
|
||||
"* c #6690C4",
|
||||
"= c #E1EAF6",
|
||||
"- c #5A80AE",
|
||||
"; c #729ACD",
|
||||
": c #CFDCED",
|
||||
"> c #79A0D2",
|
||||
", c #769ED0",
|
||||
"< c #759DCF",
|
||||
"1 c #7BA2D2",
|
||||
"2 c #97B8E2",
|
||||
"3 c #739CCE",
|
||||
"4 c #78A0D1",
|
||||
"5 c #779ED0",
|
||||
"6 c #779FD1",
|
||||
"7 c #749CCF",
|
||||
"8 c #739BCE",
|
||||
"9 c #5A7FAE",
|
||||
"0 c #7293BC",
|
||||
"q c #7CA3D3",
|
||||
"w c #557BAC",
|
||||
"e c #6990C2",
|
||||
"r c #537AAB",
|
||||
"t c #96B7E1",
|
||||
"y c #7DA4D3",
|
||||
"u c #89ADDA",
|
||||
"i c #678EC1",
|
||||
"p c #678FC1",
|
||||
"a c #6A91C3",
|
||||
"s c #6B91C3",
|
||||
"d c #DCE7F4",
|
||||
"f c #668DC0",
|
||||
"g c #B7D0EF",
|
||||
"h c #688FC1",
|
||||
"j c #90B3DE",
|
||||
"k c #A2C0E5",
|
||||
"l c #A9C2E3",
|
||||
"z c #A5BFE0",
|
||||
"x c #90B2DD",
|
||||
"c c #A5C2E7",
|
||||
"v c #82A8D6",
|
||||
"b c #ACC8EA",
|
||||
"n c #8FB2DE",
|
||||
"m c #9EBDE4",
|
||||
"M c #93B5E0",
|
||||
"N c #9BBAE2",
|
||||
"B c #83A9D7",
|
||||
"V c #94B5DF",
|
||||
"C c #BFD0E7",
|
||||
"Z c #8DB1DD",
|
||||
"A c #B3CDED",
|
||||
"S c #A9C5E8",
|
||||
"D c #84AAD8",
|
||||
"F c #8CB0DC",
|
||||
"G c #92B4DF",
|
||||
"H c #B0CAEB",
|
||||
"J c #BECFE6",
|
||||
"K c #97B8E0",
|
||||
"L c #81A7D6",
|
||||
"P c #8DB0DC",
|
||||
"I c #80A6D5",
|
||||
"U c #94B6E0",
|
||||
"Y c #7EA5D4",
|
||||
/* pixels */
|
||||
" ",
|
||||
"OOOOOOOOOOOOOOOOOOOO",
|
||||
"oooooooooooooooooooo",
|
||||
"222 222",
|
||||
"tt .............. gt",
|
||||
"U *%%%%%%%%%%%%%%% g",
|
||||
"M *&&&&&&&&&&&&&&& A",
|
||||
"G *>>>Xrs>>sr0l>>> H",
|
||||
"j *44XC#-aa-#d0444 b",
|
||||
"n *66w#=#9-#=#w666 S",
|
||||
"Z *55e-#=::=#-e555 c",
|
||||
"F *,,,e9:==:-e,,,, k",
|
||||
"@ *<<<h-:==:9h<<<< m",
|
||||
"D *77p-#=::=#-p777 N",
|
||||
"B *33w#=#-9#=#w333 K",
|
||||
"v *88XJ#-ii-#d0888 V",
|
||||
"L *;;;Xrf;;fr0z;;; x",
|
||||
"I *$$$$$$$$$$$$$$$ P",
|
||||
"Y *............... u",
|
||||
"yy .............. uy",
|
||||
"qq@ @qq",
|
||||
"111@@@@@@@@@@@@@@111",
|
||||
"++++++++++++++++++++",
|
||||
"XXXXXXXXXXXXXXXXXXXX"
|
||||
};
|
@ -0,0 +1,75 @@
|
||||
/* XPM */
|
||||
static char *hide_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 45 1 ",
|
||||
" c #48668A",
|
||||
". c #4E76A8",
|
||||
"X c #B2CCED",
|
||||
"o c #86ABD9",
|
||||
"O c #9EBDE5",
|
||||
"+ c #455D7C",
|
||||
"@ c #7AA1D1",
|
||||
"# c #97B8E2",
|
||||
"$ c #E1EAF6",
|
||||
"% c #95B6E1",
|
||||
"& c #82A8D7",
|
||||
"* c #9BBBE4",
|
||||
"= c #99B9E3",
|
||||
"- c #7AA2D2",
|
||||
"; c #78A0D1",
|
||||
": c #93B5E0",
|
||||
"> c #91B3DF",
|
||||
", c #94B6E1",
|
||||
"< c #749DCF",
|
||||
"1 c #81A7D6",
|
||||
"2 c #7DA4D4",
|
||||
"3 c #83A9D7",
|
||||
"4 c #8DB1DD",
|
||||
"5 c #7099CC",
|
||||
"6 c #7BA2D2",
|
||||
"7 c #8BAFDC",
|
||||
"8 c #84A9D8",
|
||||
"9 c #7FA5D5",
|
||||
"0 c #99BAE3",
|
||||
"q c #7EA5D4",
|
||||
"w c #84A9D7",
|
||||
"e c #89ADDA",
|
||||
"r c #8DB0DC",
|
||||
"t c #87ABD9",
|
||||
"y c #88ADDB",
|
||||
"u c #83A8D7",
|
||||
"i c #8AAEDB",
|
||||
"p c #90B2DE",
|
||||
"a c #80A6D5",
|
||||
"s c #7CA3D3",
|
||||
"d c #648EC3",
|
||||
"f c #729BCD",
|
||||
"g c #8CAFDB",
|
||||
"h c #86AAD8",
|
||||
"j c #8FB1DD",
|
||||
/* pixels */
|
||||
"++++++++++++++++++++",
|
||||
"XXXXXXXXXXXXXXXXXXXX",
|
||||
"00o&&&&&&&&&&&&&&o00",
|
||||
"#8f f8#",
|
||||
"85 7XXXXXXXXXXXX7 58",
|
||||
"2 oOOOOOOOOOOOOOO5 2",
|
||||
"q O**************o q",
|
||||
"a O==============o a",
|
||||
"1 O##############o 1",
|
||||
"u O%%%%%%%%%%%%%%o u",
|
||||
"w O::::::::::::::o w",
|
||||
"h O>>>>>>>>>>>>>>o h",
|
||||
"t Oooooooooooooooo t",
|
||||
"e O33..........33o e",
|
||||
"i O11.$$$$$$$$.11o i",
|
||||
"g O99.$$$$$$$$.99o g",
|
||||
"r O22..........22o r",
|
||||
"j O--------------o j",
|
||||
"p o;;;;;;;;;;;;;;5 p",
|
||||
"y4 d<<<<<<<<<<<<d 4y",
|
||||
"so7 7os",
|
||||
"664,,,,,,,,,,,,,,466",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"...................."
|
||||
};
|
@ -0,0 +1,72 @@
|
||||
/* XPM */
|
||||
static char *hide_inactive[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 42 1 ",
|
||||
" c #918E8A",
|
||||
". c #FEFEFE",
|
||||
"X c #F9F8F8",
|
||||
"o c gray100",
|
||||
"O c #FDFDFD",
|
||||
"+ c #D4D2D0",
|
||||
"@ c #9D9996",
|
||||
"# c #85827E",
|
||||
"$ c #6B6A6A",
|
||||
"% c #EDECEB",
|
||||
"& c #F6F5F5",
|
||||
"* c #E4E3E2",
|
||||
"= c #F0EEEE",
|
||||
"- c #D9D7D5",
|
||||
"; c #EBE9E9",
|
||||
": c #E7E5E4",
|
||||
"> c #DBD9D8",
|
||||
", c #F2F0F0",
|
||||
"< c #F4F3F3",
|
||||
"1 c #D5D3D1",
|
||||
"2 c #DEDCDA",
|
||||
"3 c #E2E1DF",
|
||||
"4 c #EBEAE9",
|
||||
"5 c #E0DEDD",
|
||||
"6 c #E2E1E0",
|
||||
"7 c #F2F1F0",
|
||||
"8 c #CECBC9",
|
||||
"9 c #E1DFDE",
|
||||
"0 c #EAE9E8",
|
||||
"q c #DEDDDC",
|
||||
"w c #D6D4D2",
|
||||
"e c #DCDBDA",
|
||||
"r c #DEDCDB",
|
||||
"t c #D0CECB",
|
||||
"y c #E1E0DF",
|
||||
"u c #E0DFDE",
|
||||
"i c #DDDBDA",
|
||||
"p c #DFDDDC",
|
||||
"a c #E2E0DF",
|
||||
"s c #E3E2E1",
|
||||
"d c #DCDAD9",
|
||||
"f c #DFDDDB",
|
||||
/* pixels */
|
||||
"####################",
|
||||
"XXXXXXXXXXXXXXXXXXXX",
|
||||
"442--------------244",
|
||||
"0>t t>0",
|
||||
">8 7oooooooooooo7 8>",
|
||||
"> %oooooooooooooo3 >",
|
||||
"> o..............X >",
|
||||
"d o..............X d",
|
||||
"e o..............X e",
|
||||
"i o..............X i",
|
||||
"r oOOOOOOOOOOOOOOX r",
|
||||
"q oOOOOOOOOOOOOOOX q",
|
||||
"p oXXXXXXXXXXXXXXX p",
|
||||
"5 o&&&&&&&&&&&&&&X 5",
|
||||
"u o<<<$$$$$$$$<<<X u",
|
||||
"y o,,,$$$$$$$$,,,X y",
|
||||
"a o==============X a",
|
||||
"6 o%%%%%%%%%%%%%%X 6",
|
||||
"s %;;;;;;;;;;;;;;3 s",
|
||||
"f3 +::::::::::::+ 3f",
|
||||
"w25 52w",
|
||||
"119**************911",
|
||||
"++++++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@@@@@"
|
||||
};
|
@ -0,0 +1,84 @@
|
||||
/* XPM */
|
||||
static char *hide_pressed[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 54 1 ",
|
||||
" c #455D7C",
|
||||
". c #4E76A8",
|
||||
"X c #7099CC",
|
||||
"o c #7AA1D1",
|
||||
"O c #B2CCED",
|
||||
"+ c #99BAE3",
|
||||
"@ c #86ABD9",
|
||||
"# c #E1EAF6",
|
||||
"$ c #759DCF",
|
||||
"% c #779ED0",
|
||||
"& c #779FD1",
|
||||
"* c #7BA2D3",
|
||||
"= c #79A0D2",
|
||||
"- c #719ACD",
|
||||
"; c #78A0D1",
|
||||
": c #7AA1D2",
|
||||
"> c #769ED0",
|
||||
", c #6690C4",
|
||||
"< c #97B8E2",
|
||||
"1 c #7BA2D2",
|
||||
"2 c #749CCF",
|
||||
"3 c #739BCE",
|
||||
"4 c #739CCE",
|
||||
"5 c #729ACD",
|
||||
"6 c #7CA3D3",
|
||||
"7 c #7DA4D3",
|
||||
"8 c #96B7E1",
|
||||
"9 c #89ADDA",
|
||||
"0 c #B7D0EF",
|
||||
"q c #9BBAE2",
|
||||
"w c #80A6D5",
|
||||
"e c #7EA5D4",
|
||||
"r c #94B5DF",
|
||||
"t c #97B8E0",
|
||||
"y c #8DB1DD",
|
||||
"u c #9EBDE4",
|
||||
"i c #90B2DD",
|
||||
"p c #8FB2DE",
|
||||
"a c #94B6E0",
|
||||
"s c #8CB0DC",
|
||||
"d c #ACC8EA",
|
||||
"f c #B3CDED",
|
||||
"g c #84AAD8",
|
||||
"h c #82A8D6",
|
||||
"j c #A9C5E8",
|
||||
"k c #83A9D7",
|
||||
"l c #8DB0DC",
|
||||
"z c #93B5E0",
|
||||
"x c #A5C2E7",
|
||||
"c c #81A7D6",
|
||||
"v c #B0CAEB",
|
||||
"b c #A2C0E5",
|
||||
"n c #90B3DE",
|
||||
"m c #92B4DF",
|
||||
/* pixels */
|
||||
" ",
|
||||
"OOOOOOOOOOOOOOOOOOOO",
|
||||
"++++++++++++++++++++",
|
||||
"<<< <<<",
|
||||
"88 XXXXXXXXXXXXXX 08",
|
||||
"a ,*************** 0",
|
||||
"z ,::::::::::::::: f",
|
||||
"m ,=============== v",
|
||||
"n ,;;;;;;;;;;;;;;; d",
|
||||
"p ,&&&&&&&&&&&&&&& j",
|
||||
"y ,%%%%%%%%%%%%%%% x",
|
||||
"s ,>>>>>>>>>>>>>>> b",
|
||||
"@ ,$$$$$$$$$$$$$$$ u",
|
||||
"g ,22..........222 q",
|
||||
"k ,44.########.444 t",
|
||||
"h ,33.########.333 r",
|
||||
"c ,55..........555 i",
|
||||
"w ,--------------- l",
|
||||
"e ,XXXXXXXXXXXXXXX 9",
|
||||
"77 XXXXXXXXXXXXXX 97",
|
||||
"66@ @66",
|
||||
"111@@@@@@@@@@@@@@111",
|
||||
"oooooooooooooooooooo",
|
||||
"...................."
|
||||
};
|
@ -0,0 +1,13 @@
|
||||
/* XPM */
|
||||
static char *left_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"4 4 3 1 ",
|
||||
" c #EDECEB",
|
||||
". c gray100",
|
||||
"X c #6D6A68",
|
||||
/* pixels */
|
||||
"X. ",
|
||||
"X. ",
|
||||
"X. ",
|
||||
"X. "
|
||||
};
|
@ -0,0 +1,13 @@
|
||||
/* XPM */
|
||||
static char *left_inactive[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"4 4 3 1 ",
|
||||
" c #EDECEB",
|
||||
". c #F4F4F3",
|
||||
"X c #85827E",
|
||||
/* pixels */
|
||||
"X. ",
|
||||
"X. ",
|
||||
"X. ",
|
||||
"X. "
|
||||
};
|
@ -0,0 +1,75 @@
|
||||
/* XPM */
|
||||
static char *maximize_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 45 1 ",
|
||||
" c #4E76A8",
|
||||
". c #48668A",
|
||||
"X c #E1EAF6",
|
||||
"o c #B2CCED",
|
||||
"O c #9EBDE5",
|
||||
"+ c #86ABD9",
|
||||
"@ c #455D7C",
|
||||
"# c #7AA1D1",
|
||||
"$ c #94B6E1",
|
||||
"% c #9BBBE4",
|
||||
"& c #7AA2D2",
|
||||
"* c #78A0D1",
|
||||
"= c #82A8D7",
|
||||
"- c #749DCF",
|
||||
"; c #91B3DF",
|
||||
": c #83A9D7",
|
||||
"> c #81A7D6",
|
||||
", c #97B8E2",
|
||||
"< c #7DA4D4",
|
||||
"1 c #7099CC",
|
||||
"2 c #8BAFDC",
|
||||
"3 c #8DB1DD",
|
||||
"4 c #95B6E1",
|
||||
"5 c #7FA5D5",
|
||||
"6 c #99B9E3",
|
||||
"7 c #99BAE3",
|
||||
"8 c #7BA2D2",
|
||||
"9 c #93B5E0",
|
||||
"0 c #84A9D8",
|
||||
"q c #8FB1DD",
|
||||
"w c #84A9D7",
|
||||
"e c #8AAEDB",
|
||||
"r c #86AAD8",
|
||||
"t c #729BCD",
|
||||
"y c #8DB0DC",
|
||||
"u c #7CA3D3",
|
||||
"i c #8CAFDB",
|
||||
"p c #83A8D7",
|
||||
"a c #89ADDA",
|
||||
"s c #88ADDB",
|
||||
"d c #80A6D5",
|
||||
"f c #90B2DE",
|
||||
"g c #7EA5D4",
|
||||
"h c #87ABD9",
|
||||
"j c #648EC3",
|
||||
/* pixels */
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"oooooooooooooooooooo",
|
||||
"77+==============+77",
|
||||
",0t..............t0,",
|
||||
"01.2oooooooooooo2.10",
|
||||
"<.+OOOOOOOOOOOOOO1.<",
|
||||
"g.O%%%%%%%%%%%%%%+.g",
|
||||
"d.O66 66+.d",
|
||||
">.O,, XXXXXXXX ,,+.>",
|
||||
"p.O44 XXXXXXXX 44+.p",
|
||||
"w.O99 X X 99+.w",
|
||||
"r.O;; X ;;;; X ;;+.r",
|
||||
"h.O++ X ++++ X +++.h",
|
||||
"a.O:: X :::: X ::+.a",
|
||||
"e.O>> X X >>+.e",
|
||||
"i.O55 XXXXXXXX 55+.i",
|
||||
"y.O<< <<+.y",
|
||||
"q.O&&&&&&&&&&&&&&+.q",
|
||||
"f.+**************1.f",
|
||||
"s3.j------------j.3s",
|
||||
"u+2..............2+u",
|
||||
"883$$$$$$$$$$$$$$388",
|
||||
"####################",
|
||||
" "
|
||||
};
|
@ -0,0 +1,72 @@
|
||||
/* XPM */
|
||||
static char *maximize_inactive[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 42 1 ",
|
||||
" c #918E8A",
|
||||
". c #F9F8F8",
|
||||
"X c #FEFEFE",
|
||||
"o c gray100",
|
||||
"O c #6B6A6A",
|
||||
"+ c #FDFDFD",
|
||||
"@ c #D4D2D0",
|
||||
"# c #9D9996",
|
||||
"$ c #85827E",
|
||||
"% c #EDECEB",
|
||||
"& c #E4E3E2",
|
||||
"* c #F0EEEE",
|
||||
"= c #D9D7D5",
|
||||
"- c #EBE9E9",
|
||||
"; c #F6F5F5",
|
||||
": c #F4F3F3",
|
||||
"> c #E7E5E4",
|
||||
", c #DBD9D8",
|
||||
"< c #F2F0F0",
|
||||
"1 c #DEDCDA",
|
||||
"2 c #E2E1DF",
|
||||
"3 c #D5D3D1",
|
||||
"4 c #EBEAE9",
|
||||
"5 c #E0DEDD",
|
||||
"6 c #D0CECB",
|
||||
"7 c #DEDCDB",
|
||||
"8 c #DFDDDB",
|
||||
"9 c #E1DFDE",
|
||||
"0 c #F2F1F0",
|
||||
"q c #E0DFDE",
|
||||
"w c #D6D4D2",
|
||||
"e c #DCDBDA",
|
||||
"r c #E1E0DF",
|
||||
"t c #DCDAD9",
|
||||
"y c #DFDDDC",
|
||||
"u c #DEDDDC",
|
||||
"i c #DDDBDA",
|
||||
"p c #EAE9E8",
|
||||
"a c #E2E0DF",
|
||||
"s c #E3E2E1",
|
||||
"d c #CECBC9",
|
||||
"f c #E2E1E0",
|
||||
/* pixels */
|
||||
"$$$$$$$$$$$$$$$$$$$$",
|
||||
"....................",
|
||||
"441==============144",
|
||||
"p,6 6,p",
|
||||
",d 0oooooooooooo0 d,",
|
||||
", %oooooooooooooo2 ,",
|
||||
", oXXXXXXXXXXXXXX. ,",
|
||||
"t oXXXXXXXXXXXXXX. t",
|
||||
"e oXXXOOOOOOOOXXX. e",
|
||||
"i oXXXOOOOOOOOXXX. i",
|
||||
"7 o+++O++++++O+++. 7",
|
||||
"u o+++O++++++O+++. u",
|
||||
"y o...O......O.... y",
|
||||
"5 o;;;O;;;;;;O;;;. 5",
|
||||
"q o:::O::::::O:::. q",
|
||||
"r o<<<OOOOOOOO<<<. r",
|
||||
"a o**************. a",
|
||||
"f o%%%%%%%%%%%%%%. f",
|
||||
"s %--------------2 s",
|
||||
"82 @>>>>>>>>>>>>@ 28",
|
||||
"w15 51w",
|
||||
"339&&&&&&&&&&&&&&933",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"####################"
|
||||
};
|
@ -0,0 +1,84 @@
|
||||
/* XPM */
|
||||
static char *maximize_pressed[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 54 1 ",
|
||||
" c #455D7C",
|
||||
". c #4E76A8",
|
||||
"X c #7099CC",
|
||||
"o c #E1EAF6",
|
||||
"O c #B2CCED",
|
||||
"+ c #7AA1D1",
|
||||
"@ c #99BAE3",
|
||||
"# c #86ABD9",
|
||||
"$ c #7BA2D3",
|
||||
"% c #7AA1D2",
|
||||
"& c #719ACD",
|
||||
"* c #6690C4",
|
||||
"= c #749CCF",
|
||||
"- c #769ED0",
|
||||
"; c #759DCF",
|
||||
": c #7BA2D2",
|
||||
"> c #97B8E2",
|
||||
", c #739BCE",
|
||||
"< c #779FD1",
|
||||
"1 c #79A0D2",
|
||||
"2 c #78A0D1",
|
||||
"3 c #739CCE",
|
||||
"4 c #729ACD",
|
||||
"5 c #779ED0",
|
||||
"6 c #7CA3D3",
|
||||
"7 c #7DA4D3",
|
||||
"8 c #96B7E1",
|
||||
"9 c #B7D0EF",
|
||||
"0 c #89ADDA",
|
||||
"q c #81A7D6",
|
||||
"w c #B0CAEB",
|
||||
"e c #97B8E0",
|
||||
"r c #92B4DF",
|
||||
"t c #94B6E0",
|
||||
"y c #9BBAE2",
|
||||
"u c #93B5E0",
|
||||
"i c #A2C0E5",
|
||||
"p c #84AAD8",
|
||||
"a c #80A6D5",
|
||||
"s c #90B3DE",
|
||||
"d c #A9C5E8",
|
||||
"f c #B3CDED",
|
||||
"g c #90B2DD",
|
||||
"h c #8CB0DC",
|
||||
"j c #8DB1DD",
|
||||
"k c #8FB2DE",
|
||||
"l c #94B5DF",
|
||||
"z c #83A9D7",
|
||||
"x c #7EA5D4",
|
||||
"c c #9EBDE4",
|
||||
"v c #82A8D6",
|
||||
"b c #A5C2E7",
|
||||
"n c #8DB0DC",
|
||||
"m c #ACC8EA",
|
||||
/* pixels */
|
||||
" ",
|
||||
"OOOOOOOOOOOOOOOOOOOO",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
">>> >>>",
|
||||
"88 XXXXXXXXXXXXXX 98",
|
||||
"t *$$$$$$$$$$$$$$$ 9",
|
||||
"u *%%%%%%%%%%%%%%% f",
|
||||
"r *11..........111 w",
|
||||
"s *22.oooooooo.222 m",
|
||||
"k *<<.oooooooo.<<< d",
|
||||
"j *55.o......o.555 b",
|
||||
"h *--.o.----.o.--- i",
|
||||
"# *;;.o.;;;;.o.;;; c",
|
||||
"p *==.o.====.o.=== y",
|
||||
"z *33.o......o.333 e",
|
||||
"v *,,.oooooooo.,,, l",
|
||||
"q *44..........444 g",
|
||||
"a *&&&&&&&&&&&&&&& n",
|
||||
"x *XXXXXXXXXXXXXXX 0",
|
||||
"77 XXXXXXXXXXXXXX 07",
|
||||
"66# #66",
|
||||
":::##############:::",
|
||||
"++++++++++++++++++++",
|
||||
"...................."
|
||||
};
|
@ -0,0 +1,77 @@
|
||||
/* XPM */
|
||||
static char *maximize_toggled_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 47 1 ",
|
||||
" c #48668A",
|
||||
". c #4E76A8",
|
||||
"X c #86ABD9",
|
||||
"o c #9EBDE5",
|
||||
"O c #E1EAF6",
|
||||
"+ c #455D7C",
|
||||
"@ c #7AA1D1",
|
||||
"# c #99BAE3",
|
||||
"$ c #7DA4D4",
|
||||
"% c #78A0D1",
|
||||
"& c #7AA2D2",
|
||||
"* c #94B6E1",
|
||||
"= c #9BBBE4",
|
||||
"- c #99B9E3",
|
||||
"; c #82A8D7",
|
||||
": c #749DCF",
|
||||
"> c #B2CCED",
|
||||
", c #81A7D6",
|
||||
"< c #97B8E2",
|
||||
"1 c #95B6E1",
|
||||
"2 c #91B3DF",
|
||||
"3 c #7FA5D5",
|
||||
"4 c #83A9D7",
|
||||
"5 c #93B5E0",
|
||||
"6 c #84A9D8",
|
||||
"7 c #7099CC",
|
||||
"8 c #7BA2D2",
|
||||
"9 c #8DB1DD",
|
||||
"0 c #97B9E2",
|
||||
"q c #8BAFDC",
|
||||
"w c #8CAFDB",
|
||||
"e c #83A8D7",
|
||||
"r c #8AAEDB",
|
||||
"t c #8FB1DD",
|
||||
"y c #90B2DE",
|
||||
"u c #7EA5D4",
|
||||
"i c #7CA3D3",
|
||||
"p c #80A6D5",
|
||||
"a c #88ADDB",
|
||||
"s c #648EC3",
|
||||
"d c #86AAD8",
|
||||
"f c #729BCD",
|
||||
"g c #8DB0DC",
|
||||
"h c #84A9D7",
|
||||
"j c #89ADDA",
|
||||
"k c #96B8E1",
|
||||
"l c #87ABD9",
|
||||
/* pixels */
|
||||
"++++++++++++++++++++",
|
||||
"####################",
|
||||
"00X;;;;;;;;;;;;;;X00",
|
||||
"k6f f6k",
|
||||
"67 q>>>>>>>>>>>>q 76",
|
||||
"$ Xoooooooooooooo7 $",
|
||||
"u o==============X u",
|
||||
"p o--------------X p",
|
||||
", o<<<........<<<X ,",
|
||||
"e o111.OOOOOO.111X e",
|
||||
"h o555.OOOOOO.555X h",
|
||||
"d o222.O....O.222X d",
|
||||
"l oXXX.O.XX.O.XXXX l",
|
||||
"j o444.O....O.444X j",
|
||||
"r o,,,.OOOOOO.,,,X r",
|
||||
"w o333........333X w",
|
||||
"g o$$$$$$$$$$$$$$X g",
|
||||
"t o&&&&&&&&&&&&&&X t",
|
||||
"y X%%%%%%%%%%%%%%7 y",
|
||||
"a9 s::::::::::::s 9a",
|
||||
"iXq qXi",
|
||||
"889**************988",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"...................."
|
||||
};
|
@ -0,0 +1,72 @@
|
||||
/* XPM */
|
||||
static char *maximize_toggled_inactive[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 42 1 ",
|
||||
" c #918E8A",
|
||||
". c #FEFEFE",
|
||||
"X c #F9F8F8",
|
||||
"o c gray100",
|
||||
"O c #6B6A6A",
|
||||
"+ c #D4D2D0",
|
||||
"@ c #85827E",
|
||||
"# c #FDFDFD",
|
||||
"$ c #9D9996",
|
||||
"% c #EDECEB",
|
||||
"& c #F2F0F0",
|
||||
"* c #F0EEEE",
|
||||
"= c #E4E3E2",
|
||||
"- c #D9D7D5",
|
||||
"; c #EBE9E9",
|
||||
": c #F6F5F5",
|
||||
"> c #E7E5E4",
|
||||
", c #F4F3F3",
|
||||
"< c #DBD9D8",
|
||||
"1 c #D5D3D1",
|
||||
"2 c #DEDCDA",
|
||||
"3 c #E2E1DF",
|
||||
"4 c #EBEAE9",
|
||||
"5 c #E0DEDD",
|
||||
"6 c #E2E0DF",
|
||||
"7 c #DCDBDA",
|
||||
"8 c #CECBC9",
|
||||
"9 c #F2F1F0",
|
||||
"0 c #EAE9E8",
|
||||
"q c #E0DFDE",
|
||||
"w c #D6D4D2",
|
||||
"e c #E2E1E0",
|
||||
"r c #DFDDDB",
|
||||
"t c #E3E2E1",
|
||||
"y c #DCDAD9",
|
||||
"u c #DEDCDB",
|
||||
"i c #DDDBDA",
|
||||
"p c #E1E0DF",
|
||||
"a c #DEDDDC",
|
||||
"s c #D0CECB",
|
||||
"d c #DFDDDC",
|
||||
"f c #E1DFDE",
|
||||
/* pixels */
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"XXXXXXXXXXXXXXXXXXXX",
|
||||
"442--------------244",
|
||||
"0<s s<0",
|
||||
"<8 9oooooooooooo9 8<",
|
||||
"< %oooooooooooooo3 <",
|
||||
"< o..............X <",
|
||||
"y o..............X y",
|
||||
"7 o..............X 7",
|
||||
"i o....OOOOOO....X i",
|
||||
"u o####OOOOOO####X u",
|
||||
"a o####O####O####X a",
|
||||
"d oXXXXOXXXXOXXXXX d",
|
||||
"5 o::::O::::O::::X 5",
|
||||
"q o,,,,OOOOOO,,,,X q",
|
||||
"p o&&&&&&&&&&&&&&X p",
|
||||
"6 o**************X 6",
|
||||
"e o%%%%%%%%%%%%%%X e",
|
||||
"t %;;;;;;;;;;;;;;3 t",
|
||||
"r3 +>>>>>>>>>>>>+ 3r",
|
||||
"w25 52w",
|
||||
"11f==============f11",
|
||||
"++++++++++++++++++++",
|
||||
"$$$$$$$$$$$$$$$$$$$$"
|
||||
};
|
@ -0,0 +1,84 @@
|
||||
/* XPM */
|
||||
static char *maximize_toggled_pressed[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 54 1 ",
|
||||
" c #455D7C",
|
||||
". c #4E76A8",
|
||||
"X c #7099CC",
|
||||
"o c #E1EAF6",
|
||||
"O c #7AA1D1",
|
||||
"+ c #99BAE3",
|
||||
"@ c #97B9E2",
|
||||
"# c #86ABD9",
|
||||
"$ c #7BA2D3",
|
||||
"% c #79A0D2",
|
||||
"& c #7AA1D2",
|
||||
"* c #729ACD",
|
||||
"= c #719ACD",
|
||||
"- c #6690C4",
|
||||
"; c #759DCF",
|
||||
": c #769ED0",
|
||||
"> c #78A0D1",
|
||||
", c #749CCF",
|
||||
"< c #779FD1",
|
||||
"1 c #739CCE",
|
||||
"2 c #739BCE",
|
||||
"3 c #779ED0",
|
||||
"4 c #7BA2D2",
|
||||
"5 c #96B8E1",
|
||||
"6 c #7CA3D3",
|
||||
"7 c #95B7E1",
|
||||
"8 c #7DA4D3",
|
||||
"9 c #B7D0EF",
|
||||
"0 c #89ADDA",
|
||||
"q c #9EBDE4",
|
||||
"w c #7EA5D4",
|
||||
"e c #8DB1DD",
|
||||
"r c #A5C2E7",
|
||||
"t c #91B4DF",
|
||||
"y c #93B6E0",
|
||||
"u c #A9C5E8",
|
||||
"i c #92B5DF",
|
||||
"p c #83A9D7",
|
||||
"a c #94B5DF",
|
||||
"s c #81A7D6",
|
||||
"d c #8EB2DD",
|
||||
"f c #8CB0DC",
|
||||
"g c #90B2DD",
|
||||
"h c #8DB0DC",
|
||||
"j c #82A8D6",
|
||||
"k c #90B3DE",
|
||||
"l c #A2C0E5",
|
||||
"z c #80A6D5",
|
||||
"x c #B0CAEB",
|
||||
"c c #ACC8EA",
|
||||
"v c #97B8E0",
|
||||
"b c #84AAD8",
|
||||
"n c #9BBAE2",
|
||||
"m c #B3CDED",
|
||||
/* pixels */
|
||||
" ",
|
||||
"++++++++++++++++++++",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"555 555",
|
||||
"77 XXXXXXXXXXXXXX 97",
|
||||
"y -$$$$$$$$$$$$$$$ 9",
|
||||
"i -&&&&&&&&&&&&&&& m",
|
||||
"t -%%%%%%%%%%%%%%% x",
|
||||
"k ->>>........>>>> c",
|
||||
"d -<<<.oooooo.<<<< u",
|
||||
"e -333.oooooo.3333 r",
|
||||
"f -:::.o....o.:::: l",
|
||||
"# -;;;.o.;;.o.;;;; q",
|
||||
"b -,,,.o....o.,,,, n",
|
||||
"p -111.oooooo.1111 v",
|
||||
"j -222........2222 a",
|
||||
"s -*************** g",
|
||||
"z -=============== h",
|
||||
"w -XXXXXXXXXXXXXXX 0",
|
||||
"88 XXXXXXXXXXXXXX 08",
|
||||
"66# #66",
|
||||
"444##############444",
|
||||
"OOOOOOOOOOOOOOOOOOOO",
|
||||
"...................."
|
||||
};
|
@ -0,0 +1,54 @@
|
||||
/* XPM */
|
||||
static char *menu_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 24 1 ",
|
||||
" c #7BA2D2",
|
||||
". c #7CA3D3",
|
||||
"X c #81A7D6",
|
||||
"o c #83A9D7",
|
||||
"O c #86ABD9",
|
||||
"+ c #8CB0DC",
|
||||
"@ c #92B4DF",
|
||||
"# c #7DA4D3",
|
||||
"$ c #96B7E1",
|
||||
"% c #84AAD8",
|
||||
"& c #90B3DE",
|
||||
"* c #7EA5D4",
|
||||
"= c #99BAE3",
|
||||
"- c #97B8E2",
|
||||
"; c #8DB1DD",
|
||||
": c #80A6D5",
|
||||
"> c #B2CCED",
|
||||
", c #94B6E0",
|
||||
"< c #7AA1D1",
|
||||
"1 c #455D7C",
|
||||
"2 c #8FB2DE",
|
||||
"3 c #82A8D6",
|
||||
"4 c #4E76A8",
|
||||
"5 c #93B5E0",
|
||||
/* pixels */
|
||||
"11111111111111111111",
|
||||
">>>>>>>>>>>>>>>>>>>>",
|
||||
"====================",
|
||||
"--------------------",
|
||||
"$$$$$$$$$$$$$$$$$$$$",
|
||||
",,,,,,,,,,,,,,,,,,,,",
|
||||
"55555555555555555555",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"&&&&&&&&&&&&&&&&&&&&",
|
||||
"22222222222222222222",
|
||||
";;;;;;;;;;;;;;;;;;;;",
|
||||
"++++++++++++++++++++",
|
||||
"OOOOOOOOOOOOOOOOOOOO",
|
||||
"%%%%%%%%%%%%%%%%%%%%",
|
||||
"oooooooooooooooooooo",
|
||||
"33333333333333333333",
|
||||
"XXXXXXXXXXXXXXXXXXXX",
|
||||
"::::::::::::::::::::",
|
||||
"********************",
|
||||
"####################",
|
||||
"....................",
|
||||
" ",
|
||||
"<<<<<<<<<<<<<<<<<<<<",
|
||||
"44444444444444444444"
|
||||
};
|
@ -0,0 +1,54 @@
|
||||
/* XPM */
|
||||
static char *menu_inactive[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 24 1 ",
|
||||
" c #D5D3D1",
|
||||
". c #9D9996",
|
||||
"X c #D9D7D5",
|
||||
"o c #D8D6D4",
|
||||
"O c #F9F8F8",
|
||||
"+ c #DDDBD9",
|
||||
"@ c #E3E2E1",
|
||||
"# c #E2E1E0",
|
||||
"$ c #EBEAE9",
|
||||
"% c #D7D5D3",
|
||||
"& c #85827E",
|
||||
"* c #E7E6E5",
|
||||
"= c #E9E8E7",
|
||||
"- c #E5E4E3",
|
||||
"; c #DEDCDA",
|
||||
": c #D6D4D2",
|
||||
"> c #DCDAD8",
|
||||
", c #E6E5E4",
|
||||
"< c #E4E3E2",
|
||||
"1 c #E8E7E6",
|
||||
"2 c #DBD9D7",
|
||||
"3 c #EAE9E8",
|
||||
"4 c #D4D2D0",
|
||||
"5 c #DAD8D6",
|
||||
/* pixels */
|
||||
"&&&&&&&&&&&&&&&&&&&&",
|
||||
"OOOOOOOOOOOOOOOOOOOO",
|
||||
"$$$$$$$$$$$$$$$$$$$$",
|
||||
"33333333333333333333",
|
||||
"====================",
|
||||
"11111111111111111111",
|
||||
"********************",
|
||||
",,,,,,,,,,,,,,,,,,,,",
|
||||
"--------------------",
|
||||
"<<<<<<<<<<<<<<<<<<<<",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"####################",
|
||||
";;;;;;;;;;;;;;;;;;;;",
|
||||
"++++++++++++++++++++",
|
||||
">>>>>>>>>>>>>>>>>>>>",
|
||||
"22222222222222222222",
|
||||
"55555555555555555555",
|
||||
"XXXXXXXXXXXXXXXXXXXX",
|
||||
"oooooooooooooooooooo",
|
||||
"%%%%%%%%%%%%%%%%%%%%",
|
||||
"::::::::::::::::::::",
|
||||
" ",
|
||||
"44444444444444444444",
|
||||
"...................."
|
||||
};
|
@ -0,0 +1,54 @@
|
||||
/* XPM */
|
||||
static char *menu_pressed[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"20 24 24 1 ",
|
||||
" c #7BA2D2",
|
||||
". c #7CA3D3",
|
||||
"X c #81A7D6",
|
||||
"o c #83A9D7",
|
||||
"O c #86ABD9",
|
||||
"+ c #8CB0DC",
|
||||
"@ c #92B4DF",
|
||||
"# c #7DA4D3",
|
||||
"$ c #96B7E1",
|
||||
"% c #84AAD8",
|
||||
"& c #90B3DE",
|
||||
"* c #7EA5D4",
|
||||
"= c #99BAE3",
|
||||
"- c #97B8E2",
|
||||
"; c #8DB1DD",
|
||||
": c #80A6D5",
|
||||
"> c #B2CCED",
|
||||
", c #94B6E0",
|
||||
"< c #7AA1D1",
|
||||
"1 c #455D7C",
|
||||
"2 c #8FB2DE",
|
||||
"3 c #82A8D6",
|
||||
"4 c #4E76A8",
|
||||
"5 c #93B5E0",
|
||||
/* pixels */
|
||||
"11111111111111111111",
|
||||
">>>>>>>>>>>>>>>>>>>>",
|
||||
"====================",
|
||||
"--------------------",
|
||||
"$$$$$$$$$$$$$$$$$$$$",
|
||||
",,,,,,,,,,,,,,,,,,,,",
|
||||
"55555555555555555555",
|
||||
"@@@@@@@@@@@@@@@@@@@@",
|
||||
"&&&&&&&&&&&&&&&&&&&&",
|
||||
"22222222222222222222",
|
||||
";;;;;;;;;;;;;;;;;;;;",
|
||||
"++++++++++++++++++++",
|
||||
"OOOOOOOOOOOOOOOOOOOO",
|
||||
"%%%%%%%%%%%%%%%%%%%%",
|
||||
"oooooooooooooooooooo",
|
||||
"33333333333333333333",
|
||||
"XXXXXXXXXXXXXXXXXXXX",
|
||||
"::::::::::::::::::::",
|
||||
"********************",
|
||||
"####################",
|
||||
"....................",
|
||||
" ",
|
||||
"<<<<<<<<<<<<<<<<<<<<",
|
||||
"44444444444444444444"
|
||||
};
|
After Width: | Height: | Size: 161 B |
After Width: | Height: | Size: 161 B |
After Width: | Height: | Size: 165 B |
After Width: | Height: | Size: 165 B |
After Width: | Height: | Size: 164 B |
After Width: | Height: | Size: 164 B |
After Width: | Height: | Size: 695 B |