extreme revamp; now we use numix and a new make system
This commit is contained in:
parent
d0b85a2c13
commit
e381f2e486
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "zuki-themes"]
|
[submodule "zuki-themes"]
|
||||||
path = zuki-themes
|
path = zuki-themes
|
||||||
url = https://github.com/lassekongo83/zuki-themes.git
|
url = https://github.com/lassekongo83/zuki-themes.git
|
||||||
|
[submodule "numix-themes"]
|
||||||
|
path = numix-themes
|
||||||
|
url = https://github.com/shimmerproject/Numix
|
||||||
|
13
LICENSE
13
LICENSE
@ -1,13 +0,0 @@
|
|||||||
Copyright (c) 2014-2015 Kylie McClain <somasis@exherbo.org>
|
|
||||||
|
|
||||||
Permission to use, copy, modify, and/or distribute this software for any
|
|
||||||
purpose with or without fee is hereby granted, provided that the above
|
|
||||||
copyright notice and this permission notice appear in all copies.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
||||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
||||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
||||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
||||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
||||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
||||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
55
Makefile
Normal file
55
Makefile
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
# Copyright (c) 2014-2015 Kylie McClain <somasis@exherbo.org>
|
||||||
|
#
|
||||||
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
# copyright notice and this permission notice appear in all copies.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
||||||
|
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
|
# FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||||
|
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||||
|
# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
||||||
|
# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
|
DESTDIR ?= /
|
||||||
|
PREFIX ?= /usr
|
||||||
|
|
||||||
|
BASE = numix-themes
|
||||||
|
COLORS = Brave Human Illustrious Noble Wine Wise
|
||||||
|
|
||||||
|
Shiki-Brave_selected = 729fcf
|
||||||
|
Shiki-Human_selected = faa546
|
||||||
|
Shiki-Illustrious_selected = f9a1ac
|
||||||
|
Shiki-Noble_selected = ad7fa8
|
||||||
|
Shiki-Wine_selected = df5757
|
||||||
|
Shiki-Wise_selected = 97bf60
|
||||||
|
|
||||||
|
# xfwm4 is provided by shiki-colors-xfwm, metacity/openbox are not themed
|
||||||
|
# xfce-notify is not yet themed as well
|
||||||
|
|
||||||
|
all: prepare generate install
|
||||||
|
|
||||||
|
prepare:
|
||||||
|
[[ "$(no_git)" ]] || git submodule update
|
||||||
|
cd $(BASE) && rm -rf xfwm4 metacity-1 openbox-3 xfce-notify-4.0 index.theme
|
||||||
|
|
||||||
|
Shiki-%:
|
||||||
|
@echo "Generating $@ from $(BASE)..."
|
||||||
|
cp -r $(BASE) $@
|
||||||
|
sed -i $@/gtk-2.0/gtkrc $@/gtk-3.0/gtk.css \
|
||||||
|
-e 's/#d64937/#$($@_selected)/g'
|
||||||
|
|
||||||
|
generate:
|
||||||
|
$(foreach COLOR,$(COLORS),make Shiki-$(COLOR);)
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf $(BASE)
|
||||||
|
$(foreach COLOR,$(COLORS),rm -rf Shiki-$(COLOR)/;)
|
||||||
|
|
||||||
|
install:
|
||||||
|
mkdir -p $(DESTDIR)$(PREFIX)/share/themes
|
||||||
|
mkdir -p $(DESTDIR)$(PREFIX)/share/plank/themes
|
||||||
|
cp -r Shiki-Colors-* $(DESTDIR)$(PREFIX)/share/themes
|
||||||
|
cp -r plank/* $(DESTDIR)$(PREFIX)/share/plank/themes
|
||||||
|
$(foreach COLOR,$(COLORS),cp -r Shiki-$(COLOR) $(DESTDIR)$(PREFIX)/share/themes/Shiki-$(COLOR);)
|
@ -6,6 +6,9 @@ At the moment, these themes are currently intended to be used with Xfce4, since
|
|||||||
that's what I use. If you run into problems in another desktop environment,
|
that's what I use. If you run into problems in another desktop environment,
|
||||||
I'll try to help the best I can though.
|
I'll try to help the best I can though.
|
||||||
|
|
||||||
|
Relevant license files can be found underneath the folders. (Numix is GPL-3,
|
||||||
|
Xfwm4 is GPL-2, Plank themes and build system are ISC)
|
||||||
|
|
||||||
## Included
|
## Included
|
||||||
- GTK 2 and 3 themes
|
- GTK 2 and 3 themes
|
||||||
- Xfwm4 themes
|
- Xfwm4 themes
|
||||||
|
339
Shiki-Colors-EZ-Xfwm/LICENSE
Executable file
339
Shiki-Colors-EZ-Xfwm/LICENSE
Executable file
@ -0,0 +1,339 @@
|
|||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 2, June 1991
|
||||||
|
|
||||||
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The licenses for most software are designed to take away your
|
||||||
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
|
License is intended to guarantee your freedom to share and change free
|
||||||
|
software--to make sure the software is free for all its users. This
|
||||||
|
General Public License applies to most of the Free Software
|
||||||
|
Foundation's software and to any other program whose authors commit to
|
||||||
|
using it. (Some other Free Software Foundation software is covered by
|
||||||
|
the GNU Lesser General Public License instead.) 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
|
||||||
|
this service 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 make restrictions that forbid
|
||||||
|
anyone to deny you these rights or to ask you to surrender the rights.
|
||||||
|
These restrictions translate to certain responsibilities for you if you
|
||||||
|
distribute copies of the software, or if you modify it.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must give the recipients all the rights that
|
||||||
|
you have. 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.
|
||||||
|
|
||||||
|
We protect your rights with two steps: (1) copyright the software, and
|
||||||
|
(2) offer you this license which gives you legal permission to copy,
|
||||||
|
distribute and/or modify the software.
|
||||||
|
|
||||||
|
Also, for each author's protection and ours, we want to make certain
|
||||||
|
that everyone understands that there is no warranty for this free
|
||||||
|
software. If the software is modified by someone else and passed on, we
|
||||||
|
want its recipients to know that what they have is not the original, so
|
||||||
|
that any problems introduced by others will not reflect on the original
|
||||||
|
authors' reputations.
|
||||||
|
|
||||||
|
Finally, any free program is threatened constantly by software
|
||||||
|
patents. We wish to avoid the danger that redistributors of a free
|
||||||
|
program will individually obtain patent licenses, in effect making the
|
||||||
|
program proprietary. To prevent this, we have made it clear that any
|
||||||
|
patent must be licensed for everyone's free use or not licensed at all.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. This License applies to any program or other work which contains
|
||||||
|
a notice placed by the copyright holder saying it may be distributed
|
||||||
|
under the terms of this General Public License. The "Program", below,
|
||||||
|
refers to any such program or work, and a "work based on the Program"
|
||||||
|
means either the Program or any derivative work under copyright law:
|
||||||
|
that is to say, a work containing the Program or a portion of it,
|
||||||
|
either verbatim or with modifications and/or translated into another
|
||||||
|
language. (Hereinafter, translation is included without limitation in
|
||||||
|
the term "modification".) Each licensee is addressed as "you".
|
||||||
|
|
||||||
|
Activities other than copying, distribution and modification are not
|
||||||
|
covered by this License; they are outside its scope. The act of
|
||||||
|
running the Program is not restricted, and the output from the Program
|
||||||
|
is covered only if its contents constitute a work based on the
|
||||||
|
Program (independent of having been made by running the Program).
|
||||||
|
Whether that is true depends on what the Program does.
|
||||||
|
|
||||||
|
1. You may copy and distribute 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 and disclaimer of warranty; keep intact all the
|
||||||
|
notices that refer to this License and to the absence of any warranty;
|
||||||
|
and give any other recipients of the Program a copy of this License
|
||||||
|
along with the Program.
|
||||||
|
|
||||||
|
You may charge a fee for the physical act of transferring a copy, and
|
||||||
|
you may at your option offer warranty protection in exchange for a fee.
|
||||||
|
|
||||||
|
2. You may modify your copy or copies of the Program or any portion
|
||||||
|
of it, thus forming a work based on the Program, and copy and
|
||||||
|
distribute such modifications or work under the terms of Section 1
|
||||||
|
above, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) You must cause the modified files to carry prominent notices
|
||||||
|
stating that you changed the files and the date of any change.
|
||||||
|
|
||||||
|
b) You must cause any work that you distribute or publish, that in
|
||||||
|
whole or in part contains or is derived from the Program or any
|
||||||
|
part thereof, to be licensed as a whole at no charge to all third
|
||||||
|
parties under the terms of this License.
|
||||||
|
|
||||||
|
c) If the modified program normally reads commands interactively
|
||||||
|
when run, you must cause it, when started running for such
|
||||||
|
interactive use in the most ordinary way, to print or display an
|
||||||
|
announcement including an appropriate copyright notice and a
|
||||||
|
notice that there is no warranty (or else, saying that you provide
|
||||||
|
a warranty) and that users may redistribute the program under
|
||||||
|
these conditions, and telling the user how to view a copy of this
|
||||||
|
License. (Exception: if the Program itself is interactive but
|
||||||
|
does not normally print such an announcement, your work based on
|
||||||
|
the Program is not required to print an announcement.)
|
||||||
|
|
||||||
|
These requirements apply to the modified work as a whole. If
|
||||||
|
identifiable sections of that work are not derived from the Program,
|
||||||
|
and can be reasonably considered independent and separate works in
|
||||||
|
themselves, then this License, and its terms, do not apply to those
|
||||||
|
sections when you distribute them as separate works. But when you
|
||||||
|
distribute the same sections as part of a whole which is a work based
|
||||||
|
on the Program, the distribution of the whole must be on the terms of
|
||||||
|
this License, whose permissions for other licensees extend to the
|
||||||
|
entire whole, and thus to each and every part regardless of who wrote it.
|
||||||
|
|
||||||
|
Thus, it is not the intent of this section to claim rights or contest
|
||||||
|
your rights to work written entirely by you; rather, the intent is to
|
||||||
|
exercise the right to control the distribution of derivative or
|
||||||
|
collective works based on the Program.
|
||||||
|
|
||||||
|
In addition, mere aggregation of another work not based on the Program
|
||||||
|
with the Program (or with a work based on the Program) on a volume of
|
||||||
|
a storage or distribution medium does not bring the other work under
|
||||||
|
the scope of this License.
|
||||||
|
|
||||||
|
3. You may copy and distribute the Program (or a work based on it,
|
||||||
|
under Section 2) in object code or executable form under the terms of
|
||||||
|
Sections 1 and 2 above provided that you also do one of the following:
|
||||||
|
|
||||||
|
a) Accompany it with the complete corresponding machine-readable
|
||||||
|
source code, which must be distributed under the terms of Sections
|
||||||
|
1 and 2 above on a medium customarily used for software interchange; or,
|
||||||
|
|
||||||
|
b) Accompany it with a written offer, valid for at least three
|
||||||
|
years, to give any third party, for a charge no more than your
|
||||||
|
cost of physically performing source distribution, a complete
|
||||||
|
machine-readable copy of the corresponding source code, to be
|
||||||
|
distributed under the terms of Sections 1 and 2 above on a medium
|
||||||
|
customarily used for software interchange; or,
|
||||||
|
|
||||||
|
c) Accompany it with the information you received as to the offer
|
||||||
|
to distribute corresponding source code. (This alternative is
|
||||||
|
allowed only for noncommercial distribution and only if you
|
||||||
|
received the program in object code or executable form with such
|
||||||
|
an offer, in accord with Subsection b above.)
|
||||||
|
|
||||||
|
The source code for a work means the preferred form of the work for
|
||||||
|
making modifications to it. For an executable work, complete source
|
||||||
|
code means all the source code for all modules it contains, plus any
|
||||||
|
associated interface definition files, plus the scripts used to
|
||||||
|
control compilation and installation of the executable. However, as a
|
||||||
|
special exception, the source code distributed need not include
|
||||||
|
anything that is normally distributed (in either source or binary
|
||||||
|
form) with the major components (compiler, kernel, and so on) of the
|
||||||
|
operating system on which the executable runs, unless that component
|
||||||
|
itself accompanies the executable.
|
||||||
|
|
||||||
|
If distribution of executable or object code is made by offering
|
||||||
|
access to copy from a designated place, then offering equivalent
|
||||||
|
access to copy the source code from the same place counts as
|
||||||
|
distribution of the source code, even though third parties are not
|
||||||
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
|
4. You may not copy, modify, sublicense, or distribute the Program
|
||||||
|
except as expressly provided under this License. Any attempt
|
||||||
|
otherwise to copy, modify, sublicense or distribute the Program is
|
||||||
|
void, and will automatically terminate your rights under this License.
|
||||||
|
However, parties who have received copies, or rights, from you under
|
||||||
|
this License will not have their licenses terminated so long as such
|
||||||
|
parties remain in full compliance.
|
||||||
|
|
||||||
|
5. You are not required to accept this License, since you have not
|
||||||
|
signed it. However, nothing else grants you permission to modify or
|
||||||
|
distribute the Program or its derivative works. These actions are
|
||||||
|
prohibited by law if you do not accept this License. Therefore, by
|
||||||
|
modifying or distributing the Program (or any work based on the
|
||||||
|
Program), you indicate your acceptance of this License to do so, and
|
||||||
|
all its terms and conditions for copying, distributing or modifying
|
||||||
|
the Program or works based on it.
|
||||||
|
|
||||||
|
6. Each time you redistribute the Program (or any work based on the
|
||||||
|
Program), the recipient automatically receives a license from the
|
||||||
|
original licensor to copy, distribute or modify the Program subject to
|
||||||
|
these terms and conditions. You may not impose any further
|
||||||
|
restrictions on the recipients' exercise of the rights granted herein.
|
||||||
|
You are not responsible for enforcing compliance by third parties to
|
||||||
|
this License.
|
||||||
|
|
||||||
|
7. If, as a consequence of a court judgment or allegation of patent
|
||||||
|
infringement or for any other reason (not limited to patent issues),
|
||||||
|
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
|
||||||
|
distribute so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you
|
||||||
|
may not distribute the Program at all. For example, if a patent
|
||||||
|
license would not permit royalty-free redistribution of the Program by
|
||||||
|
all those who receive copies directly or indirectly through you, then
|
||||||
|
the only way you could satisfy both it and this License would be to
|
||||||
|
refrain entirely from distribution of the Program.
|
||||||
|
|
||||||
|
If any portion of this section is held invalid or unenforceable under
|
||||||
|
any particular circumstance, the balance of the section is intended to
|
||||||
|
apply and the section as a whole is intended to apply in other
|
||||||
|
circumstances.
|
||||||
|
|
||||||
|
It is not the purpose of this section to induce you to infringe any
|
||||||
|
patents or other property right claims or to contest validity of any
|
||||||
|
such claims; this section has the sole purpose of protecting the
|
||||||
|
integrity of the free software distribution system, which is
|
||||||
|
implemented by public license practices. Many people have made
|
||||||
|
generous contributions to the wide range of software distributed
|
||||||
|
through that system in reliance on consistent application of that
|
||||||
|
system; it is up to the author/donor to decide if he or she is willing
|
||||||
|
to distribute software through any other system and a licensee cannot
|
||||||
|
impose that choice.
|
||||||
|
|
||||||
|
This section is intended to make thoroughly clear what is believed to
|
||||||
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
|
8. If the distribution and/or use of the Program is restricted in
|
||||||
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
|
original copyright holder who places the Program under this License
|
||||||
|
may add an explicit geographical distribution limitation excluding
|
||||||
|
those countries, so that distribution is permitted only in or among
|
||||||
|
countries not thus excluded. In such case, this License incorporates
|
||||||
|
the limitation as if written in the body of this License.
|
||||||
|
|
||||||
|
9. The Free Software Foundation may publish revised and/or new versions
|
||||||
|
of the 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 a version number of this License which applies to it and "any
|
||||||
|
later version", you have the option of following the terms and conditions
|
||||||
|
either of that version or of any later version published by the Free
|
||||||
|
Software Foundation. If the Program does not specify a version number of
|
||||||
|
this License, you may choose any version ever published by the Free Software
|
||||||
|
Foundation.
|
||||||
|
|
||||||
|
10. If you wish to incorporate parts of the Program into other free
|
||||||
|
programs whose distribution conditions are different, write to the author
|
||||||
|
to ask for permission. For software which is copyrighted by the Free
|
||||||
|
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||||
|
make exceptions for this. Our decision will be guided by the two goals
|
||||||
|
of preserving the free status of all derivatives of our free software and
|
||||||
|
of promoting the sharing and reuse of software generally.
|
||||||
|
|
||||||
|
NO WARRANTY
|
||||||
|
|
||||||
|
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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.
|
||||||
|
|
||||||
|
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||||
|
REDISTRIBUTE 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.
|
||||||
|
|
||||||
|
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
|
||||||
|
convey 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 2 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, write to the Free Software Foundation, Inc.,
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program is interactive, make it output a short notice like this
|
||||||
|
when it starts in an interactive mode:
|
||||||
|
|
||||||
|
Gnomovision version 69, Copyright (C) year name of author
|
||||||
|
Gnomovision 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, the commands you use may
|
||||||
|
be called something other than `show w' and `show c'; they could even be
|
||||||
|
mouse-clicks or menu items--whatever suits your program.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or your
|
||||||
|
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||||
|
necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||||
|
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||||
|
|
||||||
|
<signature of Ty Coon>, 1 April 1989
|
||||||
|
Ty Coon, President of Vice
|
||||||
|
|
||||||
|
This 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.
|
@ -1,97 +1,78 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * close_prelight_xpm[] = {
|
static char * close_prelight_xpm[] = {
|
||||||
"20 25 69 1",
|
"20 25 50 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #7B7B7B",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #DBDBDB",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #DEDEDE",
|
"~ c #E7E7E7",
|
||||||
"{ c #959595",
|
"{ c #E4E4E4",
|
||||||
"] c #2F2F2F",
|
"] c #DFDFDF",
|
||||||
"^ c #969696",
|
"^ c #DBDBDB",
|
||||||
"/ c #DFDFDF",
|
"/ c #DADADA",
|
||||||
"( c #292929",
|
"( c #E5E5E5",
|
||||||
"_ c #A8A8A8",
|
"_ c #AAAAAA",
|
||||||
": c #D4D4D4",
|
": c #E6E6E6",
|
||||||
"< c #383838",
|
"< c #AEAEAE",
|
||||||
"[ c #D5D5D5",
|
"[ c #292929",
|
||||||
"} c #A6A6A6",
|
"} c #DEDEDE",
|
||||||
"| c #282828",
|
"| c #363636",
|
||||||
"1 c #E4E4E4",
|
"1 c #383838",
|
||||||
"2 c #E1E1E1",
|
"2 c #3A3A3A",
|
||||||
"3 c #393939",
|
"3 c #D4D4D4",
|
||||||
"4 c #B8B8B8",
|
"4 c #282828",
|
||||||
"5 c #C2C2C2",
|
"5 c #B8B8B8",
|
||||||
"6 c #303030",
|
"6 c #C2C2C2",
|
||||||
"7 c #3A3A3A",
|
"7 c #303030",
|
||||||
"8 c #373737",
|
"8 c #2F2F2F",
|
||||||
"9 c #ADADAD",
|
"9 c #E0E0E0",
|
||||||
"0 c #AAAAAA",
|
"0 c #CBCBCB",
|
||||||
"a c #CBCBCB",
|
"a c #CDCDCD",
|
||||||
"b c #ABABAB",
|
"b c #272727",
|
||||||
"c c #DCDCDC",
|
"c c #262626",
|
||||||
"d c #494949",
|
"d c #252525",
|
||||||
"e c #525252",
|
"e c #BEBEBE",
|
||||||
"f c #272727",
|
"f c #D0D0D0",
|
||||||
"g c #363636",
|
"g c #242424",
|
||||||
"h c #2E2E2E",
|
"h c #818181",
|
||||||
"i c #262626",
|
"i c #ACACAC",
|
||||||
"j c #434343",
|
"j c #232323",
|
||||||
"k c #4C4C4C",
|
"k c #222222",
|
||||||
"l c #DADADA",
|
|
||||||
"m c #A9A9A9",
|
|
||||||
"n c #C1C1C1",
|
|
||||||
"o c #252525",
|
|
||||||
"p c #353535",
|
|
||||||
"q c #B6B6B6",
|
|
||||||
"r c #A4A4A4",
|
|
||||||
"s c #A3A3A3",
|
|
||||||
"t c #BDBDBD",
|
|
||||||
"u c #919191",
|
|
||||||
"v c #939393",
|
|
||||||
"w c #242424",
|
|
||||||
"x c #9A9A9A",
|
|
||||||
"y c #E0E0E0",
|
|
||||||
"z c #232323",
|
|
||||||
"A c #585858",
|
|
||||||
"B c #B4B4B4",
|
|
||||||
"C c #CACACA",
|
|
||||||
"D c #222222",
|
|
||||||
"....................",
|
"....................",
|
||||||
"++++++++++++++++++++",
|
"++++++++++++++++++++",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"####################",
|
"####################",
|
||||||
"######$%&**&%=######",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"----@;>,,'',,>;@----",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"---)!,~{]--]^/,!@---",
|
"))>:)))))))))))):<))",
|
||||||
"(((_,:<((((((<[,}(((",
|
"[[}:[|1|[[[[|2|[:3[[",
|
||||||
"||<123456||6547>18||",
|
"44{:425674486514:944",
|
||||||
"||9,0|5,a66a,5|b,9||",
|
"44::4|6:0780:6|4:{44",
|
||||||
"||c,d|]a,**,a]|e,'||",
|
"44~:4480:aa:0744::44",
|
||||||
"ff,,8ff]*,,*]ff8,,ff",
|
"bb~:bbb8a::a7bbb:~bb",
|
||||||
"ff,,gffh*,,*hffg,,ff",
|
"bb::bbb7a::a8bbb:~bb",
|
||||||
"ii',ji)a,**,a)ik,lii",
|
"cc{:cc70:aa:08cc::cc",
|
||||||
"iib,min,a))a,ni_,bii",
|
"cc9:c|6:0870:6|c:{cc",
|
||||||
"oop128qn@oo@nq<>1poo",
|
"dd3:d1568dd7652d:}dd",
|
||||||
"ooor,:poooooop:,sooo",
|
"dde:d|2|dddd|1|d:fdd",
|
||||||
"oooft,~u#oo#v/,tiooo",
|
"dd<:dddddddddddd:>dd",
|
||||||
"wwwwix2,,'',,yxiwwww",
|
"gghi{]{]^//^]{]{~!gg",
|
||||||
"zzzzzz@ABCCBA@zzzzzz",
|
"jj',>;>;=--=*&*&%$jj",
|
||||||
"zzzzzzzzzzzzzzzzzzzz",
|
"jjjjjjjjjjjjjjjjjjjj",
|
||||||
"DDDDDDDDDDDDDDDDDDDD",
|
"kkkkkkkkkkkkkkkkkkkk",
|
||||||
"DDDDDDDDDDDDDDDDDDDD",
|
"kkkkkkkkkkkkkkkkkkkk",
|
||||||
"...................."};
|
"...................."};
|
||||||
|
@ -1,121 +1,106 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * close_pressed_xpm[] = {
|
static char * close_pressed_xpm[] = {
|
||||||
"20 25 93 2",
|
"20 25 78 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #7D7D7D",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #E0E0E0",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #BCBCBC",
|
"~ c #E7E7E7",
|
||||||
"{ c #9C9C9C",
|
"{ c #E4E4E4",
|
||||||
"] c #969696",
|
"] c #DFDFDF",
|
||||||
"^ c #292929",
|
"^ c #DBDBDB",
|
||||||
"/ c #A8A8A8",
|
"/ c #DADADA",
|
||||||
"( c #DDDDDD",
|
"( c #E5E5E5",
|
||||||
"_ c #A3A3A1",
|
"_ c #AAAAAA",
|
||||||
": c #939392",
|
": c #E6E6E6",
|
||||||
"< c #A2A2A1",
|
"< c #A5A5A5",
|
||||||
"[ c #A6A6A6",
|
"[ c #AEAEAE",
|
||||||
"} c #282828",
|
"} c #292929",
|
||||||
"| c #383838",
|
"| c #DEDEDE",
|
||||||
"1 c #E4E4E4",
|
"1 c #A3A3A3",
|
||||||
"2 c #A0A0A0",
|
"2 c #303030",
|
||||||
"3 c #CCCCCC",
|
"3 c #A3A3A4",
|
||||||
"4 c #D1D1D1",
|
"4 c #D4D4D4",
|
||||||
"5 c #8F8F8F",
|
"5 c #282828",
|
||||||
"6 c #373737",
|
"6 c #A1A1A2",
|
||||||
"7 c #ADADAD",
|
"7 c #B8B8B8",
|
||||||
"8 c #C4C4C4",
|
"8 c #C2C2C2",
|
||||||
"9 c #8C8C8C",
|
"9 c #A1A1A1",
|
||||||
"0 c #D6D6D6",
|
"0 c #E0E0E0",
|
||||||
"a c #939393",
|
"a c #A0A0A0",
|
||||||
"b c #DCDCDC",
|
"b c #CBCBCB",
|
||||||
"c c #A5A5A5",
|
"c c #9E9F9E",
|
||||||
"d c #898989",
|
"d c #9E9E9E",
|
||||||
"e c #919191",
|
"e c #CDCDCD",
|
||||||
"f c #D7D7D7",
|
"f c #9E9E9F",
|
||||||
"g c #E7E7E7",
|
"g c #272727",
|
||||||
"h c #D8D8D8",
|
"h c #9C9C9D",
|
||||||
"i c #DBDBDB",
|
"i c #9D9D9C",
|
||||||
"j c #272727",
|
"j c #9C9D9C",
|
||||||
"k c #969695",
|
"k c #9C9D9D",
|
||||||
"l c #858584",
|
"l c #9C9B9C",
|
||||||
"m c #8D8D8C",
|
"m c #9C9C9B",
|
||||||
"n c #D8D8D6",
|
"n c #9B9C9B",
|
||||||
"o c #E7E7E6",
|
"o c #9C9C9C",
|
||||||
"p c #818181",
|
"p c #9B9B9C",
|
||||||
"q c #262626",
|
"q c #262626",
|
||||||
"r c #9E9E9D",
|
"r c #9A999A",
|
||||||
"s c #868685",
|
"s c #999A99",
|
||||||
"t c #D5D5D4",
|
"t c #9A9999",
|
||||||
"u c #9F9F9E",
|
"u c #989898",
|
||||||
"v c #DADADA",
|
"v c #252525",
|
||||||
"w c #ABABAB",
|
"w c #969796",
|
||||||
"x c #BDBDBD",
|
"x c #979797",
|
||||||
"y c #7A7A79",
|
"y c #969696",
|
||||||
"z c #CECECD",
|
"z c #BEBEBE",
|
||||||
"A c #828281",
|
"A c #959595",
|
||||||
"B c #252525",
|
"B c #959495",
|
||||||
"C c #353535",
|
"C c #D0D0D0",
|
||||||
"D c #E3E3E3",
|
"D c #949494",
|
||||||
"E c #C5C5C5",
|
"E c #939493",
|
||||||
"F c #7E7E7E",
|
"F c #949493",
|
||||||
"G c #757575",
|
"G c #939494",
|
||||||
"H c #8D8D8D",
|
"H c #939394",
|
||||||
"I c #A4A4A4",
|
"I c #242424",
|
||||||
"J c #D9D9D9",
|
"J c #818181",
|
||||||
"K c #878786",
|
"K c #ACACAC",
|
||||||
"L c #727271",
|
"L c #232323",
|
||||||
"M c #888887",
|
"M c #222222",
|
||||||
"N c #A3A3A3",
|
"....................",
|
||||||
"O c #DFDFDF",
|
"++++++++++++++++++++",
|
||||||
"P c #A7A7A7",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"Q c #777777",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"R c #6D6D6D",
|
"####################",
|
||||||
"S c #A9A9A9",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"T c #242424",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"U c #9A9A9A",
|
"))>:<<<<<<<<<<<<:[))",
|
||||||
"V c #E1E1E1",
|
"}}|:122211312221:4}}",
|
||||||
"W c #DEDEDE",
|
"55{:627829628729:055",
|
||||||
"X c #232323",
|
"55::a28:b22b:82a:{55",
|
||||||
"Y c #5A5A5A",
|
"55~:cd2b:ee:b2df::55",
|
||||||
"Z c #B4B4B4",
|
"gg~:hij2e::e2kih:~gg",
|
||||||
"` c #CACACA",
|
"gg::lmn2e::e2nop:~gg",
|
||||||
" . c #222222",
|
"qq{:rs2b:ee:b2rt::qq",
|
||||||
". . . . . . . . . . . . . . . . . . . . ",
|
"qq0:u28:b22b:82u:{qq",
|
||||||
"+ + + + + + + + + + + + + + + + + + + + ",
|
"vv4:w2782wx2872y:|vv",
|
||||||
"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
|
"vvz:A222BAAA222A:Cvv",
|
||||||
"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
|
"vv[:DEDFDDDGDDEH:>vv",
|
||||||
"# # # # # # # # # # # # # # # # # # # # ",
|
"IIJK{]{]^//^]{]{~!II",
|
||||||
"# # # # # # $ % & * * & % = # # # # # # ",
|
"LL',>;>;=--=*&*&%$LL",
|
||||||
"- - - - @ ; > , , ' ' , , > ; @ - - - - ",
|
"LLLLLLLLLLLLLLLLLLLL",
|
||||||
"- - - ) ! , ' ~ { ] ] { ~ > , ! @ - - - ",
|
"MMMMMMMMMMMMMMMMMMMM",
|
||||||
"^ ^ ^ / , ( _ : : : : : : < ( , [ ^ ^ ^ ",
|
"MMMMMMMMMMMMMMMMMMMM",
|
||||||
"} } | 1 1 2 3 4 ] 5 5 ] 4 3 2 1 1 6 } } ",
|
"...................."};
|
||||||
"} } 7 , 8 9 4 , 0 a a 0 , 4 9 8 , 7 } } ",
|
|
||||||
"} } b , c d e f g h h g f e d [ , i } } ",
|
|
||||||
"j j , , k l l m n o o n m l l k , , j j ",
|
|
||||||
"j j , , a p p d f g g f d p p a , , j j ",
|
|
||||||
"q q i , r % s t o 0 0 o t s % u , v q q ",
|
|
||||||
"q q w , x y z o t A A t o z y x , w q q ",
|
|
||||||
"B B C 1 D 9 E * F G G F * E H 1 1 C B B ",
|
|
||||||
"B B B I , J K L L L L L L M J , N B B B ",
|
|
||||||
"B B B j x , O P Q R R Q S ' , x q B B B ",
|
|
||||||
"T T T T q U V , , W W , , ' U q T T T T ",
|
|
||||||
"X X X X X X @ Y Z ` ` Z Y @ X X X X X X ",
|
|
||||||
"X X X X X X X X X X X X X X X X X X X X ",
|
|
||||||
" . . . . . . . . . . . . . . . . . . . .",
|
|
||||||
" . . . . . . . . . . . . . . . . . . . .",
|
|
||||||
". . . . . . . . . . . . . . . . . . . . "};
|
|
||||||
|
@ -1,93 +1,73 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * hide_prelight_xpm[] = {
|
static char * hide_prelight_xpm[] = {
|
||||||
"20 25 65 1",
|
"20 25 45 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #8D8D8D",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #DBDBDB",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #DEDEDE",
|
"~ c #E7E7E7",
|
||||||
"{ c #959595",
|
"{ c #E4E4E4",
|
||||||
"] c #2F2F2F",
|
"] c #DFDFDF",
|
||||||
"^ c #969696",
|
"^ c #DBDBDB",
|
||||||
"/ c #DFDFDF",
|
"/ c #DADADA",
|
||||||
"( c #292929",
|
"( c #E5E5E5",
|
||||||
"_ c #A8A8A8",
|
"_ c #AAAAAA",
|
||||||
": c #D4D4D4",
|
": c #E6E6E6",
|
||||||
"< c #383838",
|
"< c #AEAEAE",
|
||||||
"[ c #D5D5D5",
|
"[ c #292929",
|
||||||
"} c #A6A6A6",
|
"} c #DEDEDE",
|
||||||
"| c #282828",
|
"| c #D4D4D4",
|
||||||
"1 c #E4E4E4",
|
"1 c #282828",
|
||||||
"2 c #E1E1E1",
|
"2 c #E0E0E0",
|
||||||
"3 c #393939",
|
"3 c #272727",
|
||||||
"4 c #3A3A3A",
|
"4 c #303030",
|
||||||
"5 c #373737",
|
"5 c #262626",
|
||||||
"6 c #ADADAD",
|
"6 c #B7B7B7",
|
||||||
"7 c #AAAAAA",
|
"7 c #BCBCBC",
|
||||||
"8 c #ABABAB",
|
"8 c #B6B6B6",
|
||||||
"9 c #DCDCDC",
|
"9 c #252525",
|
||||||
"0 c #646464",
|
"0 c #BEBEBE",
|
||||||
"a c #6C6C6C",
|
"a c #D0D0D0",
|
||||||
"b c #272727",
|
"b c #242424",
|
||||||
"c c #363636",
|
"c c #818181",
|
||||||
"d c #262626",
|
"d c #ACACAC",
|
||||||
"e c #5C5C5C",
|
"e c #232323",
|
||||||
"f c #B7B7B7",
|
"f c #222222",
|
||||||
"g c #BCBCBC",
|
|
||||||
"h c #DADADA",
|
|
||||||
"i c #A9A9A9",
|
|
||||||
"j c #B6B6B6",
|
|
||||||
"k c #B2B2B2",
|
|
||||||
"l c #252525",
|
|
||||||
"m c #353535",
|
|
||||||
"n c #A4A4A4",
|
|
||||||
"o c #A3A3A3",
|
|
||||||
"p c #BDBDBD",
|
|
||||||
"q c #919191",
|
|
||||||
"r c #939393",
|
|
||||||
"s c #242424",
|
|
||||||
"t c #9A9A9A",
|
|
||||||
"u c #E0E0E0",
|
|
||||||
"v c #232323",
|
|
||||||
"w c #838383",
|
|
||||||
"x c #B4B4B4",
|
|
||||||
"y c #CACACA",
|
|
||||||
"z c #222222",
|
|
||||||
"....................",
|
"....................",
|
||||||
"++++++++++++++++++++",
|
"++++++++++++++++++++",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"####################",
|
"####################",
|
||||||
"######$%&**&%=######",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"----@;>,,'',,>;@----",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"---)!,~{]--]^/,!@---",
|
"))>:)))))))))))):<))",
|
||||||
"(((_,:<((((((<[,}(((",
|
"[[}:[[[[[[[[[[[[:|[[",
|
||||||
"||<123||||||||4>15||",
|
"11{:111111111111:211",
|
||||||
"||6,7||||||||||8,6||",
|
"11::111111111111:{11",
|
||||||
"||9,0||||||||||a,'||",
|
"11~:111111111111::11",
|
||||||
"bb,,5bbbbbbbbbb5,,bb",
|
"33~:333333333333:~33",
|
||||||
"bb,,cbbbbbbbbbbc,,bb",
|
"33::344444444443:~33",
|
||||||
"dd',edf,,,,,,gd0,hdd",
|
"55{:546::::::745::55",
|
||||||
"dd8,idj,,,,,,kd_,8dd",
|
"552:548::::::,45:{55",
|
||||||
"llm125llllllll<>1mll",
|
"99|:944444444449:}99",
|
||||||
"llln,:mllllllm:,olll",
|
"990:999999999999:a99",
|
||||||
"lllbp,~q#ll#r/,pdlll",
|
"99<:999999999999:>99",
|
||||||
"ssssdt2,,'',,utdssss",
|
"bbcd{]{]^//^]{]{~!bb",
|
||||||
"vvvvvv@wxyyxw@vvvvvv",
|
"ee',>;>;=--=*&*&%$ee",
|
||||||
"vvvvvvvvvvvvvvvvvvvv",
|
"eeeeeeeeeeeeeeeeeeee",
|
||||||
"zzzzzzzzzzzzzzzzzzzz",
|
"ffffffffffffffffffff",
|
||||||
"zzzzzzzzzzzzzzzzzzzz",
|
"ffffffffffffffffffff",
|
||||||
"...................."};
|
"...................."};
|
||||||
|
@ -1,110 +1,109 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * hide_pressed_xpm[] = {
|
static char * hide_pressed_xpm[] = {
|
||||||
"20 25 82 1",
|
"20 25 81 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #8D8D8D",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #E0E0E0",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #BCBCBC",
|
"~ c #E7E7E7",
|
||||||
"{ c #9C9C9C",
|
"{ c #E4E4E4",
|
||||||
"] c #969696",
|
"] c #DFDFDF",
|
||||||
"^ c #292929",
|
"^ c #DBDBDB",
|
||||||
"/ c #A8A8A8",
|
"/ c #DADADA",
|
||||||
"( c #DDDDDD",
|
"( c #E5E5E5",
|
||||||
"_ c #A3A3A1",
|
"_ c #AAAAAA",
|
||||||
": c #939392",
|
": c #E6E6E6",
|
||||||
"< c #A2A2A1",
|
"< c #A5A5A5",
|
||||||
"[ c #A6A6A6",
|
"[ c #AEAEAE",
|
||||||
"} c #282828",
|
"} c #292929",
|
||||||
"| c #383838",
|
"| c #DEDEDE",
|
||||||
"1 c #E4E4E4",
|
"1 c #A3A3A3",
|
||||||
"2 c #A0A0A0",
|
"2 c #A3A4A3",
|
||||||
"3 c #8F8F8F",
|
"3 c #A3A3A4",
|
||||||
"4 c #373737",
|
"4 c #D4D4D4",
|
||||||
"5 c #ADADAD",
|
"5 c #282828",
|
||||||
"6 c #C4C4C4",
|
"6 c #A1A1A2",
|
||||||
"7 c #8C8C8C",
|
"7 c #A1A1A1",
|
||||||
"8 c #DCDCDC",
|
"8 c #A1A2A1",
|
||||||
"9 c #A5A5A5",
|
"9 c #E0E0E0",
|
||||||
"0 c #898989",
|
"0 c #A0A0A0",
|
||||||
"a c #DBDBDB",
|
"a c #9E9F9E",
|
||||||
"b c #272727",
|
"b c #9E9E9E",
|
||||||
"c c #969695",
|
"c c #9F9F9F",
|
||||||
"d c #858584",
|
"d c #9F9E9E",
|
||||||
"e c #939393",
|
"e c #9E9E9F",
|
||||||
"f c #818181",
|
"f c #272727",
|
||||||
"g c #262626",
|
"g c #9C9C9D",
|
||||||
"h c #9E9E9D",
|
"h c #9D9D9C",
|
||||||
"i c #7D7D7D",
|
"i c #9C9D9C",
|
||||||
"j c #C8C8C7",
|
"j c #9C9C9C",
|
||||||
"k c #E7E7E6",
|
"k c #9C9D9D",
|
||||||
"l c #CBCBCB",
|
"l c #9D9C9C",
|
||||||
"m c #9F9F9E",
|
"m c #9C9B9C",
|
||||||
"n c #DADADA",
|
"n c #303030",
|
||||||
"o c #ABABAB",
|
"o c #9B9B9C",
|
||||||
"p c #BDBDBD",
|
"p c #262626",
|
||||||
"q c #7A7A79",
|
"q c #9A999A",
|
||||||
"r c #C7C7C6",
|
"r c #B7B7B7",
|
||||||
"s c #C4C4C3",
|
"s c #BCBCBC",
|
||||||
"t c #252525",
|
"t c #9A9999",
|
||||||
"u c #353535",
|
"u c #989898",
|
||||||
"v c #E3E3E3",
|
"v c #B6B6B6",
|
||||||
"w c #757575",
|
"w c #252525",
|
||||||
"x c #A4A4A4",
|
"x c #969796",
|
||||||
"y c #D9D9D9",
|
"y c #969696",
|
||||||
"z c #878786",
|
"z c #BEBEBE",
|
||||||
"A c #727271",
|
"A c #959595",
|
||||||
"B c #888887",
|
"B c #959594",
|
||||||
"C c #A3A3A3",
|
"C c #949595",
|
||||||
"D c #DFDFDF",
|
"D c #959495",
|
||||||
"E c #A7A7A7",
|
"E c #949594",
|
||||||
"F c #777777",
|
"F c #D0D0D0",
|
||||||
"G c #6D6D6D",
|
"G c #949494",
|
||||||
"H c #A9A9A9",
|
"H c #939493",
|
||||||
"I c #242424",
|
"I c #949493",
|
||||||
"J c #9A9A9A",
|
"J c #939494",
|
||||||
"K c #E1E1E1",
|
"K c #939394",
|
||||||
"L c #DEDEDE",
|
"L c #242424",
|
||||||
"M c #232323",
|
"M c #818181",
|
||||||
"N c #7E7E7E",
|
"N c #ACACAC",
|
||||||
"O c #B4B4B4",
|
"O c #232323",
|
||||||
"P c #CACACA",
|
"P c #222222",
|
||||||
"Q c #222222",
|
|
||||||
"....................",
|
"....................",
|
||||||
"++++++++++++++++++++",
|
"++++++++++++++++++++",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"####################",
|
"####################",
|
||||||
"######$%&**&%=######",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"----@;>,,'',,>;@----",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"---)!,'~{]]{~>,!@---",
|
"))>:<<<<<<<<<<<<:[))",
|
||||||
"^^^/,(_::::::<(,[^^^",
|
"}}|:121111311111:4}}",
|
||||||
"}}|112333333332114}}",
|
"55{:667767667877:955",
|
||||||
"}}5,677777777776,5}}",
|
"55::000000000000:{55",
|
||||||
"}}8,90000000000[,a}}",
|
"55~:abacdbabebbe::55",
|
||||||
"bb,,cddddddddddc,,bb",
|
"ff~:ghijjikljkhg:~ff",
|
||||||
"bb,,effffffffffe,,bb",
|
"ff::mnnnnnnnnnno:~ff",
|
||||||
"gga,hijkkkkkklim,ngg",
|
"pp{:qnr::::::snt::pp",
|
||||||
"ggo,pqrkkkkkksqp,ogg",
|
"pp9:unv::::::,nu:{pp",
|
||||||
"ttu1v7wwwwwwww%11utt",
|
"ww4:xnnnnnnnnnny:|ww",
|
||||||
"tttx,yzAAAAAABy,Cttt",
|
"wwz:ABCADAAADAEA:Fww",
|
||||||
"tttbp,DEFGGFH',pgttt",
|
"ww[:GHGIGGGJGGHK:>ww",
|
||||||
"IIIIgJK,,LL,,'JgIIII",
|
"LLMN{]{]^//^]{]{~!LL",
|
||||||
"MMMMMM@NOPPON@MMMMMM",
|
"OO',>;>;=--=*&*&%$OO",
|
||||||
"MMMMMMMMMMMMMMMMMMMM",
|
"OOOOOOOOOOOOOOOOOOOO",
|
||||||
"QQQQQQQQQQQQQQQQQQQQ",
|
"PPPPPPPPPPPPPPPPPPPP",
|
||||||
"QQQQQQQQQQQQQQQQQQQQ",
|
"PPPPPPPPPPPPPPPPPPPP",
|
||||||
"...................."};
|
"...................."};
|
||||||
|
@ -1,94 +1,74 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * maximize_prelight_xpm[] = {
|
static char * maximize_prelight_xpm[] = {
|
||||||
"20 25 66 1",
|
"20 25 46 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #8D8D8D",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #DBDBDB",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #DEDEDE",
|
"~ c #E7E7E7",
|
||||||
"{ c #959595",
|
"{ c #E4E4E4",
|
||||||
"] c #2F2F2F",
|
"] c #DFDFDF",
|
||||||
"^ c #969696",
|
"^ c #DBDBDB",
|
||||||
"/ c #DFDFDF",
|
"/ c #DADADA",
|
||||||
"( c #292929",
|
"( c #E5E5E5",
|
||||||
"_ c #A8A8A8",
|
"_ c #AAAAAA",
|
||||||
": c #D4D4D4",
|
": c #E6E6E6",
|
||||||
"< c #383838",
|
"< c #AEAEAE",
|
||||||
"[ c #D5D5D5",
|
"[ c #292929",
|
||||||
"} c #A6A6A6",
|
"} c #DEDEDE",
|
||||||
"| c #282828",
|
"| c #303030",
|
||||||
"1 c #E4E4E4",
|
"1 c #D4D4D4",
|
||||||
"2 c #E1E1E1",
|
"2 c #282828",
|
||||||
"3 c #393939",
|
"3 c #CDCDCD",
|
||||||
"4 c #B8B8B8",
|
"4 c #E0E0E0",
|
||||||
"5 c #3A3A3A",
|
"5 c #272727",
|
||||||
"6 c #373737",
|
"6 c #C2C2C2",
|
||||||
"7 c #ADADAD",
|
"7 c #B8B8B8",
|
||||||
"8 c #AAAAAA",
|
"8 c #262626",
|
||||||
"9 c #ABABAB",
|
"9 c #E2E2E2",
|
||||||
"0 c #DCDCDC",
|
"0 c #252525",
|
||||||
"a c #646464",
|
"a c #BEBEBE",
|
||||||
"b c #6C6C6C",
|
"b c #D0D0D0",
|
||||||
"c c #272727",
|
"c c #242424",
|
||||||
"d c #B7B7B7",
|
"d c #818181",
|
||||||
"e c #BDBDBD",
|
"e c #ACACAC",
|
||||||
"f c #363636",
|
"f c #232323",
|
||||||
"g c #B3B3B3",
|
"g c #222222",
|
||||||
"h c #262626",
|
|
||||||
"i c #5C5C5C",
|
|
||||||
"j c #DADADA",
|
|
||||||
"k c #A9A9A9",
|
|
||||||
"l c #252525",
|
|
||||||
"m c #353535",
|
|
||||||
"n c #B1B1B1",
|
|
||||||
"o c #BCBCBC",
|
|
||||||
"p c #A4A4A4",
|
|
||||||
"q c #A3A3A3",
|
|
||||||
"r c #919191",
|
|
||||||
"s c #939393",
|
|
||||||
"t c #242424",
|
|
||||||
"u c #9A9A9A",
|
|
||||||
"v c #E0E0E0",
|
|
||||||
"w c #232323",
|
|
||||||
"x c #818181",
|
|
||||||
"y c #B4B4B4",
|
|
||||||
"z c #CACACA",
|
|
||||||
"A c #222222",
|
|
||||||
"....................",
|
"....................",
|
||||||
"++++++++++++++++++++",
|
"++++++++++++++++++++",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"####################",
|
"####################",
|
||||||
"######$%&**&%=######",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"----@;>,,'',,>;@----",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"---)!,~{]--]^/,!@---",
|
"))>:)))))))))))):<))",
|
||||||
"(((_,:<((((((<[,}(((",
|
"[[}:[[[[||||[[[[:1[[",
|
||||||
"||<123|||44|||5>16||",
|
"22{:2222|33|2222:422",
|
||||||
"||7,8||||,,||||9,7||",
|
"22::2222|::|2222:{22",
|
||||||
"||0,a||||,,||||b,'||",
|
"22~:2||||::||||2::22",
|
||||||
"cc,,6cd,,,,,,ec6,,cc",
|
"55~:5|6::::::6|5:~55",
|
||||||
"cc,,fcd,,,,,,gcf,,cc",
|
"55::5|7::::::7|5:~55",
|
||||||
"hh',ihhhh,,hhhha,jhh",
|
"88{:8||||::||||8::88",
|
||||||
"hh9,khhhh>,|hhh_,9hh",
|
"884:8888|9:|8888:{88",
|
||||||
"llm126lllnolll<>1mll",
|
"001:0000|77|0000:}00",
|
||||||
"lllp,:mllllllm:,qlll",
|
"00a:0000||||0000:b00",
|
||||||
"lllce,~r#ll#s/,ehlll",
|
"00<:000000000000:>00",
|
||||||
"tttthu2,,'',,vuhtttt",
|
"ccde{]{]^//^]{]{~!cc",
|
||||||
"wwwwww@xyzzyx@wwwwww",
|
"ff',>;>;=--=*&*&%$ff",
|
||||||
"wwwwwwwwwwwwwwwwwwww",
|
"ffffffffffffffffffff",
|
||||||
"AAAAAAAAAAAAAAAAAAAA",
|
"gggggggggggggggggggg",
|
||||||
"AAAAAAAAAAAAAAAAAAAA",
|
"gggggggggggggggggggg",
|
||||||
"...................."};
|
"...................."};
|
||||||
|
@ -1,115 +1,105 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * maximize_pressed_xpm[] = {
|
static char * maximize_pressed_xpm[] = {
|
||||||
"20 25 87 1",
|
"20 25 77 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #8D8D8D",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #E0E0E0",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #BCBCBC",
|
"~ c #E7E7E7",
|
||||||
"{ c #9C9C9C",
|
"{ c #E4E4E4",
|
||||||
"] c #969696",
|
"] c #DFDFDF",
|
||||||
"^ c #292929",
|
"^ c #DBDBDB",
|
||||||
"/ c #A8A8A8",
|
"/ c #DADADA",
|
||||||
"( c #DDDDDD",
|
"( c #E5E5E5",
|
||||||
"_ c #A3A3A1",
|
"_ c #AAAAAA",
|
||||||
": c #939392",
|
": c #E6E6E6",
|
||||||
"< c #A2A2A1",
|
"< c #A5A5A5",
|
||||||
"[ c #A6A6A6",
|
"[ c #AEAEAE",
|
||||||
"} c #282828",
|
"} c #292929",
|
||||||
"| c #383838",
|
"| c #DEDEDE",
|
||||||
"1 c #E4E4E4",
|
"1 c #A3A3A3",
|
||||||
"2 c #A0A0A0",
|
"2 c #A3A4A3",
|
||||||
"3 c #8F8F8F",
|
"3 c #303030",
|
||||||
"4 c #CCCCCC",
|
"4 c #D4D4D4",
|
||||||
"5 c #373737",
|
"5 c #282828",
|
||||||
"6 c #ADADAD",
|
"6 c #A1A1A2",
|
||||||
"7 c #C4C4C4",
|
"7 c #A1A1A1",
|
||||||
"8 c #8C8C8C",
|
"8 c #CDCDCD",
|
||||||
"9 c #DCDCDC",
|
"9 c #A1A2A1",
|
||||||
"0 c #A5A5A5",
|
"0 c #E0E0E0",
|
||||||
"a c #898989",
|
"a c #A0A0A0",
|
||||||
"b c #E7E7E7",
|
"b c #9E9F9E",
|
||||||
"c c #DBDBDB",
|
"c c #9E9E9F",
|
||||||
"d c #272727",
|
"d c #272727",
|
||||||
"e c #969695",
|
"e c #9C9C9D",
|
||||||
"f c #858584",
|
"f c #C2C2C2",
|
||||||
"g c #CACAC9",
|
"g c #9C9B9C",
|
||||||
"h c #E7E7E6",
|
"h c #B8B8B8",
|
||||||
"i c #CECECC",
|
"i c #9B9B9C",
|
||||||
"j c #939393",
|
"j c #262626",
|
||||||
"k c #818181",
|
"k c #9A999A",
|
||||||
"l c #C9C9C9",
|
"l c #9A9999",
|
||||||
"m c #C6C6C6",
|
"m c #989898",
|
||||||
"n c #262626",
|
"n c #E2E2E2",
|
||||||
"o c #9E9E9D",
|
"o c #252525",
|
||||||
"p c #7D7D7D",
|
"p c #969796",
|
||||||
"q c #9F9F9E",
|
"q c #979697",
|
||||||
"r c #DADADA",
|
"r c #979797",
|
||||||
"s c #ABABAB",
|
"s c #969697",
|
||||||
"t c #BDBDBD",
|
"t c #979696",
|
||||||
"u c #7A7A79",
|
"u c #969696",
|
||||||
"v c #E5E5E4",
|
"v c #BEBEBE",
|
||||||
"w c #7C7C7B",
|
"w c #959595",
|
||||||
"x c #252525",
|
"x c #959594",
|
||||||
"y c #353535",
|
"y c #949595",
|
||||||
"z c #E3E3E3",
|
"z c #959495",
|
||||||
"A c #757575",
|
"A c #949594",
|
||||||
"B c #C2C2C2",
|
"B c #D0D0D0",
|
||||||
"C c #CACACA",
|
"C c #949494",
|
||||||
"D c #A4A4A4",
|
"D c #939493",
|
||||||
"E c #D9D9D9",
|
"E c #949493",
|
||||||
"F c #878786",
|
"F c #939494",
|
||||||
"G c #727271",
|
"G c #939394",
|
||||||
"H c #888887",
|
"H c #242424",
|
||||||
"I c #A3A3A3",
|
"I c #818181",
|
||||||
"J c #DFDFDF",
|
"J c #ACACAC",
|
||||||
"K c #A7A7A7",
|
"K c #232323",
|
||||||
"L c #777777",
|
"L c #222222",
|
||||||
"M c #6D6D6D",
|
|
||||||
"N c #A9A9A9",
|
|
||||||
"O c #242424",
|
|
||||||
"P c #9A9A9A",
|
|
||||||
"Q c #E1E1E1",
|
|
||||||
"R c #DEDEDE",
|
|
||||||
"S c #232323",
|
|
||||||
"T c #838383",
|
|
||||||
"U c #B4B4B4",
|
|
||||||
"V c #222222",
|
|
||||||
"....................",
|
"....................",
|
||||||
"++++++++++++++++++++",
|
"++++++++++++++++++++",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"####################",
|
"####################",
|
||||||
"######$%&**&%=######",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"----@;>,,'',,>;@----",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"---)!,'~{]]{~>,!@---",
|
"))>:<<<<<<<<<<<<:[))",
|
||||||
"^^^/,(_::::::<(,[^^^",
|
"}}|:121133331111:4}}",
|
||||||
"}}|112333443332115}}",
|
"55{:667738837977:055",
|
||||||
"}}6,78888,,88887,6}}",
|
"55::aaaa3::3aaaa:{55",
|
||||||
"}}9,0aaaabbaaaa[,c}}",
|
"55~:b3333::3333c::55",
|
||||||
"dd,,efghhhhhhife,,dd",
|
"dd~:e3f::::::f3e:~dd",
|
||||||
"dd,,jklbbbbbbmkj,,dd",
|
"dd::g3h::::::h3i:~dd",
|
||||||
"nnc,opppphhppppq,rnn",
|
"jj{:k3333::3333l::jj",
|
||||||
"nns,tuuuuvhwuuut,snn",
|
"jj0:mmmm3n:3mmmm:{jj",
|
||||||
"xxy1z8AAABCAAA%11yxx",
|
"oo4:pqpr3hh3stru:|oo",
|
||||||
"xxxD,EFGGGGGGHE,Ixxx",
|
"oov:wxyw3333zwAw:Boo",
|
||||||
"xxxdt,JKLMMLN',tnxxx",
|
"oo[:CDCECCCFCCDG:>oo",
|
||||||
"OOOOnPQ,,RR,,'PnOOOO",
|
"HHIJ{]{]^//^]{]{~!HH",
|
||||||
"SSSSSS@TUCCUT@SSSSSS",
|
"KK',>;>;=--=*&*&%$KK",
|
||||||
"SSSSSSSSSSSSSSSSSSSS",
|
"KKKKKKKKKKKKKKKKKKKK",
|
||||||
"VVVVVVVVVVVVVVVVVVVV",
|
"LLLLLLLLLLLLLLLLLLLL",
|
||||||
"VVVVVVVVVVVVVVVVVVVV",
|
"LLLLLLLLLLLLLLLLLLLL",
|
||||||
"...................."};
|
"...................."};
|
||||||
|
@ -3,7 +3,7 @@ static char * menu_inactive_xpm[] = {
|
|||||||
"16 25 14 1",
|
"16 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #383838",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #2A2A2A",
|
"$ c #2A2A2A",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * title_1_active_xpm[] = {
|
static char * title_5_inactive_xpm[] = {
|
||||||
"8 25 14 1",
|
"8 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * title_1_inactive_xpm[] = {
|
static char * title_5_inactive_xpm[] = {
|
||||||
"8 25 14 1",
|
"8 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #383838",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #2A2A2A",
|
"$ c #2A2A2A",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * title_2_active_xpm[] = {
|
static char * title_5_inactive_xpm[] = {
|
||||||
"8 25 14 1",
|
"8 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * title_2_inactive_xpm[] = {
|
static char * title_5_inactive_xpm[] = {
|
||||||
"8 25 14 1",
|
"8 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #383838",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #2A2A2A",
|
"$ c #2A2A2A",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * title_3_active_xpm[] = {
|
static char * title_5_inactive_xpm[] = {
|
||||||
"8 25 14 1",
|
"8 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * title_3_inactive_xpm[] = {
|
static char * title_5_inactive_xpm[] = {
|
||||||
"8 25 14 1",
|
"8 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #383838",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #2A2A2A",
|
"$ c #2A2A2A",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * title_4_active_xpm[] = {
|
static char * title_5_inactive_xpm[] = {
|
||||||
"8 25 14 1",
|
"8 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * title_4_inactive_xpm[] = {
|
static char * title_5_inactive_xpm[] = {
|
||||||
"8 25 14 1",
|
"8 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #383838",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #2A2A2A",
|
"$ c #2A2A2A",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * title_5_active_xpm[] = {
|
static char * title_5_inactive_xpm[] = {
|
||||||
"8 25 14 1",
|
"8 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
|
@ -3,7 +3,7 @@ static char * title_5_inactive_xpm[] = {
|
|||||||
"8 25 14 1",
|
"8 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #383838",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #2A2A2A",
|
"$ c #2A2A2A",
|
||||||
|
@ -1,44 +1,42 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_left_active_xpm[] = {
|
static char * top_left_active_xpm[] = {
|
||||||
"6 25 16 1",
|
"6 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #383838",
|
"@ c #2C2C2C",
|
||||||
"# c #2C2C2C",
|
"# c #2B2B2B",
|
||||||
"$ c #323232",
|
"$ c #2A2A2A",
|
||||||
"% c #2B2B2B",
|
"% c #292929",
|
||||||
"& c #2A2A2A",
|
"& c #282828",
|
||||||
"* c #292929",
|
"* c #272727",
|
||||||
"= c #282828",
|
"= c #262626",
|
||||||
"- c #272727",
|
"- c #252525",
|
||||||
"; c #262626",
|
"; c #242424",
|
||||||
"> c #252525",
|
"> c #232323",
|
||||||
", c #242424",
|
", c #222222",
|
||||||
"' c #232323",
|
"......",
|
||||||
") c #222222",
|
".+++++",
|
||||||
" .",
|
".@@@@@",
|
||||||
" ..+",
|
".@@@@@",
|
||||||
" .@@#",
|
".#####",
|
||||||
" .$###",
|
".#####",
|
||||||
" .$%%%",
|
".$$$$$",
|
||||||
|
".$$$$$",
|
||||||
".%%%%%",
|
".%%%%%",
|
||||||
".&&&&&",
|
".&&&&&",
|
||||||
".&&&&&",
|
".&&&&&",
|
||||||
|
".&&&&&",
|
||||||
|
".*****",
|
||||||
".*****",
|
".*****",
|
||||||
".=====",
|
".=====",
|
||||||
".=====",
|
".=====",
|
||||||
".=====",
|
".-----",
|
||||||
".-----",
|
".-----",
|
||||||
".-----",
|
".-----",
|
||||||
".;;;;;",
|
".;;;;;",
|
||||||
".;;;;;",
|
|
||||||
".>>>>>",
|
|
||||||
".>>>>>",
|
".>>>>>",
|
||||||
".>>>>>",
|
".>>>>>",
|
||||||
".,,,,,",
|
".,,,,,",
|
||||||
".'''''",
|
".,,,,,",
|
||||||
".'''''",
|
|
||||||
".)))))",
|
|
||||||
".)))))",
|
|
||||||
"......"};
|
"......"};
|
||||||
|
@ -1,44 +1,42 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_left_inactive_xpm[] = {
|
static char * top_left_inactive_xpm[] = {
|
||||||
"6 25 16 1",
|
"6 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #383838",
|
"+ c #3D3D3D",
|
||||||
"@ c #353535",
|
"@ c #2C2C2C",
|
||||||
"# c #2C2C2C",
|
"# c #2B2B2B",
|
||||||
"$ c #303030",
|
"$ c #2A2A2A",
|
||||||
"% c #2B2B2B",
|
"% c #292929",
|
||||||
"& c #2A2A2A",
|
"& c #282828",
|
||||||
"* c #292929",
|
"* c #272727",
|
||||||
"= c #282828",
|
"= c #262626",
|
||||||
"- c #272727",
|
"- c #252525",
|
||||||
"; c #262626",
|
"; c #242424",
|
||||||
"> c #252525",
|
"> c #232323",
|
||||||
", c #242424",
|
", c #222222",
|
||||||
"' c #232323",
|
"......",
|
||||||
") c #222222",
|
".+++++",
|
||||||
" .",
|
".@@@@@",
|
||||||
" ..+",
|
".@@@@@",
|
||||||
" .@@#",
|
".#####",
|
||||||
" .$###",
|
".#####",
|
||||||
" .$%%%",
|
".$$$$$",
|
||||||
|
".$$$$$",
|
||||||
".%%%%%",
|
".%%%%%",
|
||||||
".&&&&&",
|
".&&&&&",
|
||||||
".&&&&&",
|
".&&&&&",
|
||||||
|
".&&&&&",
|
||||||
|
".*****",
|
||||||
".*****",
|
".*****",
|
||||||
".=====",
|
".=====",
|
||||||
".=====",
|
".=====",
|
||||||
".=====",
|
".-----",
|
||||||
".-----",
|
".-----",
|
||||||
".-----",
|
".-----",
|
||||||
".;;;;;",
|
".;;;;;",
|
||||||
".;;;;;",
|
|
||||||
".>>>>>",
|
|
||||||
".>>>>>",
|
".>>>>>",
|
||||||
".>>>>>",
|
".>>>>>",
|
||||||
".,,,,,",
|
".,,,,,",
|
||||||
".'''''",
|
".,,,,,",
|
||||||
".'''''",
|
|
||||||
".)))))",
|
|
||||||
".)))))",
|
|
||||||
"......"};
|
"......"};
|
||||||
|
@ -1,44 +1,42 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_right_active_xpm[] = {
|
static char * top_right_active_xpm[] = {
|
||||||
"6 25 16 1",
|
"6 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #383838",
|
"# c #2B2B2B",
|
||||||
"$ c #323232",
|
"$ c #2A2A2A",
|
||||||
"% c #2B2B2B",
|
"% c #292929",
|
||||||
"& c #2A2A2A",
|
"& c #282828",
|
||||||
"* c #292929",
|
"* c #272727",
|
||||||
"= c #282828",
|
"= c #262626",
|
||||||
"- c #272727",
|
"- c #252525",
|
||||||
"; c #262626",
|
"; c #242424",
|
||||||
"> c #252525",
|
"> c #232323",
|
||||||
", c #242424",
|
", c #222222",
|
||||||
"' c #232323",
|
"......",
|
||||||
") c #222222",
|
"+++++.",
|
||||||
". ",
|
"@@@@@.",
|
||||||
"+.. ",
|
"@@@@@.",
|
||||||
"@##. ",
|
"#####.",
|
||||||
"@@@$. ",
|
"#####.",
|
||||||
"%%%$. ",
|
"$$$$$.",
|
||||||
|
"$$$$$.",
|
||||||
"%%%%%.",
|
"%%%%%.",
|
||||||
"&&&&&.",
|
"&&&&&.",
|
||||||
"&&&&&.",
|
"&&&&&.",
|
||||||
|
"&&&&&.",
|
||||||
|
"*****.",
|
||||||
"*****.",
|
"*****.",
|
||||||
"=====.",
|
"=====.",
|
||||||
"=====.",
|
"=====.",
|
||||||
"=====.",
|
"-----.",
|
||||||
"-----.",
|
"-----.",
|
||||||
"-----.",
|
"-----.",
|
||||||
";;;;;.",
|
";;;;;.",
|
||||||
";;;;;.",
|
|
||||||
">>>>>.",
|
|
||||||
">>>>>.",
|
">>>>>.",
|
||||||
">>>>>.",
|
">>>>>.",
|
||||||
",,,,,.",
|
",,,,,.",
|
||||||
"'''''.",
|
",,,,,.",
|
||||||
"'''''.",
|
|
||||||
"))))).",
|
|
||||||
"))))).",
|
|
||||||
"......"};
|
"......"};
|
||||||
|
@ -1,44 +1,42 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_right_inactive_xpm[] = {
|
static char * top_right_inactive_xpm[] = {
|
||||||
"6 25 16 1",
|
"6 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #383838",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #353535",
|
"# c #2B2B2B",
|
||||||
"$ c #303030",
|
"$ c #2A2A2A",
|
||||||
"% c #2B2B2B",
|
"% c #292929",
|
||||||
"& c #2A2A2A",
|
"& c #282828",
|
||||||
"* c #292929",
|
"* c #272727",
|
||||||
"= c #282828",
|
"= c #262626",
|
||||||
"- c #272727",
|
"- c #252525",
|
||||||
"; c #262626",
|
"; c #242424",
|
||||||
"> c #252525",
|
"> c #232323",
|
||||||
", c #242424",
|
", c #222222",
|
||||||
"' c #232323",
|
"......",
|
||||||
") c #222222",
|
"+++++.",
|
||||||
". ",
|
"@@@@@.",
|
||||||
"+.. ",
|
"@@@@@.",
|
||||||
"@##. ",
|
"#####.",
|
||||||
"@@@$. ",
|
"#####.",
|
||||||
"%%%$. ",
|
"$$$$$.",
|
||||||
|
"$$$$$.",
|
||||||
"%%%%%.",
|
"%%%%%.",
|
||||||
"&&&&&.",
|
"&&&&&.",
|
||||||
"&&&&&.",
|
"&&&&&.",
|
||||||
|
"&&&&&.",
|
||||||
|
"*****.",
|
||||||
"*****.",
|
"*****.",
|
||||||
"=====.",
|
"=====.",
|
||||||
"=====.",
|
"=====.",
|
||||||
"=====.",
|
"-----.",
|
||||||
"-----.",
|
"-----.",
|
||||||
"-----.",
|
"-----.",
|
||||||
";;;;;.",
|
";;;;;.",
|
||||||
";;;;;.",
|
|
||||||
">>>>>.",
|
|
||||||
">>>>>.",
|
">>>>>.",
|
||||||
">>>>>.",
|
">>>>>.",
|
||||||
",,,,,.",
|
",,,,,.",
|
||||||
"'''''.",
|
",,,,,.",
|
||||||
"'''''.",
|
|
||||||
"))))).",
|
|
||||||
"))))).",
|
|
||||||
"......"};
|
"......"};
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
#define bullet_width 10
|
|
||||||
#define bullet_height 14
|
|
||||||
static unsigned char bullet_bits[] = {
|
|
||||||
0x00, 0x00, 0x06, 0x00, 0x0c, 0x00, 0x18, 0x00, 0x30, 0x00, 0x60, 0x00,
|
|
||||||
0xc0, 0x00, 0xc0, 0x00, 0x60, 0x00, 0x30, 0x00, 0x18, 0x00, 0x0c, 0x00,
|
|
||||||
0x06, 0x00, 0x00, 0x00 };
|
|
@ -1,4 +0,0 @@
|
|||||||
#define close_width 8
|
|
||||||
#define close_height 8
|
|
||||||
static unsigned char close_bits[] = {
|
|
||||||
0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };
|
|
@ -1,6 +0,0 @@
|
|||||||
#define close_hover_width 14
|
|
||||||
#define close_hover_height 14
|
|
||||||
static unsigned char close_hover_bits[] = {
|
|
||||||
0xff, 0x3f, 0x01, 0x20, 0x01, 0x20, 0x19, 0x26, 0x39, 0x27, 0xf1, 0x23,
|
|
||||||
0xe1, 0x21, 0xe1, 0x21, 0xf1, 0x23, 0x39, 0x27, 0x19, 0x26, 0x01, 0x20,
|
|
||||||
0x01, 0x20, 0xff, 0x3f };
|
|
@ -1,6 +0,0 @@
|
|||||||
#define close_hover_width 16
|
|
||||||
#define close_hover_height 16
|
|
||||||
static unsigned char close_hover_bits[] = {
|
|
||||||
0xc0, 0x03, 0xf8, 0x0f, 0x1c, 0x38, 0x0c, 0x70, 0x36, 0x6c, 0x77, 0xee,
|
|
||||||
0xe3, 0xc7, 0xc3, 0xc3, 0xc3, 0xc3, 0xe3, 0xc7, 0x77, 0xee, 0x26, 0x6c,
|
|
||||||
0x0e, 0x70, 0x1c, 0x38, 0xf0, 0x0f, 0xc0, 0x03 };
|
|
@ -1 +0,0 @@
|
|||||||
close_hover.xbm
|
|
@ -1,4 +0,0 @@
|
|||||||
#define iconify_width 8
|
|
||||||
#define iconify_height 8
|
|
||||||
static unsigned char iconify_bits[] = {
|
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0x00 };
|
|
@ -1,6 +0,0 @@
|
|||||||
#define iconify_pressed_width 14
|
|
||||||
#define iconify_pressed_height 14
|
|
||||||
static unsigned char iconify_pressed_bits[] = {
|
|
||||||
0xff, 0x3f, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20,
|
|
||||||
0x01, 0x20, 0x01, 0x20, 0xf9, 0x27, 0xf9, 0x27, 0x01, 0x20, 0x01, 0x20,
|
|
||||||
0x01, 0x20, 0xff, 0x3f };
|
|
@ -1,6 +0,0 @@
|
|||||||
#define iconify_hover_round_width 16
|
|
||||||
#define iconify_hover_round_height 16
|
|
||||||
static unsigned char iconify_hover_round_bits[] = {
|
|
||||||
0xc0, 0x03, 0xf8, 0x0f, 0x1c, 0x38, 0x0c, 0x70, 0x06, 0x60, 0x07, 0xc0,
|
|
||||||
0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0xf3, 0xcf, 0xf7, 0xef, 0x06, 0x60,
|
|
||||||
0x0c, 0x70, 0x1c, 0x38, 0xf0, 0x0f, 0xc0, 0x03 };
|
|
@ -1 +0,0 @@
|
|||||||
iconify_hover.xbm
|
|
@ -1,4 +0,0 @@
|
|||||||
#define max_width 8
|
|
||||||
#define max_height 8
|
|
||||||
static unsigned char max_bits[] = {
|
|
||||||
0x18, 0x18, 0x18, 0xff, 0xff, 0x18, 0x18, 0x18 };
|
|
@ -1,6 +0,0 @@
|
|||||||
#define max_toggled_width 14
|
|
||||||
#define max_toggled_height 14
|
|
||||||
static unsigned char max_toggled_bits[] = {
|
|
||||||
0xff, 0x3f, 0x01, 0x20, 0x01, 0x20, 0xc1, 0x20, 0xc1, 0x20, 0xc1, 0x20,
|
|
||||||
0xf9, 0x27, 0xf9, 0x27, 0xc1, 0x20, 0xc1, 0x20, 0xc1, 0x20, 0x01, 0x20,
|
|
||||||
0x01, 0x20, 0xff, 0x3f };
|
|
@ -1,6 +0,0 @@
|
|||||||
#define max_hover_round_width 16
|
|
||||||
#define max_hover_round_height 16
|
|
||||||
static unsigned char max_hover_round_bits[] = {
|
|
||||||
0xc0, 0x03, 0xf8, 0x0f, 0x1c, 0x38, 0x0c, 0x70, 0x86, 0x61, 0x87, 0xc1,
|
|
||||||
0x83, 0xc1, 0xf3, 0xcf, 0xf3, 0xcf, 0x83, 0xc1, 0x87, 0xe1, 0x86, 0x61,
|
|
||||||
0x0e, 0x70, 0x1c, 0x38, 0xf0, 0x0f, 0xc0, 0x03 };
|
|
@ -1 +0,0 @@
|
|||||||
max_hover.xbm
|
|
@ -1 +0,0 @@
|
|||||||
max_hover.xbm
|
|
@ -1,150 +0,0 @@
|
|||||||
# Shiki-Colors OpenBox3 theme.
|
|
||||||
# Author: Arthur Spitzer
|
|
||||||
# Modified by Kylie McClain <somasis@exherbo.org>
|
|
||||||
|
|
||||||
# Window geometry
|
|
||||||
padding.width: 2
|
|
||||||
border.width: 2
|
|
||||||
window.client.padding.width: 2
|
|
||||||
window.client.padding.height: 2
|
|
||||||
window.handle.width: 0
|
|
||||||
|
|
||||||
#Menu geometry
|
|
||||||
menu.border.width: 0
|
|
||||||
menu.overlap: -1
|
|
||||||
|
|
||||||
# Border colors
|
|
||||||
window.active.border.color: #1F1F1F
|
|
||||||
window.active.title.separator.color: #1f1f1f
|
|
||||||
window.inactive.border.color: #1f1f1f
|
|
||||||
window.inactive.title.separator.color: #1f1f1f
|
|
||||||
menu.border.color: #1f1f1f
|
|
||||||
window.active.client.color: #1f1f1f
|
|
||||||
window.inactive.client.color: #1f1f1f
|
|
||||||
|
|
||||||
# Text shadows
|
|
||||||
window.active.label.text.font: shadow=n
|
|
||||||
window.inactive.label.text.font: shadow=n
|
|
||||||
menu.items.font: shadow=n
|
|
||||||
menu.title.text.font: shadow=n
|
|
||||||
|
|
||||||
# Window title justification
|
|
||||||
window.label.text.justify: Center
|
|
||||||
|
|
||||||
# Active window
|
|
||||||
window.active.title.bg: Gradient Vertical Flat
|
|
||||||
window.active.title.bg.color: #2C2C2C
|
|
||||||
window.active.title.bg.colorTo: #212121
|
|
||||||
window.active.label.bg: Parentrelative
|
|
||||||
window.active.label.text.color: #ffffff
|
|
||||||
|
|
||||||
|
|
||||||
window.active.handle.bg: Flat Gradient Vertical
|
|
||||||
window.active.handle.bg.color: #3b3b3b
|
|
||||||
window.active.handle.bg.colorTo: #3b3b3b
|
|
||||||
|
|
||||||
window.active.grip.bg: Flat Solid
|
|
||||||
window.active.grip.bg.color: #3b3b3b
|
|
||||||
|
|
||||||
|
|
||||||
window.active.button.unpressed.bg: parentrelative
|
|
||||||
window.active.button.unpressed.image.color: #ffffff
|
|
||||||
|
|
||||||
window.active.button.pressed.bg: parentrelative
|
|
||||||
window.active.button.pressed.image.color: #999999
|
|
||||||
|
|
||||||
window.active.button.disabled.bg: parentrelative
|
|
||||||
window.active.button.disabled.image.color: #bebebe
|
|
||||||
|
|
||||||
#window.active.button.toggled.bg: parentrelative
|
|
||||||
#window.active.button.toggled.image.color: #999999
|
|
||||||
window.active.button.toggled.bg: flat gradient vertical flat border
|
|
||||||
window.active.button.toggled.bg.color: #3c3c3c
|
|
||||||
window.active.button.toggled.bg.colorTo: #3e3e3e
|
|
||||||
window.active.button.toggled.bg.border.color: #729fcf
|
|
||||||
window.active.button.toggled.image.color: #6796c7
|
|
||||||
|
|
||||||
#window.active.button.hover.bg: flat gradient vertical flat border
|
|
||||||
window.active.button.hover.bg: parentrelative
|
|
||||||
#window.active.button.hover.bg.color: #3c3c3c
|
|
||||||
#window.active.button.hover.bg.colorTo: #3e3e3e
|
|
||||||
#window.active.button.hover.bg.border.color: #729fcf
|
|
||||||
window.active.button.hover.image.color: #ffffff
|
|
||||||
|
|
||||||
# Inactive windows
|
|
||||||
window.inactive.title.bg: Gradient SplitVertical Flat
|
|
||||||
window.inactive.title.bg.color: #3c3c3c
|
|
||||||
window.inactive.title.bg.color.splitTo: #515151
|
|
||||||
window.inactive.title.bg.colorTo: #3c3c3c
|
|
||||||
window.inactive.title.bg.colorTo.splitTo: #3c3c3c
|
|
||||||
#window.inactive.title.bg: Flat Gradient Vertical
|
|
||||||
#window.inactive.title.bg.color: #3e3e3e
|
|
||||||
#window.inactive.title.bg.colorTo: #3c3c3c
|
|
||||||
window.inactive.label.bg: Parentrelative
|
|
||||||
window.inactive.label.text.color: #9b9b9b
|
|
||||||
|
|
||||||
window.inactive.handle.bg: Flat Gradient Vertical
|
|
||||||
window.inactive.handle.bg.color: #3b3b3b
|
|
||||||
window.inactive.handle.bg.colorTo: #3b3b3b
|
|
||||||
|
|
||||||
window.inactive.grip.bg: Flat Gradient Vertical
|
|
||||||
window.inactive.grip.bg.color: #3b3b3b
|
|
||||||
window.inactive.grip.bg.colorTo: #3b3b3b
|
|
||||||
|
|
||||||
window.inactive.button.unpressed.bg: parentrelative
|
|
||||||
window.inactive.button.unpressed.image.color: #9b9b9b
|
|
||||||
|
|
||||||
window.inactive.button.pressed.bg: parentrelative
|
|
||||||
window.inactive.button.pressed.image.color: #9b9b9b
|
|
||||||
|
|
||||||
window.inactive.button.disabled.bg: parentrelative
|
|
||||||
window.inactive.button.disabled.image.color: #9b9b9b
|
|
||||||
|
|
||||||
window.inactive.button.toggled.bg: parentrelative
|
|
||||||
window.inactive.button.toggled.image.color: #9b9b9b
|
|
||||||
|
|
||||||
window.inactive.button.hover.bg: parentrelative
|
|
||||||
window.inactive.button.hover.image.color: #ffffff
|
|
||||||
|
|
||||||
# Menus
|
|
||||||
menu.separator.width: 1
|
|
||||||
menu.separator.padding.width: 5
|
|
||||||
menu.separator.padding.height: 5
|
|
||||||
menu.separator.color: #313131
|
|
||||||
|
|
||||||
menu.title.bg:flat gradient vertical border
|
|
||||||
menu.title.bg.color: #3e3e3e
|
|
||||||
menu.title.bg.colorTo: #3c3c3c
|
|
||||||
menu.title.bg.border.color: #3c3c3c
|
|
||||||
menu.title.text.color: #6796c7
|
|
||||||
menu.title.text.justify: center
|
|
||||||
|
|
||||||
menu.items.bg: Flat Solid
|
|
||||||
menu.items.bg.color: #3c3c3c
|
|
||||||
menu.items.text.color: #e6e6e6
|
|
||||||
menu.items.text.justify: left
|
|
||||||
menu.items.disabled.text.color: #666666
|
|
||||||
|
|
||||||
menu.items.active.bg: Flat Gradient SplitVertical Flat Border
|
|
||||||
menu.items.active.bg.color: #5d8dc0
|
|
||||||
menu.items.active.bg.color.splitTo: #6896c8
|
|
||||||
menu.items.active.bg.colorTo: #5787bb
|
|
||||||
menu.items.active.bg.colorTo.splitTo: #4e7cae
|
|
||||||
menu.items.active.bg.border.color: #7da8d5
|
|
||||||
menu.items.active.text.color: #ffffff
|
|
||||||
menu.items.active.disabled.text.color: #333333
|
|
||||||
|
|
||||||
#osd
|
|
||||||
osd.border.width: 2
|
|
||||||
osd.border.color: #3c3c3c
|
|
||||||
|
|
||||||
osd.bg: Flat Solid
|
|
||||||
osd.bg.color: #3c3c3c
|
|
||||||
|
|
||||||
osd.label.text.color: #bebebe
|
|
||||||
|
|
||||||
osd.hilight.bg: Flat Solid
|
|
||||||
osd.hilight.bg.color: #729fcf
|
|
||||||
|
|
||||||
osd.unhilight.bg: flat solid
|
|
||||||
osd.unhilight.bg.color: #bebebe
|
|
339
Shiki-Colors-Xfwm/LICENSE
Executable file
339
Shiki-Colors-Xfwm/LICENSE
Executable file
@ -0,0 +1,339 @@
|
|||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 2, June 1991
|
||||||
|
|
||||||
|
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The licenses for most software are designed to take away your
|
||||||
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
|
License is intended to guarantee your freedom to share and change free
|
||||||
|
software--to make sure the software is free for all its users. This
|
||||||
|
General Public License applies to most of the Free Software
|
||||||
|
Foundation's software and to any other program whose authors commit to
|
||||||
|
using it. (Some other Free Software Foundation software is covered by
|
||||||
|
the GNU Lesser General Public License instead.) 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
|
||||||
|
this service 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 make restrictions that forbid
|
||||||
|
anyone to deny you these rights or to ask you to surrender the rights.
|
||||||
|
These restrictions translate to certain responsibilities for you if you
|
||||||
|
distribute copies of the software, or if you modify it.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must give the recipients all the rights that
|
||||||
|
you have. 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.
|
||||||
|
|
||||||
|
We protect your rights with two steps: (1) copyright the software, and
|
||||||
|
(2) offer you this license which gives you legal permission to copy,
|
||||||
|
distribute and/or modify the software.
|
||||||
|
|
||||||
|
Also, for each author's protection and ours, we want to make certain
|
||||||
|
that everyone understands that there is no warranty for this free
|
||||||
|
software. If the software is modified by someone else and passed on, we
|
||||||
|
want its recipients to know that what they have is not the original, so
|
||||||
|
that any problems introduced by others will not reflect on the original
|
||||||
|
authors' reputations.
|
||||||
|
|
||||||
|
Finally, any free program is threatened constantly by software
|
||||||
|
patents. We wish to avoid the danger that redistributors of a free
|
||||||
|
program will individually obtain patent licenses, in effect making the
|
||||||
|
program proprietary. To prevent this, we have made it clear that any
|
||||||
|
patent must be licensed for everyone's free use or not licensed at all.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. This License applies to any program or other work which contains
|
||||||
|
a notice placed by the copyright holder saying it may be distributed
|
||||||
|
under the terms of this General Public License. The "Program", below,
|
||||||
|
refers to any such program or work, and a "work based on the Program"
|
||||||
|
means either the Program or any derivative work under copyright law:
|
||||||
|
that is to say, a work containing the Program or a portion of it,
|
||||||
|
either verbatim or with modifications and/or translated into another
|
||||||
|
language. (Hereinafter, translation is included without limitation in
|
||||||
|
the term "modification".) Each licensee is addressed as "you".
|
||||||
|
|
||||||
|
Activities other than copying, distribution and modification are not
|
||||||
|
covered by this License; they are outside its scope. The act of
|
||||||
|
running the Program is not restricted, and the output from the Program
|
||||||
|
is covered only if its contents constitute a work based on the
|
||||||
|
Program (independent of having been made by running the Program).
|
||||||
|
Whether that is true depends on what the Program does.
|
||||||
|
|
||||||
|
1. You may copy and distribute 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 and disclaimer of warranty; keep intact all the
|
||||||
|
notices that refer to this License and to the absence of any warranty;
|
||||||
|
and give any other recipients of the Program a copy of this License
|
||||||
|
along with the Program.
|
||||||
|
|
||||||
|
You may charge a fee for the physical act of transferring a copy, and
|
||||||
|
you may at your option offer warranty protection in exchange for a fee.
|
||||||
|
|
||||||
|
2. You may modify your copy or copies of the Program or any portion
|
||||||
|
of it, thus forming a work based on the Program, and copy and
|
||||||
|
distribute such modifications or work under the terms of Section 1
|
||||||
|
above, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) You must cause the modified files to carry prominent notices
|
||||||
|
stating that you changed the files and the date of any change.
|
||||||
|
|
||||||
|
b) You must cause any work that you distribute or publish, that in
|
||||||
|
whole or in part contains or is derived from the Program or any
|
||||||
|
part thereof, to be licensed as a whole at no charge to all third
|
||||||
|
parties under the terms of this License.
|
||||||
|
|
||||||
|
c) If the modified program normally reads commands interactively
|
||||||
|
when run, you must cause it, when started running for such
|
||||||
|
interactive use in the most ordinary way, to print or display an
|
||||||
|
announcement including an appropriate copyright notice and a
|
||||||
|
notice that there is no warranty (or else, saying that you provide
|
||||||
|
a warranty) and that users may redistribute the program under
|
||||||
|
these conditions, and telling the user how to view a copy of this
|
||||||
|
License. (Exception: if the Program itself is interactive but
|
||||||
|
does not normally print such an announcement, your work based on
|
||||||
|
the Program is not required to print an announcement.)
|
||||||
|
|
||||||
|
These requirements apply to the modified work as a whole. If
|
||||||
|
identifiable sections of that work are not derived from the Program,
|
||||||
|
and can be reasonably considered independent and separate works in
|
||||||
|
themselves, then this License, and its terms, do not apply to those
|
||||||
|
sections when you distribute them as separate works. But when you
|
||||||
|
distribute the same sections as part of a whole which is a work based
|
||||||
|
on the Program, the distribution of the whole must be on the terms of
|
||||||
|
this License, whose permissions for other licensees extend to the
|
||||||
|
entire whole, and thus to each and every part regardless of who wrote it.
|
||||||
|
|
||||||
|
Thus, it is not the intent of this section to claim rights or contest
|
||||||
|
your rights to work written entirely by you; rather, the intent is to
|
||||||
|
exercise the right to control the distribution of derivative or
|
||||||
|
collective works based on the Program.
|
||||||
|
|
||||||
|
In addition, mere aggregation of another work not based on the Program
|
||||||
|
with the Program (or with a work based on the Program) on a volume of
|
||||||
|
a storage or distribution medium does not bring the other work under
|
||||||
|
the scope of this License.
|
||||||
|
|
||||||
|
3. You may copy and distribute the Program (or a work based on it,
|
||||||
|
under Section 2) in object code or executable form under the terms of
|
||||||
|
Sections 1 and 2 above provided that you also do one of the following:
|
||||||
|
|
||||||
|
a) Accompany it with the complete corresponding machine-readable
|
||||||
|
source code, which must be distributed under the terms of Sections
|
||||||
|
1 and 2 above on a medium customarily used for software interchange; or,
|
||||||
|
|
||||||
|
b) Accompany it with a written offer, valid for at least three
|
||||||
|
years, to give any third party, for a charge no more than your
|
||||||
|
cost of physically performing source distribution, a complete
|
||||||
|
machine-readable copy of the corresponding source code, to be
|
||||||
|
distributed under the terms of Sections 1 and 2 above on a medium
|
||||||
|
customarily used for software interchange; or,
|
||||||
|
|
||||||
|
c) Accompany it with the information you received as to the offer
|
||||||
|
to distribute corresponding source code. (This alternative is
|
||||||
|
allowed only for noncommercial distribution and only if you
|
||||||
|
received the program in object code or executable form with such
|
||||||
|
an offer, in accord with Subsection b above.)
|
||||||
|
|
||||||
|
The source code for a work means the preferred form of the work for
|
||||||
|
making modifications to it. For an executable work, complete source
|
||||||
|
code means all the source code for all modules it contains, plus any
|
||||||
|
associated interface definition files, plus the scripts used to
|
||||||
|
control compilation and installation of the executable. However, as a
|
||||||
|
special exception, the source code distributed need not include
|
||||||
|
anything that is normally distributed (in either source or binary
|
||||||
|
form) with the major components (compiler, kernel, and so on) of the
|
||||||
|
operating system on which the executable runs, unless that component
|
||||||
|
itself accompanies the executable.
|
||||||
|
|
||||||
|
If distribution of executable or object code is made by offering
|
||||||
|
access to copy from a designated place, then offering equivalent
|
||||||
|
access to copy the source code from the same place counts as
|
||||||
|
distribution of the source code, even though third parties are not
|
||||||
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
|
4. You may not copy, modify, sublicense, or distribute the Program
|
||||||
|
except as expressly provided under this License. Any attempt
|
||||||
|
otherwise to copy, modify, sublicense or distribute the Program is
|
||||||
|
void, and will automatically terminate your rights under this License.
|
||||||
|
However, parties who have received copies, or rights, from you under
|
||||||
|
this License will not have their licenses terminated so long as such
|
||||||
|
parties remain in full compliance.
|
||||||
|
|
||||||
|
5. You are not required to accept this License, since you have not
|
||||||
|
signed it. However, nothing else grants you permission to modify or
|
||||||
|
distribute the Program or its derivative works. These actions are
|
||||||
|
prohibited by law if you do not accept this License. Therefore, by
|
||||||
|
modifying or distributing the Program (or any work based on the
|
||||||
|
Program), you indicate your acceptance of this License to do so, and
|
||||||
|
all its terms and conditions for copying, distributing or modifying
|
||||||
|
the Program or works based on it.
|
||||||
|
|
||||||
|
6. Each time you redistribute the Program (or any work based on the
|
||||||
|
Program), the recipient automatically receives a license from the
|
||||||
|
original licensor to copy, distribute or modify the Program subject to
|
||||||
|
these terms and conditions. You may not impose any further
|
||||||
|
restrictions on the recipients' exercise of the rights granted herein.
|
||||||
|
You are not responsible for enforcing compliance by third parties to
|
||||||
|
this License.
|
||||||
|
|
||||||
|
7. If, as a consequence of a court judgment or allegation of patent
|
||||||
|
infringement or for any other reason (not limited to patent issues),
|
||||||
|
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
|
||||||
|
distribute so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you
|
||||||
|
may not distribute the Program at all. For example, if a patent
|
||||||
|
license would not permit royalty-free redistribution of the Program by
|
||||||
|
all those who receive copies directly or indirectly through you, then
|
||||||
|
the only way you could satisfy both it and this License would be to
|
||||||
|
refrain entirely from distribution of the Program.
|
||||||
|
|
||||||
|
If any portion of this section is held invalid or unenforceable under
|
||||||
|
any particular circumstance, the balance of the section is intended to
|
||||||
|
apply and the section as a whole is intended to apply in other
|
||||||
|
circumstances.
|
||||||
|
|
||||||
|
It is not the purpose of this section to induce you to infringe any
|
||||||
|
patents or other property right claims or to contest validity of any
|
||||||
|
such claims; this section has the sole purpose of protecting the
|
||||||
|
integrity of the free software distribution system, which is
|
||||||
|
implemented by public license practices. Many people have made
|
||||||
|
generous contributions to the wide range of software distributed
|
||||||
|
through that system in reliance on consistent application of that
|
||||||
|
system; it is up to the author/donor to decide if he or she is willing
|
||||||
|
to distribute software through any other system and a licensee cannot
|
||||||
|
impose that choice.
|
||||||
|
|
||||||
|
This section is intended to make thoroughly clear what is believed to
|
||||||
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
|
8. If the distribution and/or use of the Program is restricted in
|
||||||
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
|
original copyright holder who places the Program under this License
|
||||||
|
may add an explicit geographical distribution limitation excluding
|
||||||
|
those countries, so that distribution is permitted only in or among
|
||||||
|
countries not thus excluded. In such case, this License incorporates
|
||||||
|
the limitation as if written in the body of this License.
|
||||||
|
|
||||||
|
9. The Free Software Foundation may publish revised and/or new versions
|
||||||
|
of the 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 a version number of this License which applies to it and "any
|
||||||
|
later version", you have the option of following the terms and conditions
|
||||||
|
either of that version or of any later version published by the Free
|
||||||
|
Software Foundation. If the Program does not specify a version number of
|
||||||
|
this License, you may choose any version ever published by the Free Software
|
||||||
|
Foundation.
|
||||||
|
|
||||||
|
10. If you wish to incorporate parts of the Program into other free
|
||||||
|
programs whose distribution conditions are different, write to the author
|
||||||
|
to ask for permission. For software which is copyrighted by the Free
|
||||||
|
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||||
|
make exceptions for this. Our decision will be guided by the two goals
|
||||||
|
of preserving the free status of all derivatives of our free software and
|
||||||
|
of promoting the sharing and reuse of software generally.
|
||||||
|
|
||||||
|
NO WARRANTY
|
||||||
|
|
||||||
|
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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.
|
||||||
|
|
||||||
|
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||||
|
REDISTRIBUTE 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.
|
||||||
|
|
||||||
|
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
|
||||||
|
convey 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 2 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, write to the Free Software Foundation, Inc.,
|
||||||
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program is interactive, make it output a short notice like this
|
||||||
|
when it starts in an interactive mode:
|
||||||
|
|
||||||
|
Gnomovision version 69, Copyright (C) year name of author
|
||||||
|
Gnomovision 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, the commands you use may
|
||||||
|
be called something other than `show w' and `show c'; they could even be
|
||||||
|
mouse-clicks or menu items--whatever suits your program.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or your
|
||||||
|
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||||
|
necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||||
|
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||||
|
|
||||||
|
<signature of Ty Coon>, 1 April 1989
|
||||||
|
Ty Coon, President of Vice
|
||||||
|
|
||||||
|
This 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.
|
@ -9,16 +9,16 @@ static char * close_inactive_xpm[] = {
|
|||||||
"$ c #2A2A2A",
|
"$ c #2A2A2A",
|
||||||
"% c #292929",
|
"% c #292929",
|
||||||
"& c #282828",
|
"& c #282828",
|
||||||
"* c #818181",
|
"* c #676767",
|
||||||
"= c #888888",
|
"= c #797979",
|
||||||
"- c #9B9B9B",
|
"- c #9B9B9B",
|
||||||
"; c #8D8D8D",
|
"; c #8C8C8C",
|
||||||
"> c #8E8E8E",
|
"> c #8E8E8E",
|
||||||
", c #272727",
|
", c #272727",
|
||||||
"' c #262626",
|
"' c #262626",
|
||||||
") c #878787",
|
") c #767676",
|
||||||
"! c #252525",
|
"! c #252525",
|
||||||
"~ c #797979",
|
"~ c #616161",
|
||||||
"{ c #242424",
|
"{ c #242424",
|
||||||
"] c #232323",
|
"] c #232323",
|
||||||
"^ c #222222",
|
"^ c #222222",
|
||||||
|
@ -1,96 +1,78 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * close_prelight_xpm[] = {
|
static char * close_prelight_xpm[] = {
|
||||||
"20 25 68 1",
|
"20 25 50 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #8D8D8D",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #DBDBDB",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #DEDEDE",
|
"~ c #E7E7E7",
|
||||||
"{ c #959595",
|
"{ c #E4E4E4",
|
||||||
"] c #2F2F2F",
|
"] c #DFDFDF",
|
||||||
"^ c #969696",
|
"^ c #DBDBDB",
|
||||||
"/ c #DFDFDF",
|
"/ c #DADADA",
|
||||||
"( c #292929",
|
"( c #E5E5E5",
|
||||||
"_ c #A8A8A8",
|
"_ c #AAAAAA",
|
||||||
": c #D4D4D4",
|
": c #E6E6E6",
|
||||||
"< c #383838",
|
"< c #AEAEAE",
|
||||||
"[ c #D5D5D5",
|
"[ c #292929",
|
||||||
"} c #A6A6A6",
|
"} c #DEDEDE",
|
||||||
"| c #282828",
|
"| c #363636",
|
||||||
"1 c #E4E4E4",
|
"1 c #383838",
|
||||||
"2 c #E1E1E1",
|
"2 c #3A3A3A",
|
||||||
"3 c #393939",
|
"3 c #D4D4D4",
|
||||||
"4 c #B8B8B8",
|
"4 c #282828",
|
||||||
"5 c #C2C2C2",
|
"5 c #B8B8B8",
|
||||||
"6 c #303030",
|
"6 c #C2C2C2",
|
||||||
"7 c #3A3A3A",
|
"7 c #303030",
|
||||||
"8 c #373737",
|
"8 c #2F2F2F",
|
||||||
"9 c #ADADAD",
|
"9 c #E0E0E0",
|
||||||
"0 c #AAAAAA",
|
"0 c #CBCBCB",
|
||||||
"a c #CBCBCB",
|
"a c #CDCDCD",
|
||||||
"b c #ABABAB",
|
"b c #272727",
|
||||||
"c c #DCDCDC",
|
"c c #262626",
|
||||||
"d c #6D6D6D",
|
"d c #252525",
|
||||||
"e c #757575",
|
"e c #BEBEBE",
|
||||||
"f c #272727",
|
"f c #D0D0D0",
|
||||||
"g c #363636",
|
"g c #242424",
|
||||||
"h c #2E2E2E",
|
"h c #818181",
|
||||||
"i c #262626",
|
"i c #ACACAC",
|
||||||
"j c #656565",
|
"j c #232323",
|
||||||
"k c #DADADA",
|
"k c #222222",
|
||||||
"l c #A9A9A9",
|
|
||||||
"m c #C1C1C1",
|
|
||||||
"n c #252525",
|
|
||||||
"o c #353535",
|
|
||||||
"p c #B6B6B6",
|
|
||||||
"q c #A4A4A4",
|
|
||||||
"r c #A3A3A3",
|
|
||||||
"s c #BDBDBD",
|
|
||||||
"t c #919191",
|
|
||||||
"u c #939393",
|
|
||||||
"v c #242424",
|
|
||||||
"w c #9A9A9A",
|
|
||||||
"x c #E0E0E0",
|
|
||||||
"y c #232323",
|
|
||||||
"z c #838383",
|
|
||||||
"A c #B4B4B4",
|
|
||||||
"B c #CACACA",
|
|
||||||
"C c #222222",
|
|
||||||
"....................",
|
"....................",
|
||||||
"++++++++++++++++++++",
|
"++++++++++++++++++++",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"####################",
|
"####################",
|
||||||
"######$%&**&%=######",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"----@;>,,'',,>;@----",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"---)!,~{]--]^/,!@---",
|
"))>:)))))))))))):<))",
|
||||||
"(((_,:<((((((<[,}(((",
|
"[[}:[|1|[[[[|2|[:3[[",
|
||||||
"||<123456||6547>18||",
|
"44{:425674486514:944",
|
||||||
"||9,0|5,a66a,5|b,9||",
|
"44::4|6:0780:6|4:{44",
|
||||||
"||c,d|]a,**,a]|e,'||",
|
"44~:4480:aa:0744::44",
|
||||||
"ff,,8ff]*,,*]ff8,,ff",
|
"bb~:bbb8a::a7bbb:~bb",
|
||||||
"ff,,gffh*,,*hffg,,ff",
|
"bb::bbb7a::a8bbb:~bb",
|
||||||
"ii',ji)a,**,a)id,kii",
|
"cc{:cc70:aa:08cc::cc",
|
||||||
"iib,lim,a))a,mi_,bii",
|
"cc9:c|6:0870:6|c:{cc",
|
||||||
"nno128pm@nn@mp<>1onn",
|
"dd3:d1568dd7652d:}dd",
|
||||||
"nnnq,:onnnnnno:,rnnn",
|
"dde:d|2|dddd|1|d:fdd",
|
||||||
"nnnfs,~t#nn#u/,sinnn",
|
"dd<:dddddddddddd:>dd",
|
||||||
"vvvviw2,,'',,xwivvvv",
|
"gghi{]{]^//^]{]{~!gg",
|
||||||
"yyyyyy@zABBAz@yyyyyy",
|
"jj',>;>;=--=*&*&%$jj",
|
||||||
"yyyyyyyyyyyyyyyyyyyy",
|
"jjjjjjjjjjjjjjjjjjjj",
|
||||||
"CCCCCCCCCCCCCCCCCCCC",
|
"kkkkkkkkkkkkkkkkkkkk",
|
||||||
"CCCCCCCCCCCCCCCCCCCC",
|
"kkkkkkkkkkkkkkkkkkkk",
|
||||||
"...................."};
|
"...................."};
|
||||||
|
@ -1,120 +1,106 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * close_pressed_xpm[] = {
|
static char * close_pressed_xpm[] = {
|
||||||
"20 25 92 2",
|
"20 25 78 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #8D8D8D",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #E0E0E0",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #BCBCBC",
|
"~ c #E7E7E7",
|
||||||
"{ c #9C9C9C",
|
"{ c #E4E4E4",
|
||||||
"] c #969696",
|
"] c #DFDFDF",
|
||||||
"^ c #292929",
|
"^ c #DBDBDB",
|
||||||
"/ c #A8A8A8",
|
"/ c #DADADA",
|
||||||
"( c #DDDDDD",
|
"( c #E5E5E5",
|
||||||
"_ c #A3A3A1",
|
"_ c #AAAAAA",
|
||||||
": c #939392",
|
": c #E6E6E6",
|
||||||
"< c #A2A2A1",
|
"< c #A5A5A5",
|
||||||
"[ c #A6A6A6",
|
"[ c #AEAEAE",
|
||||||
"} c #282828",
|
"} c #292929",
|
||||||
"| c #383838",
|
"| c #DEDEDE",
|
||||||
"1 c #E4E4E4",
|
"1 c #A3A3A3",
|
||||||
"2 c #A0A0A0",
|
"2 c #303030",
|
||||||
"3 c #CCCCCC",
|
"3 c #A3A3A4",
|
||||||
"4 c #D1D1D1",
|
"4 c #D4D4D4",
|
||||||
"5 c #8F8F8F",
|
"5 c #282828",
|
||||||
"6 c #373737",
|
"6 c #A1A1A2",
|
||||||
"7 c #ADADAD",
|
"7 c #B8B8B8",
|
||||||
"8 c #C4C4C4",
|
"8 c #C2C2C2",
|
||||||
"9 c #8C8C8C",
|
"9 c #A1A1A1",
|
||||||
"0 c #D6D6D6",
|
"0 c #E0E0E0",
|
||||||
"a c #939393",
|
"a c #A0A0A0",
|
||||||
"b c #DCDCDC",
|
"b c #CBCBCB",
|
||||||
"c c #A5A5A5",
|
"c c #9E9F9E",
|
||||||
"d c #898989",
|
"d c #9E9E9E",
|
||||||
"e c #919191",
|
"e c #CDCDCD",
|
||||||
"f c #D7D7D7",
|
"f c #9E9E9F",
|
||||||
"g c #E7E7E7",
|
"g c #272727",
|
||||||
"h c #D8D8D8",
|
"h c #9C9C9D",
|
||||||
"i c #DBDBDB",
|
"i c #9D9D9C",
|
||||||
"j c #272727",
|
"j c #9C9D9C",
|
||||||
"k c #969695",
|
"k c #9C9D9D",
|
||||||
"l c #858584",
|
"l c #9C9B9C",
|
||||||
"m c #8D8D8C",
|
"m c #9C9C9B",
|
||||||
"n c #D8D8D6",
|
"n c #9B9C9B",
|
||||||
"o c #E7E7E6",
|
"o c #9C9C9C",
|
||||||
"p c #818181",
|
"p c #9B9B9C",
|
||||||
"q c #262626",
|
"q c #262626",
|
||||||
"r c #9E9E9D",
|
"r c #9A999A",
|
||||||
"s c #7D7D7D",
|
"s c #999A99",
|
||||||
"t c #868685",
|
"t c #9A9999",
|
||||||
"u c #D5D5D4",
|
"u c #989898",
|
||||||
"v c #9F9F9E",
|
"v c #252525",
|
||||||
"w c #DADADA",
|
"w c #969796",
|
||||||
"x c #ABABAB",
|
"x c #979797",
|
||||||
"y c #BDBDBD",
|
"y c #969696",
|
||||||
"z c #7A7A79",
|
"z c #BEBEBE",
|
||||||
"A c #CECECD",
|
"A c #959595",
|
||||||
"B c #828281",
|
"B c #959495",
|
||||||
"C c #252525",
|
"C c #D0D0D0",
|
||||||
"D c #353535",
|
"D c #949494",
|
||||||
"E c #E3E3E3",
|
"E c #939493",
|
||||||
"F c #C5C5C5",
|
"F c #949493",
|
||||||
"G c #7E7E7E",
|
"G c #939494",
|
||||||
"H c #757575",
|
"H c #939394",
|
||||||
"I c #A4A4A4",
|
"I c #242424",
|
||||||
"J c #D9D9D9",
|
"J c #818181",
|
||||||
"K c #878786",
|
"K c #ACACAC",
|
||||||
"L c #727271",
|
"L c #232323",
|
||||||
"M c #888887",
|
"M c #222222",
|
||||||
"N c #A3A3A3",
|
"....................",
|
||||||
"O c #DFDFDF",
|
"++++++++++++++++++++",
|
||||||
"P c #A7A7A7",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"Q c #777777",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"R c #6D6D6D",
|
"####################",
|
||||||
"S c #A9A9A9",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"T c #242424",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"U c #9A9A9A",
|
"))>:<<<<<<<<<<<<:[))",
|
||||||
"V c #E1E1E1",
|
"}}|:122211312221:4}}",
|
||||||
"W c #DEDEDE",
|
"55{:627829628729:055",
|
||||||
"X c #232323",
|
"55::a28:b22b:82a:{55",
|
||||||
"Y c #B4B4B4",
|
"55~:cd2b:ee:b2df::55",
|
||||||
"Z c #CACACA",
|
"gg~:hij2e::e2kih:~gg",
|
||||||
"` c #222222",
|
"gg::lmn2e::e2nop:~gg",
|
||||||
". . . . . . . . . . . . . . . . . . . . ",
|
"qq{:rs2b:ee:b2rt::qq",
|
||||||
"+ + + + + + + + + + + + + + + + + + + + ",
|
"qq0:u28:b22b:82u:{qq",
|
||||||
"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
|
"vv4:w2782wx2872y:|vv",
|
||||||
"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
|
"vvz:A222BAAA222A:Cvv",
|
||||||
"# # # # # # # # # # # # # # # # # # # # ",
|
"vv[:DEDFDDDGDDEH:>vv",
|
||||||
"# # # # # # $ % & * * & % = # # # # # # ",
|
"IIJK{]{]^//^]{]{~!II",
|
||||||
"- - - - @ ; > , , ' ' , , > ; @ - - - - ",
|
"LL',>;>;=--=*&*&%$LL",
|
||||||
"- - - ) ! , ' ~ { ] ] { ~ > , ! @ - - - ",
|
"LLLLLLLLLLLLLLLLLLLL",
|
||||||
"^ ^ ^ / , ( _ : : : : : : < ( , [ ^ ^ ^ ",
|
"MMMMMMMMMMMMMMMMMMMM",
|
||||||
"} } | 1 1 2 3 4 ] 5 5 ] 4 3 2 1 1 6 } } ",
|
"MMMMMMMMMMMMMMMMMMMM",
|
||||||
"} } 7 , 8 9 4 , 0 a a 0 , 4 9 8 , 7 } } ",
|
"...................."};
|
||||||
"} } b , c d e f g h h g f e d [ , i } } ",
|
|
||||||
"j j , , k l l m n o o n m l l k , , j j ",
|
|
||||||
"j j , , a p p d f g g f d p p a , , j j ",
|
|
||||||
"q q i , r s t u o 0 0 o u t s v , w q q ",
|
|
||||||
"q q x , y z A o u B B u o A z y , x q q ",
|
|
||||||
"C C D 1 E 9 F * G H H G * F % 1 1 D C C ",
|
|
||||||
"C C C I , J K L L L L L L M J , N C C C ",
|
|
||||||
"C C C j y , O P Q R R Q S ' , y q C C C ",
|
|
||||||
"T T T T q U V , , W W , , ' U q T T T T ",
|
|
||||||
"X X X X X X @ G Y Z Z Y G @ X X X X X X ",
|
|
||||||
"X X X X X X X X X X X X X X X X X X X X ",
|
|
||||||
"` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ",
|
|
||||||
"` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ",
|
|
||||||
". . . . . . . . . . . . . . . . . . . . "};
|
|
||||||
|
@ -11,11 +11,11 @@ static char * hide_inactive_xpm[] = {
|
|||||||
"& c #282828",
|
"& c #282828",
|
||||||
"* c #272727",
|
"* c #272727",
|
||||||
"= c #262626",
|
"= c #262626",
|
||||||
"- c #7A7A7A",
|
"- c #828282",
|
||||||
"; c #9B9B9B",
|
"; c #9B9B9B",
|
||||||
"> c #858585",
|
"> c #858585",
|
||||||
", c #757575",
|
", c #818181",
|
||||||
"' c #6D6D6D",
|
"' c #7D7D7D",
|
||||||
") c #252525",
|
") c #252525",
|
||||||
"! c #242424",
|
"! c #242424",
|
||||||
"~ c #232323",
|
"~ c #232323",
|
||||||
|
@ -1,93 +1,73 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * hide_prelight_xpm[] = {
|
static char * hide_prelight_xpm[] = {
|
||||||
"20 25 65 1",
|
"20 25 45 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #8D8D8D",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #DBDBDB",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #DEDEDE",
|
"~ c #E7E7E7",
|
||||||
"{ c #959595",
|
"{ c #E4E4E4",
|
||||||
"] c #2F2F2F",
|
"] c #DFDFDF",
|
||||||
"^ c #969696",
|
"^ c #DBDBDB",
|
||||||
"/ c #DFDFDF",
|
"/ c #DADADA",
|
||||||
"( c #292929",
|
"( c #E5E5E5",
|
||||||
"_ c #A8A8A8",
|
"_ c #AAAAAA",
|
||||||
": c #D4D4D4",
|
": c #E6E6E6",
|
||||||
"< c #383838",
|
"< c #AEAEAE",
|
||||||
"[ c #D5D5D5",
|
"[ c #292929",
|
||||||
"} c #A6A6A6",
|
"} c #DEDEDE",
|
||||||
"| c #282828",
|
"| c #D4D4D4",
|
||||||
"1 c #E4E4E4",
|
"1 c #282828",
|
||||||
"2 c #E1E1E1",
|
"2 c #E0E0E0",
|
||||||
"3 c #393939",
|
"3 c #272727",
|
||||||
"4 c #3A3A3A",
|
"4 c #303030",
|
||||||
"5 c #373737",
|
"5 c #262626",
|
||||||
"6 c #ADADAD",
|
"6 c #B7B7B7",
|
||||||
"7 c #AAAAAA",
|
"7 c #BCBCBC",
|
||||||
"8 c #ABABAB",
|
"8 c #B6B6B6",
|
||||||
"9 c #DCDCDC",
|
"9 c #252525",
|
||||||
"0 c #646464",
|
"0 c #BEBEBE",
|
||||||
"a c #6C6C6C",
|
"a c #D0D0D0",
|
||||||
"b c #272727",
|
"b c #242424",
|
||||||
"c c #363636",
|
"c c #818181",
|
||||||
"d c #262626",
|
"d c #ACACAC",
|
||||||
"e c #5C5C5C",
|
"e c #232323",
|
||||||
"f c #B7B7B7",
|
"f c #222222",
|
||||||
"g c #BCBCBC",
|
|
||||||
"h c #DADADA",
|
|
||||||
"i c #A9A9A9",
|
|
||||||
"j c #B6B6B6",
|
|
||||||
"k c #B2B2B2",
|
|
||||||
"l c #252525",
|
|
||||||
"m c #353535",
|
|
||||||
"n c #A4A4A4",
|
|
||||||
"o c #A3A3A3",
|
|
||||||
"p c #BDBDBD",
|
|
||||||
"q c #919191",
|
|
||||||
"r c #939393",
|
|
||||||
"s c #242424",
|
|
||||||
"t c #9A9A9A",
|
|
||||||
"u c #E0E0E0",
|
|
||||||
"v c #232323",
|
|
||||||
"w c #7E7E7E",
|
|
||||||
"x c #B4B4B4",
|
|
||||||
"y c #CACACA",
|
|
||||||
"z c #222222",
|
|
||||||
"....................",
|
"....................",
|
||||||
"++++++++++++++++++++",
|
"++++++++++++++++++++",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"####################",
|
"####################",
|
||||||
"######$%&**&%=######",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"----@;>,,'',,>;@----",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"---)!,~{]--]^/,!@---",
|
"))>:)))))))))))):<))",
|
||||||
"(((_,:<((((((<[,}(((",
|
"[[}:[[[[[[[[[[[[:|[[",
|
||||||
"||<123||||||||4>15||",
|
"11{:111111111111:211",
|
||||||
"||6,7||||||||||8,6||",
|
"11::111111111111:{11",
|
||||||
"||9,0||||||||||a,'||",
|
"11~:111111111111::11",
|
||||||
"bb,,5bbbbbbbbbb5,,bb",
|
"33~:333333333333:~33",
|
||||||
"bb,,cbbbbbbbbbbc,,bb",
|
"33::344444444443:~33",
|
||||||
"dd',edf,,,,,,gd0,hdd",
|
"55{:546::::::745::55",
|
||||||
"dd8,idj,,,,,,kd_,8dd",
|
"552:548::::::,45:{55",
|
||||||
"llm125llllllll<>1mll",
|
"99|:944444444449:}99",
|
||||||
"llln,:mllllllm:,olll",
|
"990:999999999999:a99",
|
||||||
"lllbp,~q#ll#r/,pdlll",
|
"99<:999999999999:>99",
|
||||||
"ssssdt2,,'',,utdssss",
|
"bbcd{]{]^//^]{]{~!bb",
|
||||||
"vvvvvv@wxyyxw@vvvvvv",
|
"ee',>;>;=--=*&*&%$ee",
|
||||||
"vvvvvvvvvvvvvvvvvvvv",
|
"eeeeeeeeeeeeeeeeeeee",
|
||||||
"zzzzzzzzzzzzzzzzzzzz",
|
"ffffffffffffffffffff",
|
||||||
"zzzzzzzzzzzzzzzzzzzz",
|
"ffffffffffffffffffff",
|
||||||
"...................."};
|
"...................."};
|
||||||
|
@ -1,110 +1,109 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * hide_pressed_xpm[] = {
|
static char * hide_pressed_xpm[] = {
|
||||||
"20 25 82 1",
|
"20 25 81 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #8D8D8D",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #E0E0E0",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #BCBCBC",
|
"~ c #E7E7E7",
|
||||||
"{ c #9C9C9C",
|
"{ c #E4E4E4",
|
||||||
"] c #969696",
|
"] c #DFDFDF",
|
||||||
"^ c #292929",
|
"^ c #DBDBDB",
|
||||||
"/ c #A8A8A8",
|
"/ c #DADADA",
|
||||||
"( c #DDDDDD",
|
"( c #E5E5E5",
|
||||||
"_ c #A3A3A1",
|
"_ c #AAAAAA",
|
||||||
": c #939392",
|
": c #E6E6E6",
|
||||||
"< c #A2A2A1",
|
"< c #A5A5A5",
|
||||||
"[ c #A6A6A6",
|
"[ c #AEAEAE",
|
||||||
"} c #282828",
|
"} c #292929",
|
||||||
"| c #383838",
|
"| c #DEDEDE",
|
||||||
"1 c #E4E4E4",
|
"1 c #A3A3A3",
|
||||||
"2 c #A0A0A0",
|
"2 c #A3A4A3",
|
||||||
"3 c #8F8F8F",
|
"3 c #A3A3A4",
|
||||||
"4 c #373737",
|
"4 c #D4D4D4",
|
||||||
"5 c #ADADAD",
|
"5 c #282828",
|
||||||
"6 c #C4C4C4",
|
"6 c #A1A1A2",
|
||||||
"7 c #8C8C8C",
|
"7 c #A1A1A1",
|
||||||
"8 c #DCDCDC",
|
"8 c #A1A2A1",
|
||||||
"9 c #A5A5A5",
|
"9 c #E0E0E0",
|
||||||
"0 c #898989",
|
"0 c #A0A0A0",
|
||||||
"a c #DBDBDB",
|
"a c #9E9F9E",
|
||||||
"b c #272727",
|
"b c #9E9E9E",
|
||||||
"c c #969695",
|
"c c #9F9F9F",
|
||||||
"d c #858584",
|
"d c #9F9E9E",
|
||||||
"e c #939393",
|
"e c #9E9E9F",
|
||||||
"f c #818181",
|
"f c #272727",
|
||||||
"g c #262626",
|
"g c #9C9C9D",
|
||||||
"h c #9E9E9D",
|
"h c #9D9D9C",
|
||||||
"i c #7D7D7D",
|
"i c #9C9D9C",
|
||||||
"j c #C8C8C7",
|
"j c #9C9C9C",
|
||||||
"k c #E7E7E6",
|
"k c #9C9D9D",
|
||||||
"l c #CBCBCB",
|
"l c #9D9C9C",
|
||||||
"m c #9F9F9E",
|
"m c #9C9B9C",
|
||||||
"n c #DADADA",
|
"n c #303030",
|
||||||
"o c #ABABAB",
|
"o c #9B9B9C",
|
||||||
"p c #BDBDBD",
|
"p c #262626",
|
||||||
"q c #7A7A79",
|
"q c #9A999A",
|
||||||
"r c #C7C7C6",
|
"r c #B7B7B7",
|
||||||
"s c #C4C4C3",
|
"s c #BCBCBC",
|
||||||
"t c #252525",
|
"t c #9A9999",
|
||||||
"u c #353535",
|
"u c #989898",
|
||||||
"v c #E3E3E3",
|
"v c #B6B6B6",
|
||||||
"w c #757575",
|
"w c #252525",
|
||||||
"x c #A4A4A4",
|
"x c #969796",
|
||||||
"y c #D9D9D9",
|
"y c #969696",
|
||||||
"z c #878786",
|
"z c #BEBEBE",
|
||||||
"A c #727271",
|
"A c #959595",
|
||||||
"B c #888887",
|
"B c #959594",
|
||||||
"C c #A3A3A3",
|
"C c #949595",
|
||||||
"D c #DFDFDF",
|
"D c #959495",
|
||||||
"E c #A7A7A7",
|
"E c #949594",
|
||||||
"F c #777777",
|
"F c #D0D0D0",
|
||||||
"G c #6D6D6D",
|
"G c #949494",
|
||||||
"H c #A9A9A9",
|
"H c #939493",
|
||||||
"I c #242424",
|
"I c #949493",
|
||||||
"J c #9A9A9A",
|
"J c #939494",
|
||||||
"K c #E1E1E1",
|
"K c #939394",
|
||||||
"L c #DEDEDE",
|
"L c #242424",
|
||||||
"M c #232323",
|
"M c #818181",
|
||||||
"N c #7E7E7E",
|
"N c #ACACAC",
|
||||||
"O c #B4B4B4",
|
"O c #232323",
|
||||||
"P c #CACACA",
|
"P c #222222",
|
||||||
"Q c #222222",
|
|
||||||
"....................",
|
"....................",
|
||||||
"++++++++++++++++++++",
|
"++++++++++++++++++++",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"####################",
|
"####################",
|
||||||
"######$%&**&%=######",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"----@;>,,'',,>;@----",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"---)!,'~{]]{~>,!@---",
|
"))>:<<<<<<<<<<<<:[))",
|
||||||
"^^^/,(_::::::<(,[^^^",
|
"}}|:121111311111:4}}",
|
||||||
"}}|112333333332114}}",
|
"55{:667767667877:955",
|
||||||
"}}5,677777777776,5}}",
|
"55::000000000000:{55",
|
||||||
"}}8,90000000000[,a}}",
|
"55~:abacdbabebbe::55",
|
||||||
"bb,,cddddddddddc,,bb",
|
"ff~:ghijjikljkhg:~ff",
|
||||||
"bb,,effffffffffe,,bb",
|
"ff::mnnnnnnnnnno:~ff",
|
||||||
"gga,hijkkkkkklim,ngg",
|
"pp{:qnr::::::snt::pp",
|
||||||
"ggo,pqrkkkkkksqp,ogg",
|
"pp9:unv::::::,nu:{pp",
|
||||||
"ttu1v7wwwwwwww%11utt",
|
"ww4:xnnnnnnnnnny:|ww",
|
||||||
"tttx,yzAAAAAABy,Cttt",
|
"wwz:ABCADAAADAEA:Fww",
|
||||||
"tttbp,DEFGGFH',pgttt",
|
"ww[:GHGIGGGJGGHK:>ww",
|
||||||
"IIIIgJK,,LL,,'JgIIII",
|
"LLMN{]{]^//^]{]{~!LL",
|
||||||
"MMMMMM@NOPPON@MMMMMM",
|
"OO',>;>;=--=*&*&%$OO",
|
||||||
"MMMMMMMMMMMMMMMMMMMM",
|
"OOOOOOOOOOOOOOOOOOOO",
|
||||||
"QQQQQQQQQQQQQQQQQQQQ",
|
"PPPPPPPPPPPPPPPPPPPP",
|
||||||
"QQQQQQQQQQQQQQQQQQQQ",
|
"PPPPPPPPPPPPPPPPPPPP",
|
||||||
"...................."};
|
"...................."};
|
||||||
|
@ -1,94 +1,74 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * maximize_prelight_xpm[] = {
|
static char * maximize_prelight_xpm[] = {
|
||||||
"20 25 66 1",
|
"20 25 46 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #8D8D8D",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #DBDBDB",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #DEDEDE",
|
"~ c #E7E7E7",
|
||||||
"{ c #959595",
|
"{ c #E4E4E4",
|
||||||
"] c #2F2F2F",
|
"] c #DFDFDF",
|
||||||
"^ c #969696",
|
"^ c #DBDBDB",
|
||||||
"/ c #DFDFDF",
|
"/ c #DADADA",
|
||||||
"( c #292929",
|
"( c #E5E5E5",
|
||||||
"_ c #A8A8A8",
|
"_ c #AAAAAA",
|
||||||
": c #D4D4D4",
|
": c #E6E6E6",
|
||||||
"< c #383838",
|
"< c #AEAEAE",
|
||||||
"[ c #D5D5D5",
|
"[ c #292929",
|
||||||
"} c #A6A6A6",
|
"} c #DEDEDE",
|
||||||
"| c #282828",
|
"| c #303030",
|
||||||
"1 c #E4E4E4",
|
"1 c #D4D4D4",
|
||||||
"2 c #E1E1E1",
|
"2 c #282828",
|
||||||
"3 c #393939",
|
"3 c #CDCDCD",
|
||||||
"4 c #B8B8B8",
|
"4 c #E0E0E0",
|
||||||
"5 c #3A3A3A",
|
"5 c #272727",
|
||||||
"6 c #373737",
|
"6 c #C2C2C2",
|
||||||
"7 c #ADADAD",
|
"7 c #B8B8B8",
|
||||||
"8 c #AAAAAA",
|
"8 c #262626",
|
||||||
"9 c #ABABAB",
|
"9 c #E2E2E2",
|
||||||
"0 c #DCDCDC",
|
"0 c #252525",
|
||||||
"a c #646464",
|
"a c #BEBEBE",
|
||||||
"b c #6C6C6C",
|
"b c #D0D0D0",
|
||||||
"c c #272727",
|
"c c #242424",
|
||||||
"d c #B7B7B7",
|
"d c #818181",
|
||||||
"e c #BDBDBD",
|
"e c #ACACAC",
|
||||||
"f c #363636",
|
"f c #232323",
|
||||||
"g c #B3B3B3",
|
"g c #222222",
|
||||||
"h c #262626",
|
|
||||||
"i c #5C5C5C",
|
|
||||||
"j c #DADADA",
|
|
||||||
"k c #A9A9A9",
|
|
||||||
"l c #252525",
|
|
||||||
"m c #353535",
|
|
||||||
"n c #B1B1B1",
|
|
||||||
"o c #BCBCBC",
|
|
||||||
"p c #A4A4A4",
|
|
||||||
"q c #A3A3A3",
|
|
||||||
"r c #919191",
|
|
||||||
"s c #939393",
|
|
||||||
"t c #242424",
|
|
||||||
"u c #9A9A9A",
|
|
||||||
"v c #E0E0E0",
|
|
||||||
"w c #232323",
|
|
||||||
"x c #7E7E7E",
|
|
||||||
"y c #B4B4B4",
|
|
||||||
"z c #CACACA",
|
|
||||||
"A c #222222",
|
|
||||||
"....................",
|
"....................",
|
||||||
"++++++++++++++++++++",
|
"++++++++++++++++++++",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"####################",
|
"####################",
|
||||||
"######$%&**&%=######",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"----@;>,,'',,>;@----",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"---)!,~{]--]^/,!@---",
|
"))>:)))))))))))):<))",
|
||||||
"(((_,:<((((((<[,}(((",
|
"[[}:[[[[||||[[[[:1[[",
|
||||||
"||<123|||44|||5>16||",
|
"22{:2222|33|2222:422",
|
||||||
"||7,8||||,,||||9,7||",
|
"22::2222|::|2222:{22",
|
||||||
"||0,a||||,,||||b,'||",
|
"22~:2||||::||||2::22",
|
||||||
"cc,,6cd,,,,,,ec6,,cc",
|
"55~:5|6::::::6|5:~55",
|
||||||
"cc,,fcd,,,,,,gcf,,cc",
|
"55::5|7::::::7|5:~55",
|
||||||
"hh',ihhhh,,hhhha,jhh",
|
"88{:8||||::||||8::88",
|
||||||
"hh9,khhhh>,|hhh_,9hh",
|
"884:8888|9:|8888:{88",
|
||||||
"llm126lllnolll<>1mll",
|
"001:0000|77|0000:}00",
|
||||||
"lllp,:mllllllm:,qlll",
|
"00a:0000||||0000:b00",
|
||||||
"lllce,~r#ll#s/,ehlll",
|
"00<:000000000000:>00",
|
||||||
"tttthu2,,'',,vuhtttt",
|
"ccde{]{]^//^]{]{~!cc",
|
||||||
"wwwwww@xyzzyx@wwwwww",
|
"ff',>;>;=--=*&*&%$ff",
|
||||||
"wwwwwwwwwwwwwwwwwwww",
|
"ffffffffffffffffffff",
|
||||||
"AAAAAAAAAAAAAAAAAAAA",
|
"gggggggggggggggggggg",
|
||||||
"AAAAAAAAAAAAAAAAAAAA",
|
"gggggggggggggggggggg",
|
||||||
"...................."};
|
"...................."};
|
||||||
|
@ -1,115 +1,105 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * maximize_pressed_xpm[] = {
|
static char * maximize_pressed_xpm[] = {
|
||||||
"20 25 87 1",
|
"20 25 77 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #2B2B2B",
|
"# c #2B2B2B",
|
||||||
"$ c #333333",
|
"$ c #898989",
|
||||||
"% c #8D8D8D",
|
"% c #B5B5B5",
|
||||||
"& c #B9B9B9",
|
"& c #BBBBBB",
|
||||||
"* c #CDCDCD",
|
"* c #C4C4C4",
|
||||||
"= c #323232",
|
"= c #CACACA",
|
||||||
"- c #2A2A2A",
|
"- c #CCCCCC",
|
||||||
"; c #9F9F9F",
|
"; c #C3C3C3",
|
||||||
"> c #E2E2E2",
|
"> c #BABABA",
|
||||||
", c #E6E6E6",
|
", c #B2B2B2",
|
||||||
"' c #E0E0E0",
|
"' c #858585",
|
||||||
") c #2D2D2D",
|
") c #2A2A2A",
|
||||||
"! c #C0C0C0",
|
"! c #B1B1B1",
|
||||||
"~ c #BCBCBC",
|
"~ c #E7E7E7",
|
||||||
"{ c #9C9C9C",
|
"{ c #E4E4E4",
|
||||||
"] c #969696",
|
"] c #DFDFDF",
|
||||||
"^ c #292929",
|
"^ c #DBDBDB",
|
||||||
"/ c #A8A8A8",
|
"/ c #DADADA",
|
||||||
"( c #DDDDDD",
|
"( c #E5E5E5",
|
||||||
"_ c #A3A3A1",
|
"_ c #AAAAAA",
|
||||||
": c #939392",
|
": c #E6E6E6",
|
||||||
"< c #A2A2A1",
|
"< c #A5A5A5",
|
||||||
"[ c #A6A6A6",
|
"[ c #AEAEAE",
|
||||||
"} c #282828",
|
"} c #292929",
|
||||||
"| c #383838",
|
"| c #DEDEDE",
|
||||||
"1 c #E4E4E4",
|
"1 c #A3A3A3",
|
||||||
"2 c #A0A0A0",
|
"2 c #A3A4A3",
|
||||||
"3 c #8F8F8F",
|
"3 c #303030",
|
||||||
"4 c #CCCCCC",
|
"4 c #D4D4D4",
|
||||||
"5 c #373737",
|
"5 c #282828",
|
||||||
"6 c #ADADAD",
|
"6 c #A1A1A2",
|
||||||
"7 c #C4C4C4",
|
"7 c #A1A1A1",
|
||||||
"8 c #8C8C8C",
|
"8 c #CDCDCD",
|
||||||
"9 c #DCDCDC",
|
"9 c #A1A2A1",
|
||||||
"0 c #A5A5A5",
|
"0 c #E0E0E0",
|
||||||
"a c #898989",
|
"a c #A0A0A0",
|
||||||
"b c #E7E7E7",
|
"b c #9E9F9E",
|
||||||
"c c #DBDBDB",
|
"c c #9E9E9F",
|
||||||
"d c #272727",
|
"d c #272727",
|
||||||
"e c #969695",
|
"e c #9C9C9D",
|
||||||
"f c #858584",
|
"f c #C2C2C2",
|
||||||
"g c #CACAC9",
|
"g c #9C9B9C",
|
||||||
"h c #E7E7E6",
|
"h c #B8B8B8",
|
||||||
"i c #CECECC",
|
"i c #9B9B9C",
|
||||||
"j c #939393",
|
"j c #262626",
|
||||||
"k c #818181",
|
"k c #9A999A",
|
||||||
"l c #C9C9C9",
|
"l c #9A9999",
|
||||||
"m c #C6C6C6",
|
"m c #989898",
|
||||||
"n c #262626",
|
"n c #E2E2E2",
|
||||||
"o c #9E9E9D",
|
"o c #252525",
|
||||||
"p c #7D7D7D",
|
"p c #969796",
|
||||||
"q c #9F9F9E",
|
"q c #979697",
|
||||||
"r c #DADADA",
|
"r c #979797",
|
||||||
"s c #ABABAB",
|
"s c #969697",
|
||||||
"t c #BDBDBD",
|
"t c #979696",
|
||||||
"u c #7A7A79",
|
"u c #969696",
|
||||||
"v c #E5E5E4",
|
"v c #BEBEBE",
|
||||||
"w c #7C7C7B",
|
"w c #959595",
|
||||||
"x c #252525",
|
"x c #959594",
|
||||||
"y c #353535",
|
"y c #949595",
|
||||||
"z c #E3E3E3",
|
"z c #959495",
|
||||||
"A c #757575",
|
"A c #949594",
|
||||||
"B c #C2C2C2",
|
"B c #D0D0D0",
|
||||||
"C c #CACACA",
|
"C c #949494",
|
||||||
"D c #A4A4A4",
|
"D c #939493",
|
||||||
"E c #D9D9D9",
|
"E c #949493",
|
||||||
"F c #878786",
|
"F c #939494",
|
||||||
"G c #727271",
|
"G c #939394",
|
||||||
"H c #888887",
|
"H c #242424",
|
||||||
"I c #A3A3A3",
|
"I c #818181",
|
||||||
"J c #DFDFDF",
|
"J c #ACACAC",
|
||||||
"K c #A7A7A7",
|
"K c #232323",
|
||||||
"L c #777777",
|
"L c #222222",
|
||||||
"M c #6D6D6D",
|
|
||||||
"N c #A9A9A9",
|
|
||||||
"O c #242424",
|
|
||||||
"P c #9A9A9A",
|
|
||||||
"Q c #E1E1E1",
|
|
||||||
"R c #DEDEDE",
|
|
||||||
"S c #232323",
|
|
||||||
"T c #7E7E7E",
|
|
||||||
"U c #B4B4B4",
|
|
||||||
"V c #222222",
|
|
||||||
"....................",
|
"....................",
|
||||||
"++++++++++++++++++++",
|
"++++++++++++++++++++",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
"@@@@@@@@@@@@@@@@@@@@",
|
||||||
"####################",
|
"####################",
|
||||||
"######$%&**&%=######",
|
"##$%&*&*=--=;>;>,'##",
|
||||||
"----@;>,,'',,>;@----",
|
"))!~{]{]^//^]{]{(_))",
|
||||||
"---)!,'~{]]{~>,!@---",
|
"))>:<<<<<<<<<<<<:[))",
|
||||||
"^^^/,(_::::::<(,[^^^",
|
"}}|:121133331111:4}}",
|
||||||
"}}|112333443332115}}",
|
"55{:667738837977:055",
|
||||||
"}}6,78888,,88887,6}}",
|
"55::aaaa3::3aaaa:{55",
|
||||||
"}}9,0aaaabbaaaa[,c}}",
|
"55~:b3333::3333c::55",
|
||||||
"dd,,efghhhhhhife,,dd",
|
"dd~:e3f::::::f3e:~dd",
|
||||||
"dd,,jklbbbbbbmkj,,dd",
|
"dd::g3h::::::h3i:~dd",
|
||||||
"nnc,opppphhppppq,rnn",
|
"jj{:k3333::3333l::jj",
|
||||||
"nns,tuuuuvhwuuut,snn",
|
"jj0:mmmm3n:3mmmm:{jj",
|
||||||
"xxy1z8AAABCAAA%11yxx",
|
"oo4:pqpr3hh3stru:|oo",
|
||||||
"xxxD,EFGGGGGGHE,Ixxx",
|
"oov:wxyw3333zwAw:Boo",
|
||||||
"xxxdt,JKLMMLN',tnxxx",
|
"oo[:CDCECCCFCCDG:>oo",
|
||||||
"OOOOnPQ,,RR,,'PnOOOO",
|
"HHIJ{]{]^//^]{]{~!HH",
|
||||||
"SSSSSS@TUCCUT@SSSSSS",
|
"KK',>;>;=--=*&*&%$KK",
|
||||||
"SSSSSSSSSSSSSSSSSSSS",
|
"KKKKKKKKKKKKKKKKKKKK",
|
||||||
"VVVVVVVVVVVVVVVVVVVV",
|
"LLLLLLLLLLLLLLLLLLLL",
|
||||||
"VVVVVVVVVVVVVVVVVVVV",
|
"LLLLLLLLLLLLLLLLLLLL",
|
||||||
"...................."};
|
"...................."};
|
||||||
|
@ -1,44 +1,42 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_left_active_xpm[] = {
|
static char * top_left_active_xpm[] = {
|
||||||
"6 25 16 1",
|
"6 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #383838",
|
"@ c #2C2C2C",
|
||||||
"# c #2C2C2C",
|
"# c #2B2B2B",
|
||||||
"$ c #323232",
|
"$ c #2A2A2A",
|
||||||
"% c #2B2B2B",
|
"% c #292929",
|
||||||
"& c #2A2A2A",
|
"& c #282828",
|
||||||
"* c #292929",
|
"* c #272727",
|
||||||
"= c #282828",
|
"= c #262626",
|
||||||
"- c #272727",
|
"- c #252525",
|
||||||
"; c #262626",
|
"; c #242424",
|
||||||
"> c #252525",
|
"> c #232323",
|
||||||
", c #242424",
|
", c #222222",
|
||||||
"' c #232323",
|
"......",
|
||||||
") c #222222",
|
".+++++",
|
||||||
" .",
|
".@@@@@",
|
||||||
" ..+",
|
".@@@@@",
|
||||||
" .@@#",
|
".#####",
|
||||||
" .$###",
|
".#####",
|
||||||
" .$%%%",
|
".$$$$$",
|
||||||
|
".$$$$$",
|
||||||
".%%%%%",
|
".%%%%%",
|
||||||
".&&&&&",
|
".&&&&&",
|
||||||
".&&&&&",
|
".&&&&&",
|
||||||
|
".&&&&&",
|
||||||
|
".*****",
|
||||||
".*****",
|
".*****",
|
||||||
".=====",
|
".=====",
|
||||||
".=====",
|
".=====",
|
||||||
".=====",
|
".-----",
|
||||||
".-----",
|
".-----",
|
||||||
".-----",
|
".-----",
|
||||||
".;;;;;",
|
".;;;;;",
|
||||||
".;;;;;",
|
|
||||||
".>>>>>",
|
|
||||||
".>>>>>",
|
".>>>>>",
|
||||||
".>>>>>",
|
".>>>>>",
|
||||||
".,,,,,",
|
".,,,,,",
|
||||||
".'''''",
|
".,,,,,",
|
||||||
".'''''",
|
|
||||||
".)))))",
|
|
||||||
".)))))",
|
|
||||||
"......"};
|
"......"};
|
||||||
|
@ -1,44 +1,42 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_left_inactive_xpm[] = {
|
static char * top_left_inactive_xpm[] = {
|
||||||
"6 25 16 1",
|
"6 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #383838",
|
"+ c #3D3D3D",
|
||||||
"@ c #353535",
|
"@ c #2C2C2C",
|
||||||
"# c #2C2C2C",
|
"# c #2B2B2B",
|
||||||
"$ c #303030",
|
"$ c #2A2A2A",
|
||||||
"% c #2B2B2B",
|
"% c #292929",
|
||||||
"& c #2A2A2A",
|
"& c #282828",
|
||||||
"* c #292929",
|
"* c #272727",
|
||||||
"= c #282828",
|
"= c #262626",
|
||||||
"- c #272727",
|
"- c #252525",
|
||||||
"; c #262626",
|
"; c #242424",
|
||||||
"> c #252525",
|
"> c #232323",
|
||||||
", c #242424",
|
", c #222222",
|
||||||
"' c #232323",
|
"......",
|
||||||
") c #222222",
|
".+++++",
|
||||||
" .",
|
".@@@@@",
|
||||||
" ..+",
|
".@@@@@",
|
||||||
" .@@#",
|
".#####",
|
||||||
" .$###",
|
".#####",
|
||||||
" .$%%%",
|
".$$$$$",
|
||||||
|
".$$$$$",
|
||||||
".%%%%%",
|
".%%%%%",
|
||||||
".&&&&&",
|
".&&&&&",
|
||||||
".&&&&&",
|
".&&&&&",
|
||||||
|
".&&&&&",
|
||||||
|
".*****",
|
||||||
".*****",
|
".*****",
|
||||||
".=====",
|
".=====",
|
||||||
".=====",
|
".=====",
|
||||||
".=====",
|
".-----",
|
||||||
".-----",
|
".-----",
|
||||||
".-----",
|
".-----",
|
||||||
".;;;;;",
|
".;;;;;",
|
||||||
".;;;;;",
|
|
||||||
".>>>>>",
|
|
||||||
".>>>>>",
|
".>>>>>",
|
||||||
".>>>>>",
|
".>>>>>",
|
||||||
".,,,,,",
|
".,,,,,",
|
||||||
".'''''",
|
".,,,,,",
|
||||||
".'''''",
|
|
||||||
".)))))",
|
|
||||||
".)))))",
|
|
||||||
"......"};
|
"......"};
|
||||||
|
@ -1,44 +1,42 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_right_active_xpm[] = {
|
static char * top_right_active_xpm[] = {
|
||||||
"6 25 16 1",
|
"6 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #3D3D3D",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #383838",
|
"# c #2B2B2B",
|
||||||
"$ c #323232",
|
"$ c #2A2A2A",
|
||||||
"% c #2B2B2B",
|
"% c #292929",
|
||||||
"& c #2A2A2A",
|
"& c #282828",
|
||||||
"* c #292929",
|
"* c #272727",
|
||||||
"= c #282828",
|
"= c #262626",
|
||||||
"- c #272727",
|
"- c #252525",
|
||||||
"; c #262626",
|
"; c #242424",
|
||||||
"> c #252525",
|
"> c #232323",
|
||||||
", c #242424",
|
", c #222222",
|
||||||
"' c #232323",
|
"......",
|
||||||
") c #222222",
|
"+++++.",
|
||||||
". ",
|
"@@@@@.",
|
||||||
"+.. ",
|
"@@@@@.",
|
||||||
"@##. ",
|
"#####.",
|
||||||
"@@@$. ",
|
"#####.",
|
||||||
"%%%$. ",
|
"$$$$$.",
|
||||||
|
"$$$$$.",
|
||||||
"%%%%%.",
|
"%%%%%.",
|
||||||
"&&&&&.",
|
"&&&&&.",
|
||||||
"&&&&&.",
|
"&&&&&.",
|
||||||
|
"&&&&&.",
|
||||||
|
"*****.",
|
||||||
"*****.",
|
"*****.",
|
||||||
"=====.",
|
"=====.",
|
||||||
"=====.",
|
"=====.",
|
||||||
"=====.",
|
"-----.",
|
||||||
"-----.",
|
"-----.",
|
||||||
"-----.",
|
"-----.",
|
||||||
";;;;;.",
|
";;;;;.",
|
||||||
";;;;;.",
|
|
||||||
">>>>>.",
|
|
||||||
">>>>>.",
|
">>>>>.",
|
||||||
">>>>>.",
|
">>>>>.",
|
||||||
",,,,,.",
|
",,,,,.",
|
||||||
"'''''.",
|
",,,,,.",
|
||||||
"'''''.",
|
|
||||||
"))))).",
|
|
||||||
"))))).",
|
|
||||||
"......"};
|
"......"};
|
||||||
|
@ -1,44 +1,42 @@
|
|||||||
/* XPM */
|
/* XPM */
|
||||||
static char * top_right_inactive_xpm[] = {
|
static char * top_right_inactive_xpm[] = {
|
||||||
"6 25 16 1",
|
"6 25 14 1",
|
||||||
" c None",
|
" c None",
|
||||||
". c #212121",
|
". c #212121",
|
||||||
"+ c #383838",
|
"+ c #3D3D3D",
|
||||||
"@ c #2C2C2C",
|
"@ c #2C2C2C",
|
||||||
"# c #353535",
|
"# c #2B2B2B",
|
||||||
"$ c #303030",
|
"$ c #2A2A2A",
|
||||||
"% c #2B2B2B",
|
"% c #292929",
|
||||||
"& c #2A2A2A",
|
"& c #282828",
|
||||||
"* c #292929",
|
"* c #272727",
|
||||||
"= c #282828",
|
"= c #262626",
|
||||||
"- c #272727",
|
"- c #252525",
|
||||||
"; c #262626",
|
"; c #242424",
|
||||||
"> c #252525",
|
"> c #232323",
|
||||||
", c #242424",
|
", c #222222",
|
||||||
"' c #232323",
|
"......",
|
||||||
") c #222222",
|
"+++++.",
|
||||||
". ",
|
"@@@@@.",
|
||||||
"+.. ",
|
"@@@@@.",
|
||||||
"@##. ",
|
"#####.",
|
||||||
"@@@$. ",
|
"#####.",
|
||||||
"%%%$. ",
|
"$$$$$.",
|
||||||
|
"$$$$$.",
|
||||||
"%%%%%.",
|
"%%%%%.",
|
||||||
"&&&&&.",
|
"&&&&&.",
|
||||||
"&&&&&.",
|
"&&&&&.",
|
||||||
|
"&&&&&.",
|
||||||
|
"*****.",
|
||||||
"*****.",
|
"*****.",
|
||||||
"=====.",
|
"=====.",
|
||||||
"=====.",
|
"=====.",
|
||||||
"=====.",
|
"-----.",
|
||||||
"-----.",
|
"-----.",
|
||||||
"-----.",
|
"-----.",
|
||||||
";;;;;.",
|
";;;;;.",
|
||||||
";;;;;.",
|
|
||||||
">>>>>.",
|
|
||||||
">>>>>.",
|
">>>>>.",
|
||||||
">>>>>.",
|
">>>>>.",
|
||||||
",,,,,.",
|
",,,,,.",
|
||||||
"'''''.",
|
",,,,,.",
|
||||||
"'''''.",
|
|
||||||
"))))).",
|
|
||||||
"))))).",
|
|
||||||
"......"};
|
"......"};
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 363 B |
Binary file not shown.
Before Width: | Height: | Size: 385 B |
Binary file not shown.
Before Width: | Height: | Size: 780 B |
@ -1,34 +0,0 @@
|
|||||||
--- ./zuki-themes/Zukitwo/gtk-2.0/gtkrc 2014-08-02 14:25:23.286222703 -0400
|
|
||||||
+++ Zukitwo-colors-common/patches/enable-dark-menubar.patch 2014-08-02 14:18:26.212871329 -0400
|
|
||||||
@@ -249,7 +249,7 @@
|
|
||||||
|
|
||||||
style "murrine-menubar" = "murrine-default" {
|
|
||||||
ythickness = 0
|
|
||||||
- bg[NORMAL] = @bg_color
|
|
||||||
+ bg[NORMAL] = @menubar_bg_color
|
|
||||||
fg[NORMAL] = @fg_color
|
|
||||||
fg[PRELIGHT] = @fg_color
|
|
||||||
fg[SELECTED] = @fg_color
|
|
||||||
|
|
||||||
@@ -250,15 +250,18 @@
|
|
||||||
style "murrine-menubar" = "murrine-default" {
|
|
||||||
ythickness = 0
|
|
||||||
bg[NORMAL] = @menubar_bg_color
|
|
||||||
- fg[NORMAL] = @fg_color
|
|
||||||
+ fg[NORMAL] = @menubar_fg_color
|
|
||||||
fg[PRELIGHT] = @fg_color
|
|
||||||
- fg[SELECTED] = @fg_color
|
|
||||||
+ fg[SELECTED] = @fg_color
|
|
||||||
}
|
|
||||||
|
|
||||||
style "murrine-menubar-menuitem" = "murrine-wider" {
|
|
||||||
xthickness = 6
|
|
||||||
bg[PRELIGHT] = @selected_bg_color
|
|
||||||
- bg[SELECTED] = @bg_color
|
|
||||||
+ bg[SELECTED] = @selected_bg_color
|
|
||||||
+ fg[NORMAL] = @menuitem_fg_color
|
|
||||||
+ fg[PRELIGHT] = @menuitem_fg_color
|
|
||||||
+ fg[SELECTED] = @menuitem_fg_color
|
|
||||||
|
|
||||||
engine "murrine" {
|
|
||||||
contrast = .0
|
|
@ -1,10 +0,0 @@
|
|||||||
--- ../../../zuki-themes/Zukitwo/gtk-2.0/widgets/panel.rc 2014-08-02 14:00:54.139492486 -0400
|
|
||||||
+++ panel.rc.patch 2014-08-02 14:01:22.649493720 -0400
|
|
||||||
@@ -3,6 +3,7 @@
|
|
||||||
xthickness = 4 # The spacing (padding) inside and between applets. Add a lower value for a more compact look.
|
|
||||||
ythickness = 0
|
|
||||||
|
|
||||||
+ bg_pixmap[NORMAL] = "/widgets/Panel/panel-bg.png"
|
|
||||||
base[NORMAL] = @bg_color
|
|
||||||
base[PRELIGHT] = shade (1.06, @bg_color)
|
|
||||||
base[INSENSITIVE] = @bg_color
|
|
@ -1,8 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * bottom_active_xpm[] = {
|
|
||||||
"20 3 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"....................",
|
|
||||||
"....................",
|
|
||||||
"...................."};
|
|
@ -1,8 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * bottom_inactive_xpm[] = {
|
|
||||||
"20 3 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"....................",
|
|
||||||
"....................",
|
|
||||||
"...................."};
|
|
@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * bottom_left_active_xpm[] = {
|
|
||||||
"3 20 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"..."};
|
|
@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * bottom_left_inactive_xpm[] = {
|
|
||||||
"3 20 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"..."};
|
|
@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * bottom_right_active_xpm[] = {
|
|
||||||
"3 20 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"..."};
|
|
@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * bottom_right_inactive_xpm[] = {
|
|
||||||
"3 20 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"..."};
|
|
@ -1,53 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * close_active_xpm[] = {
|
|
||||||
"20 25 25 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #BAB9B6",
|
|
||||||
"* c #C3C2C0",
|
|
||||||
"= c #34322E",
|
|
||||||
"- c #E6E6E6",
|
|
||||||
"; c #CDCCCA",
|
|
||||||
"> c #33312D",
|
|
||||||
", c #CECDCC",
|
|
||||||
"' c #2D2A25",
|
|
||||||
") c #2C2924",
|
|
||||||
"! c #32302C",
|
|
||||||
"~ c #CCCBCA",
|
|
||||||
"{ c #2B2823",
|
|
||||||
"] c #C2C1BF",
|
|
||||||
"^ c #312F2B",
|
|
||||||
"/ c #B9B7B5",
|
|
||||||
"( c #2A2722",
|
|
||||||
"_ c #292621",
|
|
||||||
": c #282520",
|
|
||||||
"....................",
|
|
||||||
"++++++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"%%%%%%&*=%%=*&%%%%%%",
|
|
||||||
"%%%%%%*-;>>;-*%%%%%%",
|
|
||||||
"%%%%%%>;-,,-;>%%%%%%",
|
|
||||||
"'''''''>,--,>'''''''",
|
|
||||||
")))))))!,--,!)))))))",
|
|
||||||
"))))))!~-,,-~!))))))",
|
|
||||||
"{{{{{{]-~^^~-]{{{{{{",
|
|
||||||
"{{{{{{/]^{{^]/{{{{{{",
|
|
||||||
"{{{{{{{{{{{{{{{{{{{{",
|
|
||||||
"((((((((((((((((((((",
|
|
||||||
"((((((((((((((((((((",
|
|
||||||
"____________________",
|
|
||||||
"____________________",
|
|
||||||
"____________________",
|
|
||||||
"::::::::::::::::::::",
|
|
||||||
"...................."};
|
|
@ -1,54 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * close_inactive_xpm[] = {
|
|
||||||
"20 25 26 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #3D3A35",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #858381",
|
|
||||||
"* c #8A8987",
|
|
||||||
"= c #302E2A",
|
|
||||||
"- c #8A8887",
|
|
||||||
"; c #9B9B9B",
|
|
||||||
"> c #8E8D8C",
|
|
||||||
", c #8F8F8D",
|
|
||||||
"' c #2D2A25",
|
|
||||||
") c #2F2D29",
|
|
||||||
"! c #8F8E8D",
|
|
||||||
"~ c #2C2924",
|
|
||||||
"{ c #2E2C28",
|
|
||||||
"] c #8E8D8B",
|
|
||||||
"^ c #2B2823",
|
|
||||||
"/ c #898886",
|
|
||||||
"( c #81807D",
|
|
||||||
"_ c #2A2722",
|
|
||||||
": c #292621",
|
|
||||||
"< c #282520",
|
|
||||||
"....................",
|
|
||||||
"++++++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"%%%%%%&*=%%=*&%%%%%%",
|
|
||||||
"%%%%%%-;>==>;-%%%%%%",
|
|
||||||
"%%%%%%=>;,,;>=%%%%%%",
|
|
||||||
"''''''')!;;!)'''''''",
|
|
||||||
"~~~~~~~)!;;!)~~~~~~~",
|
|
||||||
"~~~~~~{];!!;]{~~~~~~",
|
|
||||||
"^^^^^^/;]{{];/^^^^^^",
|
|
||||||
"^^^^^^(/{^^{/(^^^^^^",
|
|
||||||
"^^^^^^^^^^^^^^^^^^^^",
|
|
||||||
"____________________",
|
|
||||||
"____________________",
|
|
||||||
"::::::::::::::::::::",
|
|
||||||
"::::::::::::::::::::",
|
|
||||||
"::::::::::::::::::::",
|
|
||||||
"<<<<<<<<<<<<<<<<<<<<",
|
|
||||||
"...................."};
|
|
@ -1,103 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * close_prelight_xpm[] = {
|
|
||||||
"20 25 75 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #363430",
|
|
||||||
"% c #918E8A",
|
|
||||||
"& c #BBBAB7",
|
|
||||||
"* c #CECECC",
|
|
||||||
"= c #302E2A",
|
|
||||||
"- c #A3A19E",
|
|
||||||
"; c #E2E2E2",
|
|
||||||
"> c #E6E6E6",
|
|
||||||
", c #DCDCDB",
|
|
||||||
"' c #A3A19D",
|
|
||||||
") c #2F2C27",
|
|
||||||
"! c #312F2B",
|
|
||||||
"~ c #C2C1BF",
|
|
||||||
"{ c #DEDEDD",
|
|
||||||
"] c #9A9793",
|
|
||||||
"^ c #33312D",
|
|
||||||
"/ c #35322D",
|
|
||||||
"( c #9A9894",
|
|
||||||
"_ c #DFDFDF",
|
|
||||||
": c #322F2A",
|
|
||||||
"< c #ACAAA7",
|
|
||||||
"[ c #D5D5D4",
|
|
||||||
"} c #3D3B37",
|
|
||||||
"| c #3C3A36",
|
|
||||||
"1 c #D6D6D5",
|
|
||||||
"2 c #AAA8A5",
|
|
||||||
"3 c #2E2B26",
|
|
||||||
"4 c #E4E4E4",
|
|
||||||
"5 c #E1E1E1",
|
|
||||||
"6 c #BAB9B6",
|
|
||||||
"7 c #C3C2C0",
|
|
||||||
"8 c #34322E",
|
|
||||||
"9 c #3E3C38",
|
|
||||||
"0 c #3B3935",
|
|
||||||
"a c #B0AEAB",
|
|
||||||
"b c #ADABA8",
|
|
||||||
"c c #CDCCCA",
|
|
||||||
"d c #AEACA9",
|
|
||||||
"e c #DDDDDC",
|
|
||||||
"f c #73706B",
|
|
||||||
"g c #CECDCC",
|
|
||||||
"h c #7E7B76",
|
|
||||||
"i c #DCDBDB",
|
|
||||||
"j c #2D2A25",
|
|
||||||
"k c #2C2924",
|
|
||||||
"l c #3A3834",
|
|
||||||
"m c #32302C",
|
|
||||||
"n c #6B6863",
|
|
||||||
"o c #CCCBCA",
|
|
||||||
"p c #797672",
|
|
||||||
"q c #DBDADA",
|
|
||||||
"r c #2B2823",
|
|
||||||
"s c #B9B7B5",
|
|
||||||
"t c #393733",
|
|
||||||
"u c #A8A6A2",
|
|
||||||
"v c #A7A5A2",
|
|
||||||
"w c #2A2722",
|
|
||||||
"x c #2B2925",
|
|
||||||
"y c #BFBEBC",
|
|
||||||
"z c #DFDFDE",
|
|
||||||
"A c #96938F",
|
|
||||||
"B c #2F2D29",
|
|
||||||
"C c #979591",
|
|
||||||
"D c #9E9C98",
|
|
||||||
"E c #DBDBDA",
|
|
||||||
"F c #E0E0E0",
|
|
||||||
"G c #292621",
|
|
||||||
"H c #898681",
|
|
||||||
"I c #B7B6B3",
|
|
||||||
"J c #282520",
|
|
||||||
"....................",
|
|
||||||
"++++++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"####################",
|
|
||||||
"######$%&**&%$######",
|
|
||||||
"####=-;>>,,>>;'=####",
|
|
||||||
")))!~>{]^))/(_>~:)))",
|
|
||||||
")))<>[}))))))|1>2)))",
|
|
||||||
"33|45}678338769;4033",
|
|
||||||
"33a>b37>c^^c>73d>a33",
|
|
||||||
"33e>f3^c>gg>c^3h>i33",
|
|
||||||
"jj>>0jj^g>>g^jj0>>jj",
|
|
||||||
"kk>>lkkmg>>gmkkl>>kk",
|
|
||||||
"kk,>nkmo>gg>omkp>qkk",
|
|
||||||
"rrd><r~>o!!o>~r<>drr",
|
|
||||||
"rrl450s~!rr!~s};4trr",
|
|
||||||
"rrru>[trrrrrrl[>vrrr",
|
|
||||||
"wwwxy>zABwwBC_>ykwww",
|
|
||||||
"wwwwrD5>>EE>>FDrwwww",
|
|
||||||
"GGGGGG=HIooIH=GGGGGG",
|
|
||||||
"GGGGGGGGGGGGGGGGGGGG",
|
|
||||||
"GGGGGGGGGGGGGGGGGGGG",
|
|
||||||
"JJJJJJJJJJJJJJJJJJJJ",
|
|
||||||
"...................."};
|
|
@ -1,138 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * close_pressed_xpm[] = {
|
|
||||||
"20 25 110 2",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #363430",
|
|
||||||
"% c #918E8A",
|
|
||||||
"& c #BBBAB7",
|
|
||||||
"* c #CECECC",
|
|
||||||
"= c #302E2A",
|
|
||||||
"- c #A3A19E",
|
|
||||||
"; c #E2E2E2",
|
|
||||||
"> c #E6E6E6",
|
|
||||||
", c #E0E0E0",
|
|
||||||
"' c #A3A19D",
|
|
||||||
") c #2F2C27",
|
|
||||||
"! c #312F2B",
|
|
||||||
"~ c #C2C1BF",
|
|
||||||
"{ c #E1E0E0",
|
|
||||||
"] c #BEBDBB",
|
|
||||||
"^ c #A09E9A",
|
|
||||||
"/ c #9B9894",
|
|
||||||
"( c #BFBEBB",
|
|
||||||
"_ c #322F2A",
|
|
||||||
": c #ACAAA7",
|
|
||||||
"< c #DEDEDD",
|
|
||||||
"[ c #A6A4A0",
|
|
||||||
"} c #989590",
|
|
||||||
"| c #A6A49F",
|
|
||||||
"1 c #DDDDDD",
|
|
||||||
"2 c #AAA8A5",
|
|
||||||
"3 c #2E2B26",
|
|
||||||
"4 c #3C3A36",
|
|
||||||
"5 c #E4E4E4",
|
|
||||||
"6 c #A4A29E",
|
|
||||||
"7 c #CDCCCB",
|
|
||||||
"8 c #D2D1D0",
|
|
||||||
"9 c #9A9894",
|
|
||||||
"0 c #94918C",
|
|
||||||
"a c #A4A29F",
|
|
||||||
"b c #3B3935",
|
|
||||||
"c c #B0AEAB",
|
|
||||||
"d c #C6C5C3",
|
|
||||||
"e c #918E89",
|
|
||||||
"f c #D8D7D6",
|
|
||||||
"g c #989591",
|
|
||||||
"h c #DDDDDC",
|
|
||||||
"i c #A9A6A3",
|
|
||||||
"j c #8E8C87",
|
|
||||||
"k c #96938E",
|
|
||||||
"l c #E7E7E7",
|
|
||||||
"m c #D8D8D7",
|
|
||||||
"n c #AAA8A4",
|
|
||||||
"o c #DCDBDB",
|
|
||||||
"p c #2D2A25",
|
|
||||||
"q c #9B9893",
|
|
||||||
"r c #8B8882",
|
|
||||||
"s c #928F8A",
|
|
||||||
"t c #D8D8D6",
|
|
||||||
"u c #E7E7E6",
|
|
||||||
"v c #2C2924",
|
|
||||||
"w c #87847E",
|
|
||||||
"x c #8E8B87",
|
|
||||||
"y c #D7D7D6",
|
|
||||||
"z c #DCDCDB",
|
|
||||||
"A c #A2A09B",
|
|
||||||
"B c #83807A",
|
|
||||||
"C c #8B8883",
|
|
||||||
"D c #D6D5D4",
|
|
||||||
"E c #D7D6D5",
|
|
||||||
"F c #A3A19C",
|
|
||||||
"G c #DBDADA",
|
|
||||||
"H c #2B2823",
|
|
||||||
"I c #AEACA9",
|
|
||||||
"J c #C0BEBC",
|
|
||||||
"K c #807C76",
|
|
||||||
"L c #CFCECC",
|
|
||||||
"M c #D6D5D3",
|
|
||||||
"N c #88857F",
|
|
||||||
"O c #BFBEBC",
|
|
||||||
"P c #3A3834",
|
|
||||||
"Q c #E4E3E3",
|
|
||||||
"R c #928F8B",
|
|
||||||
"S c #C7C6C5",
|
|
||||||
"T c #CECDCC",
|
|
||||||
"U c #85827C",
|
|
||||||
"V c #7C7973",
|
|
||||||
"W c #93908C",
|
|
||||||
"X c #393733",
|
|
||||||
"Y c #A8A6A2",
|
|
||||||
"Z c #DADAD9",
|
|
||||||
"` c #8D8A84",
|
|
||||||
" . c #79756F",
|
|
||||||
".. c #8D8A85",
|
|
||||||
"+. c #A7A5A2",
|
|
||||||
"@. c #2A2722",
|
|
||||||
"#. c #2B2925",
|
|
||||||
"$. c #E0E0DF",
|
|
||||||
"%. c #ABA9A6",
|
|
||||||
"&. c #7D7A74",
|
|
||||||
"*. c #74706A",
|
|
||||||
"=. c #E1E1E0",
|
|
||||||
"-. c #9E9C98",
|
|
||||||
";. c #E1E1E1",
|
|
||||||
">. c #DFDEDE",
|
|
||||||
",. c #292621",
|
|
||||||
"'. c #898681",
|
|
||||||
"). c #B7B6B3",
|
|
||||||
"!. c #CCCBCA",
|
|
||||||
"~. c #282520",
|
|
||||||
". . . . . . . . . . . . . . . . . . . . ",
|
|
||||||
"+ + + + + + + + + + + + + + + + + + + + ",
|
|
||||||
"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
|
|
||||||
"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
|
|
||||||
"# # # # # # # # # # # # # # # # # # # # ",
|
|
||||||
"# # # # # # $ % & * * & % $ # # # # # # ",
|
|
||||||
"# # # # = - ; > > , , > > ; ' = # # # # ",
|
|
||||||
") ) ) ! ~ > { ] ^ / / ^ ( ; > ~ _ ) ) ) ",
|
|
||||||
") ) ) : > < [ } } } } } } | 1 > 2 ) ) ) ",
|
|
||||||
"3 3 4 5 5 6 7 8 9 0 0 9 8 7 a 5 5 b 3 3 ",
|
|
||||||
"3 3 c > d e 8 > f g g f > 8 e d > c 3 3 ",
|
|
||||||
"3 3 h > i j k f l m m l f k j n > o 3 3 ",
|
|
||||||
"p p > > q r r s t u u t s r r q > > p p ",
|
|
||||||
"v v > > g w w x y l l y x w w g > > v v ",
|
|
||||||
"v v z > A B C D u E E u D C B F > G v v ",
|
|
||||||
"H H I > J K L u M N N M u L K O > I H H ",
|
|
||||||
"H H P 5 Q R S T U V V U T S W 5 5 X H H ",
|
|
||||||
"H H H Y > Z ` . . . . . ...Z > +.H H H ",
|
|
||||||
"@.@.@.#.O > $.%.&.*.*.&.: =.> O v @.@.@.",
|
|
||||||
"@.@.@.@.H -.;.> > >.>.> > , -.H @.@.@.@.",
|
|
||||||
",.,.,.,.,.,.= '.).!.!.).'.= ,.,.,.,.,.,.",
|
|
||||||
",.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.",
|
|
||||||
",.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.",
|
|
||||||
"~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.",
|
|
||||||
". . . . . . . . . . . . . . . . . . . . "};
|
|
@ -1,46 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * hide_active_xpm[] = {
|
|
||||||
"20 25 18 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #46433E",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #B9B8B5",
|
|
||||||
"- c #E6E6E6",
|
|
||||||
"; c #BEBCBA",
|
|
||||||
"> c #2B2823",
|
|
||||||
", c #B9B7B5",
|
|
||||||
"' c #B5B3B0",
|
|
||||||
") c #2A2722",
|
|
||||||
"! c #292621",
|
|
||||||
"~ c #282520",
|
|
||||||
"....................",
|
|
||||||
"++++++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"%%%%%%%%%%%%%%%%%%%%",
|
|
||||||
"%%%%%%%%%%%%%%%%%%%%",
|
|
||||||
"%%%%%%%%%%%%%%%%%%%%",
|
|
||||||
"&&&&&&&&&&&&&&&&&&&&",
|
|
||||||
"********************",
|
|
||||||
"******=------;******",
|
|
||||||
">>>>>>,------'>>>>>>",
|
|
||||||
">>>>>>>>>>>>>>>>>>>>",
|
|
||||||
">>>>>>>>>>>>>>>>>>>>",
|
|
||||||
"))))))))))))))))))))",
|
|
||||||
"))))))))))))))))))))",
|
|
||||||
"!!!!!!!!!!!!!!!!!!!!",
|
|
||||||
"!!!!!!!!!!!!!!!!!!!!",
|
|
||||||
"!!!!!!!!!!!!!!!!!!!!",
|
|
||||||
"~~~~~~~~~~~~~~~~~~~~",
|
|
||||||
"...................."};
|
|
@ -1,46 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * hide_inactive_xpm[] = {
|
|
||||||
"20 25 18 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #3D3A35",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #838280",
|
|
||||||
"- c #9B9B9B",
|
|
||||||
"; c #878683",
|
|
||||||
"> c #2B2823",
|
|
||||||
", c #83827F",
|
|
||||||
"' c #82807E",
|
|
||||||
") c #2A2722",
|
|
||||||
"! c #292621",
|
|
||||||
"~ c #282520",
|
|
||||||
"....................",
|
|
||||||
"++++++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"%%%%%%%%%%%%%%%%%%%%",
|
|
||||||
"%%%%%%%%%%%%%%%%%%%%",
|
|
||||||
"%%%%%%%%%%%%%%%%%%%%",
|
|
||||||
"&&&&&&&&&&&&&&&&&&&&",
|
|
||||||
"********************",
|
|
||||||
"******=------;******",
|
|
||||||
">>>>>>,------'>>>>>>",
|
|
||||||
">>>>>>>>>>>>>>>>>>>>",
|
|
||||||
">>>>>>>>>>>>>>>>>>>>",
|
|
||||||
"))))))))))))))))))))",
|
|
||||||
"))))))))))))))))))))",
|
|
||||||
"!!!!!!!!!!!!!!!!!!!!",
|
|
||||||
"!!!!!!!!!!!!!!!!!!!!",
|
|
||||||
"!!!!!!!!!!!!!!!!!!!!",
|
|
||||||
"~~~~~~~~~~~~~~~~~~~~",
|
|
||||||
"...................."};
|
|
@ -1,100 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * hide_prelight_xpm[] = {
|
|
||||||
"20 25 72 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #363430",
|
|
||||||
"% c #918E8A",
|
|
||||||
"& c #BBBAB7",
|
|
||||||
"* c #CECECC",
|
|
||||||
"= c #302E2A",
|
|
||||||
"- c #A3A19E",
|
|
||||||
"; c #E2E2E2",
|
|
||||||
"> c #E6E6E6",
|
|
||||||
", c #DCDCDB",
|
|
||||||
"' c #A3A19D",
|
|
||||||
") c #2F2C27",
|
|
||||||
"! c #312F2B",
|
|
||||||
"~ c #C2C1BF",
|
|
||||||
"{ c #DEDEDD",
|
|
||||||
"] c #9A9793",
|
|
||||||
"^ c #33312D",
|
|
||||||
"/ c #35322D",
|
|
||||||
"( c #9A9894",
|
|
||||||
"_ c #DFDFDF",
|
|
||||||
": c #322F2A",
|
|
||||||
"< c #ACAAA7",
|
|
||||||
"[ c #D5D5D4",
|
|
||||||
"} c #3D3B37",
|
|
||||||
"| c #3C3A36",
|
|
||||||
"1 c #D6D6D5",
|
|
||||||
"2 c #AAA8A5",
|
|
||||||
"3 c #2E2B26",
|
|
||||||
"4 c #E4E4E4",
|
|
||||||
"5 c #E1E1E1",
|
|
||||||
"6 c #3E3C38",
|
|
||||||
"7 c #3B3935",
|
|
||||||
"8 c #B0AEAB",
|
|
||||||
"9 c #ADABA8",
|
|
||||||
"0 c #AEACA9",
|
|
||||||
"a c #DDDDDC",
|
|
||||||
"b c #6F6D68",
|
|
||||||
"c c #787570",
|
|
||||||
"d c #DCDBDB",
|
|
||||||
"e c #2D2A25",
|
|
||||||
"f c #2C2924",
|
|
||||||
"g c #3A3834",
|
|
||||||
"h c #686560",
|
|
||||||
"i c #B9B8B5",
|
|
||||||
"j c #BEBCBA",
|
|
||||||
"k c #73706B",
|
|
||||||
"l c #DBDADA",
|
|
||||||
"m c #2B2823",
|
|
||||||
"n c #B9B7B5",
|
|
||||||
"o c #B5B3B0",
|
|
||||||
"p c #393733",
|
|
||||||
"q c #A8A6A2",
|
|
||||||
"r c #A7A5A2",
|
|
||||||
"s c #2A2722",
|
|
||||||
"t c #2B2925",
|
|
||||||
"u c #BFBEBC",
|
|
||||||
"v c #DFDFDE",
|
|
||||||
"w c #96938F",
|
|
||||||
"x c #2F2D29",
|
|
||||||
"y c #979591",
|
|
||||||
"z c #9E9C98",
|
|
||||||
"A c #DBDBDA",
|
|
||||||
"B c #E0E0E0",
|
|
||||||
"C c #292621",
|
|
||||||
"D c #898681",
|
|
||||||
"E c #B7B6B3",
|
|
||||||
"F c #CCCBCA",
|
|
||||||
"G c #282520",
|
|
||||||
"....................",
|
|
||||||
"++++++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"####################",
|
|
||||||
"######$%&**&%$######",
|
|
||||||
"####=-;>>,,>>;'=####",
|
|
||||||
")))!~>{]^))/(_>~:)))",
|
|
||||||
")))<>[}))))))|1>2)))",
|
|
||||||
"33|45}333333336;4733",
|
|
||||||
"338>933333333330>833",
|
|
||||||
"33a>b3333333333c>d33",
|
|
||||||
"ee>>7eeeeeeeeee7>>ee",
|
|
||||||
"ff>>gffffffffffg>>ff",
|
|
||||||
"ff,>hfi>>>>>>jfk>lff",
|
|
||||||
"mm0><mn>>>>>>om<>0mm",
|
|
||||||
"mmg457mmmmmmmm};4pmm",
|
|
||||||
"mmmq>[pmmmmmmg[>rmmm",
|
|
||||||
"ssstu>vwxssxy_>ufsss",
|
|
||||||
"ssssmz5>>AA>>Bzmssss",
|
|
||||||
"CCCCCC=DEFFED=CCCCCC",
|
|
||||||
"CCCCCCCCCCCCCCCCCCCC",
|
|
||||||
"CCCCCCCCCCCCCCCCCCCC",
|
|
||||||
"GGGGGGGGGGGGGGGGGGGG",
|
|
||||||
"...................."};
|
|
@ -1,122 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * hide_pressed_xpm[] = {
|
|
||||||
"20 25 94 2",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #363430",
|
|
||||||
"% c #918E8A",
|
|
||||||
"& c #BBBAB7",
|
|
||||||
"* c #CECECC",
|
|
||||||
"= c #302E2A",
|
|
||||||
"- c #A3A19E",
|
|
||||||
"; c #E2E2E2",
|
|
||||||
"> c #E6E6E6",
|
|
||||||
", c #E0E0E0",
|
|
||||||
"' c #A3A19D",
|
|
||||||
") c #2F2C27",
|
|
||||||
"! c #312F2B",
|
|
||||||
"~ c #C2C1BF",
|
|
||||||
"{ c #E1E0E0",
|
|
||||||
"] c #BEBDBB",
|
|
||||||
"^ c #A09E9A",
|
|
||||||
"/ c #9B9894",
|
|
||||||
"( c #BFBEBB",
|
|
||||||
"_ c #322F2A",
|
|
||||||
": c #ACAAA7",
|
|
||||||
"< c #DEDEDD",
|
|
||||||
"[ c #A6A4A0",
|
|
||||||
"} c #989590",
|
|
||||||
"| c #A6A49F",
|
|
||||||
"1 c #DDDDDD",
|
|
||||||
"2 c #AAA8A5",
|
|
||||||
"3 c #2E2B26",
|
|
||||||
"4 c #3C3A36",
|
|
||||||
"5 c #E4E4E4",
|
|
||||||
"6 c #A4A29E",
|
|
||||||
"7 c #94918C",
|
|
||||||
"8 c #A4A29F",
|
|
||||||
"9 c #3B3935",
|
|
||||||
"0 c #B0AEAB",
|
|
||||||
"a c #C6C5C3",
|
|
||||||
"b c #918E89",
|
|
||||||
"c c #DDDDDC",
|
|
||||||
"d c #A9A6A3",
|
|
||||||
"e c #8E8C87",
|
|
||||||
"f c #AAA8A4",
|
|
||||||
"g c #DCDBDB",
|
|
||||||
"h c #2D2A25",
|
|
||||||
"i c #9B9893",
|
|
||||||
"j c #8B8882",
|
|
||||||
"k c #2C2924",
|
|
||||||
"l c #989591",
|
|
||||||
"m c #87847E",
|
|
||||||
"n c #DCDCDB",
|
|
||||||
"o c #A2A09B",
|
|
||||||
"p c #83807A",
|
|
||||||
"q c #C9C9C6",
|
|
||||||
"r c #E7E7E6",
|
|
||||||
"s c #CDCBC9",
|
|
||||||
"t c #A3A19C",
|
|
||||||
"u c #DBDADA",
|
|
||||||
"v c #2B2823",
|
|
||||||
"w c #AEACA9",
|
|
||||||
"x c #C0BEBC",
|
|
||||||
"y c #807C76",
|
|
||||||
"z c #C9C7C5",
|
|
||||||
"A c #C6C5C2",
|
|
||||||
"B c #BFBEBC",
|
|
||||||
"C c #3A3834",
|
|
||||||
"D c #E4E3E3",
|
|
||||||
"E c #928F8B",
|
|
||||||
"F c #7C7973",
|
|
||||||
"G c #93908C",
|
|
||||||
"H c #393733",
|
|
||||||
"I c #A8A6A2",
|
|
||||||
"J c #DADAD9",
|
|
||||||
"K c #8D8A84",
|
|
||||||
"L c #79756F",
|
|
||||||
"M c #8D8A85",
|
|
||||||
"N c #A7A5A2",
|
|
||||||
"O c #2A2722",
|
|
||||||
"P c #2B2925",
|
|
||||||
"Q c #E0E0DF",
|
|
||||||
"R c #ABA9A6",
|
|
||||||
"S c #7D7A74",
|
|
||||||
"T c #74706A",
|
|
||||||
"U c #E1E1E0",
|
|
||||||
"V c #9E9C98",
|
|
||||||
"W c #E1E1E1",
|
|
||||||
"X c #DFDEDE",
|
|
||||||
"Y c #292621",
|
|
||||||
"Z c #898681",
|
|
||||||
"` c #B7B6B3",
|
|
||||||
" . c #CCCBCA",
|
|
||||||
".. c #282520",
|
|
||||||
". . . . . . . . . . . . . . . . . . . . ",
|
|
||||||
"+ + + + + + + + + + + + + + + + + + + + ",
|
|
||||||
"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
|
|
||||||
"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
|
|
||||||
"# # # # # # # # # # # # # # # # # # # # ",
|
|
||||||
"# # # # # # $ % & * * & % $ # # # # # # ",
|
|
||||||
"# # # # = - ; > > , , > > ; ' = # # # # ",
|
|
||||||
") ) ) ! ~ > { ] ^ / / ^ ( ; > ~ _ ) ) ) ",
|
|
||||||
") ) ) : > < [ } } } } } } | 1 > 2 ) ) ) ",
|
|
||||||
"3 3 4 5 5 6 7 7 7 7 7 7 7 7 8 5 5 9 3 3 ",
|
|
||||||
"3 3 0 > a b b b b b b b b b b a > 0 3 3 ",
|
|
||||||
"3 3 c > d e e e e e e e e e e f > g 3 3 ",
|
|
||||||
"h h > > i j j j j j j j j j j i > > h h ",
|
|
||||||
"k k > > l m m m m m m m m m m l > > k k ",
|
|
||||||
"k k n > o p q r r r r r r s p t > u k k ",
|
|
||||||
"v v w > x y z r r r r r r A y B > w v v ",
|
|
||||||
"v v C 5 D E F F F F F F F F G 5 5 H v v ",
|
|
||||||
"v v v I > J K L L L L L L M J > N v v v ",
|
|
||||||
"O O O P B > Q R S T T S : U > B k O O O ",
|
|
||||||
"O O O O v V W > > X X > > , V v O O O O ",
|
|
||||||
"Y Y Y Y Y Y = Z ` . .` Z = Y Y Y Y Y Y ",
|
|
||||||
"Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y ",
|
|
||||||
"Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y ",
|
|
||||||
"........................................",
|
|
||||||
". . . . . . . . . . . . . . . . . . . . "};
|
|
@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * left_active_xpm[] = {
|
|
||||||
"3 20 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"..."};
|
|
@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * left_inactive_xpm[] = {
|
|
||||||
"3 20 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"..."};
|
|
@ -1,49 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * maximize_active_xpm[] = {
|
|
||||||
"20 25 21 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #BAB9B6",
|
|
||||||
"* c #E6E6E6",
|
|
||||||
"= c #2D2A25",
|
|
||||||
"- c #BAB8B6",
|
|
||||||
"; c #BEBDBB",
|
|
||||||
"> c #2C2924",
|
|
||||||
", c #B9B8B6",
|
|
||||||
"' c #B5B4B1",
|
|
||||||
") c #2B2823",
|
|
||||||
"! c #E3E2E2",
|
|
||||||
"~ c #B4B2B0",
|
|
||||||
"{ c #2A2722",
|
|
||||||
"] c #292621",
|
|
||||||
"^ c #282520",
|
|
||||||
"....................",
|
|
||||||
"++++++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"%%%%%%%%%&&%%%%%%%%%",
|
|
||||||
"%%%%%%%%%**%%%%%%%%%",
|
|
||||||
"%%%%%%%%%**%%%%%%%%%",
|
|
||||||
"======-******;======",
|
|
||||||
">>>>>>,******'>>>>>>",
|
|
||||||
">>>>>>>>>**>>>>>>>>>",
|
|
||||||
")))))))))!*=))))))))",
|
|
||||||
")))))))))~;)))))))))",
|
|
||||||
"))))))))))))))))))))",
|
|
||||||
"{{{{{{{{{{{{{{{{{{{{",
|
|
||||||
"{{{{{{{{{{{{{{{{{{{{",
|
|
||||||
"]]]]]]]]]]]]]]]]]]]]",
|
|
||||||
"]]]]]]]]]]]]]]]]]]]]",
|
|
||||||
"]]]]]]]]]]]]]]]]]]]]",
|
|
||||||
"^^^^^^^^^^^^^^^^^^^^",
|
|
||||||
"...................."};
|
|
@ -1,50 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * maximize_inactive_xpm[] = {
|
|
||||||
"20 25 22 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #3D3A35",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #858381",
|
|
||||||
"* c #9B9B9B",
|
|
||||||
"= c #2D2A25",
|
|
||||||
"- c #848380",
|
|
||||||
"; c #878684",
|
|
||||||
"> c #2C2924",
|
|
||||||
", c #848280",
|
|
||||||
"' c #82817E",
|
|
||||||
") c #2B2823",
|
|
||||||
"! c #999999",
|
|
||||||
"~ c #82807E",
|
|
||||||
"{ c #868583",
|
|
||||||
"] c #2A2722",
|
|
||||||
"^ c #292621",
|
|
||||||
"/ c #282520",
|
|
||||||
"....................",
|
|
||||||
"++++++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"####################",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"$$$$$$$$$$$$$$$$$$$$",
|
|
||||||
"%%%%%%%%%&&%%%%%%%%%",
|
|
||||||
"%%%%%%%%%**%%%%%%%%%",
|
|
||||||
"%%%%%%%%%**%%%%%%%%%",
|
|
||||||
"======-******;======",
|
|
||||||
">>>>>>,******'>>>>>>",
|
|
||||||
">>>>>>>>>**>>>>>>>>>",
|
|
||||||
")))))))))!*>))))))))",
|
|
||||||
")))))))))~{)))))))))",
|
|
||||||
"))))))))))))))))))))",
|
|
||||||
"]]]]]]]]]]]]]]]]]]]]",
|
|
||||||
"]]]]]]]]]]]]]]]]]]]]",
|
|
||||||
"^^^^^^^^^^^^^^^^^^^^",
|
|
||||||
"^^^^^^^^^^^^^^^^^^^^",
|
|
||||||
"^^^^^^^^^^^^^^^^^^^^",
|
|
||||||
"////////////////////",
|
|
||||||
"...................."};
|
|
@ -1,103 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * maximize_prelight_xpm[] = {
|
|
||||||
"20 25 75 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #363430",
|
|
||||||
"% c #918E8A",
|
|
||||||
"& c #BBBAB7",
|
|
||||||
"* c #CECECC",
|
|
||||||
"= c #302E2A",
|
|
||||||
"- c #A3A19E",
|
|
||||||
"; c #E2E2E2",
|
|
||||||
"> c #E6E6E6",
|
|
||||||
", c #DCDCDB",
|
|
||||||
"' c #A3A19D",
|
|
||||||
") c #2F2C27",
|
|
||||||
"! c #312F2B",
|
|
||||||
"~ c #C2C1BF",
|
|
||||||
"{ c #DEDEDD",
|
|
||||||
"] c #9A9793",
|
|
||||||
"^ c #33312D",
|
|
||||||
"/ c #35322D",
|
|
||||||
"( c #9A9894",
|
|
||||||
"_ c #DFDFDF",
|
|
||||||
": c #322F2A",
|
|
||||||
"< c #ACAAA7",
|
|
||||||
"[ c #D5D5D4",
|
|
||||||
"} c #3D3B37",
|
|
||||||
"| c #3C3A36",
|
|
||||||
"1 c #D6D6D5",
|
|
||||||
"2 c #AAA8A5",
|
|
||||||
"3 c #2E2B26",
|
|
||||||
"4 c #E4E4E4",
|
|
||||||
"5 c #E1E1E1",
|
|
||||||
"6 c #BAB9B6",
|
|
||||||
"7 c #3E3C38",
|
|
||||||
"8 c #3B3935",
|
|
||||||
"9 c #B0AEAB",
|
|
||||||
"0 c #ADABA8",
|
|
||||||
"a c #AEACA9",
|
|
||||||
"b c #DDDDDC",
|
|
||||||
"c c #6F6D68",
|
|
||||||
"d c #787570",
|
|
||||||
"e c #DCDBDB",
|
|
||||||
"f c #2D2A25",
|
|
||||||
"g c #BAB8B6",
|
|
||||||
"h c #BEBDBB",
|
|
||||||
"i c #2C2924",
|
|
||||||
"j c #3A3834",
|
|
||||||
"k c #B9B8B6",
|
|
||||||
"l c #B5B4B1",
|
|
||||||
"m c #686560",
|
|
||||||
"n c #73706B",
|
|
||||||
"o c #DBDADA",
|
|
||||||
"p c #2B2823",
|
|
||||||
"q c #E3E2E2",
|
|
||||||
"r c #B4B2B0",
|
|
||||||
"s c #393733",
|
|
||||||
"t c #A8A6A2",
|
|
||||||
"u c #A7A5A2",
|
|
||||||
"v c #2A2722",
|
|
||||||
"w c #2B2925",
|
|
||||||
"x c #BFBEBC",
|
|
||||||
"y c #DFDFDE",
|
|
||||||
"z c #96938F",
|
|
||||||
"A c #2F2D29",
|
|
||||||
"B c #979591",
|
|
||||||
"C c #9E9C98",
|
|
||||||
"D c #DBDBDA",
|
|
||||||
"E c #E0E0E0",
|
|
||||||
"F c #292621",
|
|
||||||
"G c #898681",
|
|
||||||
"H c #B7B6B3",
|
|
||||||
"I c #CCCBCA",
|
|
||||||
"J c #282520",
|
|
||||||
"....................",
|
|
||||||
"++++++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@@@@@",
|
|
||||||
"####################",
|
|
||||||
"######$%&**&%$######",
|
|
||||||
"####=-;>>,,>>;'=####",
|
|
||||||
")))!~>{]^))/(_>~:)))",
|
|
||||||
")))<>[}))))))|1>2)))",
|
|
||||||
"33|45}333663337;4833",
|
|
||||||
"339>03333>>3333a>933",
|
|
||||||
"33b>c3333>>3333d>e33",
|
|
||||||
"ff>>8fg>>>>>>hf8>>ff",
|
|
||||||
"ii>>jik>>>>>>lij>>ii",
|
|
||||||
"ii,>miiii>>iiiin>oii",
|
|
||||||
"ppa><ppppq>fppp<>app",
|
|
||||||
"ppj458ppprhppp};4spp",
|
|
||||||
"pppt>[sppppppj[>uppp",
|
|
||||||
"vvvwx>yzAvvAB_>xivvv",
|
|
||||||
"vvvvpC5>>DD>>ECpvvvv",
|
|
||||||
"FFFFFF=GHIIHG=FFFFFF",
|
|
||||||
"FFFFFFFFFFFFFFFFFFFF",
|
|
||||||
"FFFFFFFFFFFFFFFFFFFF",
|
|
||||||
"JJJJJJJJJJJJJJJJJJJJ",
|
|
||||||
"...................."};
|
|
@ -1,128 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * maximize_pressed_xpm[] = {
|
|
||||||
"20 25 100 2",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #363430",
|
|
||||||
"% c #918E8A",
|
|
||||||
"& c #BBBAB7",
|
|
||||||
"* c #CECECC",
|
|
||||||
"= c #302E2A",
|
|
||||||
"- c #A3A19E",
|
|
||||||
"; c #E2E2E2",
|
|
||||||
"> c #E6E6E6",
|
|
||||||
", c #E0E0E0",
|
|
||||||
"' c #A3A19D",
|
|
||||||
") c #2F2C27",
|
|
||||||
"! c #312F2B",
|
|
||||||
"~ c #C2C1BF",
|
|
||||||
"{ c #E1E0E0",
|
|
||||||
"] c #BEBDBB",
|
|
||||||
"^ c #A09E9A",
|
|
||||||
"/ c #9B9894",
|
|
||||||
"( c #BFBEBB",
|
|
||||||
"_ c #322F2A",
|
|
||||||
": c #ACAAA7",
|
|
||||||
"< c #DEDEDD",
|
|
||||||
"[ c #A6A4A0",
|
|
||||||
"} c #989590",
|
|
||||||
"| c #A6A49F",
|
|
||||||
"1 c #DDDDDD",
|
|
||||||
"2 c #AAA8A5",
|
|
||||||
"3 c #2E2B26",
|
|
||||||
"4 c #3C3A36",
|
|
||||||
"5 c #E4E4E4",
|
|
||||||
"6 c #A4A29E",
|
|
||||||
"7 c #94918C",
|
|
||||||
"8 c #CDCCCB",
|
|
||||||
"9 c #A4A29F",
|
|
||||||
"0 c #3B3935",
|
|
||||||
"a c #B0AEAB",
|
|
||||||
"b c #C6C5C3",
|
|
||||||
"c c #918E89",
|
|
||||||
"d c #DDDDDC",
|
|
||||||
"e c #A9A6A3",
|
|
||||||
"f c #8E8C87",
|
|
||||||
"g c #E7E7E7",
|
|
||||||
"h c #AAA8A4",
|
|
||||||
"i c #DCDBDB",
|
|
||||||
"j c #2D2A25",
|
|
||||||
"k c #9B9893",
|
|
||||||
"l c #8B8882",
|
|
||||||
"m c #CCCBC8",
|
|
||||||
"n c #E7E7E6",
|
|
||||||
"o c #CECECB",
|
|
||||||
"p c #2C2924",
|
|
||||||
"q c #989591",
|
|
||||||
"r c #87847E",
|
|
||||||
"s c #CAC9C8",
|
|
||||||
"t c #C7C7C5",
|
|
||||||
"u c #DCDCDB",
|
|
||||||
"v c #A2A09B",
|
|
||||||
"w c #83807A",
|
|
||||||
"x c #A3A19C",
|
|
||||||
"y c #DBDADA",
|
|
||||||
"z c #2B2823",
|
|
||||||
"A c #AEACA9",
|
|
||||||
"B c #C0BEBC",
|
|
||||||
"C c #807C76",
|
|
||||||
"D c #E5E5E4",
|
|
||||||
"E c #827E78",
|
|
||||||
"F c #BFBEBC",
|
|
||||||
"G c #3A3834",
|
|
||||||
"H c #E4E3E3",
|
|
||||||
"I c #928F8B",
|
|
||||||
"J c #7C7973",
|
|
||||||
"K c #C4C2C1",
|
|
||||||
"L c #CBCAC9",
|
|
||||||
"M c #93908C",
|
|
||||||
"N c #393733",
|
|
||||||
"O c #A8A6A2",
|
|
||||||
"P c #DADAD9",
|
|
||||||
"Q c #8D8A84",
|
|
||||||
"R c #79756F",
|
|
||||||
"S c #8D8A85",
|
|
||||||
"T c #A7A5A2",
|
|
||||||
"U c #2A2722",
|
|
||||||
"V c #2B2925",
|
|
||||||
"W c #E0E0DF",
|
|
||||||
"X c #ABA9A6",
|
|
||||||
"Y c #7D7A74",
|
|
||||||
"Z c #74706A",
|
|
||||||
"` c #E1E1E0",
|
|
||||||
" . c #9E9C98",
|
|
||||||
".. c #E1E1E1",
|
|
||||||
"+. c #DFDEDE",
|
|
||||||
"@. c #292621",
|
|
||||||
"#. c #898681",
|
|
||||||
"$. c #B7B6B3",
|
|
||||||
"%. c #CCCBCA",
|
|
||||||
"&. c #282520",
|
|
||||||
". . . . . . . . . . . . . . . . . . . . ",
|
|
||||||
"+ + + + + + + + + + + + + + + + + + + + ",
|
|
||||||
"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
|
|
||||||
"@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ",
|
|
||||||
"# # # # # # # # # # # # # # # # # # # # ",
|
|
||||||
"# # # # # # $ % & * * & % $ # # # # # # ",
|
|
||||||
"# # # # = - ; > > , , > > ; ' = # # # # ",
|
|
||||||
") ) ) ! ~ > { ] ^ / / ^ ( ; > ~ _ ) ) ) ",
|
|
||||||
") ) ) : > < [ } } } } } } | 1 > 2 ) ) ) ",
|
|
||||||
"3 3 4 5 5 6 7 7 7 8 8 7 7 7 9 5 5 0 3 3 ",
|
|
||||||
"3 3 a > b c c c c > > c c c c b > a 3 3 ",
|
|
||||||
"3 3 d > e f f f f g g f f f f h > i 3 3 ",
|
|
||||||
"j j > > k l m n n n n n n o l k > > j j ",
|
|
||||||
"p p > > q r s g g g g g g t r q > > p p ",
|
|
||||||
"p p u > v w w w w n n w w w w x > y p p ",
|
|
||||||
"z z A > B C C C C D n E C C C F > A z z ",
|
|
||||||
"z z G 5 H I J J J K L J J J M 5 5 N z z ",
|
|
||||||
"z z z O > P Q R R R R R R S P > T z z z ",
|
|
||||||
"U U U V F > W X Y Z Z Y : ` > F p U U U ",
|
|
||||||
"U U U U z ...> > +.+.> > , .z U U U U ",
|
|
||||||
"@.@.@.@.@.@.= #.$.%.%.$.#.= @.@.@.@.@.@.",
|
|
||||||
"@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.",
|
|
||||||
"@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.@.",
|
|
||||||
"&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.&.",
|
|
||||||
". . . . . . . . . . . . . . . . . . . . "};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * menu_active_xpm[] = {
|
|
||||||
"16 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"................",
|
|
||||||
"++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@",
|
|
||||||
"################",
|
|
||||||
"################",
|
|
||||||
"################",
|
|
||||||
"$$$$$$$$$$$$$$$$",
|
|
||||||
"$$$$$$$$$$$$$$$$",
|
|
||||||
"%%%%%%%%%%%%%%%%",
|
|
||||||
"%%%%%%%%%%%%%%%%",
|
|
||||||
"%%%%%%%%%%%%%%%%",
|
|
||||||
"&&&&&&&&&&&&&&&&",
|
|
||||||
"****************",
|
|
||||||
"****************",
|
|
||||||
"================",
|
|
||||||
"================",
|
|
||||||
"================",
|
|
||||||
"----------------",
|
|
||||||
"----------------",
|
|
||||||
";;;;;;;;;;;;;;;;",
|
|
||||||
";;;;;;;;;;;;;;;;",
|
|
||||||
";;;;;;;;;;;;;;;;",
|
|
||||||
">>>>>>>>>>>>>>>>",
|
|
||||||
"................"};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * menu_inactive_xpm[] = {
|
|
||||||
"16 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #3D3A35",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"................",
|
|
||||||
"++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@",
|
|
||||||
"################",
|
|
||||||
"################",
|
|
||||||
"################",
|
|
||||||
"$$$$$$$$$$$$$$$$",
|
|
||||||
"$$$$$$$$$$$$$$$$",
|
|
||||||
"%%%%%%%%%%%%%%%%",
|
|
||||||
"%%%%%%%%%%%%%%%%",
|
|
||||||
"%%%%%%%%%%%%%%%%",
|
|
||||||
"&&&&&&&&&&&&&&&&",
|
|
||||||
"****************",
|
|
||||||
"****************",
|
|
||||||
"================",
|
|
||||||
"================",
|
|
||||||
"================",
|
|
||||||
"----------------",
|
|
||||||
"----------------",
|
|
||||||
";;;;;;;;;;;;;;;;",
|
|
||||||
";;;;;;;;;;;;;;;;",
|
|
||||||
";;;;;;;;;;;;;;;;",
|
|
||||||
">>>>>>>>>>>>>>>>",
|
|
||||||
"................"};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * menu_pressed_xpm[] = {
|
|
||||||
"16 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"................",
|
|
||||||
"++++++++++++++++",
|
|
||||||
"@@@@@@@@@@@@@@@@",
|
|
||||||
"@@@@@@@@@@@@@@@@",
|
|
||||||
"################",
|
|
||||||
"################",
|
|
||||||
"################",
|
|
||||||
"$$$$$$$$$$$$$$$$",
|
|
||||||
"$$$$$$$$$$$$$$$$",
|
|
||||||
"%%%%%%%%%%%%%%%%",
|
|
||||||
"%%%%%%%%%%%%%%%%",
|
|
||||||
"%%%%%%%%%%%%%%%%",
|
|
||||||
"&&&&&&&&&&&&&&&&",
|
|
||||||
"****************",
|
|
||||||
"****************",
|
|
||||||
"================",
|
|
||||||
"================",
|
|
||||||
"================",
|
|
||||||
"----------------",
|
|
||||||
"----------------",
|
|
||||||
";;;;;;;;;;;;;;;;",
|
|
||||||
";;;;;;;;;;;;;;;;",
|
|
||||||
";;;;;;;;;;;;;;;;",
|
|
||||||
">>>>>>>>>>>>>>>>",
|
|
||||||
"................"};
|
|
@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * right_active_xpm[] = {
|
|
||||||
"3 20 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"..."};
|
|
@ -1,25 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * right_inactive_xpm[] = {
|
|
||||||
"3 20 2 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"...",
|
|
||||||
"..."};
|
|
@ -1,17 +0,0 @@
|
|||||||
button_offset=2
|
|
||||||
button_spacing=0
|
|
||||||
full_width_title=true
|
|
||||||
title_horizontal_offset=0
|
|
||||||
title_vertical_offset_active=1
|
|
||||||
title_vertical_offset_inactive=1
|
|
||||||
title_shadow_active=false
|
|
||||||
active_text_color=#E6E6E6
|
|
||||||
inactive_text_color=#9B9B9B
|
|
||||||
|
|
||||||
show_app_icon=true
|
|
||||||
|
|
||||||
shadow_delta_height=0
|
|
||||||
shadow_delta_width=0
|
|
||||||
shadow_delta_x=0
|
|
||||||
shadow_delta_y=0
|
|
||||||
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * title_1_active_xpm[] = {
|
|
||||||
"8 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"........",
|
|
||||||
"++++++++",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"&&&&&&&&",
|
|
||||||
"********",
|
|
||||||
"********",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"--------",
|
|
||||||
"--------",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
">>>>>>>>",
|
|
||||||
"........"};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * title_1_inactive_xpm[] = {
|
|
||||||
"8 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #3D3A35",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"........",
|
|
||||||
"++++++++",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"&&&&&&&&",
|
|
||||||
"********",
|
|
||||||
"********",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"--------",
|
|
||||||
"--------",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
">>>>>>>>",
|
|
||||||
"........"};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * title_2_active_xpm[] = {
|
|
||||||
"8 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"........",
|
|
||||||
"++++++++",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"&&&&&&&&",
|
|
||||||
"********",
|
|
||||||
"********",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"--------",
|
|
||||||
"--------",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
">>>>>>>>",
|
|
||||||
"........"};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * title_2_inactive_xpm[] = {
|
|
||||||
"8 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #3D3A35",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"........",
|
|
||||||
"++++++++",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"&&&&&&&&",
|
|
||||||
"********",
|
|
||||||
"********",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"--------",
|
|
||||||
"--------",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
">>>>>>>>",
|
|
||||||
"........"};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * title_3_active_xpm[] = {
|
|
||||||
"8 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"........",
|
|
||||||
"++++++++",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"&&&&&&&&",
|
|
||||||
"********",
|
|
||||||
"********",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"--------",
|
|
||||||
"--------",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
">>>>>>>>",
|
|
||||||
"........"};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * title_3_inactive_xpm[] = {
|
|
||||||
"8 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #3D3A35",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"........",
|
|
||||||
"++++++++",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"&&&&&&&&",
|
|
||||||
"********",
|
|
||||||
"********",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"--------",
|
|
||||||
"--------",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
">>>>>>>>",
|
|
||||||
"........"};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * title_4_active_xpm[] = {
|
|
||||||
"8 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"........",
|
|
||||||
"++++++++",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"&&&&&&&&",
|
|
||||||
"********",
|
|
||||||
"********",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"--------",
|
|
||||||
"--------",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
">>>>>>>>",
|
|
||||||
"........"};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * title_4_inactive_xpm[] = {
|
|
||||||
"8 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #3D3A35",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"........",
|
|
||||||
"++++++++",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"&&&&&&&&",
|
|
||||||
"********",
|
|
||||||
"********",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"--------",
|
|
||||||
"--------",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
">>>>>>>>",
|
|
||||||
"........"};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * title_5_active_xpm[] = {
|
|
||||||
"8 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"........",
|
|
||||||
"++++++++",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"&&&&&&&&",
|
|
||||||
"********",
|
|
||||||
"********",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"--------",
|
|
||||||
"--------",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
">>>>>>>>",
|
|
||||||
"........"};
|
|
@ -1,41 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * title_5_inactive_xpm[] = {
|
|
||||||
"8 25 13 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #3D3A35",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #302D28",
|
|
||||||
"$ c #2F2C27",
|
|
||||||
"% c #2E2B26",
|
|
||||||
"& c #2D2A25",
|
|
||||||
"* c #2C2924",
|
|
||||||
"= c #2B2823",
|
|
||||||
"- c #2A2722",
|
|
||||||
"; c #292621",
|
|
||||||
"> c #282520",
|
|
||||||
"........",
|
|
||||||
"++++++++",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"@@@@@@@@",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"########",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"$$$$$$$$",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"%%%%%%%%",
|
|
||||||
"&&&&&&&&",
|
|
||||||
"********",
|
|
||||||
"********",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"========",
|
|
||||||
"--------",
|
|
||||||
"--------",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
";;;;;;;;",
|
|
||||||
">>>>>>>>",
|
|
||||||
"........"};
|
|
@ -1,43 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * top_left_active_xpm[] = {
|
|
||||||
"6 25 15 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #3D3A35",
|
|
||||||
"# c #312E29",
|
|
||||||
"$ c #37342F",
|
|
||||||
"% c #302D28",
|
|
||||||
"& c #2F2C27",
|
|
||||||
"* c #2E2B26",
|
|
||||||
"= c #2D2A25",
|
|
||||||
"- c #2C2924",
|
|
||||||
"; c #2B2823",
|
|
||||||
"> c #2A2722",
|
|
||||||
", c #292621",
|
|
||||||
"' c #282520",
|
|
||||||
" .",
|
|
||||||
" ..+",
|
|
||||||
" .@@#",
|
|
||||||
" .$###",
|
|
||||||
" .$%%%",
|
|
||||||
".%%%%%",
|
|
||||||
".%%%%%",
|
|
||||||
".&&&&&",
|
|
||||||
".&&&&&",
|
|
||||||
".*****",
|
|
||||||
".*****",
|
|
||||||
".*****",
|
|
||||||
".=====",
|
|
||||||
".-----",
|
|
||||||
".-----",
|
|
||||||
".;;;;;",
|
|
||||||
".;;;;;",
|
|
||||||
".;;;;;",
|
|
||||||
".>>>>>",
|
|
||||||
".>>>>>",
|
|
||||||
".,,,,,",
|
|
||||||
".,,,,,",
|
|
||||||
".,,,,,",
|
|
||||||
".'''''",
|
|
||||||
"......"};
|
|
@ -1,43 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * top_left_inactive_xpm[] = {
|
|
||||||
"6 25 15 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #3D3A35",
|
|
||||||
"@ c #3A3732",
|
|
||||||
"# c #312E29",
|
|
||||||
"$ c #35322D",
|
|
||||||
"% c #302D28",
|
|
||||||
"& c #2F2C27",
|
|
||||||
"* c #2E2B26",
|
|
||||||
"= c #2D2A25",
|
|
||||||
"- c #2C2924",
|
|
||||||
"; c #2B2823",
|
|
||||||
"> c #2A2722",
|
|
||||||
", c #292621",
|
|
||||||
"' c #282520",
|
|
||||||
" .",
|
|
||||||
" ..+",
|
|
||||||
" .@@#",
|
|
||||||
" .$###",
|
|
||||||
" .$%%%",
|
|
||||||
".%%%%%",
|
|
||||||
".%%%%%",
|
|
||||||
".&&&&&",
|
|
||||||
".&&&&&",
|
|
||||||
".*****",
|
|
||||||
".*****",
|
|
||||||
".*****",
|
|
||||||
".=====",
|
|
||||||
".-----",
|
|
||||||
".-----",
|
|
||||||
".;;;;;",
|
|
||||||
".;;;;;",
|
|
||||||
".;;;;;",
|
|
||||||
".>>>>>",
|
|
||||||
".>>>>>",
|
|
||||||
".,,,,,",
|
|
||||||
".,,,,,",
|
|
||||||
".,,,,,",
|
|
||||||
".'''''",
|
|
||||||
"......"};
|
|
@ -1,43 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * top_right_active_xpm[] = {
|
|
||||||
"6 25 15 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #43403B",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #3D3A35",
|
|
||||||
"$ c #37342F",
|
|
||||||
"% c #302D28",
|
|
||||||
"& c #2F2C27",
|
|
||||||
"* c #2E2B26",
|
|
||||||
"= c #2D2A25",
|
|
||||||
"- c #2C2924",
|
|
||||||
"; c #2B2823",
|
|
||||||
"> c #2A2722",
|
|
||||||
", c #292621",
|
|
||||||
"' c #282520",
|
|
||||||
". ",
|
|
||||||
"+.. ",
|
|
||||||
"@##. ",
|
|
||||||
"@@@$. ",
|
|
||||||
"%%%$. ",
|
|
||||||
"%%%%%.",
|
|
||||||
"%%%%%.",
|
|
||||||
"&&&&&.",
|
|
||||||
"&&&&&.",
|
|
||||||
"*****.",
|
|
||||||
"*****.",
|
|
||||||
"*****.",
|
|
||||||
"=====.",
|
|
||||||
"-----.",
|
|
||||||
"-----.",
|
|
||||||
";;;;;.",
|
|
||||||
";;;;;.",
|
|
||||||
";;;;;.",
|
|
||||||
">>>>>.",
|
|
||||||
">>>>>.",
|
|
||||||
",,,,,.",
|
|
||||||
",,,,,.",
|
|
||||||
",,,,,.",
|
|
||||||
"'''''.",
|
|
||||||
"......"};
|
|
@ -1,43 +0,0 @@
|
|||||||
/* XPM */
|
|
||||||
static char * top_right_inactive_xpm[] = {
|
|
||||||
"6 25 15 1",
|
|
||||||
" c None",
|
|
||||||
". c #27241F",
|
|
||||||
"+ c #3D3A35",
|
|
||||||
"@ c #312E29",
|
|
||||||
"# c #3A3732",
|
|
||||||
"$ c #35322D",
|
|
||||||
"% c #302D28",
|
|
||||||
"& c #2F2C27",
|
|
||||||
"* c #2E2B26",
|
|
||||||
"= c #2D2A25",
|
|
||||||
"- c #2C2924",
|
|
||||||
"; c #2B2823",
|
|
||||||
"> c #2A2722",
|
|
||||||
", c #292621",
|
|
||||||
"' c #282520",
|
|
||||||
". ",
|
|
||||||
"+.. ",
|
|
||||||
"@##. ",
|
|
||||||
"@@@$. ",
|
|
||||||
"%%%$. ",
|
|
||||||
"%%%%%.",
|
|
||||||
"%%%%%.",
|
|
||||||
"&&&&&.",
|
|
||||||
"&&&&&.",
|
|
||||||
"*****.",
|
|
||||||
"*****.",
|
|
||||||
"*****.",
|
|
||||||
"=====.",
|
|
||||||
"-----.",
|
|
||||||
"-----.",
|
|
||||||
";;;;;.",
|
|
||||||
";;;;;.",
|
|
||||||
";;;;;.",
|
|
||||||
">>>>>.",
|
|
||||||
">>>>>.",
|
|
||||||
",,,,,.",
|
|
||||||
",,,,,.",
|
|
||||||
",,,,,.",
|
|
||||||
"'''''.",
|
|
||||||
"......"};
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user