Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit 5c670cd0d9
)
pull/92/head
parent
2f62c82540
commit
b937338391
@ -0,0 +1,6 @@
|
||||
not DEB_KDE_CVS_MAKE
|
||||
remove from rules clean:: rm -f patches and .tar.bz2
|
||||
don't build-dep on automake1.9
|
||||
remove stamp-libtool rules (3 of them) from debian/rules
|
||||
tdegames suggests khelpcentre
|
||||
remove clean rule
|
@ -0,0 +1,5 @@
|
||||
/usr/include/atlantik
|
||||
/usr/include/atlantic
|
||||
/usr/lib/*/libatlantic.so
|
||||
/usr/lib/*/libatlantikclient.so
|
||||
/usr/lib/*/libatlantikui.so
|
@ -0,0 +1,18 @@
|
||||
/usr/games/atlantik
|
||||
/usr/lib/*/libatlantic.la
|
||||
/usr/lib/*/libatlantic.so.*
|
||||
/usr/lib/*/libatlantikclient.la
|
||||
/usr/lib/*/libatlantikclient.so.*
|
||||
/usr/lib/*/libatlantikui.la
|
||||
/usr/lib/*/libatlantikui.so.*
|
||||
/usr/lib/*/trinity/tdeio_atlantik.la
|
||||
/usr/lib/*/trinity/tdeio_atlantik.so
|
||||
/usr/share/services/atlantik.protocol
|
||||
/usr/share/doc/tde/HTML/en/atlantik/*
|
||||
/usr/share/applications/tde/atlantik.desktop
|
||||
/usr/share/icons/hicolor/48x48/apps/atlantik.png
|
||||
/usr/share/icons/hicolor/32x32/apps/atlantik.png
|
||||
/usr/share/icons/hicolor/16x16/apps/atlantik.png
|
||||
/usr/share/apps/atlantik/*
|
||||
../icons/atlantik.xpm /usr/share/pixmaps
|
||||
../icons/atlantik-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/atlantik /usr/share/doc/atlantik/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/atlantik-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(atlantik-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Board"\
|
||||
hints="TDE,Monopoly"\
|
||||
title="Atlantik"\
|
||||
icon32x32="/usr/share/pixmaps/atlantik.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/atlantik-16.xpm"\
|
||||
command="/usr/games/atlantik"
|
||||
|
@ -0,0 +1,218 @@
|
||||
# -*- mode: makefile; coding: utf-8 -*-
|
||||
# Copyright © 2003 Christopher L Cheney <ccheney@debian.org>
|
||||
# Copyright © 2019 TDE Team
|
||||
# Description: A class for TDE packages; sets TDE environment variables, etc
|
||||
#
|
||||
# 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, 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., 59 Temple Place, Suite 330, Boston, MA
|
||||
# 02111-1307 USA.
|
||||
|
||||
ifndef _cdbs_bootstrap
|
||||
_cdbs_scripts_path ?= /usr/lib/cdbs
|
||||
_cdbs_rules_path ?= /usr/share/cdbs/1/rules
|
||||
_cdbs_class_path ?= /usr/share/cdbs/1/class
|
||||
endif
|
||||
|
||||
ifndef _cdbs_class_debian-qt-kde
|
||||
_cdbs_class_debian-qt-kde := 1
|
||||
|
||||
# for dh_icons
|
||||
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), debhelper (>= 5.0.7ubuntu4)
|
||||
|
||||
# Note: This _must_ be included before autotools.mk, or it won't work.
|
||||
common-configure-arch common-configure-indep:: debian/stamp-cvs-make
|
||||
debian/stamp-cvs-make:
|
||||
ifndef _cdbs_class_cmake
|
||||
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
|
||||
cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
|
||||
endif
|
||||
ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
|
||||
cp -Rp /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh
|
||||
endif
|
||||
$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common dist;
|
||||
endif
|
||||
touch debian/stamp-cvs-make
|
||||
|
||||
include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
|
||||
|
||||
ifdef _cdbs_tarball_dir
|
||||
DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
|
||||
else
|
||||
DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
|
||||
endif
|
||||
|
||||
ifndef _cdbs_class_cmake
|
||||
include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
|
||||
endif
|
||||
|
||||
ifndef _cdbs_rules_patchsys_quilt
|
||||
DEB_PATCHDIRS := debian/patches/common debian/patches
|
||||
endif
|
||||
|
||||
export kde_cgidir = \$${libdir}/cgi-bin
|
||||
export kde_confdir = \$${sysconfdir}/trinity
|
||||
export kde_htmldir = \$${datadir}/doc/tde/HTML
|
||||
|
||||
DEB_KDE_ENABLE_FINAL := yes
|
||||
DEB_INSTALL_DOCS_ALL :=
|
||||
|
||||
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
|
||||
DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib/$(DEB_HOST_MULTIARCH))
|
||||
|
||||
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
|
||||
DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include"
|
||||
DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el
|
||||
|
||||
ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||
cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb
|
||||
ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches)))
|
||||
cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
|
||||
else
|
||||
cdbs_kde_enable_final =
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
|
||||
cdbs_kde_enable_final =
|
||||
cdbs_kde_enable_debug = --enable-debug=yes
|
||||
else
|
||||
cdbs_kde_enable_debug = --disable-debug
|
||||
endif
|
||||
|
||||
ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
|
||||
cdbs_kde_enable_debug = --enable-debug=full
|
||||
endif
|
||||
|
||||
DEB_BUILD_PARALLEL ?= true
|
||||
|
||||
cdbs_configure_flags += \
|
||||
--with-qt-dir=/usr/share/qt3 \
|
||||
--disable-rpath \
|
||||
--with-xinerama \
|
||||
$(cdbs_kde_enable_final) \
|
||||
$(cdbs_kde_enable_debug)
|
||||
|
||||
|
||||
# This is a convenience target for calling manually.
|
||||
# It's not part of the build process.
|
||||
buildprep: clean apply-patches
|
||||
ifndef _cdbs_class_cmake
|
||||
$(MAKE) -f admin/Makefile.common dist
|
||||
endif
|
||||
debian/rules clean
|
||||
|
||||
common-build-arch:: debian/stamp-man-pages
|
||||
debian/stamp-man-pages:
|
||||
if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
|
||||
for f in $$(find debian/man -name '*.sgml'); do \
|
||||
docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
|
||||
done
|
||||
for f in $$(find debian/man -name '*.man'); do \
|
||||
soelim -I debian/man $$f \
|
||||
> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
|
||||
done
|
||||
touch debian/stamp-man-pages
|
||||
|
||||
common-binary-indep::
|
||||
( set -e; \
|
||||
tmpf=`mktemp debian/versions.XXXXXX`; \
|
||||
perl debian/cdbs/versions.pl >$$tmpf; \
|
||||
for p in $(DEB_INDEP_PACKAGES); do \
|
||||
cat $$tmpf >>debian/$$p.substvars; \
|
||||
done; \
|
||||
rm -f $$tmpf )
|
||||
|
||||
common-binary-arch::
|
||||
( set -e; \
|
||||
tmpf=`mktemp debian/versions.XXXXXX`; \
|
||||
perl debian/cdbs/versions.pl >$$tmpf; \
|
||||
for p in $(DEB_ARCH_PACKAGES); do \
|
||||
cat $$tmpf >>debian/$$p.substvars; \
|
||||
done; \
|
||||
rm -f $$tmpf )
|
||||
# update multi-arch path in install files
|
||||
ls -d debian/* | \
|
||||
grep -E "(install|links)$$" | \
|
||||
while read a; do \
|
||||
[ -d $$a ] || [ -f $$a.arch ] || \
|
||||
! grep -q "\$$(DEB_HOST_MULTIARCH)" $$a || \
|
||||
sed -i.arch "s|\$$(DEB_HOST_MULTIARCH)|$(DEB_HOST_MULTIARCH)|g" $$a; \
|
||||
done
|
||||
|
||||
clean::
|
||||
rm -rf debian/man/out
|
||||
-rmdir debian/man
|
||||
rm -f debian/stamp-man-pages
|
||||
rm -rf debian/shlibs-check
|
||||
# revert multi-arch path in install files
|
||||
ls -d debian/* | \
|
||||
grep -E "(install|links)$$" | \
|
||||
while read a; do \
|
||||
[ ! -f $$a.arch ] || \
|
||||
mv $$a.arch $$a; \
|
||||
done
|
||||
|
||||
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
|
||||
if test -x /usr/bin/dh_icons; then dh_icons -p$(cdbs_curpkg) $(DEB_DH_ICONCACHE_ARGS); fi
|
||||
if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
|
||||
if test -e debian/$(cdbs_curpkg).lintian; then \
|
||||
install -p -D -m644 debian/$(cdbs_curpkg).lintian \
|
||||
debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
|
||||
fi
|
||||
if test -e debian/$(cdbs_curpkg).presubj; then \
|
||||
install -p -D -m644 debian/$(cdbs_curpkg).presubj \
|
||||
debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
|
||||
fi
|
||||
|
||||
binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
|
||||
set -e; \
|
||||
for doc in `cd $(DEB_DESTDIR)/usr/share/doc/tde/HTML/en; find . -name index.docbook`; do \
|
||||
pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
|
||||
echo Building $$pkg HTML docs...; \
|
||||
mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/tde/HTML/en/$$pkg; \
|
||||
cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/tde/HTML/en/$$pkg; \
|
||||
/usr/bin/meinproc $(DEB_DESTDIR)/usr/share/doc/tde/HTML/en/$$pkg/index.docbook; \
|
||||
done
|
||||
for pkg in $(DOC_HTML_PRUNE) ; do \
|
||||
rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/tde/HTML/en/$$pkg; \
|
||||
done
|
||||
|
||||
common-build-indep:: debian/stamp-kde-apidox
|
||||
debian/stamp-kde-apidox:
|
||||
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) apidox)
|
||||
touch $@
|
||||
|
||||
common-install-indep:: common-install-kde-apidox
|
||||
common-install-kde-apidox::
|
||||
$(if $(DEB_KDE_APIDOX),+$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR))
|
||||
|
||||
cleanbuilddir::
|
||||
-$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
|
||||
|
||||
clean::
|
||||
ifndef _cdbs_class_cmake
|
||||
if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \
|
||||
cd $(DEB_SRCDIR); \
|
||||
find . -name Makefile.in -print | \
|
||||
xargs --no-run-if-empty rm -f; \
|
||||
rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \
|
||||
configure configure.files configure.in stamp-h.in \
|
||||
subdirs; \
|
||||
fi
|
||||
endif
|
||||
rm -f debian/stamp-kde-apidox
|
||||
rm -f debian/stamp-cvs-make
|
||||
|
||||
endif
|
@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $version = `dpkg-parsechangelog | awk '/^Version/ {print \$2}'`;
|
||||
my ($version3, $version3_next);
|
||||
my ($version2, $version2_next);
|
||||
|
||||
($version3 = $version) =~ s/^(([^.]+\.){2}[^.+~-]+)[.+~-]?[^-]*-[^-]+$/$1/;
|
||||
($version2 = $version3) =~ s/\.[^.]+$//;
|
||||
|
||||
($version3_next = $version3) =~ s/(?<=\.)(\d+)[a-z]?$/($1+1)/e;
|
||||
($version2_next = $version2) =~ s/(?<=\.)(\d+)$/($1+1)/e;
|
||||
|
||||
print "TDE-Version3=$version3\n";
|
||||
print "TDE-Version2=$version2\n";
|
||||
print "TDE-Next-Version3=$version3_next\n";
|
||||
print "TDE-Next-Version2=$version2_next\n";
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
||||
9
|
@ -0,0 +1,693 @@
|
||||
Source: tdegames-trinity
|
||||
Section: games
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
|
||||
Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Daniel Schepler <schepler@debian.org>, Sune Vuorela <debian@pusling.com>
|
||||
Build-Depends: libasound2-dev [!solaris-any], cdbs (>= 0.4.39-0.1), debhelper (>= 7.0.50~), quilt, cmake, autotools-dev, gawk, tdelibs14-trinity-dev, tdemultimedia-trinity-dev, libtool, groff-base, sharutils, bzip2, sharutils, libogg-dev, automake, autoconf, libtool, libltdl-dev
|
||||
Build-Depends-Indep: doxygen, graphviz, gsfonts-x11, libtqtinterface-doc, tdelibs14-trinity-doc
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: tdegames-trinity
|
||||
Architecture: all
|
||||
Section: tde
|
||||
Replaces: kdegames-trinity (<< 4:14.0.0~)
|
||||
Breaks: kdegames-trinity (<< 4:14.0.0~)
|
||||
Depends: atlantik-trinity (>= ${source:Version}), kasteroids-trinity (>= ${source:Version}), katomic-trinity (>= ${source:Version}), kbackgammon-trinity (>= ${source:Version}), kbattleship-trinity (>= ${source:Version}), kblackbox-trinity (>= ${source:Version}), kbounce-trinity (>= ${source:Version}), kenolaba-trinity (>= ${source:Version}), kfouleggs-trinity (>= ${source:Version}), kgoldrunner-trinity (>= ${source:Version}), kjumpingcube-trinity (>= ${source:Version}), klickety-trinity (>= ${source:Version}), klines-trinity (>= ${source:Version}), kmahjongg-trinity (>= ${source:Version}), kmines-trinity (>= ${source:Version}), knetwalk-trinity (>= ${source:Version}), kolf-trinity (>= ${source:Version}), konquest-trinity (>= ${source:Version}), kpat-trinity (>= ${source:Version}), kpoker-trinity (>= ${source:Version}), kreversi-trinity (>= ${source:Version}), ksame-trinity (>= ${source:Version}), kshisen-trinity (>= ${source:Version}), ksirtet-trinity (>= ${source:Version}), ksmiletris-trinity (>= ${source:Version}), ksnake-trinity (>= ${source:Version}), ksokoban-trinity (>= ${source:Version}), kspaceduel-trinity (>= ${source:Version}), ktron-trinity (>= ${source:Version}), ktuberling-trinity (>= ${source:Version}), twin4-trinity (>= ${source:Version}), lskat-trinity (>= ${source:Version})
|
||||
Suggests: tdegames-trinity-doc-html (>= ${source:Version}), khelpcenter-trinity
|
||||
Description: games from the official Trinity release
|
||||
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
|
||||
desktop environment for Unix workstations. It combines ease of use,
|
||||
contemporary functionality, and outstanding graphical design with the
|
||||
technological superiority of the Unix operating system.
|
||||
.
|
||||
This metapackage includes a collection of games provided with
|
||||
the official release of TDE.
|
||||
|
||||
Package: tdegames-trinity-doc-html
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Replaces: kdegames-trinity-doc-html (<< 4:14.0.0~)
|
||||
Breaks: kdegames-trinity-doc-html (<< 4:14.0.0~)
|
||||
Suggests: konqueror-trinity | www-browser, tdegames-trinity
|
||||
Description: TDE games documentation in HTML format
|
||||
By default the games provided with TDE (the Trinity Desktop Environment)
|
||||
only provide their documentation in TDE docbook format, which can
|
||||
only be read by Konqueror or KHelpCenter. This package provides all
|
||||
of the TDE games documentation converted to HTML format so it can be
|
||||
read with any web browser.
|
||||
.
|
||||
The documentation will be installed into the usual directories
|
||||
/usr/share/doc/tde/HTML/en/<package>/, for instance
|
||||
/usr/share/doc/tde/HTML/en/kasteroids/.
|
||||
.
|
||||
This package is part of TDE, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: libtdegames1-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: libkdegames1-trinity (<< 4:14.0.0~)
|
||||
Breaks: libkdegames1-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Trinity games library and common files
|
||||
This library provides a common infrastructure for several of the
|
||||
games in the TDE distribution. Features include standardized menu
|
||||
items, high score handling, card display, and network connections
|
||||
including chat capabilities.
|
||||
.
|
||||
This package is part of TDE, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: tdegames-trinity-dbg
|
||||
Architecture: linux-any
|
||||
Depends: tdelibs-trinity-dbg
|
||||
Replaces: kdegames-trinity-dbg (<< 4:14.0.0~)
|
||||
Breaks: kdegames-trinity-dbg (<< 4:14.0.0~)
|
||||
Priority: extra
|
||||
Section: tde
|
||||
Description: debugging symbols for tdegames
|
||||
This package contains the debugging symbols associated with tdegames.
|
||||
They will automatically be used by gdb for debugging tdegames-related
|
||||
issues.
|
||||
|
||||
Package: libtdegames-trinity-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Replaces: libkdegames-trinity-dev (<< 4:14.0.0~)
|
||||
Breaks: libkdegames-trinity-dev (<< 4:14.0.0~)
|
||||
Depends: tdelibs14-trinity-dev, libtdegames1-trinity (= ${source:Version})
|
||||
Description: Trinity games library headers
|
||||
This package is necessary if you want to develop your own games using
|
||||
the TDE games library.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: libtdegames-trinity-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Replaces: libkdegames-trinity-doc (<< 4:14.0.0~)
|
||||
Breaks: libkdegames-trinity-doc (<< 4:14.0.0~)
|
||||
Recommends: tdelibs14-trinity-doc, libtqtinterface-doc
|
||||
Suggests: konqueror-trinity | www-browser, libtdegames-trinity-dev
|
||||
Description: API documentation for the Trinity games library
|
||||
This package contains the developers' documentation for libtdegames.
|
||||
You may want to install it if you wish to develop games for TDE.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: tdegames-card-data-trinity
|
||||
Architecture: all
|
||||
Section: games
|
||||
Replaces: kdegames-card-data-trinity (<< 4:14.0.0~)
|
||||
Breaks: kdegames-card-data-trinity (<< 4:14.0.0~)
|
||||
Description: Card decks for Trinity games
|
||||
Several different collections of card images for use by TDE games.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: atlantik-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: atlantik-trinity (<< 4:14.0.0~)
|
||||
Breaks: atlantik-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Suggests: atlantikdesigner-trinity, monopd
|
||||
Description: TDE client for Monopoly-like network games
|
||||
This is a TDE client for playing Monopoly-like boardgames on the
|
||||
monopd network. It can play any board supported by the network
|
||||
server, including the classic Monopoly game, as well as the Atlantik
|
||||
game in which the property includes several major cities in North
|
||||
America and Europe.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: atlantik-trinity-dev
|
||||
Architecture: any
|
||||
Section: devel
|
||||
Replaces: atlantik-trinity-dev (<< 4:14.0.0~)
|
||||
Breaks: atlantik-trinity-dev (<< 4:14.0.0~)
|
||||
Priority: extra
|
||||
Depends: ${shlibs:Depends}, atlantik-trinity (= ${source:Version}), libtdegames-trinity-dev (= ${source:Version})
|
||||
Description: Development files for Atlantik
|
||||
This package contains header files for compiling programs against the
|
||||
libraries which come with Atlantik.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kasteroids-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kasteroids-trinity (<< 4:14.0.0~)
|
||||
Breaks: kasteroids-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Asteroids for Trinity
|
||||
You know this game. It is based on Warwick Allison's QwSpriteField
|
||||
widget.
|
||||
.
|
||||
The objective of kasteroids is to destroy all the asteroids on the
|
||||
screen to advance to the next level. Your ship is destroyed if it
|
||||
makes contact with an asteroid.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: katomic-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: katomic-trinity (<< 4:14.0.0~)
|
||||
Breaks: katomic-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Atomic Entertainment game for Trinity
|
||||
This is a puzzle game, in which the object is to assemble a molecule
|
||||
from its atoms on a Sokoban-like board. On each move, an atom goes
|
||||
as far as it can in a specified direction before being stopped by a
|
||||
wall or another atom.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kbackgammon-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kbackgammon-trinity (<< 4:14.0.0~)
|
||||
Breaks: kbackgammon-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Suggests: gnubg
|
||||
Description: A Backgammon game for Trinity
|
||||
KBackgammon is a backgammon program for Trinity. It is based on the
|
||||
code, ideas and concepts of KFibs (which is a FIBS client for
|
||||
KDE1). For a short time, KBackgammon was called bacKgammon (if you
|
||||
know somebody who is still using bacKgammon, please force them to
|
||||
upgrade :-)).
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kbattleship-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kbattleship-trinity (<< 4:14.0.0~)
|
||||
Breaks: kbattleship-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Battleship game for Trinity
|
||||
This is an implementation of the Battleship game. Each player tries
|
||||
to be the first to sink all the opponent's ships by firing "blindly"
|
||||
at them. The game has options to play over a network connection or
|
||||
against the computer.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kblackbox-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kblackbox-trinity (<< 4:14.0.0~)
|
||||
Breaks: kblackbox-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: A simple logical game for the Trinity project
|
||||
KBlackBox is a game of hide and seek played on an grid of boxes. Your
|
||||
opponent (Random number generator, in this case) has hidden several
|
||||
balls within this box. By shooting rays into the box and observing
|
||||
where they emerge it is possible to deduce the positions of the
|
||||
hidden balls. The fewer rays you use to find the balls, the lower
|
||||
your score.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kbounce-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kbounce-trinity (<< 4:14.0.0~)
|
||||
Breaks: kbounce-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Jezzball clone for the Trinity Desktop Environment
|
||||
This is a clone of the popular Jezzball game originally created by
|
||||
Microsoft. Jezzball is one of the rare and simple games requiring
|
||||
skill, timing, and patience in order to be successful. A ball begins
|
||||
to bounce off of an area enclosed by four borders (like a
|
||||
square). You must move your pointer to certain areas within the
|
||||
square. Upon clicking, a new border is constructed at a relatively
|
||||
quick pace. You can change the direction of the borders by 90 degrees
|
||||
as well. Ultimately, you must force the ball to bounce around in a
|
||||
smaller, and smaller area as time goes by without the ball ever
|
||||
touching the borders as they are being constructed. If a ball touches
|
||||
a certain part of the border as it is being built, the game is over.
|
||||
After 75% of the original space has been blocked off from the moving
|
||||
ball, you advance one level, and one more ball is added to the mix in
|
||||
the following level.
|
||||
.
|
||||
This game was previously known as kjezz.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kenolaba-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kenolaba-trinity (<< 4:14.0.0~)
|
||||
Breaks: kenolaba-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Enolaba board game for Trinity
|
||||
kenolaba is a simple board strategy game that is played by two
|
||||
players. There are red and yellow pieces for each player. Beginning
|
||||
from a start position where each player has 14 pieces, moves are
|
||||
drawn until one player has pushed 6 pieces of his opponent out of the
|
||||
board.
|
||||
.
|
||||
This game was previously known as kabalone, and was inspired by the
|
||||
board game Abalone by Abalone SA, France.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kfouleggs-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kfouleggs-trinity (<< 4:14.0.0~)
|
||||
Breaks: kfouleggs-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: A TDE clone of the Japanese PuyoPuyo game
|
||||
KFouleggs is a clone of the Japanese PuyoPuyo game, with advanced
|
||||
features such as multiplayer games against human or AI, and network
|
||||
play. If you have played Tetris or one of its many clones, you will
|
||||
find KFouleggs easy to learn.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kgoldrunner-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kgoldrunner-trinity (<< 4:14.0.0~)
|
||||
Breaks: kgoldrunner-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: A Trinity clone of the Loderunner arcade game
|
||||
KGoldrunner, a game of action and puzzle solving. Run through the
|
||||
maze, dodge your enemies, collect all the gold and climb up to the
|
||||
next level.
|
||||
.
|
||||
You must guide the hero with the mouse or keyboard and collect all
|
||||
the gold nuggets, then you can climb up into the next level. Your
|
||||
enemies are also after the gold and they will kill you if they catch
|
||||
you!
|
||||
.
|
||||
The problem is you have no weapon to kill them. All you can do is
|
||||
run away, dig holes in the floor to trap them or lure them into some
|
||||
area where they cannot hurt you. After a short time a trapped enemy
|
||||
climbs out of his hole, but if it closes before that, he will die and
|
||||
reappear somewhere else.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kjumpingcube-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kjumpingcube-trinity (<< 4:14.0.0~)
|
||||
Breaks: kjumpingcube-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Tactical one or two player game
|
||||
KJumpingCube is a simple tactical game. You can play it against the
|
||||
computer or against a friend. The playing field consists of squares
|
||||
that contains points. By clicking on the squares you can increase
|
||||
the points and if the points reach a maximum the points will jump to
|
||||
the squares neighbours and take them over. Winner is the one, who
|
||||
owns all squares.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: klickety-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: klickety-trinity (<< 4:14.0.0~)
|
||||
Breaks: klickety-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: A Clickomania-like game for Trinity
|
||||
Klickety is an adaptation of the (perhaps) well-known Clickomania
|
||||
game; it is very similar to the "same" game.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: klines-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: klines-trinity (<< 4:14.0.0~)
|
||||
Breaks: klines-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Color lines for Trinity
|
||||
KLines is a simple game. It is played by one player, so there is only
|
||||
one winner :-). You play for fun and against the high score. It was
|
||||
inspired by a well known game - "Color lines", written for DOS by
|
||||
Olga Demina, Igor Demina, Igor Ivkin and Gennady Denisov back in
|
||||
1992.
|
||||
.
|
||||
The main rules of the game are as simple as possible: you move (using
|
||||
the mouse) marbles from cell to cell and build lines (horizontal,
|
||||
vertical or diagonal). When a line contains 5 or more marbles, they
|
||||
are removed and your score grows. After each turn the computer drops
|
||||
three more marbles.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kmahjongg-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kmahjongg-trinity (<< 4:14.0.0~)
|
||||
Breaks: kmahjongg-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: the classic mahjongg game for Trinity project
|
||||
Your mission in this game is to remove all tiles from the game board. A
|
||||
matching pair of tiles can be removed, if they are 'free', which means that
|
||||
no other tiles block them on the left or right side.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kmines-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kmines-trinity (<< 4:14.0.0~)
|
||||
Breaks: kmines-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Minesweeper for Trinity
|
||||
KMines is the classic Minesweeper game. You must uncover all the
|
||||
empty cases without blowing on a mine.
|
||||
.
|
||||
When you uncover a case, a number appears : it indicates how many
|
||||
mines surround this case. If there is no number the neighbour cases
|
||||
are automatically uncovered. In your process of uncovering secure
|
||||
cases, it is very useful to put a flag on the cases which contain a
|
||||
mine.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: knetwalk-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: knetwalk-trinity (<< 4:14.0.0~)
|
||||
Breaks: knetwalk-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: A game for system administrators
|
||||
This game presents the player with a rectangular field consisting of
|
||||
a server, several clients, and pieces of wire. The object is to
|
||||
rotate these elements until every client is connected to the server,
|
||||
and no wires are left unconnected.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kolf-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kolf-trinity (<< 4:14.0.0~)
|
||||
Breaks: kolf-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Minigolf game for TDE
|
||||
This is a minigolf game for TDE that allows you to go through different
|
||||
golf courses and waste an exorbitant amount of time.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kolf-trinity-dev
|
||||
Architecture: any
|
||||
Section: devel
|
||||
Replaces: kolf-trinity-dev (<< 4:14.0.0~)
|
||||
Breaks: kolf-trinity-dev (<< 4:14.0.0~)
|
||||
Priority: extra
|
||||
Depends: ${shlibs:Depends}, kolf-trinity (= ${source:Version}), libtdegames-trinity-dev (= ${source:Version})
|
||||
Description: Development files for Kolf
|
||||
This package contains headers and development libraries for compiling
|
||||
Kolf plugins.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: konquest-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: konquest-trinity (<< 4:14.0.0~)
|
||||
Breaks: konquest-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: TDE based GNU-Lactic Konquest game
|
||||
This the TDE version of Gnu-Lactic Konquest, a multi-player strategy
|
||||
game. The goal of the game is to expand your interstellar empire
|
||||
across the galaxy and, of course, crush your rivals in the process.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kpat-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kpat-trinity (<< 4:14.0.0~)
|
||||
Breaks: kpat-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdebase-data-trinity, tdegames-card-data-trinity
|
||||
Description: Trinity solitaire patience game
|
||||
KPatience is a collection of 14 card games. All the games are single
|
||||
player games.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kpoker-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kpoker-trinity (<< 4:14.0.0~)
|
||||
Breaks: kpoker-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdegames-card-data-trinity
|
||||
Description: Trinity based Poker clone
|
||||
KPoker is a TDE compliant clone of those highly addictive pocket
|
||||
video poker games which are sometimes called "Videopoker" as well.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kreversi-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kreversi-trinity (<< 4:14.0.0~)
|
||||
Breaks: kreversi-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Reversi for Trinity
|
||||
Reversi is a simple strategy game that is played by two
|
||||
players. There is only one type of piece - one side of it is black,
|
||||
the other white. If a player captures a piece on the board, that
|
||||
piece is turned and belongs to that player. The winner is the person
|
||||
that has more pieces of his own color on the board and if there are
|
||||
no more moves possible.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: ksame-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: ksame-trinity (<< 4:14.0.0~)
|
||||
Breaks: ksame-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: SameGame for Trinity
|
||||
KSame is a simple game. It's played by one player, so there is only
|
||||
one winner :-) You play for fun and against the high score. It has
|
||||
been inspired by SameGame, that is only famous on the Macintosh
|
||||
platform.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kshisen-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kshisen-trinity (<< 4:14.0.0~)
|
||||
Breaks: kshisen-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Shisen-Sho for Trinity
|
||||
KShisen-Sho is a single-player-game similar to Mahjongg and uses the
|
||||
same set of tiles as Mahjongg.
|
||||
.
|
||||
The object of the game is to remove all tiles from the field.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: ksirtet-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: ksirtet-trinity (<< 4:14.0.0~)
|
||||
Breaks: ksirtet-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Tetris and Puyo-Puyo games for Trinity
|
||||
This program is a clone of the well known game Tetris. You must fit
|
||||
the falling pieces to form full lines. You can rotate and translate
|
||||
the falling piece. The game ends when no more piece can fall ie when
|
||||
your incomplete lines reach the top of the board.
|
||||
.
|
||||
Every time you have destroyed 10 lines, you gain a level and the
|
||||
pieces fall quicker (exactly the piece falls from a line each
|
||||
1/(1+level) second).
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: ksmiletris-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: ksmiletris-trinity (<< 4:14.0.0~)
|
||||
Breaks: ksmiletris-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Tetris like game for Trinity
|
||||
This is a game with falling blocks composed of different types of
|
||||
smilies. The object of the game is to "crack a smile" by guiding
|
||||
blocks so there are two or more of the same symbol vertically.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: ksnake-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: ksnake-trinity (<< 4:14.0.0~)
|
||||
Breaks: ksnake-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Snake Race for Trinity
|
||||
Snake Race is a game of speed and agility. You are a hungry snake and
|
||||
are trying to eat all the apples in the room before getting out!
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: ksokoban-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: ksokoban-trinity (<< 4:14.0.0~)
|
||||
Breaks: ksokoban-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Sokoban game for Trinity
|
||||
The first sokoban game was created in 1982 by Hiroyuki Imabayashi at
|
||||
the Japanese company Thinking Rabbit, Inc. "Sokoban" is japanese for
|
||||
"warehouse keeper". The idea is that you are a warehouse keeper
|
||||
trying to push crates to their proper locations in a warehouse.
|
||||
.
|
||||
The problem is that you cannot pull the crates or step over them. If
|
||||
you are not careful, some of the crates can get stuck in wrong places
|
||||
and/or block your way.
|
||||
.
|
||||
It can be rather difficult just to solve a level. But if you want to
|
||||
make it even harder, you can try to minimise the number of moves
|
||||
and/or pushes you use to solve the level.
|
||||
.
|
||||
To make the game more fun for small kids (below 10 years or so), some
|
||||
collections with easier levels are also included in KSokoban. These
|
||||
are marked (easy) in the level collection menu. Of course, these
|
||||
levels can be fun for adults too, for example if you don't want to
|
||||
expose yourself to too much mental strain.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: kspaceduel-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kspaceduel-trinity (<< 4:14.0.0~)
|
||||
Breaks: kspaceduel-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Arcade two-player space game for Trinity
|
||||
KSpaceduel is an space arcade game for two players.
|
||||
.
|
||||
Each player controls a ship that flies around the sun and tries to
|
||||
shoot at the other ship. You can play KSpaceduel with another person,
|
||||
against the computer, or you can have the computer control both ships
|
||||
and play each other.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: ktron-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: ktron-trinity (<< 4:14.0.0~)
|
||||
Breaks: ktron-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Tron clone for the Trinity Desktop Environment
|
||||
The object of the game is to avoid running into walls, your own tail,
|
||||
and that of your opponent.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: ktuberling-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: ktuberling-trinity (<< 4:14.0.0~)
|
||||
Breaks: ktuberling-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Potato Guy for Trinity
|
||||
KTuberling is a game intended for small children. Of course, it may
|
||||
be suitable for adults who have remained young at heart.
|
||||
.
|
||||
It is a potato editor. That means that you can drag and drop eyes,
|
||||
mouths, moustache, and other parts of face and goodies onto a
|
||||
potato-like guy. Similarly, you have a penguin on which you can drop
|
||||
other stuff.
|
||||
.
|
||||
There is no winner for the game. The only purpose is to make the
|
||||
funniest faces you can.
|
||||
.
|
||||
There is a museum (like a "Madame Tusseau" gallery) where you can
|
||||
find many funny examples of decorated potatoes. Of course, you can
|
||||
send your own creations to the programmer, Eric Bischoff, who will
|
||||
include them in the museum if he gets some spare time.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: twin4-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: kwin4-trinity (<< 4:14.0.0~)
|
||||
Breaks: kwin4-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Connect Four clone for Trinity
|
||||
Four wins is a game for two players. Each player is represented by a
|
||||
colour (yellow and red). The goal of the game is to get four
|
||||
connected pieces of your colour into a row, column or any
|
||||
diagonal. This is done by placing one of your pieces into any of the
|
||||
seven columns. A piece will begin to fill a column from the bottom,
|
||||
i.e. it will fall down until it reaches the ground level or another
|
||||
stone. After a move is done it is the turn of the other player. This
|
||||
is repeated until the game is over, i.e. one of the players has four
|
||||
pieces in a row, column or diagonal or no more moves are possible
|
||||
because the board is filled.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
||||
|
||||
Package: lskat-trinity
|
||||
Architecture: any
|
||||
Section: games
|
||||
Replaces: lskat-trinity (<< 4:14.0.0~)
|
||||
Breaks: lskat-trinity (<< 4:14.0.0~)
|
||||
Depends: ${shlibs:Depends}, tdegames-card-data-trinity
|
||||
Description: Lieutnant Skat card game for Trinity
|
||||
Lieutnant Skat (from German Offiziersskat) is a card game for two
|
||||
players. It is roughly played according to the rules of Skat but with
|
||||
only two players and simplified rules.
|
||||
.
|
||||
Every player has a set of cards in front of him/her, half of them
|
||||
covered and half of them open. Both players try to win more than 60
|
||||
of the 120 possible points. After 16 moves all cards are played and
|
||||
the game ends.
|
||||
.
|
||||
This package is part of Trinity, and a component of the TDE games module.
|
||||
See the 'tde-trinity' and 'tdegames-trinity' packages for more information.
|
@ -0,0 +1,584 @@
|
||||
This package was updated by Ivan E. Moore II <rkrusty@debian.org>.
|
||||
This package was debianized by Andreas Jellinghaus <aj@dungeon.inka.de>.
|
||||
Thanks to Brandon Mitchell <bhmit1@mail.wm.edu> for his work on the
|
||||
libc5 version.
|
||||
|
||||
It was downloaded from: http://www.kde.org/download
|
||||
|
||||
Copyright:
|
||||
|
||||
Everything in tdegames (unless otherwise stated below) are licensed under the
|
||||
GPL or LGPL. Please see /usr/share/common-licenses/* for full licenses.
|
||||
|
||||
The kdocbook documentation for the applications is under the GFDL
|
||||
license. The complete text of this license is included below.
|
||||
|
||||
kpat :
|
||||
basicCard.cpp -- support classes for patience type card games
|
||||
|
||||
Copyright (C) 1995 Paul Olav Tvete
|
||||
|
||||
* Permission to use, copy, modify, and distribute this software and its
|
||||
* documentation for any purpose and without fee is hereby granted,
|
||||
* provided that the above copyright notice appear in all copies and
|
||||
* that
|
||||
* both that copyright notice and this permission notice appear in
|
||||
* supporting documentation.
|
||||
*
|
||||
* This file is provided AS IS with no warranties of any kind. The
|
||||
* author
|
||||
* shall have no liability with respect to the infringement of
|
||||
* copyrights,
|
||||
* trade secrets or any patents by this file or any part thereof. In no
|
||||
* event will the author be liable for any lost revenue or profits or
|
||||
* other special, indirect and consequential damages.
|
||||
|
||||
some kpat bitmaps are :
|
||||
except for the card bitmaps contained in the files
|
||||
|
||||
newface.bm rank.bm suit.bm
|
||||
|
||||
which are
|
||||
|
||||
(c) Copyright 1989, Donald R. Woods and Sun Microsystems, Inc.
|
||||
(c) Copyright 1990, David Lemke and Network Computing Devices Inc.
|
||||
|
||||
See the statement below for the terms of the copyright.
|
||||
|
||||
* Copyright 1990 Heather Rose and Sun Microsystems, Inc.
|
||||
*
|
||||
* Permission to use, copy, modify, distribute, and sell this software and its
|
||||
* documentation for any purpose is hereby granted without fee, provided that
|
||||
* the above copyright notice appear in all copies and that both that copyright
|
||||
* notice and this permission notice appear in supporting documentation, and
|
||||
* that the names of Donald Woods and Sun Microsystems not be used in
|
||||
* advertising or publicity pertaining to distribution of the software without
|
||||
* specific, written prior permission. Heather Rose and Sun Microsystems not be
|
||||
used in
|
||||
* advertising or publicity pertaining to distribution of the software without
|
||||
* specific, written prior permission. Heather Rose and Sun Microsystems make
|
||||
* no representations about the suitability of this software for any purpose.
|
||||
* It is provided "as is" without express or implied warranty.
|
||||
*
|
||||
* THE ABOVE-NAMED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT
|
||||
* SHALL HEATHER ROSE OR SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, 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.
|
||||
*
|
||||
* Author:
|
||||
* Heather Rose
|
||||
* hrose@sun.com
|
||||
*
|
||||
* Sun Microsystems, Inc.
|
||||
* 2550 Garcia Avenue
|
||||
* Mountain View, CA 94043
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright 1990 David Lemke and Network Computing Devices
|
||||
*
|
||||
* Permission to use, copy, modify, distribute, and sell this software and its
|
||||
* documentation for any purpose is hereby granted without fee, provided that
|
||||
* the above copyright notice appear in all copies and that both that
|
||||
* copyright notice and this permission notice appear in supporting
|
||||
* documentation, and that the name of Network Computing Devices not be
|
||||
* used in advertising or publicity pertaining to distribution of the
|
||||
* software without specific, written prior permission. Network Computing
|
||||
* Devices makes no representations about the suitability of this software
|
||||
* for any purpose. It is provided "as is" without express or implied
|
||||
* warranty.
|
||||
*
|
||||
* NETWORK COMPUTING DEVICES DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
|
||||
* SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
|
||||
* IN NO EVENT SHALL NETWORK COMPUTING DEVICES BE LIABLE FOR ANY SPECIAL,
|
||||
* 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.
|
||||
*
|
||||
* Author:
|
||||
* Dave Lemke
|
||||
* lemke@ncd.com
|
||||
*
|
||||
* Network Computing Devices, Inc
|
||||
* 350 North Bernardo Ave
|
||||
* Mountain View, CA 94043
|
||||
*
|
||||
* @(#)copyright.h 2.2 90/04/27
|
||||
*
|
||||
|
||||
% Copyright (c) 1989, Donald R. Woods and Sun Microsystems, Inc.
|
||||
%
|
||||
% Permission to use, copy, modify, distribute, and sell this software and its
|
||||
% documentation for any purpose is hereby granted without fee, provided that
|
||||
% the above copyright notice appear in all copies and that both that copyright
|
||||
% notice and this permission notice appear in supporting documentation, and
|
||||
% that the names of Donald Woods and Sun Microsystems not be used in
|
||||
% advertising or publicity pertaining to distribution of the software without
|
||||
% specific, written prior permission. Donald Woods and Sun Microsystems make
|
||||
% no representations about the suitability of this software for any purpose.
|
||||
% It is provided "as is" without express or implied warranty.
|
||||
%
|
||||
% THE ABOVE-NAMED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||
% INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT
|
||||
% SHALL DONALD WOODS OR SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, 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.
|
||||
%
|
||||
% History: Spider is a solitaire card game that can be found in various books
|
||||
% of same; the rules are presumed to be in the public domain. The author's
|
||||
% first computer implementation was on the Stanford Artificial Intelligence Lab
|
||||
% system (SAIL). It was later ported to the Xerox Development Environment.
|
||||
% The card images are loosely based on scanned-in images but were largely
|
||||
% redrawn by the author with help from Larry Rosenberg.
|
||||
%
|
||||
% This program is written entirely in NeWS and runs on OPEN WINDOWS 1.0.
|
||||
% It could be made to run much faster if parts of it were written in C, using
|
||||
% NeWS mainly for its display and input capabilities, but that is left as an
|
||||
% exercise for the reader. Spider may also run with little or no modification
|
||||
% on subsequent releases of OPEN WINDOWS, but no guarantee is made on this
|
||||
% point (nor any other; see above!). To run Spider, feed this file to 'psh'.
|
||||
%
|
||||
% Author: Don Woods
|
||||
% woods@sun.com
|
||||
%
|
||||
% Sun Microsystems, Inc.
|
||||
% 2550 Garcia Avenue
|
||||
% Mountain View, CA 94043
|
||||
*/
|
||||
|
||||
kreversi is based on code of Mats Luthman's <Mats.Luthman@sylog.se>, but he
|
||||
and kreversi's author agreed on releasing it under GPL.
|
||||
|
||||
ktetrix :
|
||||
Copyright (C) 1994 by Eirik Eng. Do whatever you want with this code.
|
||||
|
||||
parts are from gnu libtool :
|
||||
## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
|
||||
## Copyright (C) 1996, 1997 Free Software Foundation, Inc.
|
||||
## Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
|
||||
##
|
||||
## 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 St, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
##
|
||||
## As a special exception to the GNU General Public License, if you
|
||||
## distribute this file as part of a program that contains a
|
||||
## configuration script generated by Autoconf, you may include it under
|
||||
## the same distribution terms that you use for the rest of that program.
|
||||
|
||||
|
||||
--------------------
|
||||
|
||||
GNU Free Documentation License
|
||||
Version 1.2, November 2002
|
||||
|
||||
|
||||
Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
|
||||
51 Franklin St, 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.
|
||||
|
||||
|
||||
0. PREAMBLE
|
||||
|
||||
The purpose of this License is to make a manual, textbook, or other
|
||||
functional and useful document "free" in the sense of freedom: to
|
||||
assure everyone the effective freedom to copy and redistribute it,
|
||||
with or without modifying it, either commercially or noncommercially.
|
||||
Secondarily, this License preserves for the author and publisher a way
|
||||
to get credit for their work, while not being considered responsible
|
||||
for modifications made by others.
|
||||
|
||||
This License is a kind of "copyleft", which means that derivative
|
||||
works of the document must themselves be free in the same sense. It
|
||||
complements the GNU General Public License, which is a copyleft
|
||||
license designed for free software.
|
||||
|
||||
We have designed this License in order to use it for manuals for free
|
||||
software, because free software needs free documentation: a free
|
||||
program should come with manuals providing the same freedoms that the
|
||||
software does. But this License is not limited to software manuals;
|
||||
it can be used for any textual work, regardless of subject matter or
|
||||
whether it is published as a printed book. We recommend this License
|
||||
principally for works whose purpose is instruction or reference.
|
||||
|
||||
|
||||
1. APPLICABILITY AND DEFINITIONS
|
||||
|
||||
This License applies to any manual or other work, in any medium, that
|
||||
contains a notice placed by the copyright holder saying it can be
|
||||
distributed under the terms of this License. Such a notice grants a
|
||||
world-wide, royalty-free license, unlimited in duration, to use that
|
||||
work under the conditions stated herein. The "Document", below,
|
||||
refers to any such manual or work. Any member of the public is a
|
||||
licensee, and is addressed as "you". You accept the license if you
|
||||
copy, modify or distribute the work in a way requiring permission
|
||||
under copyright law.
|
||||
|
||||
A "Modified Version" of the Document means any work containing the
|
||||
Document or a portion of it, either copied verbatim, or with
|
||||
modifications and/or translated into another language.
|
||||
|
||||
A "Secondary Section" is a named appendix or a front-matter section of
|
||||
the Document that deals exclusively with the relationship of the
|
||||
publishers or authors of the Document to the Document's overall subject
|
||||
(or to related matters) and contains nothing that could fall directly
|
||||
within that overall subject. (Thus, if the Document is in part a
|
||||
textbook of mathematics, a Secondary Section may not explain any
|
||||
mathematics.) The relationship could be a matter of historical
|
||||
connection with the subject or with related matters, or of legal,
|
||||
commercial, philosophical, ethical or political position regarding
|
||||
them.
|
||||
|
||||
The "Invariant Sections" are certain Secondary Sections whose titles
|
||||
are designated, as being those of Invariant Sections, in the notice
|
||||
that says that the Document is released under this License. If a
|
||||
section does not fit the above definition of Secondary then it is not
|
||||
allowed to be designated as Invariant. The Document may contain zero
|
||||
Invariant Sections. If the Document does not identify any Invariant
|
||||
Sections then there are none.
|
||||
|
||||
The "Cover Texts" are certain short passages of text that are listed,
|
||||
as Front-Cover Texts or Back-Cover Texts, in the notice that says that
|
||||
the Document is released under this License. A Front-Cover Text may
|
||||
be at most 5 words, and a Back-Cover Text may be at most 25 words.
|
||||
|
||||
A "Transparent" copy of the Document means a machine-readable copy,
|
||||
represented in a format whose specification is available to the
|
||||
general public, that is suitable for revising the document
|
||||
straightforwardly with generic text editors or (for images composed of
|
||||
pixels) generic paint programs or (for drawings) some widely available
|
||||
drawing editor, and that is suitable for input to text formatters or
|
||||
for automatic translation to a variety of formats suitable for input
|
||||
to text formatters. A copy made in an otherwise Transparent file
|
||||
format whose markup, or absence of markup, has been arranged to thwart
|
||||
or discourage subsequent modification by readers is not Transparent.
|
||||
An image format is not Transparent if used for any substantial amount
|
||||
of text. A copy that is not "Transparent" is called "Opaque".
|
||||
|
||||
Examples of suitable formats for Transparent copies include plain
|
||||
ASCII without markup, Texinfo input format, LaTeX input format, SGML
|
||||
or XML using a publicly available DTD, and standard-conforming simple
|
||||
HTML, PostScript or PDF designed for human modification. Examples of
|
||||
transparent image formats include PNG, XCF and JPG. Opaque formats
|
||||
include proprietary formats that can be read and edited only by
|
||||
proprietary word processors, SGML or XML for which the DTD and/or
|
||||
processing tools are not generally available, and the
|
||||
machine-generated HTML, PostScript or PDF produced by some word
|
||||
processors for output purposes only.
|
||||
|
||||
The "Title Page" means, for a printed book, the title page itself,
|
||||
plus such following pages as are needed to hold, legibly, the material
|
||||
this License requires to appear in the title page. For works in
|
||||
formats which do not have any title page as such, "Title Page" means
|
||||
the text near the most prominent appearance of the work's title,
|
||||
preceding the beginning of the body of the text.
|
||||
|
||||
A section "Entitled XYZ" means a named subunit of the Document whose
|
||||
title either is precisely XYZ or contains XYZ in parentheses following
|
||||
text that translates XYZ in another language. (Here XYZ stands for a
|
||||
specific section name mentioned below, such as "Acknowledgements",
|
||||
"Dedications", "Endorsements", or "History".) To "Preserve the Title"
|
||||
of such a section when you modify the Document means that it remains a
|
||||
section "Entitled XYZ" according to this definition.
|
||||
|
||||
The Document may include Warranty Disclaimers next to the notice which
|
||||
states that this License applies to the Document. These Warranty
|
||||
Disclaimers are considered to be included by reference in this
|
||||
License, but only as regards disclaiming warranties: any other
|
||||
implication that these Warranty Disclaimers may have is void and has
|
||||
no effect on the meaning of this License.
|
||||
|
||||
|
||||
2. VERBATIM COPYING
|
||||
|
||||
You may copy and distribute the Document in any medium, either
|
||||
commercially or noncommercially, provided that this License, the
|
||||
copyright notices, and the license notice saying this License applies
|
||||
to the Document are reproduced in all copies, and that you add no other
|
||||
conditions whatsoever to those of this License. You may not use
|
||||
technical measures to obstruct or control the reading or further
|
||||
copying of the copies you make or distribute. However, you may accept
|
||||
compensation in exchange for copies. If you distribute a large enough
|
||||
number of copies you must also follow the conditions in section 3.
|
||||
|
||||
You may also lend copies, under the same conditions stated above, and
|
||||
you may publicly display copies.
|
||||
|
||||
|
||||
3. COPYING IN QUANTITY
|
||||
|
||||
If you publish printed copies (or copies in media that commonly have
|
||||
printed covers) of the Document, numbering more than 100, and the
|
||||
Document's license notice requires Cover Texts, you must enclose the
|
||||
copies in covers that carry, clearly and legibly, all these Cover
|
||||
Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
|
||||
the back cover. Both covers must also clearly and legibly identify
|
||||
you as the publisher of these copies. The front cover must present
|
||||
the full title with all words of the title equally prominent and
|
||||
visible. You may add other material on the covers in addition.
|
||||
Copying with changes limited to the covers, as long as they preserve
|
||||
the title of the Document and satisfy these conditions, can be treated
|
||||
as verbatim copying in other respects.
|
||||
|
||||
If the required texts for either cover are too voluminous to fit
|
||||
legibly, you should put the first ones listed (as many as fit
|
||||
reasonably) on the actual cover, and continue the rest onto adjacent
|
||||
pages.
|
||||
|
||||
If you publish or distribute Opaque copies of the Document numbering
|
||||
more than 100, you must either include a machine-readable Transparent
|
||||
copy along with each Opaque copy, or state in or with each Opaque copy
|
||||
a computer-network location from which the general network-using
|
||||
public has access to download using public-standard network protocols
|
||||
a complete Transparent copy of the Document, free of added material.
|
||||
If you use the latter option, you must take reasonably prudent steps,
|
||||
when you begin distribution of Opaque copies in quantity, to ensure
|
||||
that this Transparent copy will remain thus accessible at the stated
|
||||
location until at least one year after the last time you distribute an
|
||||
Opaque copy (directly or through your agents or retailers) of that
|
||||
edition to the public.
|
||||
|
||||
It is requested, but not required, that you contact the authors of the
|
||||
Document well before redistributing any large number of copies, to give
|
||||
them a chance to provide you with an updated version of the Document.
|
||||
|
||||
|
||||
4. MODIFICATIONS
|
||||
|
||||
You may copy and distribute a Modified Version of the Document under
|
||||
the conditions of sections 2 and 3 above, provided that you release
|
||||
the Modified Version under precisely this License, with the Modified
|
||||
Version filling the role of the Document, thus licensing distribution
|
||||
and modification of the Modified Version to whoever possesses a copy
|
||||
of it. In addition, you must do these things in the Modified Version:
|
||||
|
||||
A. Use in the Title Page (and on the covers, if any) a title distinct
|
||||
from that of the Document, and from those of previous versions
|
||||
(which should, if there were any, be listed in the History section
|
||||
of the Document). You may use the same title as a previous version
|
||||
if the original publisher of that version gives permission.
|
||||
B. List on the Title Page, as authors, one or more persons or entities
|
||||
responsible for authorship of the modifications in the Modified
|
||||
Version, together with at least five of the principal authors of the
|
||||
Document (all of its principal authors, if it has fewer than five),
|
||||
unless they release you from this requirement.
|
||||
C. State on the Title page the name of the publisher of the
|
||||
Modified Version, as the publisher.
|
||||
D. Preserve all the copyright notices of the Document.
|
||||
E. Add an appropriate copyright notice for your modifications
|
||||
adjacent to the other copyright notices.
|
||||
F. Include, immediately after the copyright notices, a license notice
|
||||
giving the public permission to use the Modified Version under the
|
||||
terms of this License, in the form shown in the Addendum below.
|
||||
G. Preserve in that license notice the full lists of Invariant Sections
|
||||
and required Cover Texts given in the Document's license notice.
|
||||
H. Include an unaltered copy of this License.
|
||||
I. Preserve the section Entitled "History", Preserve its Title, and add
|
||||
to it an item stating at least the title, year, new authors, and
|
||||
publisher of the Modified Version as given on the Title Page. If
|
||||
there is no section Entitled "History" in the Document, create one
|
||||
stating the title, year, authors, and publisher of the Document as
|
||||
given on its Title Page, then add an item describing the Modified
|
||||
Version as stated in the previous sentence.
|
||||
J. Preserve the network location, if any, given in the Document for
|
||||
public access to a Transparent copy of the Document, and likewise
|
||||
the network locations given in the Document for previous versions
|
||||
it was based on. These may be placed in the "History" section.
|
||||
You may omit a network location for a work that was published at
|
||||
least four years before the Document itself, or if the original
|
||||
publisher of the version it refers to gives permission.
|
||||
K. For any section Entitled "Acknowledgements" or "Dedications",
|
||||
Preserve the Title of the section, and preserve in the section all
|
||||
the substance and tone of each of the contributor acknowledgements
|
||||
and/or dedications given therein.
|
||||
L. Preserve all the Invariant Sections of the Document,
|
||||
unaltered in their text and in their titles. Section numbers
|
||||
or the equivalent are not considered part of the section titles.
|
||||
M. Delete any section Entitled "Endorsements". Such a section
|
||||
may not be included in the Modified Version.
|
||||
N. Do not retitle any existing section to be Entitled "Endorsements"
|
||||
or to conflict in title with any Invariant Section.
|
||||
O. Preserve any Warranty Disclaimers.
|
||||
|
||||
If the Modified Version includes new front-matter sections or
|
||||
appendices that qualify as Secondary Sections and contain no material
|
||||
copied from the Document, you may at your option designate some or all
|
||||
of these sections as invariant. To do this, add their titles to the
|
||||
list of Invariant Sections in the Modified Version's license notice.
|
||||
These titles must be distinct from any other section titles.
|
||||
|
||||
You may add a section Entitled "Endorsements", provided it contains
|
||||
nothing but endorsements of your Modified Version by various
|
||||
parties--for example, statements of peer review or that the text has
|
||||
been approved by an organization as the authoritative definition of a
|
||||
standard.
|
||||
|
||||
You may add a passage of up to five words as a Front-Cover Text, and a
|
||||
passage of up to 25 words as a Back-Cover Text, to the end of the list
|
||||
of Cover Texts in the Modified Version. Only one passage of
|
||||
Front-Cover Text and one of Back-Cover Text may be added by (or
|
||||
through arrangements made by) any one entity. If the Document already
|
||||
includes a cover text for the same cover, previously added by you or
|
||||
by arrangement made by the same entity you are acting on behalf of,
|
||||
you may not add another; but you may replace the old one, on explicit
|
||||
permission from the previous publisher that added the old one.
|
||||
|
||||
The author(s) and publisher(s) of the Document do not by this License
|
||||
give permission to use their names for publicity for or to assert or
|
||||
imply endorsement of any Modified Version.
|
||||
|
||||
|
||||
5. COMBINING DOCUMENTS
|
||||
|
||||
You may combine the Document with other documents released under this
|
||||
License, under the terms defined in section 4 above for modified
|
||||
versions, provided that you include in the combination all of the
|
||||
Invariant Sections of all of the original documents, unmodified, and
|
||||
list them all as Invariant Sections of your combined work in its
|
||||
license notice, and that you preserve all their Warranty Disclaimers.
|
||||
|
||||
The combined work need only contain one copy of this License, and
|
||||
multiple identical Invariant Sections may be replaced with a single
|
||||
copy. If there are multiple Invariant Sections with the same name but
|
||||
different contents, make the title of each such section unique by
|
||||
adding at the end of it, in parentheses, the name of the original
|
||||
author or publisher of that section if known, or else a unique number.
|
||||
Make the same adjustment to the section titles in the list of
|
||||
Invariant Sections in the license notice of the combined work.
|
||||
|
||||
In the combination, you must combine any sections Entitled "History"
|
||||
in the various original documents, forming one section Entitled
|
||||
"History"; likewise combine any sections Entitled "Acknowledgements",
|
||||
and any sections Entitled "Dedications". You must delete all sections
|
||||
Entitled "Endorsements".
|
||||
|
||||
|
||||
6. COLLECTIONS OF DOCUMENTS
|
||||
|
||||
You may make a collection consisting of the Document and other documents
|
||||
released under this License, and replace the individual copies of this
|
||||
License in the various documents with a single copy that is included in
|
||||
the collection, provided that you follow the rules of this License for
|
||||
verbatim copying of each of the documents in all other respects.
|
||||
|
||||
You may extract a single document from such a collection, and distribute
|
||||
it individually under this License, provided you insert a copy of this
|
||||
License into the extracted document, and follow this License in all
|
||||
other respects regarding verbatim copying of that document.
|
||||
|
||||
|
||||
7. AGGREGATION WITH INDEPENDENT WORKS
|
||||
|
||||
A compilation of the Document or its derivatives with other separate
|
||||
and independent documents or works, in or on a volume of a storage or
|
||||
distribution medium, is called an "aggregate" if the copyright
|
||||
resulting from the compilation is not used to limit the legal rights
|
||||
of the compilation's users beyond what the individual works permit.
|
||||
When the Document is included in an aggregate, this License does not
|
||||
apply to the other works in the aggregate which are not themselves
|
||||
derivative works of the Document.
|
||||
|
||||
If the Cover Text requirement of section 3 is applicable to these
|
||||
copies of the Document, then if the Document is less than one half of
|
||||
the entire aggregate, the Document's Cover Texts may be placed on
|
||||
covers that bracket the Document within the aggregate, or the
|
||||
electronic equivalent of covers if the Document is in electronic form.
|
||||
Otherwise they must appear on printed covers that bracket the whole
|
||||
aggregate.
|
||||
|
||||
|
||||
8. TRANSLATION
|
||||
|
||||
Translation is considered a kind of modification, so you may
|
||||
distribute translations of the Document under the terms of section 4.
|
||||
Replacing Invariant Sections with translations requires special
|
||||
permission from their copyright holders, but you may include
|
||||
translations of some or all Invariant Sections in addition to the
|
||||
original versions of these Invariant Sections. You may include a
|
||||
translation of this License, and all the license notices in the
|
||||
Document, and any Warranty Disclaimers, provided that you also include
|
||||
the original English version of this License and the original versions
|
||||
of those notices and disclaimers. In case of a disagreement between
|
||||
the translation and the original version of this License or a notice
|
||||
or disclaimer, the original version will prevail.
|
||||
|
||||
If a section in the Document is Entitled "Acknowledgements",
|
||||
"Dedications", or "History", the requirement (section 4) to Preserve
|
||||
its Title (section 1) will typically require changing the actual
|
||||
title.
|
||||
|
||||
|
||||
9. TERMINATION
|
||||
|
||||
You may not copy, modify, sublicense, or distribute the Document except
|
||||
as expressly provided for under this License. Any other attempt to
|
||||
copy, modify, sublicense or distribute the Document 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.
|
||||
|
||||
|
||||
10. FUTURE REVISIONS OF THIS LICENSE
|
||||
|
||||
The Free Software Foundation may publish new, revised versions
|
||||
of the GNU Free Documentation 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. See
|
||||
http://www.gnu.org/copyleft/.
|
||||
|
||||
Each version of the License is given a distinguishing version number.
|
||||
If the Document specifies that a particular numbered version of this
|
||||
License "or any later version" applies to it, you have the option of
|
||||
following the terms and conditions either of that specified version or
|
||||
of any later version that has been published (not as a draft) by the
|
||||
Free Software Foundation. If the Document does not specify a version
|
||||
number of this License, you may choose any version ever published (not
|
||||
as a draft) by the Free Software Foundation.
|
||||
|
||||
|
||||
ADDENDUM: How to use this License for your documents
|
||||
|
||||
To use this License in a document you have written, include a copy of
|
||||
the License in the document and put the following copyright and
|
||||
license notices just after the title page:
|
||||
|
||||
Copyright (c) YEAR YOUR NAME.
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the GNU Free Documentation License, Version 1.2
|
||||
or any later version published by the Free Software Foundation;
|
||||
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
||||
Texts. A copy of the license is included in the section entitled
|
||||
"GNU Free Documentation License".
|
||||
|
||||
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
|
||||
replace the "with...Texts." line with this:
|
||||
|
||||
with the Invariant Sections being LIST THEIR TITLES, with the
|
||||
Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
|
||||
|
||||
If you have Invariant Sections without Cover Texts, or some other
|
||||
combination of the three, merge those two alternatives to suit the
|
||||
situation.
|
||||
|
||||
If your document contains nontrivial examples of program code, we
|
||||
recommend releasing these examples in parallel under your choice of
|
||||
free software license, such as the GNU General Public License,
|
||||
to permit their use in free software.
|
@ -0,0 +1,74 @@
|
||||
/* XPM */
|
||||
static char *atlantik-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 52 1",
|
||||
" c black",
|
||||
". c #191919",
|
||||
"X c gray22",
|
||||
"o c #393939",
|
||||
"O c #414141",
|
||||
"+ c gray28",
|
||||
"@ c gray33",
|
||||
"# c #565656",
|
||||
"$ c #486448",
|
||||
"% c #4C614C",
|
||||
"& c #5F795F",
|
||||
"* c gray38",
|
||||
"= c #646464",
|
||||
"- c #717171",
|
||||
"; c #767D76",
|
||||
": c #797979",
|
||||
"> c #7E7E7D",
|
||||
", c #7E7E7E",
|
||||
"< c #7F827F",
|
||||
"1 c #808380",
|
||||
"2 c #848484",
|
||||
"3 c #868686",
|
||||
"4 c #898989",
|
||||
"5 c #859985",
|
||||
"6 c #9A9B9A",
|
||||
"7 c #9D9F9D",
|
||||
"8 c #A0A0A0",
|
||||
"9 c gray64",
|
||||
"0 c #A1AEA1",
|
||||
"q c #B4B4B4",
|
||||
"w c #90C990",
|
||||
"e c #A9DAA9",
|
||||
"r c #BEF2BE",
|
||||
"t c #C2C2C0",
|
||||
"y c gray80",
|
||||
"u c #D7D7D7",
|
||||
"i c gainsboro",
|
||||
"p c #C3E2C3",
|
||||
"a c #E6E6E6",
|
||||
"s c #E7E7E7",
|
||||
"d c gray91",
|
||||
"f c #EAEAEA",
|
||||
"g c gray92",
|
||||
"h c #EDEEED",
|
||||
"j c #EFEFEF",
|
||||
"k c #ECFBEC",
|
||||
"l c gray94",
|
||||
"z c #F1F1F1",
|
||||
"x c gray98",
|
||||
"c c #FDFDFB",
|
||||
"v c gray100",
|
||||
"b c None",
|
||||
/* pixels */
|
||||
"b*************bb",
|
||||
"*tc>c>c>c>c>ctXb",
|
||||
"*cr&r&r&k&r&rwXb",
|
||||
"*>&&&&&&;&&&&$Xb",
|
||||
"*cr&rrrekrr&rwXb",
|
||||
"*>&&r%rekrr&&$Xb",
|
||||
"*cr&rrrekrr&rwXb",
|
||||
"*>&06<1775r&&$Xb",
|
||||
"#vpyu=-h9Xr&rwXb",
|
||||
"=>>vvvvhXXr&&$Xb",
|
||||
"=v4 vi x#Xr&rwXb",
|
||||
"*>2vli9l#X&&&$Xb",
|
||||
"*c2vguqa.Xr&rwXb",
|
||||
"*w2 vv l+Xw$wwXb",
|
||||
"bX:vggvaOXXXXXbb",
|
||||
"bbXXXXXXXbbbbbbb"
|
||||
};
|
@ -0,0 +1,230 @@
|
||||
/* XPM */
|
||||
static char *atlantik[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 192 2",
|
||||
" c #000000",
|
||||
". c #0B0C0C",
|
||||
"X c #0C110E",
|
||||
"o c #131414",
|
||||
"O c #171619",
|
||||
"+ c #171C17",
|
||||
"@ c #171A19",
|
||||
"# c #1B1B1D",
|
||||
"$ c #1E1D20",
|
||||
"% c #1B211B",
|
||||
"& c #242424",
|
||||
"* c #212E22",
|
||||
"= c #2B2B2B",
|
||||
"- c #243225",
|
||||
"; c #273729",
|
||||
": c #2B3C2D",
|
||||
"> c #323232",
|
||||
", c #3C3C3C",
|
||||
"< c #2D422F",
|
||||
"1 c #2E4130",
|
||||
"2 c #324534",
|
||||
"3 c #344836",
|
||||
"4 c #3E4140",
|
||||
"5 c #403F40",
|
||||
"6 c #454545",
|
||||
"7 c #4A494A",
|
||||
"8 c #425242",
|
||||
"9 c #535353",
|
||||
"0 c #5B5B5B",
|
||||
"q c #5E745E",
|
||||
"w c #616161",
|
||||
"e c #6A6B6A",
|
||||
"r c #667766",
|
||||
"t c #737173",
|
||||
"y c #757E76",
|
||||
"u c #7D7D7D",
|
||||
"i c #5C7296",
|
||||
"p c #4E60AB",
|
||||
"a c #5264A6",
|
||||
"s c #5568A2",
|
||||
"d c #4D9B4D",
|
||||
"f c #6C836C",
|
||||
"g c #6E8F6F",
|
||||
"h c #639563",
|
||||
"j c #699469",
|
||||
"k c #708E6E",
|
||||
"l c #718571",
|
||||
"z c #748D74",
|
||||
"x c #749573",
|
||||
"c c #77917D",
|
||||
"v c #759B75",
|
||||
"b c #7C947C",
|
||||
"n c #7B9A7C",
|
||||
"m c #74A774",
|
||||
"M c #7DA37D",
|
||||
"N c #7FA97F",
|
||||
"B c #75B375",
|
||||
"V c #70D670",
|
||||
"C c #6D8682",
|
||||
"Z c #759190",
|
||||
"A c #6F8ABA",
|
||||
"S c #7FA480",
|
||||
"D c #7EA883",
|
||||
"F c #708AD3",
|
||||
"G c #708ADC",
|
||||
"H c #6F89E6",
|
||||
"J c #85456A",
|
||||
"K c #866A53",
|
||||
"L c #99654F",
|
||||
"P c #9A6651",
|
||||
"I c #90765D",
|
||||
"U c #CC3D30",
|
||||
"Y c #CF4133",
|
||||
"T c #8D925A",
|
||||
"R c #92975F",
|
||||
"E c #9E9954",
|
||||
"W c #849372",
|
||||
"Q c #869B7E",
|
||||
"! c #8FA374",
|
||||
"~ c #91A17F",
|
||||
"^ c #91AB7F",
|
||||
"/ c #98A17E",
|
||||
"( c #BDCB5B",
|
||||
") c #B0C166",
|
||||
"_ c #D1A434",
|
||||
"` c #C9D55E",
|
||||
"' c #D3DF5C",
|
||||
"] c #838383",
|
||||
"[ c #8A8A8A",
|
||||
"{ c #829782",
|
||||
"} c #819C83",
|
||||
"| c #8A9C8B",
|
||||
" . c #949594",
|
||||
".. c #949A94",
|
||||
"X. c #9A9C9A",
|
||||
"o. c #84A483",
|
||||
"O. c #85AA85",
|
||||
"+. c #87AD8A",
|
||||
"@. c #89A389",
|
||||
"#. c #8AAD8B",
|
||||
"$. c #8DAB90",
|
||||
"%. c #87B18B",
|
||||
"&. c #8BB28C",
|
||||
"*. c #8FB390",
|
||||
"=. c #93AE81",
|
||||
"-. c #94AC8B",
|
||||
";. c #9CA582",
|
||||
":. c #91AD93",
|
||||
">. c #9DA19C",
|
||||
",. c #94B494",
|
||||
"<. c #96B49A",
|
||||
"1. c #94BB94",
|
||||
"2. c #9AB59A",
|
||||
"3. c #98BD95",
|
||||
"4. c #99BB99",
|
||||
"5. c #A0A49F",
|
||||
"6. c #A3BC89",
|
||||
"7. c #A8B39F",
|
||||
"8. c #A5A5A5",
|
||||
"9. c #A4A8A3",
|
||||
"0. c #ABABAB",
|
||||
"q. c #A0BFA0",
|
||||
"w. c #A9B4A0",
|
||||
"e. c #ACB1AB",
|
||||
"r. c #B5B5B5",
|
||||
"t. c #BABBBA",
|
||||
"y. c #96C596",
|
||||
"u. c #97C299",
|
||||
"i. c #9BC49C",
|
||||
"p. c #9DCB9D",
|
||||
"a. c #B6D49C",
|
||||
"s. c #BFDF9D",
|
||||
"d. c #A3C5A3",
|
||||
"f. c #A2CEA2",
|
||||
"g. c #A8C7A8",
|
||||
"h. c #AACBAB",
|
||||
"j. c #A3D2A3",
|
||||
"k. c #A7D4A9",
|
||||
"l. c #A3DCA3",
|
||||
"z. c #ACD4AB",
|
||||
"x. c #ADDCAD",
|
||||
"c. c #AFD1B1",
|
||||
"v. c #B4CDB4",
|
||||
"b. c #BBC1BA",
|
||||
"n. c #B8CBB9",
|
||||
"m. c #B0D8AA",
|
||||
"M. c #B2D4B2",
|
||||
"N. c #B3DAB3",
|
||||
"B. c #B9DDB9",
|
||||
"V. c #ACE3AC",
|
||||
"C. c #B3E4B4",
|
||||
"Z. c #B6E9B6",
|
||||
"A. c #B6ECB9",
|
||||
"S. c #BCE6BB",
|
||||
"D. c #BAECBA",
|
||||
"F. c #BDF1BD",
|
||||
"G. c #C7B890",
|
||||
"H. c #D2C49B",
|
||||
"J. c #C1C2BF",
|
||||
"K. c #D5EA9E",
|
||||
"L. c #CEECA8",
|
||||
"P. c #C2EFBC",
|
||||
"I. c #D7EBA0",
|
||||
"U. c #DFFFB5",
|
||||
"Y. c #C5C5C5",
|
||||
"T. c #C6C9C5",
|
||||
"R. c #C9CDC7",
|
||||
"E. c #CCCCCC",
|
||||
"W. c #CDD3CC",
|
||||
"Q. c #D3D3D3",
|
||||
"!. c #D5DCD4",
|
||||
"~. c #DBDCDB",
|
||||
"^. c #C1E4C2",
|
||||
"/. c #C4EBC4",
|
||||
"(. c #C9EEC9",
|
||||
"). c #C5F3C5",
|
||||
"_. c #C6F9C6",
|
||||
"`. c #CCF5CC",
|
||||
"'. c #C9F8C2",
|
||||
"]. c #CCFACC",
|
||||
"[. c #DCE2DB",
|
||||
"{. c #D1FFC9",
|
||||
"}. c #D1F6D1",
|
||||
"|. c #D4FBD4",
|
||||
" X c #E3E3E3",
|
||||
".X c #E5EBE4",
|
||||
"XX c #EBECEB",
|
||||
"oX c #ECF3EB",
|
||||
"OX c #F0F7EF",
|
||||
"+X c #F4F4F4",
|
||||
"@X c #FEFEFE",
|
||||
"#X c None",
|
||||
/* pixels */
|
||||
". O # # # O $ O O $ O O $ o $ $ o $ @ o # # O # $ # o #X",
|
||||
"O Y.oXoXW.e.OXb.b.oXe.W.oX>.[..X>.XX[.9.+XR.r.oXoXW.4 #X",
|
||||
"# oX)._.z.%._.u.1.A.S 4.C.x N.^.| }.^.:.|.c.4.].].V.2 #X",
|
||||
"$ oX_._.x.;.H.;./ G.W u.N.x s.L.| }.^.-.U.a.4.|.].V.2 ",
|
||||
"# W.z.x.i.I U L P U K +.i.l ` ` Q M.h.~ ' ) ,.N.N.y.: ",
|
||||
"O e.*.#.R S %.D D D o.S o.S @.:.2.2.2.2.<.#.j m ,.M - ",
|
||||
"# oX].I._ *.F.A.C.p.j.C.D.N.(.}.}.|.|.}.|.M.d V |.C.2 ",
|
||||
"# b.i.6.E +.D.Z.p.O.#.z.D.x./.`.}.|.}.}.].M.h B f.&.; ",
|
||||
"O b.i.6.E +.D.f.O.p.i.&.N.x.(.}.|.}.}.`.].M.h B d.&.; ",
|
||||
"$ oX].I._ +.j.+.f.C.3.,.S.x.(.}.}.}.}.`.].M.d V |.V.3 ",
|
||||
"o e.*.=.T +.x.&.u.1.,.N./.N.(.|.}.}.}.].].M.j m 4.M - ",
|
||||
"@ W.z.k.1.O.C.j.O.&.N.S./.N.(.}.}.}.`.`.].z.#.N.N.y.: ",
|
||||
"$ oX).F.f.o.V.k.p.f.N.S.^.k./.(.`.(.`.`.].z.4.].].V.2 ",
|
||||
"o 5.o.S x M j.1.1.3.4.d.g.1.h.M.B.P./.`.].z.b @.+.x * ",
|
||||
"$ [.C.w.J g +.b z z b b b z { @.:.d.c.S.`.z.s F P.j.< ",
|
||||
"$ .XA.w.J | W.~.!.Q.W.Q.~.~.~.E.l l f N.'.z.a G '.l.2 ",
|
||||
"O X.n b 8.E.E.E.r.0 > u Y.Q.Y.X.0 + x } F.c.c S | x * ",
|
||||
"# .XC.n.Q.Q.Q.Q.Q.E.E.E.Q.Y. .e 0 O b ,.<.z.1._._.l.2 ",
|
||||
"# !.d.v.@X@X@X@X@X@X@X+X+X8.e w 7 o f Q ).h.,.Z.S.p.1 ",
|
||||
"O 5.{ t.+X~.Q.+X@XXXE.Q.XX0.e 0 . . q j.).c.l Z #.v * ",
|
||||
"# oXz.t.Q.6 > r.@X8.& 6 Y.r.e 0 # o Q z.).z.p H ].V.2 ",
|
||||
"# T.,.t.E.& o .@X[ o & t.0.e 0 4 X f ,.h.u.i A m.1.: ",
|
||||
"O e.@.r.XX8. .~.+XE.u .E.0.e w 7 X q r t y ^ 1.1.N - ",
|
||||
"# XXz.r.@X@X@X+XXX XXX XQ.8.7 0 0 + o.z 5...1.]._.V.2 ",
|
||||
"$ oXh.r.OX0.X.Q. XY.[ .Y.8.$ 0 0 # d.+.].k.1.]._.V.2 ",
|
||||
"O N.u.t.Y.& O [ XXu . & 8.8.5 w 0 % y.v V.1.^ V.V.l.3 ",
|
||||
"X < 8 t.T., & . X[ # > 0.8.9 0 & . < - 2 : - 2 < 3 % #X",
|
||||
" # r. Xt.r.E.Q.J.X.5.t.8.w & #X",
|
||||
" . 9 XX XXX X X X X~.[.] & #X",
|
||||
" O = = = = = = = = = O #X",
|
||||
" #X#X",
|
||||
"#X #X#X#X#X#X"
|
||||
};
|
@ -0,0 +1,218 @@
|
||||
/* XPM */
|
||||
static char *kasteroids-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 196 2",
|
||||
" c black",
|
||||
". c #050000",
|
||||
"X c #050500",
|
||||
"o c #080804",
|
||||
"O c #0E0A0E",
|
||||
"+ c #0C0C0C",
|
||||
"@ c #110703",
|
||||
"# c #120A07",
|
||||
"$ c #1F1209",
|
||||
"% c gray7",
|
||||
"& c gray9",
|
||||
"* c #181215",
|
||||
"= c gray12",
|
||||
"- c #230B02",
|
||||
"; c #2E170D",
|
||||
": c #2B1C17",
|
||||
"> c #30170A",
|
||||
", c #3E1906",
|
||||
"< c #3F1906",
|
||||
"1 c #25272C",
|
||||
"2 c #28262B",
|
||||
"3 c #2B2B2F",
|
||||
"4 c #2D2D2D",
|
||||
"5 c #292B30",
|
||||
"6 c #2C2E33",
|
||||
"7 c #2F2C31",
|
||||
"8 c #2E3039",
|
||||
"9 c #2F313A",
|
||||
"0 c #3C2D2B",
|
||||
"q c #382F31",
|
||||
"w c #31343F",
|
||||
"e c #3C383E",
|
||||
"r c #353741",
|
||||
"t c #353840",
|
||||
"y c #3B414E",
|
||||
"u c #3F4652",
|
||||
"i c #4C2412",
|
||||
"p c #53210A",
|
||||
"a c #5D2E19",
|
||||
"s c #462B20",
|
||||
"d c #412D29",
|
||||
"f c #4F3126",
|
||||
"g c #4B342E",
|
||||
"h c #4F3C39",
|
||||
"j c #573223",
|
||||
"k c #5E3321",
|
||||
"l c #5B392D",
|
||||
"z c #503934",
|
||||
"x c #543D38",
|
||||
"c c #602102",
|
||||
"v c #632404",
|
||||
"b c #662607",
|
||||
"n c #672606",
|
||||
"m c #6A2401",
|
||||
"M c #6A2603",
|
||||
"N c #6C2502",
|
||||
"B c #652B10",
|
||||
"V c #682D11",
|
||||
"C c #61331F",
|
||||
"Z c #6F3113",
|
||||
"A c #6B3218",
|
||||
"S c #6B361E",
|
||||
"D c #702D0C",
|
||||
"F c #782A03",
|
||||
"G c #7F2E05",
|
||||
"H c #7A310D",
|
||||
"J c #7E3C1A",
|
||||
"K c #633725",
|
||||
"L c #613A2A",
|
||||
"P c #6C3F2F",
|
||||
"I c #603F34",
|
||||
"U c #7A3D20",
|
||||
"Y c #56413C",
|
||||
"T c #6B402F",
|
||||
"R c #60443D",
|
||||
"E c #67463C",
|
||||
"W c #71493A",
|
||||
"Q c #4F4040",
|
||||
"! c #4F4142",
|
||||
"~ c #4F474C",
|
||||
"^ c #454A57",
|
||||
"/ c #474C57",
|
||||
"( c #4A4951",
|
||||
") c #4B505B",
|
||||
"_ c #4D525E",
|
||||
"` c #50474B",
|
||||
"' c #564C4E",
|
||||
"] c #5C4E4F",
|
||||
"[ c #505055",
|
||||
"{ c #535357",
|
||||
"} c #53535D",
|
||||
"| c #565258",
|
||||
" . c #575559",
|
||||
".. c #56555E",
|
||||
"X. c #5D5153",
|
||||
"o. c #575C68",
|
||||
"O. c #595C64",
|
||||
"+. c #5A5F6C",
|
||||
"@. c #5C606B",
|
||||
"#. c #5D626F",
|
||||
"$. c #604F4E",
|
||||
"%. c #6C5049",
|
||||
"&. c #615356",
|
||||
"*. c #7B5040",
|
||||
"=. c #7C584B",
|
||||
"-. c #785951",
|
||||
";. c gray40",
|
||||
":. c #67676A",
|
||||
">. c #646772",
|
||||
",. c #656974",
|
||||
"<. c #676A76",
|
||||
"1. c #686870",
|
||||
"2. c #6A6A70",
|
||||
"3. c #6A6C74",
|
||||
"4. c #6D6D75",
|
||||
"5. c #6C6E76",
|
||||
"6. c #6B6E78",
|
||||
"7. c #6C6F78",
|
||||
"8. c #6C6F79",
|
||||
"9. c #6F7179",
|
||||
"0. c #70717A",
|
||||
"q. c #71717A",
|
||||
"w. c #70727B",
|
||||
"e. c #70737D",
|
||||
"r. c #74767D",
|
||||
"t. c #75767D",
|
||||
"y. c #79787E",
|
||||
"u. c #79797F",
|
||||
"i. c gray50",
|
||||
"p. c #767880",
|
||||
"a. c #767882",
|
||||
"s. c #797A83",
|
||||
"d. c #797B83",
|
||||
"f. c #797C83",
|
||||
"g. c #7A7C85",
|
||||
"h. c #7A7C86",
|
||||
"j. c #813007",
|
||||
"k. c #823108",
|
||||
"l. c #81340D",
|
||||
"z. c #85360E",
|
||||
"x. c #8B370C",
|
||||
"c. c #8C421B",
|
||||
"v. c #8F431D",
|
||||
"b. c #934016",
|
||||
"n. c #9A451A",
|
||||
"m. c #9E481B",
|
||||
"M. c #8F4623",
|
||||
"N. c #8F4724",
|
||||
"B. c #804C36",
|
||||
"V. c #904925",
|
||||
"C. c #9D512B",
|
||||
"Z. c #9C5331",
|
||||
"A. c #9B5A37",
|
||||
"S. c #A75123",
|
||||
"D. c #A75125",
|
||||
"F. c #A4552D",
|
||||
"G. c #AA5326",
|
||||
"H. c #A25B37",
|
||||
"J. c #A25C39",
|
||||
"K. c #A85A31",
|
||||
"L. c #AF5E35",
|
||||
"P. c #B05E35",
|
||||
"I. c #BD6335",
|
||||
"U. c #855B4B",
|
||||
"Y. c #965E47",
|
||||
"T. c #8C6050",
|
||||
"R. c #8E6457",
|
||||
"E. c #98624C",
|
||||
"W. c #AD6643",
|
||||
"Q. c #AE6642",
|
||||
"!. c #A06952",
|
||||
"~. c #D37341",
|
||||
"^. c #D47C4F",
|
||||
"/. c #D78C5D",
|
||||
"(. c #E48654",
|
||||
"). c #E58D5C",
|
||||
"_. c #E99362",
|
||||
"`. c #EC9968",
|
||||
"'. c #E9AB76",
|
||||
"]. c #F2A16C",
|
||||
"[. c #808289",
|
||||
"{. c #848690",
|
||||
"}. c #8A8B92",
|
||||
"|. c #8A8B93",
|
||||
" X c #8A8C93",
|
||||
".X c #8D8D93",
|
||||
"XX c #8D8E96",
|
||||
"oX c #909095",
|
||||
"OX c #93939A",
|
||||
"+X c #9A989A",
|
||||
"@X c #9998A0",
|
||||
"#X c #9B9CA3",
|
||||
"$X c #9D9DA4",
|
||||
"%X c #A7A7B0",
|
||||
"&X c #A9A9B0",
|
||||
"*X c None",
|
||||
/* pixels */
|
||||
"*X*X*X*X 4 .oXf.3 *X*X*X*X",
|
||||
"*X*X*X ( XX$X$XOX$X$XOX:.% *X*X",
|
||||
"*X*X+ y.&X+Xf.r.0.[..X}.{.}.= *X",
|
||||
"*X*X{ %XXXh.0.4.r.f.0.a.8.d.2. ",
|
||||
"*Xi.4.h.e.,.4.3.1.O./ ^ @.0.a. ",
|
||||
"*X+X,._ _ | &.&.X.' e 9 y +.5.& ",
|
||||
";.>.u w ~ E P W -.%.x 0 q ( #.7 ",
|
||||
"1 o.r 7 Y =.U.U.R.*.T l g ! } t ",
|
||||
"w .h d k W E.!.E.U Z S L z ` 5 ",
|
||||
"2 $.Y K V H M.Z.v.j.F D a f h O ",
|
||||
"* R K B N k.n.D.S.m.x.m p k : ",
|
||||
" i A c B z.C.L.L.F.c.n v i *X",
|
||||
"*X. < G z.N.J.Q.Q.H.V.l.m # *X*X",
|
||||
"*X*X < G.~.).`._.^.I.b.- *X*X*X",
|
||||
"*X*X*X ; A./.'.].(.K.> *X*X*X",
|
||||
"*X*X*X*X*X X o # $ . *X*X*X*X*X"
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *kasteroids[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #0A0603",
|
||||
"X c #0E0906",
|
||||
"o c #0B0B0B",
|
||||
"O c #0D0D12",
|
||||
"+ c #160A04",
|
||||
"@ c #1A0B04",
|
||||
"# c #141212",
|
||||
"$ c #131318",
|
||||
"% c #1A1B1B",
|
||||
"& c #230D03",
|
||||
"* c #29150B",
|
||||
"= c #221510",
|
||||
"- c #361D13",
|
||||
"; c #211E20",
|
||||
": c #3A2113",
|
||||
"> c #2A2B2C",
|
||||
", c #232329",
|
||||
"< c #2F2E35",
|
||||
"1 c #2E313C",
|
||||
"2 c #342A2B",
|
||||
"3 c #3A2925",
|
||||
"4 c #3B2A27",
|
||||
"5 c #322D32",
|
||||
"6 c #323235",
|
||||
"7 c #31323B",
|
||||
"8 c #3C3233",
|
||||
"9 c #38383F",
|
||||
"0 c #3B363B",
|
||||
"q c #343A46",
|
||||
"w c #3C3C42",
|
||||
"e c #383C48",
|
||||
"r c #3C424F",
|
||||
"t c #3F4551",
|
||||
"y c #531D02",
|
||||
"u c #5B1D00",
|
||||
"i c #4B200B",
|
||||
"p c #4D2A1D",
|
||||
"a c #53230C",
|
||||
"s c #5D2104",
|
||||
"d c #5F280D",
|
||||
"f c #562005",
|
||||
"g c #522B1A",
|
||||
"h c #5F2A10",
|
||||
"j c #522815",
|
||||
"k c #5A301E",
|
||||
"l c #422E2A",
|
||||
"z c #492C22",
|
||||
"x c #4B332C",
|
||||
"c c #47332E",
|
||||
"v c #4E3833",
|
||||
"b c #4B3C3C",
|
||||
"n c #453330",
|
||||
"m c #51352B",
|
||||
"M c #57382D",
|
||||
"N c #5F3626",
|
||||
"B c #5E392B",
|
||||
"V c #523327",
|
||||
"C c #543A34",
|
||||
"Z c #503F3D",
|
||||
"A c #593B32",
|
||||
"S c #622202",
|
||||
"D c #6C2503",
|
||||
"F c #6C2B0B",
|
||||
"G c #662807",
|
||||
"H c #602C14",
|
||||
"J c #6D2F11",
|
||||
"K c #663016",
|
||||
"L c #64311A",
|
||||
"P c #6D3114",
|
||||
"I c #6B341A",
|
||||
"U c #6E391D",
|
||||
"Y c #722500",
|
||||
"T c #742A04",
|
||||
"R c #722E0C",
|
||||
"E c #7C2C03",
|
||||
"W c #75300E",
|
||||
"Q c #7F3007",
|
||||
"! c #7A320E",
|
||||
"~ c #733212",
|
||||
"^ c #7A3615",
|
||||
"/ c #77381B",
|
||||
"( c #643622",
|
||||
") c #663825",
|
||||
"_ c #623B2C",
|
||||
"` c #6A3720",
|
||||
"' c #6B3D2A",
|
||||
"] c #623E31",
|
||||
"[ c #753C22",
|
||||
"{ c #713F2B",
|
||||
"} c #463E42",
|
||||
"| c #4B3F42",
|
||||
" . c #5F4036",
|
||||
".. c #5C423B",
|
||||
"X. c #654033",
|
||||
"o. c #62453D",
|
||||
"O. c #6C483A",
|
||||
"+. c #754632",
|
||||
"@. c #754A39",
|
||||
"#. c #484145",
|
||||
"$. c #4B494D",
|
||||
"%. c #454349",
|
||||
"&. c #404652",
|
||||
"*. c #454A55",
|
||||
"=. c #4C4C53",
|
||||
"-. c #4D4E58",
|
||||
";. c #474C58",
|
||||
":. c #4C515C",
|
||||
">. c #53494C",
|
||||
",. c #594644",
|
||||
"<. c #594A4B",
|
||||
"1. c #514546",
|
||||
"2. c #534C50",
|
||||
"3. c #505053",
|
||||
"4. c #54535A",
|
||||
"5. c #5E5354",
|
||||
"6. c #5B595C",
|
||||
"7. c #505561",
|
||||
"8. c #555964",
|
||||
"9. c #5B5C63",
|
||||
"0. c #5A5E69",
|
||||
"q. c #5C606B",
|
||||
"w. c #614740",
|
||||
"e. c #634944",
|
||||
"r. c #624D4A",
|
||||
"t. c #6A4C43",
|
||||
"y. c #65514E",
|
||||
"u. c #69514D",
|
||||
"i. c #655758",
|
||||
"p. c #665859",
|
||||
"a. c #665451",
|
||||
"s. c #73544C",
|
||||
"d. c #795448",
|
||||
"f. c #7D584B",
|
||||
"g. c #785347",
|
||||
"h. c #7D5C52",
|
||||
"j. c #715954",
|
||||
"k. c #625C62",
|
||||
"l. c #64636A",
|
||||
"z. c #626570",
|
||||
"x. c #656974",
|
||||
"c. c #6A6C74",
|
||||
"v. c #6B6E79",
|
||||
"b. c #6D707B",
|
||||
"n. c #73747D",
|
||||
"m. c #76787F",
|
||||
"M. c #7A7A7D",
|
||||
"N. c #747681",
|
||||
"B. c #757881",
|
||||
"V. c #7A7C84",
|
||||
"C. c #7C7F88",
|
||||
"Z. c #7F7F91",
|
||||
"A. c #7F8087",
|
||||
"S. c #7E8189",
|
||||
"D. c #822F03",
|
||||
"F. c #833107",
|
||||
"G. c #843209",
|
||||
"H. c #8D390D",
|
||||
"J. c #89350A",
|
||||
"K. c #833914",
|
||||
"L. c #8D3B11",
|
||||
"P. c #8D3F18",
|
||||
"I. c #833A16",
|
||||
"U. c #923D11",
|
||||
"Y. c #803F20",
|
||||
"T. c #8A411D",
|
||||
"R. c #994215",
|
||||
"E. c #9C491D",
|
||||
"W. c #964319",
|
||||
"Q. c #834A2F",
|
||||
"!. c #8B4422",
|
||||
"~. c #874626",
|
||||
"^. c #874C32",
|
||||
"/. c #944822",
|
||||
"(. c #944D2B",
|
||||
"). c #9C4C23",
|
||||
"_. c #904622",
|
||||
"`. c #96502B",
|
||||
"'. c #99512E",
|
||||
"]. c #9C5532",
|
||||
"[. c #9E5935",
|
||||
"{. c #A34C1E",
|
||||
"}. c #A24D21",
|
||||
"|. c #A55024",
|
||||
" X c #A6582F",
|
||||
".X c #A95428",
|
||||
"XX c #AE592D",
|
||||
"oX c #A85327",
|
||||
"OX c #A55D39",
|
||||
"+X c #AD5D33",
|
||||
"@X c #A15935",
|
||||
"#X c #B25B2D",
|
||||
"$X c #B05F34",
|
||||
"%X c #AA613C",
|
||||
"&X c #A6613E",
|
||||
"*X c #B36238",
|
||||
"=X c #BB663A",
|
||||
"-X c #845B4E",
|
||||
";X c #855643",
|
||||
":X c #8A5F50",
|
||||
">X c #965B42",
|
||||
",X c #8C6152",
|
||||
"<X c #876357",
|
||||
"1X c #96614B",
|
||||
"2X c #926452",
|
||||
"3X c #9A6652",
|
||||
"4X c #9D6A55",
|
||||
"5X c #A0654B",
|
||||
"6X c #AB6542",
|
||||
"7X c #AE6844",
|
||||
"8X c #B76840",
|
||||
"9X c #B06E48",
|
||||
"0X c #C76735",
|
||||
"qX c #C66A3B",
|
||||
"wX c #C27249",
|
||||
"eX c #C6784F",
|
||||
"rX c #CA7C53",
|
||||
"tX c #D57848",
|
||||
"yX c #CB8B5E",
|
||||
"uX c #DD804E",
|
||||
"iX c #DBA573",
|
||||
"pX c #E18553",
|
||||
"aX c #E58B59",
|
||||
"sX c #EE905C",
|
||||
"dX c #F5935E",
|
||||
"fX c #ED9362",
|
||||
"gX c #F49B6A",
|
||||
"hX c #F59B67",
|
||||
"jX c #EAA36F",
|
||||
"kX c #FFA26B",
|
||||
"lX c #FFAD75",
|
||||
"zX c #FFB37A",
|
||||
"xX c #84858C",
|
||||
"cX c #868891",
|
||||
"vX c #8B8C94",
|
||||
"bX c #8D8F98",
|
||||
"nX c #8E9099",
|
||||
"mX c #979797",
|
||||
"MX c #92939B",
|
||||
"NX c #9597A0",
|
||||
"BX c #9698A0",
|
||||
"VX c #9B9CA3",
|
||||
"CX c #9FA0A6",
|
||||
"ZX c #A0A0A7",
|
||||
"AX c #A3A4AB",
|
||||
"SX c #A7A8AE",
|
||||
"DX c #A8A9AD",
|
||||
"FX c #ACACB3",
|
||||
"GX c #B0B0B6",
|
||||
"HX c #B4B4BA",
|
||||
"JX c #B7B8BE",
|
||||
"KX c gray75",
|
||||
"LX c #BBBCC1",
|
||||
"PX c #FFBC82",
|
||||
"IX c #C3C3C8",
|
||||
"UX c #C1C2C7",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYX SX YXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYX KXS.6.4.9.6.> YXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYX; $.m.VXFXJXJXHXVXl.} % YXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYX5 c.VXFXJXLXUXIXLXGXDXGXDXVXxX=.o YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYX, M.SXGXSXSXSXLXIXLXLXGXCXMXZXAXFXFXZX9. YXYXYXYX",
|
||||
"YXYXYXYXYXYX$.ZXFXAXZXmXxXxXSXHXFXFXSXbXbXMXMXm.c.MXFXbX% YXYXYX",
|
||||
"YXYXYXYXYX=.FXFXZXVXMXvXn.v.xXMXVXAXVXMXbXxXxXC.l.0.C.SXxX YXYX",
|
||||
"YXYXYXYXo VXAXVXVXMXcXA.n.c.m.xXMXMXMXbXV.n.xXS.C.b.4.V.AX9 YXYX",
|
||||
"YXYXYXYX6 CXnXbXAXMXS.S.n.n.N.C.cXcXC.n.z.0.z.z.b.N.6.m.MXl. YX",
|
||||
"YXYXYXYXl.bXS.V.MXcXV.N.N.n.n.n.n.v.z.8.:.;.&.*.0.x.c.N.xXV. YX",
|
||||
"YXYXYXM.V.m.b.x.b.b.x.z.z.l.l.l.k.k.6.2.&.e q q t 7.z.v.n.V.$ YX",
|
||||
"YXYXmXm.b.q.7.:.7.8.4.4.5.a.r.y.p.p.5.<.} 0 7 7 q &.7.q.x.N.> YX",
|
||||
"YX m.v.8.*.r q &.4.,.X.X.X.' O.j.j.a.r.| 8 4 5 7 w *.7.q.v.&. ",
|
||||
"YX6.v.0.*.q 1 7 %.a.o.{ { { +.g.h.-Xs.t.w.v x 3 2 8 | -.7.q.9. ",
|
||||
" =.x.:.e 1 < 5 b y.s.s.d.d.;X-X<X:Xf.@.O.] A x l l b 2.-.7.0.$ ",
|
||||
" 0.q.*.q 9 7 2 c e.g.-X:X,X2X2X2X2Xd.+.{ ' ] B M v Z 1.$.-.7.% ",
|
||||
"o 8.7.-.1.} 8 2 z ] @.;X1X3X3X3X4X3X^.[ U I U ) _ A A b | $.-.$ ",
|
||||
"O -.4.<.,.A x z g I [ ^.[.1X5X3X>X^.[ ~ R ~ P I ( _ m x b >.} ",
|
||||
". ;.2.,...] ( k L J R ^ !.(.].]._.K.F.E Y T R ~ K k z x C >.; ",
|
||||
" } <...A _ ( I J R E E J.T.).).E.U.H.J.D.E T F H j p V A n YX",
|
||||
" 2 e.A B ( K F D Y E H.W.E.E.|.}.}.).U.U.J.Y S a a g _ A X YX",
|
||||
"YX# o.] ( H d s u D ! P.).oXXX#X#XXX.X}.W.H.T u u a H ) = YXYX",
|
||||
"YX 3 ' I H s u s F ~ !.(. X*X*X$X$X+XoX/.I.J u u G I - YXYXYX",
|
||||
"YX - H R D D R ^ [ ~.(.[.OX%X%XOX@X'./.I.~ F S D i . YXYXYX",
|
||||
"YXYX @ y D.J.J.F.W.].@X&X7X7X7X7XOX[.`._.K.E D.S X YXYXYXYX",
|
||||
"YXYXYX y R.{.|.E.XXwXeXtXyXrXrX9X8X*X).U.U.T @ YXYXYXYXYX",
|
||||
"YXYXYXYXYX i .X0XtXuXaXsXgXjXgXfXpXtXqX#XoXU.& YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYX * '.tXdXkXlXzXPXzXkXdXuXtX0X).& YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYX : +.7XyXiXiXjXhXsXtX=XU + YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYX . . X = - - X YXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYX YXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX"
|
||||
};
|
@ -0,0 +1,174 @@
|
||||
/* XPM */
|
||||
static char *katomic-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 152 2",
|
||||
" c black",
|
||||
". c #007F7F",
|
||||
"X c #0037F9",
|
||||
"o c #0055AA",
|
||||
"O c #0055D4",
|
||||
"+ c #005DD2",
|
||||
"@ c #0048EC",
|
||||
"# c #005AFA",
|
||||
"$ c #0066CC",
|
||||
"% c #007FD4",
|
||||
"& c #0063FA",
|
||||
"* c #006CFC",
|
||||
"= c #007FEC",
|
||||
"- c #0077F6",
|
||||
"; c #0073FA",
|
||||
": c #0076F9",
|
||||
"> c #00AAAA",
|
||||
", c #00BFBF",
|
||||
"< c #059ADE",
|
||||
"1 c #079CDD",
|
||||
"2 c #099DDC",
|
||||
"3 c #089EDD",
|
||||
"4 c #0C9FDB",
|
||||
"5 c #1496DE",
|
||||
"6 c #0080F9",
|
||||
"7 c #0080FF",
|
||||
"8 c #0189F9",
|
||||
"9 c #008EFA",
|
||||
"0 c #038CF9",
|
||||
"q c #0589FA",
|
||||
"w c #0689FA",
|
||||
"e c #068AF9",
|
||||
"r c #068AFA",
|
||||
"t c #058DFA",
|
||||
"y c #048EFA",
|
||||
"u c #0091EF",
|
||||
"i c #059CE3",
|
||||
"p c #0F97EF",
|
||||
"a c #0F9CE1",
|
||||
"s c #0B9DEE",
|
||||
"d c #0D9EEC",
|
||||
"f c #0691FA",
|
||||
"g c #0693FA",
|
||||
"h c #0496FA",
|
||||
"j c #0795FA",
|
||||
"k c #0697F9",
|
||||
"l c #009DF7",
|
||||
"z c #0098FA",
|
||||
"x c #009BFA",
|
||||
"c c #009FFA",
|
||||
"v c #059AFA",
|
||||
"b c #0698F9",
|
||||
"n c #0798F9",
|
||||
"m c #069AF9",
|
||||
"M c #059EFA",
|
||||
"N c #138EFB",
|
||||
"B c #1D8AFB",
|
||||
"V c #1E8BFD",
|
||||
"C c #1397EB",
|
||||
"Z c #1492F6",
|
||||
"A c #1494F6",
|
||||
"S c #1390FB",
|
||||
"D c #1599F4",
|
||||
"F c #149DF3",
|
||||
"G c #1899F6",
|
||||
"H c #00AFD3",
|
||||
"J c #00B7CC",
|
||||
"K c #00BFD4",
|
||||
"L c #16A2DA",
|
||||
"P c #08A4E2",
|
||||
"I c #00A5F0",
|
||||
"U c #00A5F5",
|
||||
"Y c #00A3F8",
|
||||
"T c #03A1F9",
|
||||
"R c #00A4FA",
|
||||
"E c #05A1FA",
|
||||
"W c #00A8F8",
|
||||
"Q c #00A8F9",
|
||||
"! c #00A8FA",
|
||||
"~ c #00A9FA",
|
||||
"^ c #00ABF9",
|
||||
"/ c #00AAFF",
|
||||
"( c #00ADF9",
|
||||
") c #00AEFA",
|
||||
"_ c #04A9FA",
|
||||
"` c #05AAFA",
|
||||
"' c #00BBEE",
|
||||
"] c #00B1F3",
|
||||
"[ c #00B0FB",
|
||||
"{ c #00B8F8",
|
||||
"} c #00B9F9",
|
||||
"| c #00BAFA",
|
||||
" . c #00BCF9",
|
||||
".. c #259ACD",
|
||||
"X. c #2088FF",
|
||||
"o. c #2089FF",
|
||||
"O. c #208AFF",
|
||||
"+. c #218AFF",
|
||||
"@. c #2F94F2",
|
||||
"#. c #369FF4",
|
||||
"$. c #26A4D1",
|
||||
"%. c #28A4DB",
|
||||
"&. c #35A3D9",
|
||||
"*. c #3BA2D7",
|
||||
"=. c #3EA3D5",
|
||||
"-. c #00CCCC",
|
||||
";. c #00CCE5",
|
||||
":. c #00C5F7",
|
||||
">. c #00C2F9",
|
||||
",. c #00C5FA",
|
||||
"<. c #00C9FA",
|
||||
"1. c #00CAF9",
|
||||
"2. c #00CDFA",
|
||||
"3. c #00CEF8",
|
||||
"4. c #00CFF9",
|
||||
"5. c #00D4F0",
|
||||
"6. c #00D1F9",
|
||||
"7. c #00D4FA",
|
||||
"8. c #00D6FA",
|
||||
"9. c #00D8FA",
|
||||
"0. c #00DBF9",
|
||||
"q. c #00E7E7",
|
||||
"w. c #00E7F3",
|
||||
"e. c #00E5F6",
|
||||
"r. c #00E2F9",
|
||||
"t. c #00EBF7",
|
||||
"y. c #00EDF7",
|
||||
"u. c #00EAFA",
|
||||
"i. c #00ECFA",
|
||||
"p. c #00FFE5",
|
||||
"a. c #00F1F1",
|
||||
"s. c #00F1FA",
|
||||
"d. c #00F2F8",
|
||||
"f. c #00F8F8",
|
||||
"g. c #00FAFA",
|
||||
"h. c #2EEAF8",
|
||||
"j. c #37F0F7",
|
||||
"k. c #46AAFB",
|
||||
"l. c #43DCFA",
|
||||
"z. c #52E7FA",
|
||||
"x. c #C9E7FD",
|
||||
"c. c #C8E7FF",
|
||||
"v. c #C7F9FC",
|
||||
"b. c #D8EEFF",
|
||||
"n. c #DEFCFD",
|
||||
"m. c #E8F9FB",
|
||||
"M. c #F4FAFF",
|
||||
"N. c #F5FDFD",
|
||||
"B. c #FFFFFB",
|
||||
"V. c #FCFDFD",
|
||||
"C. c #FDFFFD",
|
||||
"Z. c None",
|
||||
/* pixels */
|
||||
"Z.Z.O.O.Z.Z.Z.Z.Z.Z.Z.Z.V O.Z.Z.",
|
||||
"Z.O.n.V.S X Z.Z.Z.Z.@ S N.v.V Z.",
|
||||
"Z.p.i k.m ; : , Z.l # 0 #.P / Z.",
|
||||
"Z.> R & ,.I f .3.y M 7.* u % Z.",
|
||||
"Z.Z.- 6 ] Z.. M M ;.Z.Z.: + Z.Z.",
|
||||
"Z.Z.Z.{ k a.y.<.3.i.q.,.R O Z.Z.",
|
||||
"Z.Z.Z.3.0 M 2 &.%.< E x e.Z.Z.Z.",
|
||||
"Z.Z.! y 0.0.L B.m.4 3.M ! 6 Z.Z.",
|
||||
"Z.D 8 >.Z.f.2 =.*.1 u.-.( e V Z.",
|
||||
"F V.z.6.' n / 8.7.` k Z.s.l.V.D ",
|
||||
"C b.O.e ( ( v f.s.k z ! t @.x.d ",
|
||||
"K a J U e.i.g Z.Z.m <.{ ! ) d H ",
|
||||
"Z.Z.Z.Z.Z.5.e h.j.e w.Z.Z.Z.Z.Z.",
|
||||
"Z.Z.Z.Z.Z.Z.{ $.../ Z.Z.Z.Z.Z.Z.",
|
||||
"Z.Z.Z.Z.Z.Z.A x.M.Z Z.Z.Z.Z.Z.Z.",
|
||||
"Z.Z.Z.Z.Z.Z.o 5 C $ Z.Z.Z.Z.Z.Z."
|
||||
};
|
@ -0,0 +1,209 @@
|
||||
/* XPM */
|
||||
static char *katomic[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 171 2",
|
||||
" c black",
|
||||
". c #00007F",
|
||||
"X c #005500",
|
||||
"o c #007F7F",
|
||||
"O c #003FBF",
|
||||
"+ c #0055AA",
|
||||
"@ c #0066CC",
|
||||
"# c #007FD4",
|
||||
"$ c #0066FA",
|
||||
"% c #006CFA",
|
||||
"& c #0075F9",
|
||||
"* c #007BF9",
|
||||
"= c #00AA00",
|
||||
"- c #00AA7F",
|
||||
"; c #00D400",
|
||||
": c #009FBF",
|
||||
"> c #00AAAA",
|
||||
", c #00BFBF",
|
||||
"< c #0099CC",
|
||||
"1 c #009FDF",
|
||||
"2 c #0083F9",
|
||||
"3 c #008CFA",
|
||||
"4 c #0092F9",
|
||||
"5 c #009DF2",
|
||||
"6 c #009BF9",
|
||||
"7 c #0E99FA",
|
||||
"8 c #1D89FA",
|
||||
"9 c #119AFA",
|
||||
"0 c #1C99FA",
|
||||
"q c #00AAD4",
|
||||
"w c #00B6DA",
|
||||
"e c #00A2F9",
|
||||
"r c #01ACF9",
|
||||
"t c #08ACFA",
|
||||
"y c #00B6EC",
|
||||
"u c #00B9E7",
|
||||
"i c #00BBEE",
|
||||
"p c #02B3F9",
|
||||
"a c #01BCF9",
|
||||
"s c #09B3F9",
|
||||
"d c #0ABAFA",
|
||||
"f c #13A4FA",
|
||||
"g c #11ABFA",
|
||||
"h c #13BFFA",
|
||||
"j c #1AB6FA",
|
||||
"k c #2299FB",
|
||||
"l c #2997FB",
|
||||
"z c #2B9AFB",
|
||||
"x c #329EFB",
|
||||
"c c #2FACFB",
|
||||
"v c #21BEFA",
|
||||
"b c #2BBEFB",
|
||||
"n c #33A3FB",
|
||||
"m c #30BDFB",
|
||||
"M c #3ABEFB",
|
||||
"N c #00C4C4",
|
||||
"B c #00CCCC",
|
||||
"V c #00D4D4",
|
||||
"C c #00DDDD",
|
||||
"Z c #1FDFDF",
|
||||
"A c #00CCE5",
|
||||
"S c #00C6F5",
|
||||
"D c #00C2F9",
|
||||
"F c #00CBF9",
|
||||
"G c #09C1FA",
|
||||
"H c #0ACEFA",
|
||||
"J c #00D0E7",
|
||||
"K c #00D5EA",
|
||||
"L c #00DBEC",
|
||||
"P c #00D4F7",
|
||||
"I c #00D4F9",
|
||||
"U c #00DAF5",
|
||||
"Y c #00DBF9",
|
||||
"T c #0EDFFA",
|
||||
"R c #15C0FB",
|
||||
"E c #13CBFA",
|
||||
"W c #1FC0FA",
|
||||
"Q c #1ACCFA",
|
||||
"! c #11DFF9",
|
||||
"~ c #00E4E4",
|
||||
"^ c #00EBEB",
|
||||
"/ c #00E2F3",
|
||||
"( c #00E3F9",
|
||||
") c #00EDF6",
|
||||
"_ c #00ECF9",
|
||||
"` c #0AE1FA",
|
||||
"' c #0AEDF9",
|
||||
"] c #00F4F4",
|
||||
"[ c #00F3F9",
|
||||
"{ c #00FBF7",
|
||||
"} c #00F9F8",
|
||||
"| c #0AF7F7",
|
||||
" . c #09F3F8",
|
||||
".. c #0CF9F9",
|
||||
"X. c #12ECEC",
|
||||
"o. c #1FEFEF",
|
||||
"O. c #14E5FA",
|
||||
"+. c #1CE6FA",
|
||||
"@. c #19EFF9",
|
||||
"#. c #13F5F5",
|
||||
"$. c #16F5FA",
|
||||
"%. c #13FAF9",
|
||||
"&. c #1CF7F7",
|
||||
"*. c #18F1FA",
|
||||
"=. c #1CF9F9",
|
||||
"-. c #33CCCC",
|
||||
";. c #27CFFB",
|
||||
":. c #2ACEFA",
|
||||
">. c #23D2FA",
|
||||
",. c #22D9FA",
|
||||
"<. c #32C1FB",
|
||||
"1. c #30CFFA",
|
||||
"2. c #31D1FA",
|
||||
"3. c #37DCFA",
|
||||
"4. c #20E3FB",
|
||||
"5. c #24ECFA",
|
||||
"6. c #2AECFA",
|
||||
"7. c #23FBFA",
|
||||
"8. c #28F5FA",
|
||||
"9. c #32E2FA",
|
||||
"0. c #33EDFA",
|
||||
"q. c #39EEFA",
|
||||
"w. c #33F7F7",
|
||||
"e. c #3CF2F9",
|
||||
"r. c #44C6FB",
|
||||
"t. c #49C5FB",
|
||||
"y. c #49CCFB",
|
||||
"u. c #46D5FB",
|
||||
"i. c #52CDFB",
|
||||
"p. c #57D9FB",
|
||||
"a. c #5AD6FB",
|
||||
"s. c #5ED8FB",
|
||||
"d. c #4EEEFA",
|
||||
"f. c #4AF4F4",
|
||||
"g. c #4EF4FA",
|
||||
"h. c #54E3FB",
|
||||
"j. c #51EAFA",
|
||||
"k. c #5DF4FA",
|
||||
"l. c #64DDFB",
|
||||
"z. c #68DEFB",
|
||||
"x. c #6CE2FB",
|
||||
"c. c #63F0F0",
|
||||
"v. c #64F5FA",
|
||||
"b. c #62FAFA",
|
||||
"n. c #6BFAFA",
|
||||
"m. c #70E4FB",
|
||||
"M. c #7FEFFB",
|
||||
"N. c #72F9F9",
|
||||
"B. c #78F1F1",
|
||||
"V. c #7CF3FB",
|
||||
"C. c #7DFBF7",
|
||||
"Z. c #85F3F3",
|
||||
"A. c #84F1FB",
|
||||
"S. c #80FAFA",
|
||||
"D. c #8DF1FB",
|
||||
"F. c #94EFFB",
|
||||
"G. c #91F6FB",
|
||||
"H. c #9BF3FB",
|
||||
"J. c #9BFAFA",
|
||||
"K. c #A0F7F7",
|
||||
"L. c #A0F5FB",
|
||||
"P. c #A1FAFA",
|
||||
"I. c #AAFBFA",
|
||||
"U. c #B7F4FB",
|
||||
"Y. c #BCFCFB",
|
||||
"T. c #C2FAFB",
|
||||
"R. c #CAFAFB",
|
||||
"E. c #D2FCFB",
|
||||
"W. c #F7FCFB",
|
||||
"Q. c #FEFBFB",
|
||||
"!. c None",
|
||||
/* pixels */
|
||||
"!.!.!.o -.K.J.Z., !.!.!.!.!.!.!.!.!.!.!.!.!.!.> B.J.J.Z., !.!.",
|
||||
"!.!. Z N.S.I.n.Q S 5 !.!.!.!.!.!.!. !.^ *.k.J.J.v.f.> !.!.",
|
||||
"!.!.o w.3.P.R.D.t * $ 6 K o !.!.!. i 6 * 2 h.T.Y.h.q.C !.!.",
|
||||
"!.!., $.W s.m.i.H } p * 6 ] > !.!.- > I * & a Y <.x.z.b +.~ !.!.",
|
||||
"!.!., | H k n k I } U Y r 6 [ > > C I 3 p I _ } f z z g .^ !.!.",
|
||||
"!.!. ] { 6 2 I } ] A ] } a p ] ^ F 6 / [ U ^ } _ p & ( ] - !.!.",
|
||||
"!.!.!.> ) a 3 } ] + !.B ] } a I I p _ } ^ + u { I * _ K !.!.",
|
||||
"!.!.!.!.N F * D C !.!.!.< ] } a a [ } A !.!.X / 2 4 S O !.!.!.",
|
||||
"!.!.!.!.@ / a 6 ] + !.!.!.~ [ a a { ^ !.!.!.B I * D y !.!.!.!.",
|
||||
"!.!.!.!. ^ [ e F C > !.V ..G O.` s [ !.!.> ] e a ( < !.!.!.!.",
|
||||
"!.!.!.!.!.< ] ( e ) ~ / s.` H +.O.d ` ( } ^ ~ F r } ^ . !.!.!.!.",
|
||||
"!.!.!.!.!. ^ ] I y r t :.h j.H.F.0.h Q p r I p _ ] < !.!.!.!.!.",
|
||||
"!.!.!.!. o ] F a 1.h $.k.6.R.Q.Q.H.5.g.} I e p ) ^ o !.!.!.!.!.",
|
||||
"!.!.!. > _ e p _ } U h q.k.Q.Q.Q.W.0.e.' p _ I e Y , . !.!.!.!.",
|
||||
"!.!. , U 3 F } } ] } ( a t.Q.Q.Q.Q.>.G s _ } } U 3 I B . !.!.!.",
|
||||
"!.!.> Y & F [ ] V C ] ..a 6.T.Q.Q.U.4.G [ ] ] ] } Y 2 I , !.!.!.",
|
||||
" -.&.e p [ ] + !.!.^ } d 6.5.V.M.6.' s { ^ . L } F & ] > o !.",
|
||||
"B b.n.L.n.8.X. !.!.C _ s 7.5.d d *.%.p _ ~ !.!.- ] | v j.n.c., ",
|
||||
"o.9.A.R.I.3.=.o !.> [ ( F p a _ ( s ( p ( ~ !.!.o #.6.I.E.V.d.Z ",
|
||||
"#.Q y.x.l.j ( I S 1 a p a _ { { { _ p r a ( ] ] L ' :.D.J.x.>.#.",
|
||||
"] ! 0 x k 6 4 6 p S ( ( D } ] ^ ] [ } F a p 6 6 6 4 9 M t.c E } ",
|
||||
"^ } I s D } } } ] } } [ r } V !.!.~ } D U } ] Y F I U 9 8 f .] ",
|
||||
"+ ] } } } ] ] U J q ~ [ e [ w !.!.> ] r Y } ] ] _ } } [ ] } ] w ",
|
||||
"!. < : = + !.!.!.!.B } e I ~ !.!.V _ 4 _ ~ o > O @ A ] ] ] = ",
|
||||
"!.!.!.!.!.!.!.!.!.!.+ ] a e | N.C.$.a 6 ( < !.!.!.!.!. !.!.!.",
|
||||
"!.!.!.!.!.!.!.!.!.!.!.L [ 2 ,.J.I.q.2 I ) . !.!.!.!.!.!.!.!.!.!.",
|
||||
"!.!.!.!.!.!.!.!.!.!.!.q } U u.Y.T.x.F [ A !.!.!.!.!.!.!.!.!.!.!.",
|
||||
"!.!.!.!.!.!.!.!.!.!.!. ^ _ b z.l.m Y ] + !.!.!.!.!.!.!.!.!.!.!.",
|
||||
"!.!.!.!.!.!.!.!.!.!.!.!.~ | g l z f ' ^ !.!.!.!.!.!.!.!.!.!.!.!.",
|
||||
"!.!.!.!.!.!.!.!.!.!.!.!., [ | G d ( } C !.!.!.!.!.!.!.!.!.!.!.!.",
|
||||
"!.!.!.!.!.!.!.!.!.!.!.!.!.C ] } } } J !.!.!.!.!.!.!.!.!.!.!.!.",
|
||||
"!.!.!.!.!.!.!.!.!.!.!.!.!.!.o ; ; > !.!.!.!.!.!.!.!.!.!.!.!.!.!."
|
||||
};
|
@ -0,0 +1,231 @@
|
||||
/* XPM */
|
||||
static char *kbackgammon-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 209 2",
|
||||
" c black",
|
||||
". c #050100",
|
||||
"X c #100800",
|
||||
"o c #240F04",
|
||||
"O c #241103",
|
||||
"+ c #311708",
|
||||
"@ c #381D0B",
|
||||
"# c #391D0E",
|
||||
"$ c #3A2412",
|
||||
"% c #3D2414",
|
||||
"& c #412519",
|
||||
"* c #4B321D",
|
||||
"= c #563821",
|
||||
"- c #5A3D28",
|
||||
"; c #5C3F29",
|
||||
": c #63412F",
|
||||
"> c #6B4732",
|
||||
", c #3F5FCE",
|
||||
"< c #6D6FB3",
|
||||
"1 c #7370A9",
|
||||
"2 c #00A343",
|
||||
"3 c #1FC868",
|
||||
"4 c #2EC46A",
|
||||
"5 c #25CE75",
|
||||
"6 c #4B9D49",
|
||||
"7 c #569E4F",
|
||||
"8 c #50B266",
|
||||
"9 c #72964C",
|
||||
"0 c #62B46C",
|
||||
"q c #7DBF73",
|
||||
"w c #65D68B",
|
||||
"e c #834F24",
|
||||
"r c #804E39",
|
||||
"t c #8E533B",
|
||||
"y c #935628",
|
||||
"u c #98563F",
|
||||
"i c #A3513B",
|
||||
"p c #AB5938",
|
||||
"a c #837549",
|
||||
"s c #9A7360",
|
||||
"d c #9F7863",
|
||||
"f c #A95C4C",
|
||||
"g c #AD5B48",
|
||||
"h c #A0614A",
|
||||
"j c #AD7152",
|
||||
"k c #BE7F5B",
|
||||
"l c #CE5B2B",
|
||||
"z c #CB5F31",
|
||||
"x c #D15E2B",
|
||||
"c c #CD6D3F",
|
||||
"v c #DD6329",
|
||||
"b c #DC672B",
|
||||
"n c #D16A37",
|
||||
"m c #D36B38",
|
||||
"M c #D3744D",
|
||||
"N c #DF704B",
|
||||
"B c #DB794C",
|
||||
"V c #87799D",
|
||||
"C c #987C8D",
|
||||
"Z c #A37E85",
|
||||
"A c #829952",
|
||||
"S c #8D9753",
|
||||
"D c #97855C",
|
||||
"F c #85B674",
|
||||
"G c #88B975",
|
||||
"H c #91B879",
|
||||
"J c #A88958",
|
||||
"K c #AB9564",
|
||||
"L c #B0806C",
|
||||
"P c #BC8573",
|
||||
"I c #B8BB76",
|
||||
"U c #C19659",
|
||||
"Y c #DD8053",
|
||||
"T c #DF8058",
|
||||
"R c #DF865C",
|
||||
"E c #C18C6D",
|
||||
"W c #C28C74",
|
||||
"Q c #C88D71",
|
||||
"! c #D79264",
|
||||
"~ c #D69266",
|
||||
"^ c #D4926A",
|
||||
"/ c #DF9967",
|
||||
"( c #D0A876",
|
||||
") c #E58E4B",
|
||||
"_ c #E89150",
|
||||
"` c #E99258",
|
||||
"' c #EB9959",
|
||||
"] c #EB9C59",
|
||||
"[ c #FF8F56",
|
||||
"{ c #F19147",
|
||||
"} c #FA9646",
|
||||
"| c #FC9746",
|
||||
" . c #FF944E",
|
||||
".. c #FF954E",
|
||||
"X. c #FF9B43",
|
||||
"o. c #F1995E",
|
||||
"O. c #FF935B",
|
||||
"+. c #FF915D",
|
||||
"@. c #FF9853",
|
||||
"#. c #FF9A59",
|
||||
"$. c #FF9E58",
|
||||
"%. c #E38462",
|
||||
"&. c #E08D65",
|
||||
"*. c #E58B63",
|
||||
"=. c #E39068",
|
||||
"-. c #E89570",
|
||||
";. c #F5926E",
|
||||
":. c #FF977A",
|
||||
">. c #F99C79",
|
||||
",. c #EDA35D",
|
||||
"<. c #F4AA5C",
|
||||
"1. c #F5AE5F",
|
||||
"2. c #ECA662",
|
||||
"3. c #ECA766",
|
||||
"4. c #E4A371",
|
||||
"5. c #E7AA7F",
|
||||
"6. c #EFAD7B",
|
||||
"7. c #E3BD7E",
|
||||
"8. c #EBB27C",
|
||||
"9. c #F1A66E",
|
||||
"0. c #F0AC69",
|
||||
"q. c #FFA362",
|
||||
"w. c #FFA165",
|
||||
"e. c #F3AA7D",
|
||||
"r. c #AB8482",
|
||||
"t. c #A98489",
|
||||
"y. c #B38781",
|
||||
"u. c #A69BBB",
|
||||
"i. c #A99CBC",
|
||||
"p. c #AE9EB9",
|
||||
"a. c #BFBE85",
|
||||
"s. c #B6A2B7",
|
||||
"d. c #B1A0BB",
|
||||
"f. c #8397ED",
|
||||
"g. c #9EA5EE",
|
||||
"h. c #ACAEE9",
|
||||
"j. c #B1B1E1",
|
||||
"k. c #92C786",
|
||||
"l. c #95C780",
|
||||
"z. c #8FE29C",
|
||||
"x. c #A4C98F",
|
||||
"c. c #A8D189",
|
||||
"v. c #C5B784",
|
||||
"b. c #DDA785",
|
||||
"n. c #D1B785",
|
||||
"m. c #CBADA6",
|
||||
"M. c #CAABA8",
|
||||
"N. c #CBAAA9",
|
||||
"B. c #C8AEB3",
|
||||
"V. c #C9ADB5",
|
||||
"C. c #D0ABA6",
|
||||
"Z. c #EDAF80",
|
||||
"A. c #EEAF80",
|
||||
"S. c #E9B084",
|
||||
"D. c #EFB080",
|
||||
"F. c #EDB184",
|
||||
"G. c #EBB58D",
|
||||
"H. c #ECB489",
|
||||
"J. c #EEB98A",
|
||||
"K. c #E7B293",
|
||||
"L. c #E6B493",
|
||||
"P. c #EEB790",
|
||||
"I. c #E9B893",
|
||||
"U. c #EFBF93",
|
||||
"Y. c #EFBE94",
|
||||
"T. c #F0AC81",
|
||||
"R. c #FFA386",
|
||||
"E. c #F0B285",
|
||||
"W. c #F2B588",
|
||||
"Q. c #F6B48A",
|
||||
"!. c #F3BB8E",
|
||||
"~. c #F9B38C",
|
||||
"^. c #FEB991",
|
||||
"/. c #FFBB91",
|
||||
"(. c #FFB99F",
|
||||
"). c #E8BFAD",
|
||||
"_. c #FFBDA8",
|
||||
"`. c #CFC895",
|
||||
"'. c #D2C78A",
|
||||
"]. c #D3CB99",
|
||||
"[. c #D8D9A2",
|
||||
"{. c #F5C294",
|
||||
"}. c #F6C398",
|
||||
"|. c #F7C59D",
|
||||
" X c #F4C99E",
|
||||
".X c #FFC895",
|
||||
"XX c #FFC89A",
|
||||
"oX c #FFCB99",
|
||||
"OX c #FFCE9C",
|
||||
"+X c #FFD29F",
|
||||
"@X c #FFD49D",
|
||||
"#X c #FFCAA3",
|
||||
"$X c #FFCEB0",
|
||||
"%X c #FFD9A7",
|
||||
"&X c #FFD8AA",
|
||||
"*X c #FFDEAF",
|
||||
"=X c #FFEAB5",
|
||||
"-X c #FFEABF",
|
||||
";X c #FFECBD",
|
||||
":X c #FFF4B8",
|
||||
">X c #FFF5BD",
|
||||
",X c #FFF4BF",
|
||||
"<X c #FFF9BB",
|
||||
"1X c #FFFCB8",
|
||||
"2X c #FFECC3",
|
||||
"3X c #FFF0C0",
|
||||
"4X c #FFFFCC",
|
||||
"5X c #FFFFD5",
|
||||
"6X c None",
|
||||
/* pixels */
|
||||
"6X6X6X6X6X6X6X6X6X6X6X6X6X6X6X6X",
|
||||
"X ~ d s k a D p M K J ~ d Q 9.. ",
|
||||
"+ 5Xh.g.>X3 z._._.w 4 ;Xf.j.4XO ",
|
||||
"# 1Xp.i.OX8 x.>.R.k.0 +Xi.s.<XO ",
|
||||
"$ :XN.N.XXF ].;.>.`.H XXM.m.,X@ ",
|
||||
"& =XK.I./.v.#X*.-.|.n./.P.L.3X% ",
|
||||
"= *XE.W.H.~.}.*.=.{.Q.G.!.D.&X* ",
|
||||
"; &XT.S.8.A.Y.B &.Y.F.6.4.` .X- ",
|
||||
": OX( e.b.5.J.B Y 8./ ^ o.U .X> ",
|
||||
"> 7.A #.y.W 0.x m 3.Q t.$.S '.t ",
|
||||
"f I 7 ..C Z <.l n ,.P V ..9 l.i ",
|
||||
"g q 2 @.< 1 1.z c 2.r., O.6 5 g ",
|
||||
"h [.G #XV.V.2XN %.-X).d.$Xa.c.j ",
|
||||
"e q.O._ | } ] v b ' { X.) [ w.y ",
|
||||
" ",
|
||||
"6X6X6X6X6X6X6X6X6X6X6X6X6X6X6X6X"
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *kbackgammon[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #090200",
|
||||
"X c #190F05",
|
||||
"o c #1F1204",
|
||||
"O c #241308",
|
||||
"+ c #281507",
|
||||
"@ c #2B1609",
|
||||
"# c #311B0D",
|
||||
"$ c #40240E",
|
||||
"% c #462813",
|
||||
"& c #4D2C16",
|
||||
"* c #472712",
|
||||
"= c #49301D",
|
||||
"- c #512F18",
|
||||
"; c #533017",
|
||||
": c #543118",
|
||||
"> c #5A3419",
|
||||
", c #593922",
|
||||
"< c #6E4021",
|
||||
"1 c #704022",
|
||||
"2 c #686EB7",
|
||||
"3 c #676BB1",
|
||||
"4 c #726EA9",
|
||||
"5 c #7E77A9",
|
||||
"6 c #7774AC",
|
||||
"7 c #7071B2",
|
||||
"8 c #1CA74D",
|
||||
"9 c #19B057",
|
||||
"0 c #2AA74F",
|
||||
"q c #24A951",
|
||||
"w c #23B05A",
|
||||
"e c #2DB25D",
|
||||
"r c #37A450",
|
||||
"t c #32B15E",
|
||||
"y c #3AAF60",
|
||||
"u c #39B161",
|
||||
"i c #48A14E",
|
||||
"p c #42A653",
|
||||
"a c #48A553",
|
||||
"s c #55A455",
|
||||
"d c #43B464",
|
||||
"f c #4FB568",
|
||||
"g c #59B468",
|
||||
"h c #63A155",
|
||||
"j c #6AA256",
|
||||
"k c #75A259",
|
||||
"l c #6BB26D",
|
||||
"z c #6ABB72",
|
||||
"x c #66BB71",
|
||||
"c c #74BA74",
|
||||
"v c #7986CD",
|
||||
"b c #7686D2",
|
||||
"n c #7C8AD5",
|
||||
"m c #7AC288",
|
||||
"M c #9A401E",
|
||||
"N c #8A5935",
|
||||
"B c #8A5733",
|
||||
"V c #9B4C2D",
|
||||
"C c #905D39",
|
||||
"Z c #94613C",
|
||||
"A c #B86233",
|
||||
"S c #BA703D",
|
||||
"D c #9E6E4B",
|
||||
"F c #9E7250",
|
||||
"G c #A36B44",
|
||||
"H c #AF7347",
|
||||
"J c #AF754C",
|
||||
"K c #B5784C",
|
||||
"L c #BE7645",
|
||||
"P c #BE7845",
|
||||
"I c #B67E55",
|
||||
"U c #B97D53",
|
||||
"Y c #C6360A",
|
||||
"T c #C74112",
|
||||
"R c #C64418",
|
||||
"E c #CA4414",
|
||||
"W c #C8441B",
|
||||
"Q c #C94A21",
|
||||
"! c #CB5827",
|
||||
"~ c #CD5B2B",
|
||||
"^ c #D05E2C",
|
||||
"/ c #D05123",
|
||||
"( c #D4653A",
|
||||
") c #D8683F",
|
||||
"_ c #C07846",
|
||||
"` c #D16D48",
|
||||
"' c #DA6D45",
|
||||
"] c #DC744C",
|
||||
"[ c #DA784D",
|
||||
"{ c #DC7B54",
|
||||
"} c #DF7E5B",
|
||||
"| c #8D7693",
|
||||
" . c #9B7A86",
|
||||
".. c #917C9B",
|
||||
"X. c #8176A5",
|
||||
"o. c #819C55",
|
||||
"O. c #969D5A",
|
||||
"+. c #93A05C",
|
||||
"@. c #86BB7B",
|
||||
"#. c #83B573",
|
||||
"$. c #92B677",
|
||||
"%. c #99B57A",
|
||||
"&. c #9AA86A",
|
||||
"*. c #A49A5B",
|
||||
"=. c #BC8158",
|
||||
"-. c #BE8255",
|
||||
";. c #B09B5B",
|
||||
":. c #BD856E",
|
||||
">. c #BB8B7C",
|
||||
",. c #BE9C60",
|
||||
"<. c #BEAE79",
|
||||
"1. c #C6885B",
|
||||
"2. c #C78959",
|
||||
"3. c #C4985F",
|
||||
"4. c #D78B54",
|
||||
"5. c #DA8C53",
|
||||
"6. c #DE8259",
|
||||
"7. c #DC925C",
|
||||
"8. c #D6935E",
|
||||
"9. c #C68B60",
|
||||
"0. c #CA8C63",
|
||||
"q. c #C18C77",
|
||||
"w. c #CA9566",
|
||||
"e. c #CC9273",
|
||||
"r. c #D39366",
|
||||
"t. c #D0936B",
|
||||
"y. c #DD9560",
|
||||
"u. c #DC9964",
|
||||
"i. c #DB9B6D",
|
||||
"p. c #DA9D72",
|
||||
"a. c #D29771",
|
||||
"s. c #C0AA6F",
|
||||
"d. c #CCA26B",
|
||||
"f. c #C0AF7B",
|
||||
"g. c #C4AB72",
|
||||
"h. c #CEB27C",
|
||||
"j. c #DCA279",
|
||||
"k. c #D5AD7C",
|
||||
"l. c #E0835D",
|
||||
"z. c #E48C58",
|
||||
"x. c #E2945B",
|
||||
"c. c #E4985D",
|
||||
"v. c #E18962",
|
||||
"b. c #E48E68",
|
||||
"n. c #E88966",
|
||||
"m. c #E18563",
|
||||
"M. c #E29561",
|
||||
"N. c #E5926D",
|
||||
"B. c #E29963",
|
||||
"V. c #E49E69",
|
||||
"C. c #E89764",
|
||||
"Z. c #EB9865",
|
||||
"A. c #E79773",
|
||||
"S. c #E09F74",
|
||||
"D. c #E89C76",
|
||||
"F. c #EF9D7A",
|
||||
"G. c #E5A26E",
|
||||
"H. c #E8A16D",
|
||||
"J. c #E5A372",
|
||||
"K. c #E3A47A",
|
||||
"L. c #E5A97B",
|
||||
"P. c #EAA472",
|
||||
"I. c #E9AA7D",
|
||||
"U. c #F1A87D",
|
||||
"Y. c #988098",
|
||||
"T. c #9F97BE",
|
||||
"R. c #9F9ABF",
|
||||
"E. c #A78286",
|
||||
"W. c #A3838E",
|
||||
"Q. c #A48490",
|
||||
"!. c #B18781",
|
||||
"~. c #B58A84",
|
||||
"^. c #A49ABD",
|
||||
"/. c #AF9EB8",
|
||||
"(. c #ACBF86",
|
||||
"). c #A5BA80",
|
||||
"_. c #BEB781",
|
||||
"`. c #B5B983",
|
||||
"'. c #B7A1AA",
|
||||
"]. c #BBA3AF",
|
||||
"[. c #B6A1B2",
|
||||
"{. c #B8A2B1",
|
||||
"}. c #838CCD",
|
||||
"|. c #8B8ECA",
|
||||
" X c #838DD2",
|
||||
".X c #8B90CD",
|
||||
"XX c #9695C7",
|
||||
"oX c #9092C8",
|
||||
"OX c #9895C5",
|
||||
"+X c #A29BC3",
|
||||
"@X c #A6A0C9",
|
||||
"#X c #A9A1C6",
|
||||
"$X c #9FC285",
|
||||
"%X c #A6C087",
|
||||
"&X c #B5C48C",
|
||||
"*X c #C2988F",
|
||||
"=X c #D09D84",
|
||||
"-X c #CAB384",
|
||||
";X c #CABF8E",
|
||||
":X c #C1BB87",
|
||||
">X c #CCB893",
|
||||
",X c #DCA786",
|
||||
"<X c #D3A895",
|
||||
"1X c #D9AA93",
|
||||
"2X c #D6BA8A",
|
||||
"3X c #D3BB99",
|
||||
"4X c #C1A8A9",
|
||||
"5X c #CDAAA4",
|
||||
"6X c #C3ADBA",
|
||||
"7X c #C7B0BA",
|
||||
"8X c #D5ADA0",
|
||||
"9X c #DAB6A0",
|
||||
"0X c #DDB8AA",
|
||||
"qX c #DBBAB3",
|
||||
"wX c #D2B5B5",
|
||||
"eX c #E5A980",
|
||||
"rX c #EAAD80",
|
||||
"tX c #E6B88C",
|
||||
"yX c #ECB084",
|
||||
"uX c #EDB489",
|
||||
"iX c #E4B189",
|
||||
"pX c #E4B294",
|
||||
"aX c #E6BB9B",
|
||||
"sX c #EBB693",
|
||||
"dX c #E8B79A",
|
||||
"fX c #ECBB95",
|
||||
"gX c #E9BC9B",
|
||||
"hX c #E3B898",
|
||||
"jX c #F1AD82",
|
||||
"kX c #F0B58B",
|
||||
"lX c #F1B98E",
|
||||
"zX c #F6B690",
|
||||
"xX c #F3BC93",
|
||||
"cX c #F1BE98",
|
||||
"vX c #F9BD92",
|
||||
"bX c #FDBF98",
|
||||
"nX c #E9BEA3",
|
||||
"mX c #E4BEB2",
|
||||
"MX c #C7C18F",
|
||||
"NX c #D7C798",
|
||||
"BX c #E3C095",
|
||||
"VX c #F0C097",
|
||||
"CX c #F4C29B",
|
||||
"ZX c #FBC193",
|
||||
"AX c #FAC39B",
|
||||
"SX c #FDC89E",
|
||||
"DX c #ECC2A5",
|
||||
"FX c #EBC7A6",
|
||||
"GX c #F3C4A1",
|
||||
"HX c #F0C9A1",
|
||||
"JX c #F7C9A8",
|
||||
"KX c #FBC6A1",
|
||||
"LX c #FDCBA4",
|
||||
"PX c #FCCCA9",
|
||||
"IX c #FFD1A6",
|
||||
"UX c #FFD2AD",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YX, D D G D D D D D D D D D D M V F D D D D D D I I I I I K = YX",
|
||||
" Z SXUXFX@X@XqXIXPX%Xx c HXPXn.F.UXNXz z &XPXIX7X+X#XDXUXCXB YX",
|
||||
" Z PXPXqXn n wXLXPX@.9 u GXLXm.D.UXNXe w %XPXSX6Xn XDXUXPXN ",
|
||||
" G PXKXGX.X XmXSXKX%Xw z KXKXm.A.PXCXf e MXLXSXqX}.XXCXPXPXN ",
|
||||
" K PXKXCXXXoXAXAXSX;Xe @.KXSX} A.KXAXc e hXSXAXcX|.^.CXJXPXC ",
|
||||
" K JXAXZX^.^.CXCXAXhXt %.SXCX{ N.KXSX$.d VXZXCXCXOX/.ZXAXPXG ",
|
||||
". I KXCXZX].[.ZXvXvXVXg :XZXvX{ b.AXvX`.l xXxXcXZX].].ZXCXPXH ",
|
||||
". =.JXxXvX5X5XZXxXxXvX#.2XCXxX] v.CXxX2X$.vXxXxXvX<X8XxXcXJXK . ",
|
||||
" =.SXlXxXpXpXzXlXlXZX<.tXlXkX] l.xXlXtX2XzXlXlXuXsXdXlXxXJXU . ",
|
||||
"X 9.GXuXuXlXkXuXuXkXlXuXuXkXuX] l.lXuXlXkXkXkXuXuXkXkXkXuXGX-.. ",
|
||||
"O 0.CXuXuXuXuXkXuXuXuXuXuXuXyX' 6.lXuXyXuXuXrXuXuXyXyXI.H.cX1.O ",
|
||||
"+ w.cXrXrXyXyXyXyXyXyXrXrXyXyX) 6.uXyXyXyXyXyXyXrXL.V.Z.V.cX2.+ ",
|
||||
"@ t.cXrXrXrXrXrXrXI.rXrXrXrXyX( [ uXrXrXI.I.L.H.H.B.V.V.V.cX0.@ ",
|
||||
"@ t.cXL.k.rXI.I.I.,XeXI.I.I.I.( [ I.L.L.H.i.a.H.c.B.Z.w.u.VXw.# ",
|
||||
"# a.uXa.&.P.J.J.P.*X=XP.J.J.G./ ( G.G.7.B.e.~.Z.B.u.Z.+.,.lXi.% ",
|
||||
"$ j.jX;.j B.B.u.c.Q.~.c.u.u.B.E ^ V.7.H.B.q.Y.B.u.B.C.k O.zXi.& ",
|
||||
"$ j.jXO.r u.M.M.B...W.c.y.B.y.E ^ G.7.7.c.>.5 r.c.y.M.s j uXp.- ",
|
||||
"& j.U.o.0 3.M.M.8.X...M.y.y.y.E ~ u.x.y.c.>.7 :.7.y.7.s a iXp.- ",
|
||||
"; j.J.j q *.M.7.t.6 5 y.7.8.y.E ~ u.8.8.7.E.2 E.x.y.8.a 0 -XK.: ",
|
||||
": L.i.i 8 o.z.5.:.4 4 9.5.4.5.E ! 8.8.4.5. .3 | 4.4.4.r 0 %.D.> ",
|
||||
": pX3Xu w l pXiX'.b v 4XgXaXgXQ ` BXgXgXgXR.b }.3XgX>Xt w m dX1 ",
|
||||
"> K.hXf.<.-XdXcX1X<X<XhXcXCXgXW ( CXgXxXxX1X<X<XsXxXtXg.s.k.K.1 ",
|
||||
": 4.M.x.x.x.7.x.x.x.B.x.7.7.5.Y R 7.7.7.7.x.x.x.7.v.x.M.M.M.4.1 ",
|
||||
"% S _ P P P L L P L P P L L L A A P L L L L L L L L L L L L S ; ",
|
||||
" O + O O O O + O O O O O O O O O O O O + + O O O O O O O O O . ",
|
||||
" ",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX"
|
||||
};
|
@ -0,0 +1,90 @@
|
||||
/* XPM */
|
||||
static char *kbattleship-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 68 1",
|
||||
" c black",
|
||||
". c #090909",
|
||||
"X c gray5",
|
||||
"o c #11110F",
|
||||
"O c gray9",
|
||||
"+ c #262624",
|
||||
"@ c gray19",
|
||||
"# c gray21",
|
||||
"$ c #505050",
|
||||
"% c #585858",
|
||||
"& c #5E5E5D",
|
||||
"* c #5F5F5F",
|
||||
"= c #656563",
|
||||
"- c #676767",
|
||||
"; c #6D6D6D",
|
||||
": c #666672",
|
||||
"> c #727272",
|
||||
", c #737573",
|
||||
"< c #767674",
|
||||
"1 c #767675",
|
||||
"2 c #878886",
|
||||
"3 c #888887",
|
||||
"4 c #8B8B89",
|
||||
"5 c #8E8E8D",
|
||||
"6 c #90909B",
|
||||
"7 c #9A9A98",
|
||||
"8 c #9B9B99",
|
||||
"9 c #9C9C9B",
|
||||
"0 c #9E9E9C",
|
||||
"q c #9E9E9D",
|
||||
"w c #9F9F9D",
|
||||
"e c #A0A09E",
|
||||
"r c #ABABA8",
|
||||
"t c #ACACA9",
|
||||
"y c #AEAEAB",
|
||||
"u c gray69",
|
||||
"i c #B2B2B1",
|
||||
"p c #B4B4B3",
|
||||
"a c #B6B6B4",
|
||||
"s c #B7B8B8",
|
||||
"d c #B8B8B6",
|
||||
"f c #B8B8B7",
|
||||
"g c #BABAB8",
|
||||
"h c #BCBCBA",
|
||||
"j c #BDBDBB",
|
||||
"k c #BEBEBC",
|
||||
"l c gray78",
|
||||
"z c #C7C7C8",
|
||||
"x c gray82",
|
||||
"c c #D3D3D2",
|
||||
"v c LightGray",
|
||||
"b c #D7D7D7",
|
||||
"n c #D7D7D9",
|
||||
"m c gray85",
|
||||
"M c #E1DFE1",
|
||||
"N c #E3E1E3",
|
||||
"B c gray89",
|
||||
"V c #E7E7E7",
|
||||
"C c gray92",
|
||||
"Z c #EDF1ED",
|
||||
"A c #F1F1F1",
|
||||
"S c gray95",
|
||||
"D c #F3F3F3",
|
||||
"F c #F2F2F4",
|
||||
"G c #F4F4F4",
|
||||
"H c #F8F8F8",
|
||||
"J c #FEFEFE",
|
||||
"K c None",
|
||||
/* pixels */
|
||||
"KKKKKK.#+o KKKKK",
|
||||
"KKKKK 2gBp KKKKK",
|
||||
"KKKKKXalcc$KKKKK",
|
||||
"KKKKK@MDGJ<KKKKK",
|
||||
"KKKKK&usVn3 KKKK",
|
||||
"KKKK <,-pa8 KKKK",
|
||||
"KKKK e;8>w; KKKK",
|
||||
"KKKK aDHDCj KKKK",
|
||||
"KKKK uwwtrt KKKK",
|
||||
"KKKK wZz4Bv KKKK",
|
||||
"KKKK *D5DJ3 KKKK",
|
||||
"KKKKKO6nJn KKKKK",
|
||||
"KKKKK :jj- KKKKK",
|
||||
"KKKKK nJ KKKKKK",
|
||||
"KKKKKKK%9 KKKKKK",
|
||||
"KKKKKKK KKKKKKK"
|
||||
};
|
@ -0,0 +1,203 @@
|
||||
/* XPM */
|
||||
static char *kbattleship[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 165 2",
|
||||
" c black",
|
||||
". c #010100",
|
||||
"X c #040402",
|
||||
"o c #040404",
|
||||
"O c #060604",
|
||||
"+ c #080805",
|
||||
"@ c #090906",
|
||||
"# c #10100E",
|
||||
"$ c #282A33",
|
||||
"% c #31312E",
|
||||
"& c #31312F",
|
||||
"* c #343535",
|
||||
"= c #3B3B36",
|
||||
"- c #3D3D3B",
|
||||
"; c #3D3D3C",
|
||||
": c gray24",
|
||||
"> c #3E3E3E",
|
||||
", c #494948",
|
||||
"< c #494949",
|
||||
"1 c #4A4A49",
|
||||
"2 c #4D4D4C",
|
||||
"3 c #4E4F4E",
|
||||
"4 c #525251",
|
||||
"5 c #555554",
|
||||
"6 c #575755",
|
||||
"7 c #585857",
|
||||
"8 c #5B5B5A",
|
||||
"9 c #5C5C5B",
|
||||
"0 c #5F5F5D",
|
||||
"q c #595966",
|
||||
"w c #626362",
|
||||
"e c #666665",
|
||||
"r c #676766",
|
||||
"t c #686867",
|
||||
"y c #6F6F6D",
|
||||
"u c #6D7071",
|
||||
"i c #70706E",
|
||||
"p c #70706F",
|
||||
"a c #727271",
|
||||
"s c #717177",
|
||||
"d c #747472",
|
||||
"f c #747473",
|
||||
"g c #747474",
|
||||
"h c #757574",
|
||||
"j c #777776",
|
||||
"k c #73747B",
|
||||
"l c #7B7B7A",
|
||||
"z c #7C7C7B",
|
||||
"x c #7E7E7D",
|
||||
"c c #757581",
|
||||
"v c #767684",
|
||||
"b c #7B7B8B",
|
||||
"n c #81817F",
|
||||
"m c #82827F",
|
||||
"M c #818383",
|
||||
"N c #838381",
|
||||
"B c #828485",
|
||||
"V c #848482",
|
||||
"C c #878786",
|
||||
"Z c #87878A",
|
||||
"A c #898987",
|
||||
"S c #8B8B8A",
|
||||
"D c #8B8D8B",
|
||||
"F c #8C8C8B",
|
||||
"G c #8F8F8D",
|
||||
"H c #848491",
|
||||
"J c #90908E",
|
||||
"K c #919293",
|
||||
"L c #949493",
|
||||
"P c #949594",
|
||||
"I c #949595",
|
||||
"U c #959594",
|
||||
"Y c #959895",
|
||||
"T c #989895",
|
||||
"R c #999997",
|
||||
"E c #989998",
|
||||
"W c #999998",
|
||||
"Q c #9A9A99",
|
||||
"! c #9B9B9A",
|
||||
"~ c #9E9E9C",
|
||||
"^ c #9F9E9E",
|
||||
"/ c #A09F9F",
|
||||
"( c #A0A09F",
|
||||
") c #A2A2A0",
|
||||
"_ c #A3A3A2",
|
||||
"` c #A5A3A5",
|
||||
"' c #A4A4A3",
|
||||
"] c #A5A5A3",
|
||||
"[ c #A5A5A4",
|
||||
"{ c #A6A6A5",
|
||||
"} c #A7A6A7",
|
||||
"| c #A7A7A6",
|
||||
" . c #A8A8A7",
|
||||
".. c gray66",
|
||||
"X. c #A9A8A8",
|
||||
"o. c #A9A9A8",
|
||||
"O. c #AAA9AA",
|
||||
"+. c #AAAAA9",
|
||||
"@. c #ABAAAA",
|
||||
"#. c #ABABAA",
|
||||
"$. c #ACA9AC",
|
||||
"%. c #ACAAAC",
|
||||
"&. c #ADADAC",
|
||||
"*. c gray68",
|
||||
"=. c #AFAFAE",
|
||||
"-. c #B0B0AE",
|
||||
";. c #B1B1B1",
|
||||
":. c #B2B2B2",
|
||||
">. c #B3B3B2",
|
||||
",. c #B4B4B3",
|
||||
"<. c #B4B4B4",
|
||||
"1. c gray71",
|
||||
"2. c #B7B7B7",
|
||||
"3. c gray72",
|
||||
"4. c #B8BABC",
|
||||
"5. c #BBBBBC",
|
||||
"6. c #BBBCBC",
|
||||
"7. c #BABCBE",
|
||||
"8. c #BCBBBB",
|
||||
"9. c gray75",
|
||||
"0. c #C3C3C3",
|
||||
"q. c #C3C4C6",
|
||||
"w. c gray77",
|
||||
"e. c #C5C5C5",
|
||||
"r. c #C6C6C6",
|
||||
"t. c #C5C5C8",
|
||||
"y. c #C8C8C8",
|
||||
"u. c #C8C8C9",
|
||||
"i. c gray79",
|
||||
"p. c #CBCBCB",
|
||||
"a. c #C8CBCD",
|
||||
"s. c #CCCCCD",
|
||||
"d. c #CDCDCD",
|
||||
"f. c #CDCDCE",
|
||||
"g. c #CECECE",
|
||||
"h. c #D0CED0",
|
||||
"j. c #D0D0D0",
|
||||
"k. c gray82",
|
||||
"l. c #D2D2D2",
|
||||
"z. c LightGray",
|
||||
"x. c #D5D5D5",
|
||||
"c. c #D5D7D7",
|
||||
"v. c #D7D7D7",
|
||||
"b. c #D8D8D8",
|
||||
"n. c gray85",
|
||||
"m. c #DADADA",
|
||||
"M. c gray86",
|
||||
"N. c #DDDDDD",
|
||||
"B. c gray88",
|
||||
"V. c #E1E1E1",
|
||||
"C. c #E2E2E2",
|
||||
"Z. c gray89",
|
||||
"A. c gray90",
|
||||
"S. c #E6E6E6",
|
||||
"D. c #E7E7E7",
|
||||
"F. c #E5E7EA",
|
||||
"G. c #ECECEC",
|
||||
"H. c #EEEEEE",
|
||||
"J. c #EFEFEF",
|
||||
"K. c gray94",
|
||||
"L. c gray95",
|
||||
"P. c #F4F4F4",
|
||||
"I. c #F6F6F6",
|
||||
"U. c gray98",
|
||||
"Y. c None",
|
||||
/* pixels */
|
||||
"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. D N y h l l & Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y.Y. r X.D A | y.| h X Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y.Y. N ! J D X.y.) S C n Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.; =.X.X.X.X.X.#.X.=.N Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.7 >.#.g.P.H.Z.e.-.>.N Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y. N <.;.z.z.n.U.z.>.X.N Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y. X.| ~ n.y.| D.M.Z.X.| Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y. 3.X./ v.n.y.P.z.=.$.| Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y.# =.| t u Y h.g.A | X.` Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y. ; J h ; * w ~ X.x X.=.f Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y. 4 T V 7 1 n | X.;.e.T C Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y. h C 0 6 z p a F A h 0 ( C Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y. L ! r 3 | h 3 U F 1 h 2.U Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y. | y.B n.n.Z.Z.m.z.g.B e.| Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y. .z.B H.K.K.K.K.J.Z.B e. . Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y. _ y.B B B B B B B B B <.' Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y. G M.z.z.e.g.F.q.) e.p.y.U Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y. p n.p.h.4.I t.K _ z.z.e. Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y. - Z.r.9.4...I ! z.c.M.! Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y.+ 0.c.p.7.4.n.c.Z.M.D.8 Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y. h y.U.4.=.J.K.K.G.g. Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y. = s H Z 9.Z.Z.G.c.5 Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y. q c g.Z.D.K.n.y + Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y.Y. b c | ;.>.,.T 1 Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y.Y. $ k -.' | | T o Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y.Y. X z.U.U.Z.r Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.",
|
||||
"Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y. p U.U.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. Z.U.0 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. f K. 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.Y.Y.Y.Y.Y.Y.Y.Y.Y. Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y."
|
||||
};
|
@ -0,0 +1,120 @@
|
||||
/* XPM */
|
||||
static char *kblackbox-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 98 2",
|
||||
" c black",
|
||||
". c #060606",
|
||||
"X c #0E0E0E",
|
||||
"o c #101010",
|
||||
"O c #111111",
|
||||
"+ c gray7",
|
||||
"@ c #151515",
|
||||
"# c #181818",
|
||||
"$ c #191919",
|
||||
"% c gray11",
|
||||
"& c #1D1D1D",
|
||||
"* c gray12",
|
||||
"= c #202020",
|
||||
"- c gray13",
|
||||
"; c #222222",
|
||||
": c #232323",
|
||||
"> c #252525",
|
||||
", c gray15",
|
||||
"< c #272727",
|
||||
"1 c #282828",
|
||||
"2 c #2A2A2A",
|
||||
"3 c gray17",
|
||||
"4 c #2C2C2C",
|
||||
"5 c gray18",
|
||||
"6 c gray19",
|
||||
"7 c #313131",
|
||||
"8 c #323232",
|
||||
"9 c gray20",
|
||||
"0 c #343434",
|
||||
"q c #3C3C3C",
|
||||
"w c gray24",
|
||||
"e c #3E3E3E",
|
||||
"r c #3F3F3F",
|
||||
"t c gray25",
|
||||
"y c #414141",
|
||||
"u c gray26",
|
||||
"i c #434343",
|
||||
"p c #444444",
|
||||
"a c gray28",
|
||||
"s c #484848",
|
||||
"d c #494949",
|
||||
"f c #4B4B4B",
|
||||
"g c #4C4C4C",
|
||||
"h c gray30",
|
||||
"j c #4E4E4E",
|
||||
"k c gray31",
|
||||
"l c #505050",
|
||||
"z c gray32",
|
||||
"x c gray33",
|
||||
"c c #555555",
|
||||
"v c #565656",
|
||||
"b c gray35",
|
||||
"n c #5B5B5B",
|
||||
"m c gray36",
|
||||
"M c #5D5D5D",
|
||||
"N c #5F5F5F",
|
||||
"B c #606060",
|
||||
"V c gray38",
|
||||
"C c #646464",
|
||||
"Z c #676767",
|
||||
"A c #686868",
|
||||
"S c DimGray",
|
||||
"D c gray42",
|
||||
"F c #6D6D6D",
|
||||
"G c gray43",
|
||||
"H c #6F6F6F",
|
||||
"J c gray44",
|
||||
"K c #727272",
|
||||
"L c gray45",
|
||||
"P c gray46",
|
||||
"I c #767676",
|
||||
"U c #777777",
|
||||
"Y c gray47",
|
||||
"T c #797979",
|
||||
"R c gray48",
|
||||
"E c #7B7B7B",
|
||||
"W c gray49",
|
||||
"Q c #7E7E7E",
|
||||
"! c #808080",
|
||||
"~ c #818181",
|
||||
"^ c gray51",
|
||||
"/ c gray53",
|
||||
"( c #898989",
|
||||
") c gray54",
|
||||
"_ c #909090",
|
||||
"` c #929292",
|
||||
"' c #B6B6B6",
|
||||
"] c gray75",
|
||||
"[ c gray76",
|
||||
"{ c #C5C5C5",
|
||||
"} c #CACACA",
|
||||
"| c gray88",
|
||||
" . c #E1E1E1",
|
||||
".. c #E4E4E4",
|
||||
"X. c gray90",
|
||||
"o. c #ECECEC",
|
||||
"O. c gray97",
|
||||
"+. c None",
|
||||
/* pixels */
|
||||
"+.+.+.+.+.+. 0 6 +.+.+.+.+.+.",
|
||||
"+.+.+.+.+.+ h I R f + +.+.+.+.+.",
|
||||
"+.+.+. 6 S R / } ' F 1 +.+.+.",
|
||||
"+.+.+ h K K I ! ) X. .R a + +.+.",
|
||||
"+.; v M I ) [ ..{ O.O.! C M * +.",
|
||||
"+.1 M C R .] ) ) ) I S K N 5 +.",
|
||||
"+.; 6 l ! ! I F S N F ! v h 1 +.",
|
||||
"+.; 6 * q K ! R I W I f q h 5 +.",
|
||||
"+.* 5 < * < l R R n q y y f 1 +.",
|
||||
"+.* 6 < < < ; l v q y y y h 1 +.",
|
||||
"+.* 6 < < < < h l f a a f l < +.",
|
||||
"+. $ 1 5 5 0 M N v v n l 1 +.",
|
||||
"+.+. X 5 y a C F N S l $ +.+.",
|
||||
"+.+.+.+.. 5 l R ! K q . +.+.+.+.",
|
||||
"+.+.+.+.+. $ I I ; +.+.+.+.+.",
|
||||
"+.+.+.+.+.+. @ + +.+.+.+.+.+."
|
||||
};
|
@ -0,0 +1,201 @@
|
||||
/* XPM */
|
||||
static char *kblackbox[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 163 2",
|
||||
" c black",
|
||||
". c #020202",
|
||||
"X c #040404",
|
||||
"o c #060606",
|
||||
"O c #070707",
|
||||
"+ c gray4",
|
||||
"@ c #0B0B0B",
|
||||
"# c gray5",
|
||||
"$ c #0E0E0E",
|
||||
"% c gray6",
|
||||
"& c #101010",
|
||||
"* c gray8",
|
||||
"= c #151515",
|
||||
"- c #191919",
|
||||
"; c gray10",
|
||||
": c #1D1D1D",
|
||||
"> c #1E1E1E",
|
||||
", c gray12",
|
||||
"< c #202020",
|
||||
"1 c gray13",
|
||||
"2 c #222222",
|
||||
"3 c #232323",
|
||||
"4 c gray14",
|
||||
"5 c #252525",
|
||||
"6 c gray15",
|
||||
"7 c #272727",
|
||||
"8 c #282828",
|
||||
"9 c gray16",
|
||||
"0 c #2A2A2A",
|
||||
"q c gray17",
|
||||
"w c #2C2C2C",
|
||||
"e c gray18",
|
||||
"r c #2F2F2F",
|
||||
"t c gray19",
|
||||
"y c #313131",
|
||||
"u c gray20",
|
||||
"i c #343434",
|
||||
"p c #353535",
|
||||
"a c gray21",
|
||||
"s c #373737",
|
||||
"d c gray22",
|
||||
"f c #393939",
|
||||
"g c #3A3A3A",
|
||||
"h c gray23",
|
||||
"j c #3C3C3C",
|
||||
"k c gray24",
|
||||
"l c #3E3E3E",
|
||||
"z c #3F3F3F",
|
||||
"x c gray25",
|
||||
"c c #414141",
|
||||
"v c gray26",
|
||||
"b c #434343",
|
||||
"n c #444444",
|
||||
"m c gray27",
|
||||
"M c #464646",
|
||||
"N c gray28",
|
||||
"B c #484848",
|
||||
"V c #494949",
|
||||
"C c gray29",
|
||||
"Z c #4B4B4B",
|
||||
"A c #4C4C4C",
|
||||
"S c gray30",
|
||||
"D c #4E4E4E",
|
||||
"F c gray31",
|
||||
"G c #505050",
|
||||
"H c #515151",
|
||||
"J c gray32",
|
||||
"K c #535353",
|
||||
"L c gray33",
|
||||
"P c #555555",
|
||||
"I c #565656",
|
||||
"U c gray34",
|
||||
"Y c #585858",
|
||||
"T c gray35",
|
||||
"R c #5A5A5A",
|
||||
"E c #5B5B5B",
|
||||
"W c gray36",
|
||||
"Q c #5D5D5D",
|
||||
"! c gray37",
|
||||
"~ c #5F5F5F",
|
||||
"^ c #606060",
|
||||
"/ c gray38",
|
||||
"( c #626262",
|
||||
") c gray39",
|
||||
"_ c #646464",
|
||||
"` c #656565",
|
||||
"' c gray40",
|
||||
"] c #676767",
|
||||
"[ c #686868",
|
||||
"{ c DimGray",
|
||||
"} c #6A6A6A",
|
||||
"| c gray42",
|
||||
" . c #6C6C6C",
|
||||
".. c #6D6D6D",
|
||||
"X. c gray43",
|
||||
"o. c #6F6F6F",
|
||||
"O. c gray44",
|
||||
"+. c #717171",
|
||||
"@. c #727272",
|
||||
"#. c gray45",
|
||||
"$. c #747474",
|
||||
"%. c gray46",
|
||||
"&. c #767676",
|
||||
"*. c #777777",
|
||||
"=. c gray47",
|
||||
"-. c #797979",
|
||||
";. c gray48",
|
||||
":. c #7B7B7B",
|
||||
">. c #7C7C7C",
|
||||
",. c gray49",
|
||||
"<. c #7E7E7E",
|
||||
"1. c gray50",
|
||||
"2. c #808080",
|
||||
"3. c #818181",
|
||||
"4. c gray51",
|
||||
"5. c #848484",
|
||||
"6. c gray52",
|
||||
"7. c #868686",
|
||||
"8. c #888888",
|
||||
"9. c #898989",
|
||||
"0. c #8B8B8B",
|
||||
"q. c gray55",
|
||||
"w. c #8D8D8D",
|
||||
"e. c #909090",
|
||||
"r. c #929292",
|
||||
"t. c #939393",
|
||||
"y. c #959595",
|
||||
"u. c gray59",
|
||||
"i. c #979797",
|
||||
"p. c #989898",
|
||||
"a. c gray60",
|
||||
"s. c #9A9A9A",
|
||||
"d. c gray61",
|
||||
"f. c #9D9D9D",
|
||||
"g. c gray64",
|
||||
"h. c #A4A4A4",
|
||||
"j. c #A5A5A5",
|
||||
"k. c #A7A7A7",
|
||||
"l. c #ACACAC",
|
||||
"z. c #AEAEAE",
|
||||
"x. c #AFAFAF",
|
||||
"c. c gray69",
|
||||
"v. c #B1B1B1",
|
||||
"b. c #B6B6B6",
|
||||
"n. c #BCBCBC",
|
||||
"m. c gray74",
|
||||
"M. c #C5C5C5",
|
||||
"N. c gray78",
|
||||
"B. c gray80",
|
||||
"V. c #DADADA",
|
||||
"C. c gray87",
|
||||
"Z. c #E9E9E9",
|
||||
"A. c gray92",
|
||||
"S. c gray94",
|
||||
"D. c gray95",
|
||||
"F. c #F4F4F4",
|
||||
"G. c gray96",
|
||||
"H. c #F9F9F9",
|
||||
"J. c #FBFBFB",
|
||||
"K. c gray99",
|
||||
"L. c #FDFDFD",
|
||||
"P. c gray100",
|
||||
"I. c None",
|
||||
/* pixels */
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I. 1 1 I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.& u ! ] a o I.I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I. 1 F } ;.<.;.H , I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.& f ~ ;.<.;.o.o.%.] f o I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I. 6 H X.;.;.%.;.g.b.5.o.o.H 1 I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.& j ~ o.;.%.;.%.v.H.P.G.n.4.X.~ f o I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I. 6 H } %.%.%.%.%.%.;.5.b.A.P.Z.r.} } F , I.I.I.I.I.I.",
|
||||
"I.I.I.I.& j ! X.%.o.%.%.o.%.<.X.} ~ q.H.P.G.5.} X.R a o I.I.I.I.",
|
||||
"I.I. 6 Z H ! X.o.o.X.X.s.V.A.B.v.g.M.P.P.P.l.! ] ] ~ Z , I.I.I.",
|
||||
"I.I. ! ~ F H ! } X.s.s.k.P.P.P.P.P.P.P.P.C.<.] ] ~ ~ X.R I.I.",
|
||||
"I.I. H } ] U U R v.P.P.M.g.b.5.5.g.v.v.s.X.] ] ~ } X.~ R I.I.",
|
||||
"I.I. b f ! 4.] R o.n.P.A.8.] X.} ~ ~ ! ! ] ] ~ 4.<.F F U I.I.",
|
||||
"I.I. c a 1 F u.8.~ ~ 8.;.} X.X.X.X.} ] ] R } f.<.Z j U U I.I.",
|
||||
"I.I. c a 1 , a u.k.%.} o.o.%.o.o.o.} ] ~ 5.v.o.j j c H U I.I.",
|
||||
"I.I. c a 6 6 , 1 ] g.8.%.%.%.;.%.%.} o.s.s.U j c c c H U I.I.",
|
||||
"I.I. c a 6 6 6 6 , f 5.s.<.;.;.%.o.<.s.;.c j b c b c H U I.I.",
|
||||
"I.I. j a 6 6 6 6 6 1 6 R q.5.<.;.5.5.R j c b b c b c H H I.I.",
|
||||
"I.I. j u 6 6 6 6 6 6 6 1 f o.4.4.} b j c b b c b c c H H I.I.",
|
||||
"I.I. j a 1 6 6 6 6 6 6 6 1 a X.~ b c c b c b c c b c H H I.I.",
|
||||
"I.I. f u 6 6 6 6 6 6 9 6 6 a ~ U b c b c b c b b c c H H I.I.",
|
||||
"I.I. j a 1 6 6 6 6 9 6 6 6 a ] R b c b b b b b b c c H H I.I.",
|
||||
"I.I. a a 6 9 6 9 6 6 9 9 9 j } ! F F Z F F Z Z Z Z b H b I.I.",
|
||||
"I.I. % 6 9 6 9 6 9 w w u u b o.~ U H H H H H H H H H f % I.I.",
|
||||
"I.I. ; 9 w w u a f f f F o.} R R R R R R R R F 9 I.I.",
|
||||
"I.I.I.I. % 9 f f f c c c H ;.X.~ ~ ~ ~ ! ~ ! c = I.I.I.I.",
|
||||
"I.I.I.I.I. o 1 j b b b Z U 4.%.} ] ] ] } ! u o I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I. = a F H H ! 5.;.X.X.o.X.F ; I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I. o w H R ] 8.<.%.%.} f + I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I. ; Z o.q.8.<.R 6 I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I. % b u.5.b % I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I. o Z f I.I.I.I.I.I.I.I.I.I.I.I.",
|
||||
"I.I.I.I.I.I.I.I.I.I.I.I.I.I. I.I.I.I.I.I.I.I.I.I.I.I.I.I."
|
||||
};
|
@ -0,0 +1,208 @@
|
||||
/* XPM */
|
||||
static char *kbounce-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 186 2",
|
||||
" c black",
|
||||
". c #060000",
|
||||
"X c #080000",
|
||||
"o c #080400",
|
||||
"O c #0A0500",
|
||||
"+ c #0C0804",
|
||||
"@ c gray3",
|
||||
"# c #0C0C0C",
|
||||
"$ c #1D1309",
|
||||
"% c #1D190C",
|
||||
"& c #101010",
|
||||
"* c gray10",
|
||||
"= c #2E0C00",
|
||||
"- c #2E150A",
|
||||
"; c #390B00",
|
||||
": c #331200",
|
||||
"> c #2C2C2C",
|
||||
", c #2B3134",
|
||||
"< c #4D1700",
|
||||
"1 c #5E2B0A",
|
||||
"2 c #653F1B",
|
||||
"3 c #444444",
|
||||
"4 c #4B4B4B",
|
||||
"5 c #515151",
|
||||
"6 c #626262",
|
||||
"7 c #6A6A6A",
|
||||
"8 c #717171",
|
||||
"9 c gray45",
|
||||
"0 c gray50",
|
||||
"q c #802703",
|
||||
"w c #8D2A00",
|
||||
"e c #882A0B",
|
||||
"r c #A43606",
|
||||
"t c #A83300",
|
||||
"y c #AA3400",
|
||||
"u c #A44826",
|
||||
"i c #AE6C2E",
|
||||
"p c #C34000",
|
||||
"a c #C44F0A",
|
||||
"s c #CE671D",
|
||||
"d c #E35606",
|
||||
"f c #F95303",
|
||||
"g c #FC5503",
|
||||
"h c #FF5700",
|
||||
"j c #FF5902",
|
||||
"k c #FF5E04",
|
||||
"l c #FE5A0C",
|
||||
"z c #FD6412",
|
||||
"x c #FF6A10",
|
||||
"c c #FF6D13",
|
||||
"v c #FE6F17",
|
||||
"b c #FE691A",
|
||||
"n c #FE6A18",
|
||||
"m c #FF781B",
|
||||
"M c #FF781F",
|
||||
"N c #E96B3A",
|
||||
"B c #FF7628",
|
||||
"V c #FF7B22",
|
||||
"C c #FE7C2B",
|
||||
"Z c #F87234",
|
||||
"A c #F87C3F",
|
||||
"S c #F97C47",
|
||||
"D c #B38546",
|
||||
"F c #FE812A",
|
||||
"G c #FF8229",
|
||||
"H c #FF862E",
|
||||
"J c #FF882E",
|
||||
"K c #FE8230",
|
||||
"L c #FE813F",
|
||||
"P c #FF863A",
|
||||
"I c #FF8831",
|
||||
"U c #FF8E33",
|
||||
"Y c #FF8F37",
|
||||
"T c #FF9337",
|
||||
"R c #FF9437",
|
||||
"E c #FF9038",
|
||||
"W c #FF9238",
|
||||
"Q c #FF913D",
|
||||
"! c #FF963B",
|
||||
"~ c #D79E7F",
|
||||
"^ c #F1804C",
|
||||
"/ c #F7834A",
|
||||
"( c #FB8447",
|
||||
") c #FE8341",
|
||||
"_ c #FF8642",
|
||||
"` c #FF8942",
|
||||
"' c #FF8A46",
|
||||
"] c #F18452",
|
||||
"[ c #F58752",
|
||||
"{ c #FE9240",
|
||||
"} c #FF9340",
|
||||
"| c #FF9145",
|
||||
" . c #FF9046",
|
||||
".. c #FE9441",
|
||||
"X. c #FF9642",
|
||||
"o. c #FF944B",
|
||||
"O. c #FF9940",
|
||||
"+. c #FF9A42",
|
||||
"@. c #FF9D44",
|
||||
"#. c #FF9E45",
|
||||
"$. c #FF9F46",
|
||||
"%. c #FF994D",
|
||||
"&. c #F18C60",
|
||||
"*. c #F68B61",
|
||||
"=. c #F09772",
|
||||
"-. c #E1AA5B",
|
||||
";. c #FFA043",
|
||||
":. c #FFA249",
|
||||
">. c #FEA54D",
|
||||
",. c #FFA64E",
|
||||
"<. c #FFA950",
|
||||
"1. c #FFAA51",
|
||||
"2. c #FFAE56",
|
||||
"3. c #FFB057",
|
||||
"4. c #FFB159",
|
||||
"5. c #FFB75A",
|
||||
"6. c #FFB65D",
|
||||
"7. c #E5BE6F",
|
||||
"8. c #FFA96D",
|
||||
"9. c #FFB860",
|
||||
"0. c #FFBD65",
|
||||
"q. c #FFBF67",
|
||||
"w. c #FFC870",
|
||||
"e. c #FFCA70",
|
||||
"r. c #FFCD75",
|
||||
"t. c #FFCF76",
|
||||
"y. c #F3D17D",
|
||||
"u. c #888888",
|
||||
"i. c #898989",
|
||||
"p. c #8E8E8E",
|
||||
"a. c gray56",
|
||||
"s. c #929292",
|
||||
"d. c #9B9B9B",
|
||||
"f. c #A4AAAE",
|
||||
"g. c gray69",
|
||||
"h. c #DDB59E",
|
||||
"j. c #FFB282",
|
||||
"k. c #F2BC96",
|
||||
"l. c #FFBA93",
|
||||
"z. c #F3DA85",
|
||||
"x. c #FFDB83",
|
||||
"c. c #FFDD84",
|
||||
"v. c #FCC1A4",
|
||||
"b. c #F9D2B6",
|
||||
"n. c #C0C0C0",
|
||||
"m. c #C5C5C6",
|
||||
"M. c #CBCCCC",
|
||||
"N. c #D0D0D0",
|
||||
"B. c #D4D4D3",
|
||||
"V. c #DADADA",
|
||||
"C. c #DADDDE",
|
||||
"Z. c gray87",
|
||||
"A. c #F7D1C1",
|
||||
"S. c #F7DED4",
|
||||
"D. c #FDE4D1",
|
||||
"F. c #FFECDF",
|
||||
"G. c #E3E5E5",
|
||||
"H. c #E6E6E6",
|
||||
"J. c #E7E7E7",
|
||||
"K. c #E9E9E9",
|
||||
"L. c #ECECEC",
|
||||
"P. c gray93",
|
||||
"I. c #EEEEEE",
|
||||
"U. c #EFEFEF",
|
||||
"Y. c #EDF3F8",
|
||||
"T. c #FFF5EF",
|
||||
"R. c #F1F1F2",
|
||||
"E. c gray95",
|
||||
"W. c #F3F3F3",
|
||||
"Q. c #F4F4F4",
|
||||
"!. c gray96",
|
||||
"~. c #F6F6F6",
|
||||
"^. c gray97",
|
||||
"/. c #F7FFFF",
|
||||
"(. c #F9F9F9",
|
||||
"). c gray98",
|
||||
"_. c #FBFBFB",
|
||||
"`. c #FFFDFB",
|
||||
"'. c gray99",
|
||||
"]. c #FDFDFD",
|
||||
"[. c #FDFFFF",
|
||||
"{. c #FEFEFE",
|
||||
"}. c #FEFFFF",
|
||||
"|. c #FFFFFE",
|
||||
" X c gray100",
|
||||
".X c None",
|
||||
/* pixels */
|
||||
".X.X.X.X& 4 u.d.g.s.5 * .X.X.X.X",
|
||||
".X.X 6 n.R.(._._._.^.M.9 # .X.X",
|
||||
".X p.L._._._._._._._._.S.u .X",
|
||||
" 9 K.^.(._._._._._._.A.=.*.e .X",
|
||||
"> N.R.W.(._._._._._.v.[ [ &.N ; ",
|
||||
"7 J.L.^._._._._._.l._ ( / ^ S 1 ",
|
||||
"i.J.L.^._._._.T.j.' ' P L S Z y ",
|
||||
"p.Z.K.^.(._.F.8.| %.' P B z g y ",
|
||||
"u.V.J.R./.D.%.Y X.Q I V c k h t ",
|
||||
"8 B.G.Y.b.Q T #.#.+.W I M x j w ",
|
||||
"3 m.C.k.J ! ,.3.3.1.$.W G v f < ",
|
||||
"@ f.h.b U :.4.q.q.6.1.! G l p X ",
|
||||
".X, ~ m H ` 6.e.r.0.X.C b d = .X",
|
||||
".X.X- a R >.t.c.x.w.5.;.s : .X.X",
|
||||
".X.X.X. 1 i -.y.z.7.D 2 O .X.X.X",
|
||||
".X.X.X.X.X o $ % + .X.X.X.X.X"
|
||||
};
|
@ -0,0 +1,258 @@
|
||||
/* XPM */
|
||||
static char *kbounce[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 220 2",
|
||||
" c #000000",
|
||||
". c #03060A",
|
||||
"X c #0C0000",
|
||||
"o c #0D0D0D",
|
||||
"O c #140C02",
|
||||
"+ c #180000",
|
||||
"@ c #1A0900",
|
||||
"# c #141414",
|
||||
"$ c gray12",
|
||||
"% c #230700",
|
||||
"& c #230C00",
|
||||
"* c #2E0000",
|
||||
"= c #251306",
|
||||
"- c #330C00",
|
||||
"; c #3D0F00",
|
||||
": c #3C1000",
|
||||
"> c #3E1B00",
|
||||
", c #272112",
|
||||
"< c #3B230D",
|
||||
"1 c #342A19",
|
||||
"2 c #392A17",
|
||||
"3 c #242424",
|
||||
"4 c gray17",
|
||||
"5 c #343434",
|
||||
"6 c gray24",
|
||||
"7 c #3A4144",
|
||||
"8 c #420F00",
|
||||
"9 c #411700",
|
||||
"0 c #431C05",
|
||||
"q c #4F1F00",
|
||||
"w c #541900",
|
||||
"e c #5E1B00",
|
||||
"r c #5C3E1F",
|
||||
"t c #641E00",
|
||||
"y c #6A1E00",
|
||||
"u c #6B3911",
|
||||
"i c #732600",
|
||||
"p c #732E00",
|
||||
"a c #76360C",
|
||||
"s c #7C4121",
|
||||
"d c #444444",
|
||||
"f c #4D4D4D",
|
||||
"g c gray34",
|
||||
"h c #595959",
|
||||
"j c gray38",
|
||||
"k c DimGray",
|
||||
"l c gray46",
|
||||
"z c #7E7E7E",
|
||||
"x c #8B2000",
|
||||
"c c #803709",
|
||||
"v c #992600",
|
||||
"b c #933502",
|
||||
"n c #A23600",
|
||||
"m c #B32A00",
|
||||
"M c #BD3D00",
|
||||
"N c #8F5320",
|
||||
"B c #99733D",
|
||||
"V c #AE6727",
|
||||
"C c #CA2E00",
|
||||
"Z c #D03A00",
|
||||
"A c #DD3F04",
|
||||
"S c #DE5202",
|
||||
"D c #C35E39",
|
||||
"F c #DD701F",
|
||||
"G c #E34502",
|
||||
"H c #E04A00",
|
||||
"J c #EB4B01",
|
||||
"K c #EE5609",
|
||||
"L c #F24B01",
|
||||
"P c #F84E00",
|
||||
"I c #F55102",
|
||||
"U c #F35309",
|
||||
"Y c #FB5500",
|
||||
"T c #FF5B02",
|
||||
"R c #FC5C0A",
|
||||
"E c #F05310",
|
||||
"W c #FB5D10",
|
||||
"Q c #E85720",
|
||||
"! c #FF6105",
|
||||
"~ c #FF660C",
|
||||
"^ c #FF690F",
|
||||
"/ c #FB6514",
|
||||
"( c #FB661A",
|
||||
") c #FE6C13",
|
||||
"_ c #FD6A18",
|
||||
"` c #FF741B",
|
||||
"' c #FF791A",
|
||||
"] c #EF6525",
|
||||
"[ c #ED632A",
|
||||
"{ c #E66637",
|
||||
"} c #E76738",
|
||||
"| c #EC7A26",
|
||||
" . c #FF7624",
|
||||
".. c #FE732A",
|
||||
"X. c #FE7C23",
|
||||
"o. c #FE7A29",
|
||||
"O. c #F47437",
|
||||
"+. c #F77A3C",
|
||||
"@. c #FF7D34",
|
||||
"#. c #FD7C3A",
|
||||
"$. c #DA7844",
|
||||
"%. c #EC7442",
|
||||
"&. c #EE7844",
|
||||
"*. c #EF7D4A",
|
||||
"=. c #F37B43",
|
||||
"-. c #F97E40",
|
||||
";. c #D48F3D",
|
||||
":. c #FF8026",
|
||||
">. c #FF842B",
|
||||
",. c #FF882C",
|
||||
"<. c #FE8332",
|
||||
"1. c #FF823C",
|
||||
"2. c #FE8C34",
|
||||
"3. c #FF8B3A",
|
||||
"4. c #FF9037",
|
||||
"5. c #FF933B",
|
||||
"6. c #FF9A3D",
|
||||
"7. c #CBA35C",
|
||||
"8. c #ED8051",
|
||||
"9. c #ED8559",
|
||||
"0. c #EC885E",
|
||||
"q. c #E69342",
|
||||
"w. c #F68047",
|
||||
"e. c #F4834C",
|
||||
"r. c #FE8443",
|
||||
"t. c #F9854B",
|
||||
"y. c #FF8A44",
|
||||
"u. c #FE8A4A",
|
||||
"i. c #F38652",
|
||||
"p. c #F58955",
|
||||
"a. c #F1895A",
|
||||
"s. c #FE9344",
|
||||
"d. c #FF934B",
|
||||
"f. c #FF9B42",
|
||||
"g. c #FF984B",
|
||||
"h. c #FF9A51",
|
||||
"j. c #FF9B5B",
|
||||
"k. c #EC8B63",
|
||||
"l. c #EC8F69",
|
||||
"z. c #EC9661",
|
||||
"x. c #EC926F",
|
||||
"c. c #EE9C79",
|
||||
"v. c #F19167",
|
||||
"b. c #FF9D66",
|
||||
"n. c #EEAF59",
|
||||
"m. c #FFA147",
|
||||
"M. c #FEA34A",
|
||||
"N. c #FFA94E",
|
||||
"B. c #FEA451",
|
||||
"V. c #FEA35F",
|
||||
"C. c #FFAB52",
|
||||
"Z. c #FEAC58",
|
||||
"A. c #FEB356",
|
||||
"S. c #FFB35B",
|
||||
"D. c #FFBB55",
|
||||
"F. c #FEBA5C",
|
||||
"G. c #FFA46D",
|
||||
"H. c #FFAA7C",
|
||||
"J. c #FFBB62",
|
||||
"K. c #FEB37A",
|
||||
"L. c #EDC675",
|
||||
"P. c #F6C36B",
|
||||
"I. c #FFC467",
|
||||
"U. c #FFC36A",
|
||||
"Y. c #FFCB6E",
|
||||
"T. c #FECC73",
|
||||
"R. c #FFCF78",
|
||||
"E. c #FFD175",
|
||||
"W. c #FED27A",
|
||||
"Q. c #FFDA7E",
|
||||
"!. c #8B8B8B",
|
||||
"~. c gray58",
|
||||
"^. c #9A9B9B",
|
||||
"/. c #9CA3A7",
|
||||
"(. c #A2A2A2",
|
||||
"). c #AAAAAA",
|
||||
"_. c #B4B4B4",
|
||||
"`. c #B4B7B9",
|
||||
"'. c gray73",
|
||||
"]. c #BBBFC1",
|
||||
"[. c #EDA081",
|
||||
"{. c #EFAD92",
|
||||
"}. c #EAB18F",
|
||||
"|. c #FFAF82",
|
||||
" X c #FCB692",
|
||||
".X c #FFBE90",
|
||||
"XX c #FFC59B",
|
||||
"oX c #F6D782",
|
||||
"OX c #FDDA83",
|
||||
"+X c #FFDF88",
|
||||
"@X c #EDC3A9",
|
||||
"#X c #F3C4AB",
|
||||
"$X c #FBC8AE",
|
||||
"%X c #FFD2B4",
|
||||
"&X c #FFE38A",
|
||||
"*X c #FFE88F",
|
||||
"=X c #FFEE96",
|
||||
"-X c #C4C4C4",
|
||||
";X c #CBCBCB",
|
||||
":X c #D8C8C2",
|
||||
">X c #D2D2D2",
|
||||
",X c #DADADA",
|
||||
"<X c #DEE6EB",
|
||||
"1X c #F6DAC7",
|
||||
"2X c #F9D7C7",
|
||||
"3X c #FFE0CC",
|
||||
"4X c #F9E5DC",
|
||||
"5X c #E3E3E4",
|
||||
"6X c #EBECEC",
|
||||
"7X c #E6EDF2",
|
||||
"8X c #EEF6FB",
|
||||
"9X c #FCEBE0",
|
||||
"0X c #FBF1EE",
|
||||
"qX c #F4F4F4",
|
||||
"wX c #F1F6FA",
|
||||
"eX c #F5FAFC",
|
||||
"rX c #FDF6F1",
|
||||
"tX c #FFFAF7",
|
||||
"yX c #FCFCFC",
|
||||
"uX c None",
|
||||
/* pixels */
|
||||
"uXuXuXuXuXuXuXuXuXuXuX 3 d f f f f f 4 o uXuXuXuXuXuXuXuXuXuXuX",
|
||||
"uXuXuXuXuXuXuXuX 6 l ^.).-X;X>X>X;X-X_.(.z f # uXuXuXuXuXuXuXuX",
|
||||
"uXuXuXuXuXuX f ~.'.>X5XqXqXyXyXyXyXeXqX6X,X-X(.j o uXuXuXuXuXuX",
|
||||
"uXuXuXuXuX4 !.'.>X6XyXtXtXyXeXtXyXtXyXyXyXyXqX5X;X^.7 uXuXuXuXuX",
|
||||
"uXuXuXuX6 ).-X5XtXeXqXeXtXeXyXyXyXyXyXyXyXyXyXyXeX:XD 8 uXuXuXuX",
|
||||
"uXuXuX3 ).-X6XeXqXqXtXeXyXyXyXyXyXyXyXyXyXyXyXyX0X#X{ C % uXuXuX",
|
||||
"uXuX# ^.-X6XqXqXqXeXtXeXyXyXyXyXyXyXyXyXyXyXyX4Xc.x.{.} m X uXuX",
|
||||
"uX l -X5X6XqXqXtXqXeXyXyXyXyXyXyXyXyXyXyXyX2Xv.9.0.l.[.Q x uXuX",
|
||||
"uX5 '.>X6X6XqXqXtXtXyXyXyXyXyXyXyXyXyXyXyX$Xa.p.a.a.9.l.k.G ; uX",
|
||||
" z ;X5X6X6XqXeXeXtXyXyXyXyXyXyXyXyXyXtX Xt.t.p.i.i.9.*.k.Q v ",
|
||||
"# ).>X5X6X6X6XtXeXyXyXyXyXyXyXyXyXyXtXH.r.t.t.t.t.t.e.e.*.%.Z + ",
|
||||
"5 '.,X5X6XqXqXqXeXyXyXyXyXyXyXyXyXrX|.r.u.u.y.r.w.w.*.=.*.*.G ; ",
|
||||
"f ;X,X5X6X6XqXeXtXeXyXyXyXyXyXyX9XG.y.u.y.y.r.-.-.-.-.=.*.&.E e ",
|
||||
"g ;X,X5X6X6XqXqXeXtXyXyXyXyXyX2Xj.y.u.g.d.u.y.r.1.#.#.+.O.[ L y ",
|
||||
"h ;X>X5X6X6XqXtXtXtXyXyXyXyX%Xh.g.u.g.g.u.y.y.3.1.@...( U L P y ",
|
||||
"h ;X>X,X5X6X6XeXqXyXyXyXyXXXg.g.g.h.h.h.g.y.3.@. .) T Y Y I P y ",
|
||||
"g -X>X,X5X6X6XqXeXyXyXtXXX3.s.g.g.g.g.y.3.>.X.` ) ~ ! T Y I P y ",
|
||||
"g -X;X,X5X6X6XqXqXeXrXK.:.2.4.4.5.5.4.2.2.>.X.X.` ) ~ T T Y L t ",
|
||||
"d `.-X,X5X5X6X6XeX4XV.,.4.6.f.f.f.f.6.5.4.2.<.:.X.` ) ~ T Y G w ",
|
||||
", '._.,X,X5X6X8X1Xg.,.5.f.f.M.M.M.M.M.f.6.5.2.>.X.` ) / ! J G & ",
|
||||
" (.`.-X,X<X7X#X2.,.5.6.M.M.C.C.Z.C.C.M.f.f.4.2.>.X.` ) L L M ",
|
||||
" k >X).,X<X@XX.>.4.6.m.B.C.Z.S.S.S.Z.C.M.f.6.2.>.X.` W J Y i ",
|
||||
" $ ;X].`.}.X.:.2.5.f.M.C.A.F.J.J.J.F.Z.C.m.f.5.2.:./ K Y H @ ",
|
||||
"uX h 6X].$.R ,.2.5.m.C.Z.J.J.U.U.U.J.F.Z.N.f.5.3.( K W T t uX",
|
||||
"uX !.eXz.~ / 2.f.M.A.S.J.U.T.T.T.J.J.Z.C.M.2.` / ) ! b uX",
|
||||
"uXuX . /.b.) ,.X.<.N.A.F.I.Y.E.R.R.U.J.A.M.o.( X.' ~ n uXuX",
|
||||
"uXuXuX . s Y ) 6.A.N.A.F.E.E.E.R.R.U.J.C.3.2.f.2.' b uXuXuX",
|
||||
"uXuXuXuX e S ' 6.F.Y.Q.Y.*X&X+XOXR.Z.B.A.C.f.| a uXuXuXuX",
|
||||
"uXuXuXuXuX O a F 6.D.Y.Q.&X=X=X*XOXW.Y.F.q.N = uXuXuXuXuX",
|
||||
"uXuXuXuXuXuXuX X & u V ;.n.P.W.OXoXL.7.B r O uXuXuXuXuXuX",
|
||||
"uXuXuXuXuXuXuXuXuX* > 9 0 0 < 2 1 , O uXuXuXuXuXuXuXuX",
|
||||
"uXuXuXuXuXuXuXuXuXuX M p q - X uXuXuXuXuXuXuXuXuXuXuX"
|
||||
};
|
@ -0,0 +1,190 @@
|
||||
/* XPM */
|
||||
static char *kenolaba-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 168 2",
|
||||
" c black",
|
||||
". c gray1",
|
||||
"X c gray2",
|
||||
"o c #060606",
|
||||
"O c gray4",
|
||||
"+ c #0C0C0C",
|
||||
"@ c gray5",
|
||||
"# c gray7",
|
||||
"$ c #181818",
|
||||
"% c #20201B",
|
||||
"& c gray15",
|
||||
"* c #282828",
|
||||
"= c #2D2D2D",
|
||||
"- c #323232",
|
||||
"; c #393939",
|
||||
": c #3A3A3A",
|
||||
"> c #3C3C3C",
|
||||
", c gray25",
|
||||
"< c #464646",
|
||||
"1 c #505050",
|
||||
"2 c #515151",
|
||||
"3 c #555555",
|
||||
"4 c #5B5B5B",
|
||||
"5 c #5A5D5D",
|
||||
"6 c gray37",
|
||||
"7 c gray38",
|
||||
"8 c #626262",
|
||||
"9 c gray39",
|
||||
"0 c #686868",
|
||||
"q c #6D6D6D",
|
||||
"w c #717171",
|
||||
"e c #727272",
|
||||
"r c #747474",
|
||||
"t c gray46",
|
||||
"y c #797979",
|
||||
"u c #D75F34",
|
||||
"i c #E3622E",
|
||||
"p c #E56D3E",
|
||||
"a c #E56E3F",
|
||||
"s c #D76A42",
|
||||
"d c #D97C58",
|
||||
"f c #E57143",
|
||||
"g c #E07449",
|
||||
"h c #F27E4B",
|
||||
"j c #DF835E",
|
||||
"k c #CF896F",
|
||||
"l c #D48064",
|
||||
"z c #DE977D",
|
||||
"x c #EE8353",
|
||||
"c c #E08B67",
|
||||
"v c #F69C6F",
|
||||
"b c #FA9967",
|
||||
"n c #FD9F6F",
|
||||
"m c #EEA27D",
|
||||
"M c #F0A078",
|
||||
"N c #818181",
|
||||
"B c #838383",
|
||||
"V c gray52",
|
||||
"C c gray53",
|
||||
"Z c #88898A",
|
||||
"A c gray54",
|
||||
"S c #8E8F8F",
|
||||
"D c #8C8E90",
|
||||
"F c #8D8F91",
|
||||
"G c #8F9193",
|
||||
"H c #909192",
|
||||
"J c #929292",
|
||||
"K c #919395",
|
||||
"L c gray58",
|
||||
"P c gray59",
|
||||
"I c #97999A",
|
||||
"U c #989898",
|
||||
"Y c #9B9B9B",
|
||||
"T c #9C9D9D",
|
||||
"R c #A1A1A2",
|
||||
"E c #A1A2A2",
|
||||
"W c #A2A2A2",
|
||||
"Q c #A5A5A5",
|
||||
"! c #AAAAAA",
|
||||
"~ c #A9AEB1",
|
||||
"^ c #B5ACA9",
|
||||
"/ c gray69",
|
||||
"( c #B1B1B1",
|
||||
") c #B2B2B2",
|
||||
"_ c #B6B8B8",
|
||||
"` c #B6B8B9",
|
||||
"' c gray73",
|
||||
"] c gray74",
|
||||
"[ c gray75",
|
||||
"{ c #BEC1C1",
|
||||
"} c #BDC4C6",
|
||||
"| c #CB9787",
|
||||
" . c #CC9888",
|
||||
".. c #DFA891",
|
||||
"X. c #DEA896",
|
||||
"o. c #DBAD98",
|
||||
"O. c #CFADA2",
|
||||
"+. c #DBBFB2",
|
||||
"@. c #E6A78F",
|
||||
"#. c #E4AE96",
|
||||
"$. c #E6B498",
|
||||
"%. c #EAB596",
|
||||
"&. c #F1AF8E",
|
||||
"*. c #F6AE89",
|
||||
"=. c #F8AD85",
|
||||
"-. c #FFB083",
|
||||
";. c #FDB187",
|
||||
":. c #FEB48B",
|
||||
">. c #F9BE99",
|
||||
",. c #E8C7B5",
|
||||
"<. c #EFCBB9",
|
||||
"1. c #F7C5AB",
|
||||
"2. c #C3C3C3",
|
||||
"3. c #C5C5C5",
|
||||
"4. c #C4C8C9",
|
||||
"5. c #CAC8C7",
|
||||
"6. c gray79",
|
||||
"7. c #CACACA",
|
||||
"8. c #CECECD",
|
||||
"9. c gray81",
|
||||
"0. c #C5CED1",
|
||||
"q. c #C8CFD2",
|
||||
"w. c #CFD2D3",
|
||||
"e. c #CED2D4",
|
||||
"r. c #D6D0CB",
|
||||
"t. c gray82",
|
||||
"y. c LightGray",
|
||||
"u. c #D0D6D7",
|
||||
"i. c gray83",
|
||||
"p. c gray84",
|
||||
"a. c #D6D7D7",
|
||||
"s. c #D8D6D6",
|
||||
"d. c #DFD7D5",
|
||||
"f. c #D9DAD9",
|
||||
"g. c #DADADA",
|
||||
"h. c gray86",
|
||||
"j. c #DCDEE1",
|
||||
"k. c #DFE1E2",
|
||||
"l. c #E4D7D2",
|
||||
"z. c #E4DAD7",
|
||||
"x. c #F0DDD6",
|
||||
"c. c #FCE1CE",
|
||||
"v. c #F2E7DD",
|
||||
"b. c #F6EADF",
|
||||
"n. c gray88",
|
||||
"m. c #E4E4E4",
|
||||
"M. c gray90",
|
||||
"N. c #E6E6E6",
|
||||
"B. c #E7E7E7",
|
||||
"V. c gray91",
|
||||
"C. c #E8EBEC",
|
||||
"Z. c #E9ECED",
|
||||
"A. c #ECECEC",
|
||||
"S. c gray93",
|
||||
"D. c #EFEFEF",
|
||||
"F. c #EAEFF1",
|
||||
"G. c #E6F3FA",
|
||||
"H. c #EFF2F4",
|
||||
"J. c #F6EBE2",
|
||||
"K. c #F1EDE9",
|
||||
"L. c #F5EEEB",
|
||||
"P. c #F1F0EE",
|
||||
"I. c gray94",
|
||||
"U. c #F0F2F3",
|
||||
"Y. c #F3F3F3",
|
||||
"T. c #F1F5F7",
|
||||
"R. c #F4F4F5",
|
||||
"E. c None",
|
||||
/* pixels */
|
||||
"E.E.E.@ B V B B H H H C E.E.E.",
|
||||
"E.E.E.6 R F S H H S F I 2 E.E.E.",
|
||||
"E.E.% P f.b.P.K.b.H.J.r.A $ E.E.",
|
||||
"E. 0 } 1.-.*.=.:.&.:.;.^ 5 E.",
|
||||
"E.= T G.@.i j g a c a f z.K & E.",
|
||||
" q 5.c.,.k $.o.| s. .O.C.2.9 ",
|
||||
", ~ <.b v m n M e.t.q.u.8.i.Q ; ",
|
||||
"9 4.x.s d ..u z { R 7.' R f.] 1 ",
|
||||
": A C.d.%.>.+.j.a.w.h.i.s.M.y * ",
|
||||
"O < ` L.x h #.0.2.7.7.2.B./ - ",
|
||||
" @ 9 k.X.l l.` ! f./ / h.3 X ",
|
||||
"E. # U T.F.U.B.M.D.M.S.T @ E.",
|
||||
"E.E. ; t.R.S.S.Y.S.Y.f.> E.E.",
|
||||
"E.E. X 4 r e e e e r 9 X E.E.",
|
||||
"E.E.E. E.E.E.",
|
||||
"E.E.E. E.E.E."
|
||||
};
|
@ -0,0 +1,199 @@
|
||||
/* XPM */
|
||||
static char *kenolaba[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 161 2",
|
||||
" c #000000",
|
||||
". c #0C0C0C",
|
||||
"X c #111111",
|
||||
"o c gray10",
|
||||
"O c #222222",
|
||||
"+ c #2B2B2B",
|
||||
"@ c #343434",
|
||||
"# c #3C3C3C",
|
||||
"$ c #454545",
|
||||
"% c #4D4D4D",
|
||||
"& c #545454",
|
||||
"* c #5A5A5A",
|
||||
"= c #646464",
|
||||
"- c #6C6C6C",
|
||||
"; c #737373",
|
||||
": c #7C7C7C",
|
||||
"> c #7E7F80",
|
||||
", c #DE5119",
|
||||
"< c #CF4E29",
|
||||
"1 c #CF5025",
|
||||
"2 c #CF502A",
|
||||
"3 c #CD5630",
|
||||
"4 c #CC5A33",
|
||||
"5 c #CD5E38",
|
||||
"6 c #D24E25",
|
||||
"7 c #D2512A",
|
||||
"8 c #DF5B25",
|
||||
"9 c #DC5C29",
|
||||
"0 c #DC6334",
|
||||
"q c #E35B24",
|
||||
"w c #EE6729",
|
||||
"e c #E56532",
|
||||
"r c #E76D3B",
|
||||
"t c #E86934",
|
||||
"y c #E96F3C",
|
||||
"u c #EF753E",
|
||||
"i c #F16A2B",
|
||||
"p c #F06F33",
|
||||
"a c #F17033",
|
||||
"s c #F0753C",
|
||||
"d c #F4783D",
|
||||
"f c #CB6442",
|
||||
"g c #CB7559",
|
||||
"h c #DF7245",
|
||||
"j c #DE7449",
|
||||
"k c #CC7D63",
|
||||
"l c #E77342",
|
||||
"z c #EA7949",
|
||||
"x c #F47F47",
|
||||
"c c #DF8B69",
|
||||
"v c #DF9375",
|
||||
"b c #E0835F",
|
||||
"n c #EC8657",
|
||||
"m c #EB8758",
|
||||
"M c #ED8B5E",
|
||||
"N c #F1804B",
|
||||
"B c #F58550",
|
||||
"V c #F58C5B",
|
||||
"C c #FC955D",
|
||||
"Z c #E09475",
|
||||
"A c #EC9B76",
|
||||
"S c #F0946A",
|
||||
"D c #F59A68",
|
||||
"F c #FE9962",
|
||||
"G c #FB9B69",
|
||||
"H c #F79C71",
|
||||
"J c #F6A071",
|
||||
"K c #F4A379",
|
||||
"L c #FFA571",
|
||||
"P c #F8A37A",
|
||||
"I c #FFAE7D",
|
||||
"U c #828282",
|
||||
"Y c #8A8A8A",
|
||||
"T c #8F9294",
|
||||
"R c #949494",
|
||||
"E c #9B9B9B",
|
||||
"W c #A4A5A5",
|
||||
"Q c #AAAAAA",
|
||||
"! c #AFB2B4",
|
||||
"~ c #B4B4B4",
|
||||
"^ c #BBBBBB",
|
||||
"/ c #BEC0C1",
|
||||
"( c #CC9481",
|
||||
") c #CE9987",
|
||||
"_ c #CB9E8C",
|
||||
"` c #C6A49C",
|
||||
"' c #CEA093",
|
||||
"] c #C7B5B0",
|
||||
"[ c #C7BAB7",
|
||||
"{ c #C5BDBB",
|
||||
"} c #CABDBA",
|
||||
"| c #D1AEA2",
|
||||
" . c #DABFB5",
|
||||
".. c #E4A087",
|
||||
"X. c #E1AC97",
|
||||
"o. c #E3B08D",
|
||||
"O. c #ECB297",
|
||||
"+. c #F0AF8C",
|
||||
"@. c #F8AA85",
|
||||
"#. c #F9AD89",
|
||||
"$. c #FFB183",
|
||||
"%. c #FFB58A",
|
||||
"&. c #F1B393",
|
||||
"*. c #F1BB9F",
|
||||
"=. c #FFBB92",
|
||||
"-. c #F0BDA2",
|
||||
";. c #D9C5BE",
|
||||
":. c #F7C39F",
|
||||
">. c #F9C49C",
|
||||
",. c #E8C0A2",
|
||||
"<. c #E9C5AA",
|
||||
"1. c #EAC9B3",
|
||||
"2. c #F5C5A5",
|
||||
"3. c #F1C2A9",
|
||||
"4. c #F7CAA5",
|
||||
"5. c #F4C9AC",
|
||||
"6. c #F9C6A1",
|
||||
"7. c #FCC8A5",
|
||||
"8. c #FFCAAA",
|
||||
"9. c #F3CCB8",
|
||||
"0. c #F2D3BD",
|
||||
"q. c #C3C3C3",
|
||||
"w. c #C4C9CB",
|
||||
"e. c #CCC4C2",
|
||||
"r. c #CEC9C7",
|
||||
"t. c #CBCBCB",
|
||||
"y. c #C6CED2",
|
||||
"u. c #D4C3C0",
|
||||
"i. c #DECBC4",
|
||||
"p. c #DCD0CC",
|
||||
"a. c #D3D3D3",
|
||||
"s. c #D4D7D8",
|
||||
"d. c #D7D9DA",
|
||||
"f. c #DAD6D4",
|
||||
"g. c #DBDBDB",
|
||||
"h. c #DDDFE0",
|
||||
"j. c #D7E3E8",
|
||||
"k. c #DEE0E1",
|
||||
"l. c #E3CAC0",
|
||||
"z. c #E1D4CA",
|
||||
"x. c #EDD0C4",
|
||||
"c. c #E3DEDC",
|
||||
"v. c #E9D9D4",
|
||||
"b. c #F1DFD4",
|
||||
"n. c #ECE1DC",
|
||||
"m. c #F3E0D7",
|
||||
"M. c #F1E2D8",
|
||||
"N. c #E3E3E3",
|
||||
"B. c #E6EAEC",
|
||||
"V. c #EEE7E4",
|
||||
"C. c #ECECEC",
|
||||
"Z. c #E6EEF1",
|
||||
"A. c #ECEFF0",
|
||||
"S. c #ECF1F3",
|
||||
"D. c #EFF7FA",
|
||||
"F. c #F0EEEC",
|
||||
"G. c #F2F2F2",
|
||||
"H. c #F2F6F9",
|
||||
"J. c #F4FAFC",
|
||||
"K. c #F8FCFE",
|
||||
"L. c None",
|
||||
/* pixels */
|
||||
"L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.",
|
||||
"L.L.L.L.L.L.L.L.# & & % % & & % % % % % & % & @ L.L.L.L.L.L.L.L.",
|
||||
"L.L.L.L.L.L.L.+ { q.^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ~ ^ Q O L.L.L.L.L.L.L.",
|
||||
"L.L.L.L.L.L. R ~ * & * * & & * * * * * * & * W : L.L.L.L.L.L.",
|
||||
"L.L.L.L.L.L.& ^ Y t.d.d.f.d.f.s.d.d.a.a.a.g.q.> Q $ L.L.L.L.L.L.",
|
||||
"L.L.L.L.L.O Q Y ^ J.S.F.H.S.G.D.F.G.G.G.D.F.J.~ U R o L.L.L.L.L.",
|
||||
"L.L.L.L. : E E G.M.>.>.5.D.n.:.6.4.C.C.5.>.>.n.T R - L.L.L.L.",
|
||||
"L.L.L.L.% W Y h.V.C =.8.C *.H $.8.G &.*.F 8.%.F a.: R # L.L.L.L.",
|
||||
"L.L.L.o R Y ~ J.x.i P #.x m u H #.V m M N #.K w b.~ > U . L.L.L.",
|
||||
"L.L.L.* R T C.G.v.q y z q v h t z q c Z q z r 9 c.B.U U % L.L.L.",
|
||||
"L.L.O R U t.J.S.Z.v 6 1 f f.| 1 7 3 u.p.5 6 1 ) A.H.r.: U O L.L.",
|
||||
"L. : U Q H.0.6.5.z.[ _ o.4.1.} ` ;.g.g.r.` ] s.g.g.G.W : - L.",
|
||||
"L.% Y Y C.9.C 7.=.D c.G =.7.F 3.j.s.B.d.w.C.a.d.V.t.a.B.U : $ L.",
|
||||
"O : > t.J.A d @.P t O.p P @.x S / w.d.a.Q N.^ a.d.q.~ A.r.; ; O ",
|
||||
"* : Q H.D.X., r t 9 1.0 e y , ..w.W ~ Q E N.~ Q ~ W ~ C.G.E - $ ",
|
||||
"% ; R N.G.N.k 2 3 ' S.] 3 7 g c.k.W E R ^ G.t.E R E t.G.g.: = @ ",
|
||||
"# = - ^ H.A.d.e.e.,.>.<.r.e.s.B.g.t.q.w.h.N.g.t.q.t.C.G.W = % O ",
|
||||
"o % = > g.G.A.B.K I 8.L +.Z.s.g.N.w.g.V.a.h.g.w.n.B.F.t.- & @ . ",
|
||||
" O $ = R F.G.V.d D #.V z N./ g.h.{ w.d.w.n.g.~ a.G.B.T * + . ",
|
||||
" O $ - ^ H.C.j q l q b N.Q ~ ^ W q.a.Q ^ ^ E a.H.~ = + X ",
|
||||
"L. . o & : c.D.;.5 < f i.S.~ E E E d.N.W E E Q C.g.> @ . L.",
|
||||
"L.L. o * E G.A.f.;.g.A.G.c.q.^ a.C.C.d.{ ^ g.F.W % . L.L.",
|
||||
"L.L. O - q.G.A.A.A.C.C.C.C.B.C.F.C.C.C.B.S.w.- o L.L.",
|
||||
"L.L.L. $ Y N.G.C.C.F.C.C.F.C.C.C.C.C.C.F.V.E # L.L.L.",
|
||||
"L.L.L. o = ~ G.G.G.G.G.H.G.G.G.G.G.G.G.H.q.- . L.L.L.L.",
|
||||
"L.L.L.L. + U w.a.r.w.r.r.t.t.t.t.t.t.t.t.R + L.L.L.L.",
|
||||
"L.L.L.L.L. . $ * & & * & & & & & & & & & = % L.L.L.L.L.",
|
||||
"L.L.L.L.L.L. . X X X X X X X X X X X X X L.L.L.L.L.L.",
|
||||
"L.L.L.L.L.L. L.L.L.L.L.L.",
|
||||
"L.L.L.L.L.L.L. L.L.L.L.L.L.L.",
|
||||
"L.L.L.L.L.L.L. L.L.L.L.L.L.L.",
|
||||
"L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L.L."
|
||||
};
|
@ -0,0 +1,175 @@
|
||||
/* XPM */
|
||||
static char *kfouleggs-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 153 2",
|
||||
" c black",
|
||||
". c #000300",
|
||||
"X c #000600",
|
||||
"o c #000C00",
|
||||
"O c #000811",
|
||||
"+ c #000A14",
|
||||
"@ c #000819",
|
||||
"# c #001200",
|
||||
"$ c #001300",
|
||||
"% c #001500",
|
||||
"& c #021702",
|
||||
"* c #001800",
|
||||
"= c #021C02",
|
||||
"- c #021E02",
|
||||
"; c #041800",
|
||||
": c #091200",
|
||||
"> c #00121B",
|
||||
", c #000521",
|
||||
"< c #020E24",
|
||||
"1 c #000B31",
|
||||
"2 c #001E28",
|
||||
"3 c #042302",
|
||||
"4 c #0A2600",
|
||||
"5 c #033300",
|
||||
"6 c #053000",
|
||||
"7 c #10230D",
|
||||
"8 c #172A00",
|
||||
"9 c #192F11",
|
||||
"0 c #113F00",
|
||||
"q c #062430",
|
||||
"w c #002B3D",
|
||||
"e c #0C2D3C",
|
||||
"r c #031E41",
|
||||
"t c #0A2556",
|
||||
"y c #0E3655",
|
||||
"u c #0F3856",
|
||||
"i c #163F4B",
|
||||
"p c #0B3377",
|
||||
"a c #113560",
|
||||
"s c #1A4E05",
|
||||
"d c #18590A",
|
||||
"f c #186E0B",
|
||||
"g c #284B00",
|
||||
"h c #255107",
|
||||
"j c #2F6C02",
|
||||
"k c #257411",
|
||||
"l c #0F516E",
|
||||
"z c #14537E",
|
||||
"x c #155C73",
|
||||
"c c #165B79",
|
||||
"v c #225266",
|
||||
"b c #446322",
|
||||
"n c #476827",
|
||||
"m c #1A4880",
|
||||
"M c #174997",
|
||||
"N c #1C5EAB",
|
||||
"B c #1E5EBE",
|
||||
"V c #187C9D",
|
||||
"C c #3C7994",
|
||||
"Z c #1E5AC0",
|
||||
"A c #2068C4",
|
||||
"S c #256CD0",
|
||||
"D c #26880D",
|
||||
"F c #3E8618",
|
||||
"G c #3FBE14",
|
||||
"H c #3BB918",
|
||||
"J c #4C8E13",
|
||||
"K c #4BAB06",
|
||||
"L c #42BD12",
|
||||
"P c #45B815",
|
||||
"I c #41B91B",
|
||||
"U c #40BC19",
|
||||
"Y c #42BC1B",
|
||||
"T c #55A90A",
|
||||
"R c #5CB213",
|
||||
"E c #5FB524",
|
||||
"W c #65AA2C",
|
||||
"Q c #4CC507",
|
||||
"! c #48C613",
|
||||
"~ c #4EC814",
|
||||
"^ c #59CC07",
|
||||
"/ c #53C516",
|
||||
"( c #51C914",
|
||||
") c #58CF15",
|
||||
"_ c #5FD319",
|
||||
"` c #60CF19",
|
||||
"' c #61D216",
|
||||
"] c #62D216",
|
||||
"[ c #67D616",
|
||||
"{ c #62D71C",
|
||||
"} c #68D215",
|
||||
"| c #6AD413",
|
||||
" . c #6AD917",
|
||||
".. c #78C61E",
|
||||
"X. c #69D824",
|
||||
"o. c #7ADF31",
|
||||
"O. c #7DE91C",
|
||||
"+. c #2A84AF",
|
||||
"@. c #2289BA",
|
||||
"#. c #3190C3",
|
||||
"$. c #2680E1",
|
||||
"%. c #2E8DED",
|
||||
"&. c #2A9BEE",
|
||||
"*. c #2D97F5",
|
||||
"=. c #2F9AFF",
|
||||
"-. c #38B2DE",
|
||||
";. c #2EBDFF",
|
||||
":. c #30A3F7",
|
||||
">. c #36A8F6",
|
||||
",. c #31ABFF",
|
||||
"<. c #33AEFF",
|
||||
"1. c #38ADFF",
|
||||
"2. c #34B1FF",
|
||||
"3. c #39B5F8",
|
||||
"4. c #3AB9FF",
|
||||
"5. c #34CCFF",
|
||||
"6. c #38C0FF",
|
||||
"7. c #4E93AB",
|
||||
"8. c #69A7BB",
|
||||
"9. c #6EAAC6",
|
||||
"0. c #57C0D9",
|
||||
"q. c #50D1FF",
|
||||
"w. c #57D6FF",
|
||||
"e. c #51DFFF",
|
||||
"r. c #5CD9FF",
|
||||
"t. c #4EE6FF",
|
||||
"y. c #5BF3FF",
|
||||
"u. c #69EAFF",
|
||||
"i. c #6BEAFF",
|
||||
"p. c #6EEAF9",
|
||||
"a. c #82E520",
|
||||
"s. c #95E546",
|
||||
"d. c #9CEA46",
|
||||
"f. c #B5EF6E",
|
||||
"g. c #BCF46D",
|
||||
"h. c #BBF964",
|
||||
"j. c #BCF376",
|
||||
"k. c #BFEB81",
|
||||
"l. c #81ECFF",
|
||||
"z. c #89F2FD",
|
||||
"x. c #90F8FF",
|
||||
"c. c #ADFFFF",
|
||||
"v. c #BEFCFF",
|
||||
"b. c #D7FBA2",
|
||||
"n. c #DAFBA0",
|
||||
"m. c #DFF8B0",
|
||||
"M. c #ECFFAE",
|
||||
"N. c #E6FFB1",
|
||||
"B. c #C2FFFF",
|
||||
"V. c #E9FFFF",
|
||||
"C. c #EAFFFF",
|
||||
"Z. c #EFFFFF",
|
||||
"A. c None",
|
||||
/* pixels */
|
||||
"A.A.A.+ C 9.v A.A.q 7.8.i A.A.A.",
|
||||
"A.A. @.c.Z.z.V c -.B.V.p.w A.A.",
|
||||
"A.A.O &.w.i.e.5.;.<.r.i.t.x A.A.",
|
||||
"A.A. N =.,.1.z r A *.:.>.e A.A.",
|
||||
"A.A.A.@ p M a A.< B %.u A.A.",
|
||||
"A.A.A.% b n : A.A. #.q.2 A.A.A.",
|
||||
"A.A.o E N.M...o A.+.v.V.0.> A.A.",
|
||||
"A.A.0 { s.d.O.g 1 3.l.x.y.l A.A.",
|
||||
"A.A.4 L / ) _ 8 , $.2.6.4.y A.A.",
|
||||
"A.A. s G P h t Z S m A.A.",
|
||||
"A.A.A.% } R A.A. 9 7 A.A.A.",
|
||||
"A.A. F b.n.J A. W m.k.j A.A.A.",
|
||||
"A.A.5 X.f.g.a.T K o.j.h.| * A.A.",
|
||||
"A.A.6 ! ] [ _ ^ Q ~ ] ./ ; A.A.",
|
||||
"A.A. f H Y k $ D Y I d A.A.",
|
||||
"A.A.A. - - A.A.X 3 % A.A.A."
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *kfouleggs[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #00020B",
|
||||
"X c #000E00",
|
||||
"o c #000412",
|
||||
"O c #000D1C",
|
||||
"+ c #000A15",
|
||||
"@ c #001300",
|
||||
"# c #011B00",
|
||||
"$ c #021726",
|
||||
"% c #011A37",
|
||||
"& c #082200",
|
||||
"* c #043100",
|
||||
"= c #033C00",
|
||||
"- c #0B3E00",
|
||||
"; c #0C3000",
|
||||
": c #152C00",
|
||||
"> c #143B00",
|
||||
", c #183100",
|
||||
"< c #113400",
|
||||
"1 c #042935",
|
||||
"2 c #002D3E",
|
||||
"3 c #04264B",
|
||||
"4 c #032C4A",
|
||||
"5 c #052756",
|
||||
"6 c #04314A",
|
||||
"7 c #083649",
|
||||
"8 c #0A325C",
|
||||
"9 c #043A57",
|
||||
"0 c #052762",
|
||||
"q c #0A396B",
|
||||
"w c #103A75",
|
||||
"e c #034200",
|
||||
"r c #054900",
|
||||
"t c #0C5B02",
|
||||
"y c #194A00",
|
||||
"u c #1B5500",
|
||||
"i c #0E6C02",
|
||||
"p c #0F7B08",
|
||||
"a c #196900",
|
||||
"s c #197F0A",
|
||||
"d c #254700",
|
||||
"f c #245D01",
|
||||
"g c #295900",
|
||||
"h c #216C00",
|
||||
"j c #2D6000",
|
||||
"k c #074459",
|
||||
"l c #064C73",
|
||||
"z c #0C577B",
|
||||
"x c #114577",
|
||||
"c c #11556C",
|
||||
"v c #14537A",
|
||||
"b c #084568",
|
||||
"n c #437F04",
|
||||
"m c #123D87",
|
||||
"M c #0B4384",
|
||||
"N c #0C508C",
|
||||
"B c #114089",
|
||||
"V c #135A84",
|
||||
"C c #164495",
|
||||
"Z c #136993",
|
||||
"A c #14749C",
|
||||
"S c #0B63A0",
|
||||
"D c #1F63AD",
|
||||
"F c #1C66B9",
|
||||
"G c #265EB4",
|
||||
"H c #2177A1",
|
||||
"J c #275EC1",
|
||||
"K c #2666CA",
|
||||
"L c #266DD9",
|
||||
"P c #3971D6",
|
||||
"I c #356BD5",
|
||||
"U c #2D7CE6",
|
||||
"Y c #337AE3",
|
||||
"T c #327BE9",
|
||||
"R c #13860A",
|
||||
"E c #2A8101",
|
||||
"W c #249900",
|
||||
"Q c #289810",
|
||||
"! c #348A03",
|
||||
"~ c #2EA919",
|
||||
"^ c #3CA301",
|
||||
"/ c #39B300",
|
||||
"( c #39B908",
|
||||
") c #3BBB13",
|
||||
"_ c #39B416",
|
||||
"` c #3AB621",
|
||||
"' c #3FC010",
|
||||
"] c #458600",
|
||||
"[ c #429B02",
|
||||
"{ c #529C05",
|
||||
"} c #48B000",
|
||||
"| c #45BF00",
|
||||
" . c #43BD14",
|
||||
".. c #43BF18",
|
||||
"X. c #55A51D",
|
||||
"o. c #44BC26",
|
||||
"O. c #4BBD28",
|
||||
"+. c #63AA1E",
|
||||
"@. c #49C20E",
|
||||
"#. c #4DCD02",
|
||||
"$. c #49C604",
|
||||
"%. c #4BC312",
|
||||
"&. c #4BCA10",
|
||||
"*. c #46C317",
|
||||
"=. c #55CA0F",
|
||||
"-. c #54CC12",
|
||||
";. c #5ACB15",
|
||||
":. c #5ECE1D",
|
||||
">. c #52C712",
|
||||
",. c #57D309",
|
||||
"<. c #45C129",
|
||||
"1. c #46C421",
|
||||
"2. c #59CA25",
|
||||
"3. c #59C92B",
|
||||
"4. c #53CA26",
|
||||
"5. c #5CD130",
|
||||
"6. c #60CE19",
|
||||
"7. c #64D60B",
|
||||
"8. c #6BDE02",
|
||||
"9. c #64D119",
|
||||
"0. c #69D516",
|
||||
"q. c #69D31B",
|
||||
"w. c #6CDA1C",
|
||||
"e. c #66D715",
|
||||
"r. c #73D91D",
|
||||
"t. c #7BDF1F",
|
||||
"y. c #6DC724",
|
||||
"u. c #6FD522",
|
||||
"i. c #7ADA2A",
|
||||
"p. c #74D624",
|
||||
"a. c #6EE00A",
|
||||
"s. c #77E708",
|
||||
"d. c #78E11D",
|
||||
"f. c #1880A1",
|
||||
"g. c #1A8ABC",
|
||||
"h. c #1583C9",
|
||||
"j. c #1E82E2",
|
||||
"k. c #1D90EC",
|
||||
"l. c #1E9AF3",
|
||||
"z. c #1FA2F9",
|
||||
"x. c #2482C8",
|
||||
"c. c #3191D6",
|
||||
"v. c #2687EB",
|
||||
"b. c #2B8BED",
|
||||
"n. c #2885E8",
|
||||
"m. c #228CF3",
|
||||
"M. c #2690ED",
|
||||
"N. c #2C92EE",
|
||||
"B. c #249EE3",
|
||||
"V. c #279FFF",
|
||||
"C. c #2998F2",
|
||||
"Z. c #3D8BEB",
|
||||
"A. c #3785E5",
|
||||
"S. c #3B97F3",
|
||||
"D. c #2BA5DB",
|
||||
"F. c #26ABDD",
|
||||
"G. c #3EB9DE",
|
||||
"H. c #2CA0F6",
|
||||
"J. c #2EA9FB",
|
||||
"K. c #27A3FA",
|
||||
"L. c #21B4FD",
|
||||
"P. c #28B4FE",
|
||||
"I. c #36A2EC",
|
||||
"U. c #30A5F9",
|
||||
"Y. c #33ACFB",
|
||||
"T. c #30B4EB",
|
||||
"R. c #3CBAEC",
|
||||
"E. c #33B3FD",
|
||||
"W. c #34BBFE",
|
||||
"Q. c #39B4FF",
|
||||
"!. c #3ABBFF",
|
||||
"~. c #26A5E3",
|
||||
"^. c #2BC5FA",
|
||||
"/. c #3BC4FF",
|
||||
"(. c #3BCAFF",
|
||||
"). c #32CBFF",
|
||||
"_. c #36D5F2",
|
||||
"`. c #3FE9FF",
|
||||
"'. c #4295F6",
|
||||
"]. c #41A9FF",
|
||||
"[. c #41C5FF",
|
||||
"{. c #43CDFF",
|
||||
"}. c #43D3FF",
|
||||
"|. c #4BD1FD",
|
||||
" X c #4BDAFF",
|
||||
".X c #5DCEF7",
|
||||
"XX c #53D1FF",
|
||||
"oX c #50DFFF",
|
||||
"OX c #5DD8FF",
|
||||
"+X c #4CE8FF",
|
||||
"@X c #4DF7FF",
|
||||
"#X c #50E3FF",
|
||||
"$X c #5DECFF",
|
||||
"%X c #55F0FF",
|
||||
"&X c #61E2FF",
|
||||
"*X c #6AE7FF",
|
||||
"=X c #66F5FF",
|
||||
"-X c #78EDFF",
|
||||
";X c #72E7FF",
|
||||
":X c #7AF6FF",
|
||||
">X c #87DF36",
|
||||
",X c #82F016",
|
||||
"<X c #8DE52D",
|
||||
"1X c #82E024",
|
||||
"2X c #92ED26",
|
||||
"3X c #92E53B",
|
||||
"4X c #91F421",
|
||||
"5X c #84E737",
|
||||
"6X c #A1FD2D",
|
||||
"7X c #9AD661",
|
||||
"8X c #9AE748",
|
||||
"9X c #9CE359",
|
||||
"0X c #9FE858",
|
||||
"qX c #9AEA50",
|
||||
"wX c #A0E94A",
|
||||
"eX c #A8EF4B",
|
||||
"rX c #A9EE51",
|
||||
"tX c #B1F855",
|
||||
"yX c #B1EE66",
|
||||
"uX c #BCEF7E",
|
||||
"iX c #B7F068",
|
||||
"pX c #BEF46E",
|
||||
"aX c #A7E864",
|
||||
"sX c #BDF083",
|
||||
"dX c #86EFFF",
|
||||
"fX c #88E7FF",
|
||||
"gX c #84F5FF",
|
||||
"hX c #81F9FF",
|
||||
"jX c #92EAFF",
|
||||
"kX c #95F7FF",
|
||||
"lX c #ADEFFF",
|
||||
"zX c #A2F2FF",
|
||||
"xX c #A2FBFF",
|
||||
"cX c #A8FEFF",
|
||||
"vX c #B3FDFF",
|
||||
"bX c #BAFDFF",
|
||||
"nX c #C4F483",
|
||||
"mX c #CFF496",
|
||||
"MX c #D5F997",
|
||||
"NX c #DEFCAD",
|
||||
"BX c #E7FFA9",
|
||||
"VX c #E4FAB3",
|
||||
"CX c #E7FFBF",
|
||||
"ZX c #EBFEB8",
|
||||
"AX c #C4FDFF",
|
||||
"SX c #CBFEFF",
|
||||
"DX c #D0FFFF",
|
||||
"FX c #DCFEFF",
|
||||
"GX c #EDFDC7",
|
||||
"HX c #FCFFDD",
|
||||
"JX c #F9FED6",
|
||||
"KX c #E4FFFF",
|
||||
"LX c #ECFFFF",
|
||||
"PX c #FFFFEC",
|
||||
"IX c #F2FFFF",
|
||||
"UX c #FEFFFF",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYX 4 z 7 O YXYXYXYXYXYXYX+ k c 2 YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYX9 D.fXAXlX.XV YXYXYXYX A |.zXSXjXG.7 YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYX6 ^.kXKXUXUXFX%Xz YX A +XbXIXUXUXvX_.1 YXYXYXYXYX",
|
||||
"YXYXYXYXYXX F {.jXvXSXSXvX=X^.T.R.T.L.OXzXbXDXAXxX@Xf.YXYXYXYXYX",
|
||||
"YXYXYXYXYX+ k.!.XX;XgX:X=X#X).(.}./.K./.OX-XgX:X$X XF. YXYXYXYX",
|
||||
"YXYXYXYXYX$ j.U.!.{. X X}.(.W.L.L.z.v.Y./.|. X X}.(.D.. YXYXYXYX",
|
||||
"YXYXYXYXYX F b.C.Y.W.Q.E.Q.I.N x M L M.C.E.!.W.P.Q.H YXYXYXYX",
|
||||
"YXYXYXYXYX 5 U Y n.v.M.S.].v B T A.v.M.b.'.I.1 YXYXYXYX",
|
||||
"YXYXYXYXYXYX q K P Z.Z.Z.V YX . m J P P A.c.7 YXYXYXYXYX",
|
||||
"YXYXYXYXYXYX . 3 q 8 $ YXYXYX 0 m.N.l.7 YXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYX YXYXYXYXYXYX0 !.|.L.7 YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXu X.7X7X+.g YXYXYXYXYX+ S #X-X{.l YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXa 5XNXPXPXBX6X] YXYXYXYX% ~.dXKXUXFX*XZ YXYXYXYXYXYX",
|
||||
"YXYXYXYXYX; #.0XmXNXVXMXtXs.d YXYX h.&XbXKXIXLXvX+Xb YXYXYXYXYX",
|
||||
"YXYXYXYXYXa ,.i.qXiXiXeX<Xs.] YXYX3 K.XXfXzXvXcX:X+Xg. YXYXYXYX",
|
||||
"YXYXYXYX E &.9.u.i.1Xi.r.0.{ YXq K./.|.$X*X=X+X}.B.. YXYXYXYX",
|
||||
"YXYXYXYXYXa *.%.;.9.9.9.;.u.] YXYX5 v.U.Q.(.{.{././.x. YXYXYXYX",
|
||||
"YXYXYXYXYX& ) *. .@.@.%.2.6., YXYX+ K n.M.H.J.J.U.Y.x YXYXYXYX",
|
||||
"YXYXYXYXYX y ..o.o.O.3.:.g YXYX 5 L U U A.Z.'.D . YXYXYXYX",
|
||||
"YXYXYXYXYX > ( ( ' ^ , YXYX % C J I G w o YXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYX# $.r.d.E YXYXYXYX . o YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYX# $.2X4X! YXYXYXYXYXYX > g y @ YXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYX# ! 9XVXZXwX[ & YXYXYXYXy y.nXCXMXi.h YXYXYXYXYXYX",
|
||||
"YXYXYXYXYX W qXVXJXPXZXtX} YXYX< ,.nXGXHXJXMX,Xh YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXr #.qXuXmXMXnXeXs.E f f ^ 0.aXnXMXMXpX2X#.@ YXYXYXYXYX",
|
||||
"YXYXYXYXYXa &.u.>X8X8X3X1X7.s.6X4X#.;.i.3XeX3X<X1X,.- YXYXYXYXYX",
|
||||
"YXYXYXYX i &.;.q.r.r.r.0.6.7.s.8.$.%.6.q.p.r.w.0.;.- YXYXYXYXYX",
|
||||
"YXYXYXYXYXe ) .%.;.;.=.=.2./ / / ( . .>.;.;.=.6._ @ YXYXYXYXYX",
|
||||
"YXYXYXYXYX R 1.*.*.*.2.5.Q @ * _ 1.*.*.%.3.4.i YXYXYXYXYX",
|
||||
"YXYXYXYXYX @ p ~ ` <.` s @ = Q ` <.o.~ t YXYXYXYXYX",
|
||||
"YXYXYXYXYXYX & = e # YXYXYX X * r = X YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYX YXYXYXYXYX YXYXYXYXYXYXYX"
|
||||
};
|
@ -0,0 +1,159 @@
|
||||
/* XPM */
|
||||
static char *kgoldrunner-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 137 2",
|
||||
" c black",
|
||||
". c #000004",
|
||||
"X c #000408",
|
||||
"o c #200703",
|
||||
"O c #2D0700",
|
||||
"+ c #211000",
|
||||
"@ c #201200",
|
||||
"# c #241802",
|
||||
"$ c #381C0E",
|
||||
"% c #331F13",
|
||||
"& c #332613",
|
||||
"* c #342C2E",
|
||||
"= c #501E07",
|
||||
"- c #412D1C",
|
||||
"; c #41340F",
|
||||
": c #4D330D",
|
||||
"> c #4D3B0E",
|
||||
", c #4F3923",
|
||||
"< c #673000",
|
||||
"1 c #6F3E16",
|
||||
"2 c #77350A",
|
||||
"3 c #604611",
|
||||
"4 c #624611",
|
||||
"5 c #66462F",
|
||||
"6 c #7A4728",
|
||||
"7 c #765339",
|
||||
"8 c #434D55",
|
||||
"9 c #4C555A",
|
||||
"0 c #545960",
|
||||
"q c #63524B",
|
||||
"w c #61656E",
|
||||
"e c #616B75",
|
||||
"r c #616C77",
|
||||
"t c #696D75",
|
||||
"y c #6F726D",
|
||||
"u c #6D7177",
|
||||
"i c #6C7279",
|
||||
"p c #6D7378",
|
||||
"a c #6A7787",
|
||||
"s c #7E8278",
|
||||
"d c #7B8182",
|
||||
"f c #873921",
|
||||
"g c #874700",
|
||||
"h c #894600",
|
||||
"j c #944E07",
|
||||
"k c #814929",
|
||||
"l c #8B4F26",
|
||||
"z c #974727",
|
||||
"x c #9F5734",
|
||||
"c c #9B690D",
|
||||
"v c #906313",
|
||||
"b c #897323",
|
||||
"n c #8D7220",
|
||||
"m c #8E7B25",
|
||||
"M c #A25C00",
|
||||
"N c #B85C00",
|
||||
"B c #A35626",
|
||||
"V c #A76003",
|
||||
"C c #A66913",
|
||||
"Z c #AE7807",
|
||||
"A c #A97A15",
|
||||
"S c #B07509",
|
||||
"D c #B3760A",
|
||||
"F c #BB700E",
|
||||
"G c #BB7D07",
|
||||
"H c #A26026",
|
||||
"J c #A26C31",
|
||||
"K c #865C40",
|
||||
"L c #C07605",
|
||||
"P c #CC7503",
|
||||
"I c #B59017",
|
||||
"U c #A29531",
|
||||
"Y c #A49630",
|
||||
"T c #A39D3C",
|
||||
"R c #A59D3B",
|
||||
"E c #BAB15D",
|
||||
"W c #D78A0B",
|
||||
"Q c #DA9314",
|
||||
"! c #C79729",
|
||||
"~ c #CA9F29",
|
||||
"^ c #DD9A21",
|
||||
"/ c #DFA721",
|
||||
"( c #D4AB30",
|
||||
") c #D2B63D",
|
||||
"_ c #E3AF27",
|
||||
"` c #E7AA21",
|
||||
"' c #E9AB21",
|
||||
"] c #ECB025",
|
||||
"[ c #E7BD35",
|
||||
"{ c #E9B830",
|
||||
"} c #F0B729",
|
||||
"| c #F1BD2F",
|
||||
" . c #F2BC2D",
|
||||
".. c #F3BC2D",
|
||||
"X. c #F3BD2C",
|
||||
"o. c #F4BD2E",
|
||||
"O. c #F7BF2F",
|
||||
"+. c #F1CB39",
|
||||
"@. c #FAD33A",
|
||||
"#. c #F9D43A",
|
||||
"$. c #FFD238",
|
||||
"%. c #D6D45B",
|
||||
"&. c #D3DA7D",
|
||||
"*. c #E4CF42",
|
||||
"=. c #E7D148",
|
||||
"-. c #E9D745",
|
||||
";. c #FED841",
|
||||
":. c #FFDA41",
|
||||
">. c #FEE047",
|
||||
",. c #FCE54B",
|
||||
"<. c #FCEA4D",
|
||||
"1. c #FFEC4E",
|
||||
"2. c #FFEB50",
|
||||
"3. c #FFF555",
|
||||
"4. c #FEF35C",
|
||||
"5. c #FEFC5E",
|
||||
"6. c #EAE56A",
|
||||
"7. c #F3F46C",
|
||||
"8. c #FFFF61",
|
||||
"9. c #FFFF65",
|
||||
"0. c #FFFF6B",
|
||||
"q. c #FFFF6E",
|
||||
"w. c #FFF970",
|
||||
"e. c #FFFF79",
|
||||
"r. c #9C8987",
|
||||
"t. c #E7E08C",
|
||||
"y. c #F0E18E",
|
||||
"u. c #F6FA80",
|
||||
"i. c #FDF984",
|
||||
"p. c #FFFD92",
|
||||
"a. c #FFFFBD",
|
||||
"s. c #D4DBE6",
|
||||
"d. c #E6EDF8",
|
||||
"f. c #F9FBFF",
|
||||
"g. c #F9FDFF",
|
||||
"h. c #FCFFFF",
|
||||
"j. c None",
|
||||
/* pixels */
|
||||
"j.j.j.j.j.j.j.j. w 9 j.j.j.j.j.",
|
||||
"j.j.j.j.j. i g.8 j.j.j.j.",
|
||||
"j.j.j.j.j.= x i h.r X j.j.j.j.j.",
|
||||
"j.j.j.j.j.* r.s.r j.j.j.j.j.j.",
|
||||
"j.j.j.j.j.u d.a q j.j.j.j.j.j.j.",
|
||||
"j.j.j.j.0 f.s 1 f K j.j.j.j.j.j.",
|
||||
"j.j.j.j.t d %.) 2 z 7 j.j.j.j.j.",
|
||||
"j.j.j.! y &.q.u.t.J B 5 j.j.j.j.",
|
||||
"j.j.S ( E 7.w.p.a.y.C H , j.j.j.",
|
||||
"j.M D { <.5.0.e.i.6.=.c l - j.j.",
|
||||
"j.h L ] ;.3.8.9.5.-.*./ < k & j.",
|
||||
"j.j N Q .;.,.4.1.+.I G V O 6 % ",
|
||||
"3 ..^ P W ' } ...` Z g F : o $ ",
|
||||
"@ v { +...#.2.>.@.$._ A ~ ; ",
|
||||
"j. + 4 b Y R T U m n > # j.j.",
|
||||
"j.j.j.j. j.j.j.j."
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *kgoldrunner[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #0C0000",
|
||||
"X c #0A0A00",
|
||||
"o c #03060D",
|
||||
"O c #140000",
|
||||
"+ c #190500",
|
||||
"@ c #1B0800",
|
||||
"# c #140B02",
|
||||
"$ c #1F1F26",
|
||||
"% c #13242E",
|
||||
"& c #200000",
|
||||
"* c #2A0800",
|
||||
"= c #261200",
|
||||
"- c #2D1B02",
|
||||
"; c #341700",
|
||||
": c #3F1400",
|
||||
"> c #321D02",
|
||||
", c #3B2404",
|
||||
"< c #3C2D0A",
|
||||
"1 c #352516",
|
||||
"2 c #3A2B1A",
|
||||
"3 c #242328",
|
||||
"4 c #28282E",
|
||||
"5 c #212626",
|
||||
"6 c #342522",
|
||||
"7 c #373A39",
|
||||
"8 c #374856",
|
||||
"9 c #3C4D5C",
|
||||
"0 c #460200",
|
||||
"q c #4F0D00",
|
||||
"w c #401300",
|
||||
"e c #481805",
|
||||
"r c #550000",
|
||||
"t c #541000",
|
||||
"y c #422702",
|
||||
"u c #492213",
|
||||
"i c #4C3108",
|
||||
"p c #552700",
|
||||
"a c #513C0C",
|
||||
"s c #5A3108",
|
||||
"d c #573302",
|
||||
"f c #503E28",
|
||||
"g c #523C26",
|
||||
"h c #601E00",
|
||||
"j c #6E1E00",
|
||||
"k c #711C00",
|
||||
"l c #672E14",
|
||||
"z c #6C3114",
|
||||
"x c #712200",
|
||||
"c c #782E00",
|
||||
"v c #7D3E00",
|
||||
"b c #723300",
|
||||
"n c #763614",
|
||||
"m c #67460C",
|
||||
"M c #6F4100",
|
||||
"N c #7A4401",
|
||||
"B c #704C0E",
|
||||
"V c #7D5C1C",
|
||||
"C c #614B2D",
|
||||
"Z c #634A31",
|
||||
"A c #6F563C",
|
||||
"S c #744128",
|
||||
"D c #70583B",
|
||||
"F c #7F7F00",
|
||||
"G c #494E51",
|
||||
"H c #485158",
|
||||
"J c #55514D",
|
||||
"K c #59595C",
|
||||
"L c #455767",
|
||||
"P c #40617A",
|
||||
"I c #5D6269",
|
||||
"U c #546472",
|
||||
"Y c #7D5C42",
|
||||
"T c #60666D",
|
||||
"R c #75776C",
|
||||
"E c #7D8797",
|
||||
"W c #8D2E02",
|
||||
"Q c #823B0A",
|
||||
"! c #8A3817",
|
||||
"~ c #923800",
|
||||
"^ c #953B0F",
|
||||
"/ c #913F18",
|
||||
"( c #864E01",
|
||||
") c #8A4300",
|
||||
"_ c #864514",
|
||||
"` c #914800",
|
||||
"' c #924716",
|
||||
"] c #945000",
|
||||
"[ c #935900",
|
||||
"{ c #9B5508",
|
||||
"} c #8B5708",
|
||||
"| c #8A4226",
|
||||
" . c #966500",
|
||||
".. c #9C6201",
|
||||
"X. c #997A1E",
|
||||
"o. c #9D6028",
|
||||
"O. c #AD4D00",
|
||||
"+. c #A25603",
|
||||
"@. c #A35E02",
|
||||
"#. c #AB5400",
|
||||
"$. c #AC5C01",
|
||||
"%. c #B15906",
|
||||
"&. c #A46A0B",
|
||||
"*. c #A96B05",
|
||||
"=. c #A57609",
|
||||
"-. c #A1781D",
|
||||
";. c #B76601",
|
||||
":. c #B06E05",
|
||||
">. c #BE7B02",
|
||||
",. c #BA7103",
|
||||
"<. c #B07F13",
|
||||
"1. c #A86822",
|
||||
"2. c #AC7C25",
|
||||
"3. c #B67620",
|
||||
"4. c #A36D56",
|
||||
"5. c #BF7E47",
|
||||
"6. c #C06200",
|
||||
"7. c #C46B01",
|
||||
"8. c #C87300",
|
||||
"9. c #CB7A04",
|
||||
"0. c #C07D14",
|
||||
"q. c #BF820F",
|
||||
"w. c #B78516",
|
||||
"e. c #BE951D",
|
||||
"r. c #AB8815",
|
||||
"t. c #AA8822",
|
||||
"y. c #B9952B",
|
||||
"u. c #B0A33F",
|
||||
"i. c #8D895D",
|
||||
"p. c #958C5B",
|
||||
"a. c #9C827D",
|
||||
"s. c #919064",
|
||||
"d. c #9F9D7F",
|
||||
"f. c #B09F6C",
|
||||
"g. c #B88875",
|
||||
"h. c #C2850C",
|
||||
"j. c #C9820A",
|
||||
"k. c #CC8B11",
|
||||
"l. c #C29418",
|
||||
"z. c #D68B0B",
|
||||
"x. c #D48507",
|
||||
"c. c #D58B12",
|
||||
"v. c #DE940F",
|
||||
"b. c #DE9414",
|
||||
"n. c #DD9A16",
|
||||
"m. c #DE9D18",
|
||||
"M. c #D59116",
|
||||
"N. c #C29626",
|
||||
"B. c #C2A728",
|
||||
"V. c #C9A12A",
|
||||
"C. c #C4A324",
|
||||
"Z. c #C0A238",
|
||||
"A. c #DEAF2A",
|
||||
"S. c #D7A329",
|
||||
"D. c #DFB42C",
|
||||
"F. c #DDBC35",
|
||||
"G. c #E19D19",
|
||||
"H. c #E09916",
|
||||
"J. c #E4A41D",
|
||||
"K. c #E5AC23",
|
||||
"L. c #E9AC24",
|
||||
"P. c #EBB125",
|
||||
"I. c #E7B329",
|
||||
"U. c #E0B834",
|
||||
"Y. c #F0B72A",
|
||||
"T. c #F1BB2C",
|
||||
"R. c #F4BF30",
|
||||
"E. c #CC8B50",
|
||||
"W. c #D18E54",
|
||||
"Q. c #D69559",
|
||||
"!. c #C4AF54",
|
||||
"~. c #C2BC4F",
|
||||
"^. c #F68349",
|
||||
"/. c #E19C64",
|
||||
"(. c #E79A70",
|
||||
"). c #EA9E73",
|
||||
"_. c #E6BF4F",
|
||||
"`. c #EDA076",
|
||||
"'. c #F2A378",
|
||||
"]. c #DBC53B",
|
||||
"[. c #EECE3D",
|
||||
"{. c #EBC337",
|
||||
"}. c #F5C02F",
|
||||
"|. c #F6C331",
|
||||
" X c #F2CB3B",
|
||||
".X c #FBC935",
|
||||
"XX c #FACB38",
|
||||
"oX c #F3D33D",
|
||||
"OX c #FFD037",
|
||||
"+X c #FCD23C",
|
||||
"@X c #FFDC3F",
|
||||
"#X c #C1C65F",
|
||||
"$X c #DAC848",
|
||||
"%X c #DBD34A",
|
||||
"&X c #DED95D",
|
||||
"*X c #D8D878",
|
||||
"=X c #E4CD47",
|
||||
"-X c #EDD646",
|
||||
";X c #EDDC52",
|
||||
":X c #FEDA42",
|
||||
">X c #F6D845",
|
||||
",X c #F3DF59",
|
||||
"<X c #E2C87A",
|
||||
"1X c #ECCE7D",
|
||||
"2X c #E7DA7B",
|
||||
"3X c #EAE659",
|
||||
"4X c #FDE045",
|
||||
"5X c #FDE44A",
|
||||
"6X c #FCEB4D",
|
||||
"7X c #F6E34B",
|
||||
"8X c #F4E45C",
|
||||
"9X c #F7EA50",
|
||||
"0X c #FCED52",
|
||||
"qX c #FCEC59",
|
||||
"wX c #FEF253",
|
||||
"eX c #FFF856",
|
||||
"rX c #FEFC5C",
|
||||
"tX c #E7E869",
|
||||
"yX c #EEF164",
|
||||
"uX c #FAE763",
|
||||
"iX c #F2ED77",
|
||||
"pX c #FEFE63",
|
||||
"aX c #FEFD6B",
|
||||
"sX c #FEFE73",
|
||||
"dX c #FFFF79",
|
||||
"fX c #869482",
|
||||
"gX c #9AA4B7",
|
||||
"hX c #A4928D",
|
||||
"jX c #A5AAB6",
|
||||
"kX c #A2AFC0",
|
||||
"lX c #AEB8C5",
|
||||
"zX c #B3B9C3",
|
||||
"xX c #B3BDCC",
|
||||
"cX c #B5B9C2",
|
||||
"vX c #B7C0CD",
|
||||
"bX c #BBC5D0",
|
||||
"nX c #B4C0D1",
|
||||
"mX c #F1EB93",
|
||||
"MX c #FEFE82",
|
||||
"NX c #FBF687",
|
||||
"BX c #F0F098",
|
||||
"VX c #FFFE92",
|
||||
"CX c #FFFF98",
|
||||
"ZX c #FFFFA6",
|
||||
"AX c #FEFEAF",
|
||||
"SX c #FBFCB1",
|
||||
"DX c #FEFFBF",
|
||||
"FX c #C2C9D3",
|
||||
"GX c #D2DAE5",
|
||||
"HX c #ECEDF1",
|
||||
"JX c #E8EDFA",
|
||||
"KX c #EDF0F6",
|
||||
"LX c #F1F3F5",
|
||||
"PX c #F5F6FA",
|
||||
"IX c #F7F8FB",
|
||||
"UX c #FDFDFE",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX4 I YXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX$ zXKXT YXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX5 cXIXUXbX% YXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXu S YX3 zXIXUXFXL o YXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYX+ ^ ^.4.H cXIXUXbX9 YXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXO t W g.xXPXUXvX9 YXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYX 6 a.E gXLXlX8 YXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXG GXxXFXlXU YXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXK HXIXLXkXP hXY YXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYX7 LXUXHXjXJ 3 | '.Y YXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYX jXUXHXgXi.%.k 0 ! `.D YXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYX7 PXPXgXp.3X$X{ x 0 ! ).D YXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXR UXxXs.3XsXyX~.2.Q q ! ).A YXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXF t.d.JXfX3XsXsXaX*X*X'.o.h / (.Z YXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYX>.e.V.f.vX#XaXsXdXMXVXBXBXmX1.b ' /.C YXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXQ <.N.S.!.fXyXsXdXuXNXZXSXDXSX1X<.v ' /.f YXYXYXYXYXYXYX",
|
||||
"YXYXYX#.*.<.S.,X;Xu.qXaXsXsXdXCXAXSXmX2X_.:.b _ /.f YXYXYXYXYXYX",
|
||||
"YXYX [ *.q.K.qX0X0XrXpXaXaXsXMXVXVXiX&X$XA.*.d B Q.u YXYXYXYXYX",
|
||||
"YXYX` [ :.k.c.m.:XwXrXrXpXaXaXaXsX8X3X%X3XsX{...w n Q.2 YXYXYXYX",
|
||||
"YXYXN ] ,.j.G.R.XXoX0XrXrXpXpXpXpXrX9X].].-X Xv.( + n W.2 YXYXYX",
|
||||
"YXr c +.;.8.m.4X:X+X5X0XeXrXpXrXrXwX5XF.B.w.h.c.c.p O z W.1 YXYX",
|
||||
"YX j +.O.7.z.b.K.|.+X4X5X0XsXpX6X5X:X{.C.r.<.>.H.@.* O l E.1 YX",
|
||||
"YXs Z.0.O.6.8.9.H.P.}.XX+XP.XX5X:X+X.XI.l.=. .@.#.#.w O . l 5. ",
|
||||
" V.XXL.P.J.7.7.x.b.K.L.T.T.}.}.|.T.P.G.h...( ) ~ M.V . . O e . ",
|
||||
"X { H.Y.aX>XL.c.9.9.z.n.P.K.J.J.m.m.n.m.k...N N w.XX=XX O ",
|
||||
" , &.L.+XOX:X:XoXoX6XrXrX8X-X[.oX:X4X+XI.e.e.0Xy.y ",
|
||||
"YX ; B -.N.F.-X9XrXpXaXaXpXrX0X7X[.F.[.X.m } < YXYXYXYX",
|
||||
"YXYXYX . @ = > y m a a a a a i , - = i # YXYXYXYXYXYX",
|
||||
"YXYXYXYXYX . . . O X . YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX"
|
||||
};
|
@ -0,0 +1,228 @@
|
||||
/* XPM */
|
||||
static char *kjumpingcube-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 206 2",
|
||||
" c black",
|
||||
". c #09000D",
|
||||
"X c #0F030F",
|
||||
"o c #0F090F",
|
||||
"O c #0E0E0E",
|
||||
"+ c #0F0012",
|
||||
"@ c gray7",
|
||||
"# c #161616",
|
||||
"$ c #181818",
|
||||
"% c #230023",
|
||||
"& c #2C052F",
|
||||
"* c #35053A",
|
||||
"= c gray16",
|
||||
"- c #3A3A3A",
|
||||
"; c #3E2540",
|
||||
": c #3F2841",
|
||||
"> c #4B124D",
|
||||
", c #570B5B",
|
||||
"< c #551B58",
|
||||
"1 c #59265E",
|
||||
"2 c #59385E",
|
||||
"3 c #64066B",
|
||||
"4 c #6D0974",
|
||||
"5 c #6D0D73",
|
||||
"6 c #404340",
|
||||
"7 c #4E504E",
|
||||
"8 c #515151",
|
||||
"9 c #565954",
|
||||
"0 c #626662",
|
||||
"q c DimGray",
|
||||
"w c #6F6F6F",
|
||||
"e c #767676",
|
||||
"r c #7B7B7B",
|
||||
"t c #7B1081",
|
||||
"y c #801486",
|
||||
"u c #993DA0",
|
||||
"i c #AD17B2",
|
||||
"p c #9C43A5",
|
||||
"a c #9E49A6",
|
||||
"s c #9A7A9D",
|
||||
"d c #9D76A0",
|
||||
"f c #A049A6",
|
||||
"g c #CD2DD3",
|
||||
"h c #CE3ED5",
|
||||
"j c #D137D7",
|
||||
"k c #E426EC",
|
||||
"l c #F02FF6",
|
||||
"z c #F133F5",
|
||||
"x c #F836FA",
|
||||
"c c #FB3FFE",
|
||||
"v c #C054CF",
|
||||
"b c #C559D3",
|
||||
"n c #CF5ED9",
|
||||
"m c #D543DA",
|
||||
"M c #CD7CD3",
|
||||
"N c #D260D6",
|
||||
"B c #D160DE",
|
||||
"V c #D277D9",
|
||||
"C c #D37ED7",
|
||||
"Z c #D764E5",
|
||||
"A c #D36CE0",
|
||||
"S c #DE6EE0",
|
||||
"D c #DC7DE0",
|
||||
"F c #E34BE7",
|
||||
"G c #EA4AEB",
|
||||
"H c #EB4EED",
|
||||
"J c #EF58FA",
|
||||
"K c #F544F9",
|
||||
"L c #F841FE",
|
||||
"P c #FD46FF",
|
||||
"I c #FF52FF",
|
||||
"U c #FA5BFF",
|
||||
"Y c #FE5EFF",
|
||||
"T c #E57BE6",
|
||||
"R c #E17EEA",
|
||||
"E c #E37EF2",
|
||||
"W c #EF78FA",
|
||||
"Q c #F76BFF",
|
||||
"! c #FD63FF",
|
||||
"~ c #FD66FF",
|
||||
"^ c #FF66FF",
|
||||
"/ c #F872FE",
|
||||
"( c #909090",
|
||||
") c #939393",
|
||||
"_ c gray60",
|
||||
"` c #9B9B9B",
|
||||
"' c #A2A2A2",
|
||||
"] c #A4A4A4",
|
||||
"[ c #A5A5A5",
|
||||
"{ c #B7B7B7",
|
||||
"} c #B9BEB9",
|
||||
"| c #C28AC8",
|
||||
" . c #C48ACA",
|
||||
".. c #CC8ED2",
|
||||
"X. c #C194C8",
|
||||
"o. c #C592CC",
|
||||
"O. c #C29FC4",
|
||||
"+. c #C59ACC",
|
||||
"@. c #C998D1",
|
||||
"#. c #CB9DD1",
|
||||
"$. c #CE99D5",
|
||||
"%. c #CD9CD3",
|
||||
"&. c #CF9CD5",
|
||||
"*. c #D481D9",
|
||||
"=. c #D38AD9",
|
||||
"-. c #D08CDD",
|
||||
";. c #D78ADB",
|
||||
":. c #DB83DF",
|
||||
">. c #D693D9",
|
||||
",. c #D496D8",
|
||||
"<. c #D184E0",
|
||||
"1. c #D38EE0",
|
||||
"2. c #DD82E2",
|
||||
"3. c #DD8AE0",
|
||||
"4. c #DB94E7",
|
||||
"5. c #D89BE5",
|
||||
"6. c #C6A1C9",
|
||||
"7. c #D8A1DE",
|
||||
"8. c #D9A2DF",
|
||||
"9. c #D8A4DC",
|
||||
"0. c #DAA4DE",
|
||||
"q. c #DAA3E1",
|
||||
"w. c #DEBBE4",
|
||||
"e. c #E58FE7",
|
||||
"r. c #E689E9",
|
||||
"t. c #EA89EE",
|
||||
"y. c #EC89EF",
|
||||
"u. c #EC8AEF",
|
||||
"i. c #E181F2",
|
||||
"p. c #E383F3",
|
||||
"a. c #E184F2",
|
||||
"s. c #EE85F1",
|
||||
"d. c #EE8FFD",
|
||||
"f. c #E095E1",
|
||||
"g. c #FA8FFC",
|
||||
"h. c #F797F8",
|
||||
"j. c #F895FA",
|
||||
"k. c #F896F9",
|
||||
"l. c #C0C0C0",
|
||||
"z. c #C5C5C5",
|
||||
"x. c #C7CDC7",
|
||||
"c. c gray79",
|
||||
"v. c #CBD2CB",
|
||||
"b. c #D7C6DB",
|
||||
"n. c #D0D0D0",
|
||||
"m. c gray82",
|
||||
"M. c #D2D2D2",
|
||||
"N. c #D5D5D5",
|
||||
"B. c gray84",
|
||||
"V. c #D7D7D7",
|
||||
"C. c #D4D9D7",
|
||||
"Z. c gray86",
|
||||
"A. c #D8DED8",
|
||||
"S. c #D9DFDB",
|
||||
"D. c #DBDCDB",
|
||||
"F. c gray87",
|
||||
"G. c #DBE1DB",
|
||||
"H. c #DBE1DD",
|
||||
"J. c #DBE5DA",
|
||||
"K. c #DCE3DC",
|
||||
"L. c #DEE3DD",
|
||||
"P. c #DCE6DB",
|
||||
"I. c #DFE6E2",
|
||||
"U. c #E6CCE9",
|
||||
"Y. c #EAD8EF",
|
||||
"T. c #E0EEDE",
|
||||
"R. c gray88",
|
||||
"E. c #E1E1E1",
|
||||
"W. c #E1E2E1",
|
||||
"Q. c #E2E3E1",
|
||||
"!. c #E2E2E2",
|
||||
"~. c #E4E4E4",
|
||||
"^. c gray90",
|
||||
"/. c #E6E6E6",
|
||||
"(. c #E6E7E6",
|
||||
"). c #E7E7E7",
|
||||
"_. c #E2ECE1",
|
||||
"`. c #E4EAE4",
|
||||
"'. c #E4EBE4",
|
||||
"]. c #E5EAE5",
|
||||
"[. c #E7E8E7",
|
||||
"{. c #E5ECE5",
|
||||
"}. c #E6EEE6",
|
||||
"|. c #E8E8E7",
|
||||
" X c gray91",
|
||||
".X c #E9E9E9",
|
||||
"XX c #EAEAE9",
|
||||
"oX c #EAEAEA",
|
||||
"OX c #E8EDE8",
|
||||
"+X c gray93",
|
||||
"@X c #E7F4E6",
|
||||
"#X c #E9F0E9",
|
||||
"$X c #EEF3F0",
|
||||
"%X c #EEF3F1",
|
||||
"&X c #EEF4F1",
|
||||
"*X c #EFFCF2",
|
||||
"=X c #F8F8F7",
|
||||
"-X c #F8F9F8",
|
||||
";X c #F9F9F8",
|
||||
":X c #F9F9F9",
|
||||
">X c #FAFCFA",
|
||||
",X c #FBFFF9",
|
||||
"<X c #FDFDFD",
|
||||
"1X c #FEFEFE",
|
||||
"2X c gray100",
|
||||
"3X c None",
|
||||
/* pixels */
|
||||
"3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X",
|
||||
"= ) ` ` ` ) ' [ { } d p a f u % ",
|
||||
"- Z.F.F.F.c.oXoX).}.O.,.0.0...& ",
|
||||
"6 A.F.T.G.v.`.{.{.@X6.C =.=.M * ",
|
||||
"; X.+.#.%.| 8.8.8.q. .$.&.@.o.- ",
|
||||
"> V *.2.C N t.t.u.s.>.}.+X{.Y.7 ",
|
||||
"< 2.3.e.t.S k.k.k.g.f.|.+XF.D.8 ",
|
||||
", j m F H G ^ ^ ! I T T.T.J.J.9 ",
|
||||
"1 v b B Z B E a.a.p.<.5.4.1.-.2 ",
|
||||
"0 A.H.I.I.C.%X%X%X*Xw.J L l k 3 ",
|
||||
"q F.!.oX{.F.=X;X;X,XU.W U c z 5 ",
|
||||
"w ).F.).oXL.1X1X1X1XY.d.Q P x t ",
|
||||
"r ).oX+X).N.;X1X1X>Xb.R / Y K y ",
|
||||
"e M.N.c.l.[ z.N.V.x.s i h n g 4 ",
|
||||
"O $ # # @ @ @ @ @ @ o + + X + . ",
|
||||
"3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X3X"
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *kjumpingcube[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #08000D",
|
||||
"X c gray6",
|
||||
"o c #110013",
|
||||
"O c #150019",
|
||||
"+ c #18001B",
|
||||
"@ c #190919",
|
||||
"# c #160D16",
|
||||
"$ c #1C1C1C",
|
||||
"% c #141614",
|
||||
"& c #1C0020",
|
||||
"* c #200022",
|
||||
"= c #2B0030",
|
||||
"- c #36003B",
|
||||
"; c #38003D",
|
||||
": c #202020",
|
||||
"> c gray17",
|
||||
", c gray21",
|
||||
"< c #3B0341",
|
||||
"1 c #430549",
|
||||
"2 c #48034E",
|
||||
"3 c #55045B",
|
||||
"4 c #461948",
|
||||
"5 c #5D0865",
|
||||
"6 c #670F6E",
|
||||
"7 c #6C1574",
|
||||
"8 c #701F79",
|
||||
"9 c #464646",
|
||||
"0 c #4B4B4B",
|
||||
"q c #535353",
|
||||
"w c #626262",
|
||||
"e c #686868",
|
||||
"r c #746C77",
|
||||
"t c #717171",
|
||||
"y c #757278",
|
||||
"u c #797A78",
|
||||
"i c #9E0BA8",
|
||||
"p c #892291",
|
||||
"a c #902997",
|
||||
"s c #952DA2",
|
||||
"d c #A30EAE",
|
||||
"f c #AA0EB2",
|
||||
"g c #A412AB",
|
||||
"h c #A612B1",
|
||||
"j c #AF17B7",
|
||||
"k c #B016B8",
|
||||
"l c #B519BD",
|
||||
"z c #A326AB",
|
||||
"x c #A334AA",
|
||||
"c c #BA0DC2",
|
||||
"v c #B717C3",
|
||||
"b c #BB1AC4",
|
||||
"n c #BC20C3",
|
||||
"m c #BC29C3",
|
||||
"M c #8A4A8E",
|
||||
"N c #935896",
|
||||
"B c #966AA3",
|
||||
"V c #AF45B8",
|
||||
"C c #A55CAB",
|
||||
"Z c #AD5CB5",
|
||||
"A c #A362A8",
|
||||
"S c #A964AE",
|
||||
"D c #AE66B2",
|
||||
"F c #B462BE",
|
||||
"G c #B46AB7",
|
||||
"H c #B945C5",
|
||||
"J c #BF48D5",
|
||||
"K c #BD55C7",
|
||||
"L c #B857C5",
|
||||
"P c #B76FCD",
|
||||
"I c #BA64C4",
|
||||
"U c #BC68C6",
|
||||
"Y c #B363C5",
|
||||
"T c #C11DC7",
|
||||
"R c #C11BC9",
|
||||
"E c #C41FD1",
|
||||
"W c #C91FD1",
|
||||
"Q c #CF2AD5",
|
||||
"! c #CB23D4",
|
||||
"~ c #D228D7",
|
||||
"^ c #DA2CDE",
|
||||
"/ c #D834DD",
|
||||
"( c #D427E0",
|
||||
") c #DC2BE7",
|
||||
"_ c #DE26E3",
|
||||
"` c #E129E5",
|
||||
"' c #E42DEB",
|
||||
"] c #E230E5",
|
||||
"[ c #E531E9",
|
||||
"{ c #E933ED",
|
||||
"} c #ED33F1",
|
||||
"| c #F635F8",
|
||||
" . c #F238F5",
|
||||
".. c #F63AF9",
|
||||
"X. c #F937FB",
|
||||
"o. c #FB3CFD",
|
||||
"O. c #C34CC7",
|
||||
"+. c #C74FCB",
|
||||
"@. c #C049D6",
|
||||
"#. c #C64CDD",
|
||||
"$. c #CC50CF",
|
||||
"%. c #CA5BD1",
|
||||
"&. c #D741DD",
|
||||
"*. c #D648D9",
|
||||
"=. c #D052D3",
|
||||
"-. c #CC4FE2",
|
||||
";. c #D353E9",
|
||||
":. c #D45EED",
|
||||
">. c #C265CC",
|
||||
",. c #C16CCB",
|
||||
"<. c #C76BD1",
|
||||
"1. c #CB66D3",
|
||||
"2. c #C96AD3",
|
||||
"3. c #C97FD0",
|
||||
"4. c #CC72D6",
|
||||
"5. c #D060D5",
|
||||
"6. c #D667DB",
|
||||
"7. c #D16ADB",
|
||||
"8. c #DA73DD",
|
||||
"9. c #DC6DE1",
|
||||
"0. c #D262EB",
|
||||
"q. c #E74EEA",
|
||||
"w. c #E449F0",
|
||||
"e. c #EE40F0",
|
||||
"r. c #E952F7",
|
||||
"t. c #EE52FB",
|
||||
"y. c #EB5AFB",
|
||||
"u. c #F344F6",
|
||||
"i. c #FC44FE",
|
||||
"p. c #FB4CFE",
|
||||
"a. c #F258F4",
|
||||
"s. c #F65AFF",
|
||||
"d. c #FB52FF",
|
||||
"f. c #FB5CFF",
|
||||
"g. c #E56CEA",
|
||||
"h. c #EF67F2",
|
||||
"j. c #EE6CF0",
|
||||
"k. c #E172E4",
|
||||
"l. c #E675E9",
|
||||
"z. c #E57CE8",
|
||||
"x. c #EB7CEE",
|
||||
"c. c #F56BFE",
|
||||
"v. c #F863FE",
|
||||
"b. c #FD6CFF",
|
||||
"n. c #F362F6",
|
||||
"m. c #F573FE",
|
||||
"M. c #F279FE",
|
||||
"N. c #FE72FF",
|
||||
"B. c #FD7CFF",
|
||||
"V. c #F17CF3",
|
||||
"C. c #8E8F8C",
|
||||
"Z. c #9A9A9A",
|
||||
"A. c gray58",
|
||||
"S. c #AF8EB3",
|
||||
"D. c #B48ABB",
|
||||
"F. c #A2A3A3",
|
||||
"G. c #A5ACA5",
|
||||
"H. c #ADADAD",
|
||||
"J. c #B5ACBA",
|
||||
"K. c #B4B4B4",
|
||||
"L. c #BABABA",
|
||||
"P. c #B486C8",
|
||||
"I. c #BB8ACF",
|
||||
"U. c #B284C6",
|
||||
"Y. c #BF8DD4",
|
||||
"T. c #BEB4C3",
|
||||
"R. c #C28FD7",
|
||||
"E. c #CC83D2",
|
||||
"W. c #CE88D5",
|
||||
"Q. c #C596CE",
|
||||
"!. c #C69AC7",
|
||||
"~. c #CC9BCD",
|
||||
"^. c #CE95D3",
|
||||
"/. c #C994DE",
|
||||
"(. c #CF9AD4",
|
||||
"). c #C595DB",
|
||||
"_. c #D284D7",
|
||||
"`. c #D485D9",
|
||||
"'. c #D08AD6",
|
||||
"]. c #D48BD9",
|
||||
"[. c #D885DC",
|
||||
"{. c #D98ADD",
|
||||
"}. c #D194D6",
|
||||
"|. c #D595D9",
|
||||
" X c #D19CD5",
|
||||
".X c #D59AD9",
|
||||
"XX c #D995DD",
|
||||
"oX c #CC96E1",
|
||||
"OX c #DC87E0",
|
||||
"+X c #DC8BE0",
|
||||
"@X c #DE98E1",
|
||||
"#X c #C7A2C7",
|
||||
"$X c #C0B4C6",
|
||||
"%X c #C3B5C9",
|
||||
"&X c #C5B9CB",
|
||||
"*X c #C9BECE",
|
||||
"=X c #CBBCD2",
|
||||
"-X c #D3AADC",
|
||||
";X c #D3A1DA",
|
||||
":X c #D2B3DB",
|
||||
">X c #CDA3E5",
|
||||
",X c #D0A4E7",
|
||||
"<X c #D0A5E8",
|
||||
"1X c #E380E5",
|
||||
"2X c #E18BE5",
|
||||
"3X c #E78DEA",
|
||||
"4X c #EA8EED",
|
||||
"5X c #ED87FD",
|
||||
"6X c #E192E4",
|
||||
"7X c #E992EB",
|
||||
"8X c #EF92F1",
|
||||
"9X c #EF98F0",
|
||||
"0X c #EB92FC",
|
||||
"qX c #F384FF",
|
||||
"wX c #FD84FE",
|
||||
"eX c #F385F9",
|
||||
"rX c #F294F4",
|
||||
"tX c #F09AF1",
|
||||
"yX c #F39EFF",
|
||||
"uX c #FA96FB",
|
||||
"iX c #FA98FB",
|
||||
"pX c #EDAAFD",
|
||||
"aX c #C3C3C3",
|
||||
"sX c #C9C7C9",
|
||||
"dX c #CBCBCB",
|
||||
"fX c #C2CBC2",
|
||||
"gX c #CCC1D1",
|
||||
"hX c #CFD5CF",
|
||||
"jX c #D0C0D7",
|
||||
"kX c #D4C7DA",
|
||||
"lX c #D1CFD1",
|
||||
"zX c #D7C8DC",
|
||||
"xX c #D8C2DF",
|
||||
"cX c #D8C9DE",
|
||||
"vX c #D0D3CF",
|
||||
"bX c #D3D3D4",
|
||||
"nX c #D3D2DA",
|
||||
"mX c #D6DCD6",
|
||||
"MX c #D8D7DF",
|
||||
"NX c #D8DAD7",
|
||||
"BX c #DBDBDB",
|
||||
"VX c #DBD9E2",
|
||||
"CX c #DEE2DD",
|
||||
"ZX c #DCE0E2",
|
||||
"AX c #E0E2DF",
|
||||
"SX c #E3E3E3",
|
||||
"DX c #E5EBE4",
|
||||
"FX c #E8EAE7",
|
||||
"GX c #EAEBEA",
|
||||
"HX c #ECF2EC",
|
||||
"JX c #EDF8EC",
|
||||
"KX c #F0F8EE",
|
||||
"LX c #F3F5F3",
|
||||
"PX c #F3F8F3",
|
||||
"IX c #F8FCF7",
|
||||
"UX c #FBFBFB",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YX> 9 9 9 0 0 0 0 q 0 q q q q q q q q q q 4 1 1 1 1 < < 1 2 & YX",
|
||||
"YXw bXbXbXbXBXBXNXAXL.aXFXDXSXSXFXSXFXGXdXC `.].].W.].W.W.2.2 YX",
|
||||
" w NXNXBXBXBXBXBXSXK.&XSXSXSXAXSXSXSXSXsXC .X.X.X.X X(. XE.1 YX",
|
||||
" e nXNXbXBXBXBXBXSXK.aXSXSXAXSXSXSXSXDXdXS XX.X.X^.}.^.(.E.3 YX",
|
||||
" t BXbXNXBXBXBXBXDXL.sXFXSXSXDXSXSXSXGXlXD @XXX|.|.|.}.^._.5 ",
|
||||
" u CXBXBXCXCXSXSXDXaXbXGXGXGXFXGXFXGXGXbXG 6X@X@XXXXX|.|.].6 ",
|
||||
" y $XT.%X&X*XsX=XzXJ.%XcXzXzXzXzXzXcXcX*XZ 1.2.2.>.>.K U L 7 ",
|
||||
" 8 F F G ,.,.,.2.4.V K 7.7.7.7.7.7.7.7.%.D.zX:X=X=X&X%X%X%Xr ",
|
||||
" p `.].{.{.+X6X6X6XO.8.tX9X9X9XtXtXtXtX1X#XKXHXGXGXFXDXSXDXC. ",
|
||||
" a _._.`.{.+X2X6X7X$.8.rX7XrXrXrXrXrXtXz.!.HXHXGXGXFXSXAXDXA. ",
|
||||
" s [.`.[.OX2X2X4X7X$.k.rXrXrXrXrXrXrXuXz.!.HXGXGXGXFXDXAXBXZ. ",
|
||||
" x [.[.OXOX2X3X4XrX=.l.uXuXuXuXuXuXuXuXeX~.HXGXFXFXVXBXlXdXZ. ",
|
||||
". z %.%.6.k.k.l.x.V.*.j.wXwXwXwXB.B.b.f.p.~.SXSXSXBXBXBXbXvXZ. ",
|
||||
" g T T W ~ ^ ` { ./ u.p.p.p.d.p.p.p.p.p.~.DXSXSXSXCXCXNXmXF.. ",
|
||||
"o h v b E ! ( ) ) } / w.t.t.y.y.y.y.y.y.r.Q.ZXVXVXMXMXnXlXkXF.% ",
|
||||
"# B P.U.Y.Y.Y./.oXoXP.).<X<X<XoX<X<X<X<X>XP 0.:.;.;.-.#.@.@.s o ",
|
||||
"% G.mXmXZXZXSXSXDXHXbXDXLXLXLXLXLXLXPXPXJX].s.d.i.o.X.{ ' ) h O ",
|
||||
"$ H.BXBXCXAXSXSXFXGXlXFXLXLXLXLXLXLXPXPXKX}.c.c.s.i.o. .{ [ k + ",
|
||||
"$ H.BXBXAXSXSXFXFXGXnXGXLXLXUXLXIXLXIXIXLX.XM.c.v.p.i...{ { l & ",
|
||||
"$ H.BXBXBXSXSXSXFXGXlXGXLXIXUXUXIXUXUXUXPX-XqXM.c.d.i.o.} { b * ",
|
||||
": K.BXVXAXSXSXFXGXGXlXLXUXIXUXUXUXUXUXUXIX-X0XqXm.f.p.o. .{ T = ",
|
||||
"> L.CXCXSXSXSXGXGXGXnXLXUXUXUXUXUXUXUXUXIX:X0XqXm.v.p.i. .} ! - ",
|
||||
", aXBXBXDXSXSXGXGXLXnXLXUXUXUXUXUXUXUXUXUXxXpXyX5XM.v.p.u.e.Q ; ",
|
||||
", H.dXbXNXNXBXMXNXlXH.lXAXLXLXLXIXLXLXFXmXS.2.9.g.h.n.a.q.&.m < ",
|
||||
"0 sXSXFXGXGXGXGXDXNXF.L.BXGXLXIXUXLXFXAXfXN c _ o.f.wXN.i.{ R ; ",
|
||||
"q L.aXsXdXdXsXsXaXL.Z.F.K.aXsXdXdXsXaXK.G.M i k b H Y L m l d ; ",
|
||||
"X : : $ : : : : $ $ $ $ $ $ $ $ $ $ $ $ $ @ o o o o o o o o + . ",
|
||||
" ",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX"
|
||||
};
|
@ -0,0 +1,242 @@
|
||||
/* XPM */
|
||||
static char *klickety-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 220 2",
|
||||
" c black",
|
||||
". c #001000",
|
||||
"X c #001500",
|
||||
"o c #001800",
|
||||
"O c #001A00",
|
||||
"+ c #051A00",
|
||||
"@ c #140000",
|
||||
"# c #180200",
|
||||
"$ c #1D0500",
|
||||
"% c #1F0500",
|
||||
"& c #1D0800",
|
||||
"* c #000029",
|
||||
"= c #03062E",
|
||||
"- c #050535",
|
||||
"; c #050A3F",
|
||||
": c #200500",
|
||||
"> c #25080C",
|
||||
", c #321114",
|
||||
"< c #361313",
|
||||
"1 c #3E1616",
|
||||
"2 c #040B46",
|
||||
"3 c #02134D",
|
||||
"4 c #0D450D",
|
||||
"5 c #165B00",
|
||||
"6 c #0B6B01",
|
||||
"7 c #1D6600",
|
||||
"8 c #237100",
|
||||
"9 c #2C7A00",
|
||||
"0 c #4B1109",
|
||||
"q c #461412",
|
||||
"w c #501409",
|
||||
"e c #5F180A",
|
||||
"r c #6A1B09",
|
||||
"t c #722109",
|
||||
"y c #7A2810",
|
||||
"u c #197BC8",
|
||||
"i c #444EB6",
|
||||
"p c #4A5CB7",
|
||||
"a c #5062BE",
|
||||
"s c #5163BE",
|
||||
"d c #5261BF",
|
||||
"f c #5166C0",
|
||||
"g c #5167C3",
|
||||
"h c #2B8107",
|
||||
"j c #38950B",
|
||||
"k c #3FBF05",
|
||||
"l c #52A421",
|
||||
"z c #5CA421",
|
||||
"x c #719B1C",
|
||||
"c c #62A921",
|
||||
"v c #69AE21",
|
||||
"b c #6DB421",
|
||||
"n c #6FBB21",
|
||||
"m c #46C309",
|
||||
"M c #6AD707",
|
||||
"N c #6BD709",
|
||||
"B c #74F000",
|
||||
"V c #7DF200",
|
||||
"C c #3687AA",
|
||||
"Z c #1F8AC9",
|
||||
"A c #2490C9",
|
||||
"S c #2896C8",
|
||||
"D c #2D9BC8",
|
||||
"F c #3899F9",
|
||||
"G c #2EA2C9",
|
||||
"H c #5F9DEE",
|
||||
"J c #52A7DB",
|
||||
"K c #5DA4D9",
|
||||
"L c #46B3FF",
|
||||
"P c #4FBCFF",
|
||||
"I c #6A9FD5",
|
||||
"U c #6896E6",
|
||||
"Y c #7B99E2",
|
||||
"T c #7EA4D5",
|
||||
"R c #66B2F5",
|
||||
"E c #65B7F8",
|
||||
"W c #66BEFC",
|
||||
"Q c #75AEF0",
|
||||
"! c #74B1F1",
|
||||
"~ c #75B7F4",
|
||||
"^ c #76BBF7",
|
||||
"/ c #54C2FF",
|
||||
"( c #56C6FF",
|
||||
") c #56CBFF",
|
||||
"_ c #66C2FE",
|
||||
"` c #67C8FF",
|
||||
"' c #76C2FC",
|
||||
"] c #8F2201",
|
||||
"[ c #903414",
|
||||
"{ c #824E5A",
|
||||
"} c #945859",
|
||||
"| c #995F5C",
|
||||
" . c #9A5F5C",
|
||||
".. c #99605D",
|
||||
"X. c #9D605A",
|
||||
"o. c #D73603",
|
||||
"O. c #DE3602",
|
||||
"+. c #DB3D07",
|
||||
"@. c #DE3800",
|
||||
"#. c #DE3904",
|
||||
"$. c #E33B00",
|
||||
"%. c #E53E00",
|
||||
"&. c #CB400C",
|
||||
"*. c #CE4C1F",
|
||||
"=. c #D84705",
|
||||
"-. c #DF430B",
|
||||
";. c #E2460E",
|
||||
":. c #E84000",
|
||||
">. c #E94001",
|
||||
",. c #E9470F",
|
||||
"<. c #EA4906",
|
||||
"1. c #E75A1B",
|
||||
"2. c #F94A02",
|
||||
"3. c #FB4F00",
|
||||
"4. c #FF5202",
|
||||
"5. c #FF5703",
|
||||
"6. c #FF5E09",
|
||||
"7. c #EA621D",
|
||||
"8. c #E96718",
|
||||
"9. c #FF610C",
|
||||
"0. c #FF620E",
|
||||
"q. c #FF6B16",
|
||||
"w. c #FF6F1A",
|
||||
"e. c #FF701D",
|
||||
"r. c #E87937",
|
||||
"t. c #FF7722",
|
||||
"y. c #FF7B25",
|
||||
"u. c #FF7E29",
|
||||
"i. c #CE6648",
|
||||
"p. c #C46A57",
|
||||
"a. c #C06E63",
|
||||
"s. c #C17C79",
|
||||
"d. c #DD7861",
|
||||
"f. c #E06340",
|
||||
"g. c #E47049",
|
||||
"h. c #E7744B",
|
||||
"j. c #EA774D",
|
||||
"k. c #EC7A4D",
|
||||
"l. c #F27C4C",
|
||||
"z. c #E07E62",
|
||||
"x. c #E27E60",
|
||||
"c. c #9BD900",
|
||||
"v. c #82EF00",
|
||||
"b. c #86E31B",
|
||||
"n. c #8AF200",
|
||||
"m. c #8AF500",
|
||||
"M. c #88F900",
|
||||
"N. c #88F215",
|
||||
"B. c #93F900",
|
||||
"V. c #92FB00",
|
||||
"C. c #94FA00",
|
||||
"Z. c #96FF00",
|
||||
"A. c #99FF00",
|
||||
"S. c #9BFE01",
|
||||
"D. c #9DFF00",
|
||||
"F. c #9FFF03",
|
||||
"G. c #9EFF05",
|
||||
"H. c #84E122",
|
||||
"J. c #A5D823",
|
||||
"K. c #A3FF0E",
|
||||
"L. c #A8FF1A",
|
||||
"P. c #A8FF1C",
|
||||
"I. c #A9FF1E",
|
||||
"U. c #A4FC26",
|
||||
"Y. c #B1FF32",
|
||||
"T. c #B5FF3D",
|
||||
"R. c #B1D747",
|
||||
"E. c #B7FF44",
|
||||
"W. c #BAFF43",
|
||||
"Q. c #E88035",
|
||||
"!. c #EA803C",
|
||||
"~. c #FF8131",
|
||||
"^. c #FF8935",
|
||||
"/. c #FF8B37",
|
||||
"(. c #FF903C",
|
||||
"). c #FF923C",
|
||||
"_. c #D88172",
|
||||
"`. c #DE8873",
|
||||
"'. c #DE8875",
|
||||
"]. c #E98B47",
|
||||
"[. c #EC835F",
|
||||
"{. c #E89A52",
|
||||
"}. c #FF9C47",
|
||||
"|. c #FF994C",
|
||||
" X c #E48060",
|
||||
".X c #E68160",
|
||||
"XX c #E08973",
|
||||
"oX c #E28A73",
|
||||
"OX c #E78C72",
|
||||
"+X c #FFA752",
|
||||
"@X c #FFA954",
|
||||
"#X c #FFB15C",
|
||||
"$X c #E9B872",
|
||||
"%X c #FFB46A",
|
||||
"&X c #FFBB64",
|
||||
"*X c #C2D96C",
|
||||
"=X c #C0FF58",
|
||||
"-X c #C6FF5C",
|
||||
";X c #CAFF6D",
|
||||
":X c #C7FF70",
|
||||
">X c #FFC67F",
|
||||
",X c #FFCB74",
|
||||
"<X c #FFD77E",
|
||||
"1X c #8FBCF2",
|
||||
"2X c #91BAF2",
|
||||
"3X c #B7D082",
|
||||
"4X c #90C0F5",
|
||||
"5X c #90C4F6",
|
||||
"6X c #92C9FB",
|
||||
"7X c #DF988D",
|
||||
"8X c #E9A08F",
|
||||
"9X c #EEA48F",
|
||||
"0X c #E6A091",
|
||||
"qX c #E7A090",
|
||||
"wX c #E6A394",
|
||||
"eX c #F0B482",
|
||||
"rX c #C0F882",
|
||||
"tX c #FFCD88",
|
||||
"yX c #FFCD8B",
|
||||
"uX c None",
|
||||
/* pixels */
|
||||
"uXuXuXuXuXuXuXuXuXuXuXuXuXuXuXuX",
|
||||
"> } ..| | | .{ p g g s s s i * ",
|
||||
", 7XwX0X0X8X9Xs.T 6X5X4X2X2XY = ",
|
||||
"< _.'.`.oXoXOXa.I ' ^ ~ ! Q U - ",
|
||||
"1 d.z.z.[.x.[.p.K ` _ W E R H ; ",
|
||||
"q f.g.h.j.k.l.i.J ) ( / P L F 2 ",
|
||||
"0 #.o.+.-.;.,.*.C G D S A Z u 3 ",
|
||||
"w O.@.$.%.:.:.=.x n b v c z l 4 ",
|
||||
"e 2.3.5.9.q.e.8.c.D.A.V.m.v.B 5 ",
|
||||
"r 4.6.w.u./.(.Q.J.P.K.D.V.n.V 7 ",
|
||||
"t 9.t./.}.@X#X{.R.E.Y.L.G.C.M.8 ",
|
||||
"y y.(.+X&X,X<X$X*X;X=XT.U.D.Z.9 ",
|
||||
"[ ~.|.%X>XtXtXeX3XrX:X-XW.U.N.h ",
|
||||
"] <.7.!.].r.1.&.j m N H.b.M k 6 ",
|
||||
"@ % % % & % % @ X + + X + + + . ",
|
||||
"uXuXuXuXuXuXuXuXuXuXuXuXuXuXuXuX"
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *klickety[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c black",
|
||||
". c #090305",
|
||||
"X c #011C00",
|
||||
"o c #001200",
|
||||
"O c #140108",
|
||||
"+ c #000023",
|
||||
"@ c #002400",
|
||||
"# c #012900",
|
||||
"$ c #013A02",
|
||||
"% c #003402",
|
||||
"& c #2C0300",
|
||||
"* c #240509",
|
||||
"= c #300300",
|
||||
"- c #300801",
|
||||
"; c #2C0910",
|
||||
": c #341326",
|
||||
"> c #02024E",
|
||||
", c #050654",
|
||||
"< c #111357",
|
||||
"1 c #141859",
|
||||
"2 c #141857",
|
||||
"3 c #0E105A",
|
||||
"4 c #050D72",
|
||||
"5 c #13682A",
|
||||
"6 c #461A1E",
|
||||
"7 c #481E1E",
|
||||
"8 c #50130E",
|
||||
"9 c #461C20",
|
||||
"0 c #5B1C21",
|
||||
"q c #662124",
|
||||
"w c #792928",
|
||||
"e c #041D95",
|
||||
"r c #6A7BE8",
|
||||
"t c #18AB00",
|
||||
"y c #1DB100",
|
||||
"u c #308300",
|
||||
"i c #25A300",
|
||||
"p c #2DB700",
|
||||
"a c #39B800",
|
||||
"s c #60A13E",
|
||||
"d c #4A9B40",
|
||||
"f c #56A741",
|
||||
"g c #5FB142",
|
||||
"h c #62B742",
|
||||
"j c #43C200",
|
||||
"k c #4DCA00",
|
||||
"l c #52CD00",
|
||||
"z c #59D201",
|
||||
"x c #41C118",
|
||||
"c c #65D907",
|
||||
"v c #62D01A",
|
||||
"b c #6BD426",
|
||||
"n c #71D825",
|
||||
"m c #6CE300",
|
||||
"M c #73E400",
|
||||
"N c #7CE900",
|
||||
"B c #79E700",
|
||||
"V c #7FE029",
|
||||
"C c #65C244",
|
||||
"Z c #1C8EF9",
|
||||
"A c #1D98FC",
|
||||
"S c #1DAAFF",
|
||||
"D c #239CF3",
|
||||
"F c #23A7FA",
|
||||
"G c #23B4FE",
|
||||
"H c #2BBBFF",
|
||||
"J c #38ACF8",
|
||||
"K c #38C6FF",
|
||||
"L c #5B9BE4",
|
||||
"P c #5C9BF1",
|
||||
"I c #4E9DF5",
|
||||
"U c #4AA3E9",
|
||||
"Y c #49BAFF",
|
||||
"T c #5BAEF5",
|
||||
"R c #5AB8FB",
|
||||
"E c #53A1EB",
|
||||
"W c #6495DE",
|
||||
"Q c #6A8AE4",
|
||||
"! c #6292EB",
|
||||
"~ c #67ABF1",
|
||||
"^ c #64B2F5",
|
||||
"/ c #65BAFA",
|
||||
"( c #76ABEC",
|
||||
") c #7ABBF5",
|
||||
"_ c #73B7F4",
|
||||
"` c #6EAAEF",
|
||||
"' c #53C3FF",
|
||||
"] c #5CC3FF",
|
||||
"[ c #5ACCFF",
|
||||
"{ c #57C8FF",
|
||||
"} c #63C3FE",
|
||||
"| c #69C2FD",
|
||||
" . c #69CAFF",
|
||||
".. c #75C3FC",
|
||||
"X. c #8A1E13",
|
||||
"o. c #892218",
|
||||
"O. c #962413",
|
||||
"+. c #A82B12",
|
||||
"@. c #B83613",
|
||||
"#. c #BF3207",
|
||||
"$. c #9C6577",
|
||||
"%. c #AE5F5C",
|
||||
"&. c #B55C4F",
|
||||
"*. c #AA5F62",
|
||||
"=. c #A06475",
|
||||
"-. c #C43B11",
|
||||
";. c #DB3B00",
|
||||
":. c #D93402",
|
||||
">. c #C03B07",
|
||||
",. c #E13D00",
|
||||
"<. c #CD4818",
|
||||
"1. c #DE4000",
|
||||
"2. c #DE5A19",
|
||||
"3. c #DB4A11",
|
||||
"4. c #D7582E",
|
||||
"5. c #DF6726",
|
||||
"6. c #DF7532",
|
||||
"7. c #E24201",
|
||||
"8. c #EB4300",
|
||||
"9. c #E74A0D",
|
||||
"0. c #E95417",
|
||||
"q. c #F34A00",
|
||||
"w. c #FA4D00",
|
||||
"e. c #F24200",
|
||||
"r. c #FE5300",
|
||||
"t. c #FF5A03",
|
||||
"y. c #FF5D09",
|
||||
"u. c #E85713",
|
||||
"i. c #ED5C21",
|
||||
"p. c #FF620C",
|
||||
"a. c #FF6410",
|
||||
"s. c #FF6A15",
|
||||
"d. c #FF6C18",
|
||||
"f. c #FF721C",
|
||||
"g. c #FF781D",
|
||||
"h. c #E46728",
|
||||
"j. c #E2793A",
|
||||
"k. c #F56224",
|
||||
"l. c #FF7621",
|
||||
"z. c #FF7925",
|
||||
"x. c #F7702C",
|
||||
"c. c #EE703B",
|
||||
"v. c #C25D42",
|
||||
"b. c #DE775C",
|
||||
"n. c #DD7C64",
|
||||
"m. c #ED7B4D",
|
||||
"M. c #E97449",
|
||||
"N. c #E37C5C",
|
||||
"B. c #E67954",
|
||||
"V. c #ED7749",
|
||||
"C. c #E07F64",
|
||||
"Z. c #92D706",
|
||||
"A. c #95D70F",
|
||||
"S. c #82ED00",
|
||||
"D. c #85F000",
|
||||
"F. c #8CF400",
|
||||
"G. c #94F900",
|
||||
"H. c #9BFE00",
|
||||
"J. c #97FB06",
|
||||
"K. c #A3D832",
|
||||
"L. c #A2FF0B",
|
||||
"P. c #A5FF07",
|
||||
"I. c #A3FE12",
|
||||
"U. c #A7FF18",
|
||||
"Y. c #A8FF1D",
|
||||
"T. c #B1FF1B",
|
||||
"R. c #AEFF2B",
|
||||
"E. c #ABFF24",
|
||||
"W. c #B1FF34",
|
||||
"Q. c #B4FF3C",
|
||||
"!. c #B5FF24",
|
||||
"~. c #93EA34",
|
||||
"^. c #ABD44E",
|
||||
"/. c #B5D270",
|
||||
"(. c #B8FF44",
|
||||
"). c #B6FD47",
|
||||
"_. c #BCFE51",
|
||||
"`. c #A4F340",
|
||||
"'. c #BCF576",
|
||||
"]. c #FF822D",
|
||||
"[. c #FF842B",
|
||||
"{. c #FF8A35",
|
||||
"}. c #FF8A35",
|
||||
"|. c #FF923C",
|
||||
" X c #DC836E",
|
||||
".X c #DB8B79",
|
||||
"XX c #DA8574",
|
||||
"oX c #DF9B60",
|
||||
"OX c #DEAB74",
|
||||
"+X c #E28241",
|
||||
"@X c #E8805C",
|
||||
"#X c #E08F51",
|
||||
"$X c #F18257",
|
||||
"%X c #FF9543",
|
||||
"&X c #FF9A44",
|
||||
"*X c #FF9F4A",
|
||||
"=X c #FF8D4B",
|
||||
"-X c #E48264",
|
||||
";X c #E3886E",
|
||||
":X c #E5886B",
|
||||
">X c #E18D78",
|
||||
",X c #E08D77",
|
||||
"<X c #EA9379",
|
||||
"1X c #FFA34D",
|
||||
"2X c #FFA84E",
|
||||
"3X c #FFA552",
|
||||
"4X c #FFAB53",
|
||||
"5X c #FFAD58",
|
||||
"6X c #FFB35E",
|
||||
"7X c #FFA861",
|
||||
"8X c #FFBB64",
|
||||
"9X c #FFB765",
|
||||
"0X c #FFB076",
|
||||
"qX c #C1FF5D",
|
||||
"wX c #C0FF57",
|
||||
"eX c #C3FE64",
|
||||
"rX c #C8FF6B",
|
||||
"tX c #CAFF72",
|
||||
"yX c #CFFF7F",
|
||||
"uX c #FFC16B",
|
||||
"iX c #FFCB74",
|
||||
"pX c #FFC675",
|
||||
"aX c #FFD57D",
|
||||
"sX c #81ABEA",
|
||||
"dX c #8BABEB",
|
||||
"fX c #8CACF2",
|
||||
"gX c #8CB3EC",
|
||||
"hX c #81B3EE",
|
||||
"jX c #8CBAF1",
|
||||
"kX c #86B6F3",
|
||||
"lX c #90B0F5",
|
||||
"zX c #ADE789",
|
||||
"xX c #ACCE95",
|
||||
"cX c #8CC2F7",
|
||||
"vX c #DC9283",
|
||||
"bX c #DE9C8E",
|
||||
"nX c #D9938C",
|
||||
"mX c #DD9C93",
|
||||
"MX c #D88C82",
|
||||
"NX c #DFA09A",
|
||||
"BX c #E09381",
|
||||
"VX c #E09C8D",
|
||||
"CX c #EA9A82",
|
||||
"ZX c #E19D94",
|
||||
"AX c #FFB885",
|
||||
"SX c #FEB388",
|
||||
"DX c #F0AA92",
|
||||
"FX c #D7FF92",
|
||||
"GX c #D4E2AB",
|
||||
"HX c #FFDA87",
|
||||
"JX c #FFCE84",
|
||||
"KX c #FFE49B",
|
||||
"LX c #E3FFA6",
|
||||
"PX c #FFF4AD",
|
||||
"IX c #FFEDA7",
|
||||
"UX c #E7D2AB",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YX* 6 9 9 9 9 9 6 6 6 6 6 6 7 : 3 3 1 3 < < < < 1 1 1 < 1 3 + YX",
|
||||
"YX0 nXmXZXmXZXmXZXZXZXZXZXZXDX$.Q jXlXlXfXkXfXfXfXfXfXdXfXr > YX",
|
||||
" 6 nXmXmXmXbXbXVXVXVXVXVXVXDX=.W cXcXjXjXjXjXgXgXgXdXdXdXQ > YX",
|
||||
" 0 MXnXnXvXvXvXvXBXBXBXBXvX<X=.W cXjXkXhX) hXhXhXsXsXsXdXQ > YX",
|
||||
" 0 .XMX.X.XXX>X.X>X>X>X>X>X<X%.L ....) ) ) ) _ ( ( ( ( ( Q , YX",
|
||||
" q n. X X X X;X;X;X;X;X;X;X<X%.L ........_ _ _ _ _ ` ` ` ! 4 YX",
|
||||
" q n.n.n.n.C.C.C.-X-X-X-X:X$X%.E .| .| / / / / ^ ^ ~ ~ P 4 ",
|
||||
" w b.b.b.b.N.N.N.N.@XN.N.-X$X%.U .| } | } } / / / ^ T T P 4 ",
|
||||
". o.B.b.N.B.B.B.B.B.$XB.m.m.$X&.U [ ] ] ] ] } ] R ] R R T I 4 ",
|
||||
" o.4.4.4.M.M.M.m.m.m.m.m.m.+Xv.U [ { { { { ' Y ' J J J F A 4 ",
|
||||
" o.:.;.;.7.9.0.0.0.0.k.k.k.k.4.J K K K K H H H G G G S F A e ",
|
||||
" o.;.;.;.,.,.7.8.8.8.7.8.7.8.-.D G G G G F F F D S A A Z Z e ",
|
||||
" O.;.;.;.;.;.;.7.7.7.7.7.7.7.>.s C s b h g g f f f d d d d 5 ",
|
||||
" O.e.8.q.q.w.r.r.r.r.t.y.y.y.9.Z.H.G.J.G.F.F.F.S.N N B M m i ",
|
||||
". +.q.q.q.q.r.w.r.y.p.a.a.s.s.2.Z.H.H.G.F.F.F.F.F.S.N B B M i ",
|
||||
". +.q.q.w.w.y.y.a.d.f.f.g.g.[.5.Z.H.H.H.H.H.H.F.F.S.S.N B B i ",
|
||||
". @.r.w.r.y.a.d.f.z.[.].{.{.|.6.A.U.U.I.L.H.H.G.G.G.F.N S.N p o ",
|
||||
"O @.r.r.p.s.f.z.].}.|.|.%X&X|.+XK.W.R.E.U.I.P.P.H.F.F.F.S.D.a o ",
|
||||
"O -.t.y.d.l.[.}.|.&X*X3X2X4X4X#X^.(.Q.W.W.E.U.L.H.H.G.F.D.F.a o ",
|
||||
"O -.p.d.z.].}.%X*X3X5X6X8X8XuXoX^.wX_.(.Q.W.R.Y.I.H.H.G.F.G.j X ",
|
||||
"O <.d.z.{.|.&X1X3X9X8XuXiXiXiXOX/.tXeXqX_.(.Q.R.Y.L.H.G.G.G.l X ",
|
||||
"* <.g.].}.&X1X5X8XuXiXiXaXaXaXDX/.yXtXeXqX_.(.W.R.U.P.H.G.G.l @ ",
|
||||
"; 4.}.%X3X7X0XpXJXHXKXKXIXPXPXUXGXLXLXFXFXyXtXqX_.Q.R.U.L.J.c % ",
|
||||
"8 i.z.c.=X=X7X0X0XAXSXAXSXSXSXDXxXzXzXzX'.'.eXeX_.).`.~.V b x $ ",
|
||||
"8 ,.w.r.s.z.|.1X4X2X&X[.f.y.w.,.u p l m S.H.L.!.T.P.G.M z a p % ",
|
||||
"8 :.;.8.u.h.h.j.+Xj.j.h.2.3.;.#.u p p a k l b b n c c k j p t $ ",
|
||||
"O - & & & & & = = & & & & & * * X # @ @ @ @ @ @ # # # # # @ # o ",
|
||||
" ",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX"
|
||||
};
|
@ -0,0 +1,245 @@
|
||||
/* XPM */
|
||||
static char *klines-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 223 2",
|
||||
" c black",
|
||||
". c #070000",
|
||||
"X c #0C0000",
|
||||
"o c #0E0000",
|
||||
"O c #0F0308",
|
||||
"+ c #0E050D",
|
||||
"@ c #110000",
|
||||
"# c #120000",
|
||||
"$ c #160000",
|
||||
"% c #170207",
|
||||
"& c #130408",
|
||||
"* c #12040A",
|
||||
"= c #10040C",
|
||||
"- c #10040D",
|
||||
"; c #1B0000",
|
||||
": c #1B060B",
|
||||
"> c #1E0C0E",
|
||||
", c #1F0D10",
|
||||
"< c #200000",
|
||||
"1 c #20070E",
|
||||
"2 c #21090F",
|
||||
"3 c #200B0D",
|
||||
"4 c #23090E",
|
||||
"5 c #260B0C",
|
||||
"6 c #240D0F",
|
||||
"7 c #250C0E",
|
||||
"8 c #28070D",
|
||||
"9 c #4A0000",
|
||||
"0 c #4C0000",
|
||||
"q c #4D0000",
|
||||
"w c #4E0000",
|
||||
"e c #5B0004",
|
||||
"r c #5D0306",
|
||||
"t c #5F0305",
|
||||
"y c #5D0406",
|
||||
"u c #630402",
|
||||
"i c #680D12",
|
||||
"p c #7B1414",
|
||||
"a c #6E4A66",
|
||||
"s c #6D5777",
|
||||
"d c #74487D",
|
||||
"f c #733088",
|
||||
"g c #465DA4",
|
||||
"h c #64900E",
|
||||
"j c #74CB19",
|
||||
"k c #79FF00",
|
||||
"l c #7BFF00",
|
||||
"z c #64FF50",
|
||||
"x c #77FF54",
|
||||
"c c #76FF59",
|
||||
"v c #7BFF53",
|
||||
"b c #00FEFF",
|
||||
"n c cyan",
|
||||
"m c #19FFFF",
|
||||
"M c #22F4FF",
|
||||
"N c #33ECFF",
|
||||
"B c #34F3FF",
|
||||
"V c #7AF4FF",
|
||||
"C c #9A0200",
|
||||
"Z c #9D0000",
|
||||
"A c #9A1200",
|
||||
"S c #9B1A00",
|
||||
"D c #9C1803",
|
||||
"F c #863200",
|
||||
"G c #973110",
|
||||
"H c #A70C00",
|
||||
"J c #AE0000",
|
||||
"K c #AF0307",
|
||||
"L c #AB0F00",
|
||||
"P c #A21000",
|
||||
"I c #A91500",
|
||||
"U c #AE1F00",
|
||||
"Y c #A71912",
|
||||
"T c #B10300",
|
||||
"R c #B11C06",
|
||||
"E c #BD1C00",
|
||||
"W c #AB2600",
|
||||
"Q c #AB2A0D",
|
||||
"! c #A5390A",
|
||||
"~ c #BD2B06",
|
||||
"^ c #BE2D18",
|
||||
"/ c #B83D00",
|
||||
"( c #B62821",
|
||||
") c #B93428",
|
||||
"_ c #895A05",
|
||||
"` c #984234",
|
||||
"' c #907900",
|
||||
"] c #A54439",
|
||||
"[ c #AD4D3F",
|
||||
"{ c #844E50",
|
||||
"} c #975450",
|
||||
"| c #B74D4B",
|
||||
" . c #BE4F4D",
|
||||
".. c #BE616A",
|
||||
"X. c #BE7467",
|
||||
"o. c #C90000",
|
||||
"O. c #C51200",
|
||||
"+. c #D20F00",
|
||||
"@. c #DC1B00",
|
||||
"#. c #C32108",
|
||||
"$. c #CB230D",
|
||||
"%. c #C52D11",
|
||||
"&. c #C72F11",
|
||||
"*. c #C53C00",
|
||||
"=. c #C33C16",
|
||||
"-. c #D32E04",
|
||||
";. c #DF3D02",
|
||||
":. c #D23711",
|
||||
">. c #E50500",
|
||||
",. c #E71300",
|
||||
"<. c #E41A00",
|
||||
"1. c #E12004",
|
||||
"2. c #E52C00",
|
||||
"3. c #FF2410",
|
||||
"4. c #F33300",
|
||||
"5. c #CC4B00",
|
||||
"6. c #D45405",
|
||||
"7. c #C74C36",
|
||||
"8. c #FF4300",
|
||||
"9. c #FC5A14",
|
||||
"0. c #EA5632",
|
||||
"q. c #EF5936",
|
||||
"w. c #EA5D3B",
|
||||
"e. c #F05530",
|
||||
"r. c #CA4A46",
|
||||
"t. c #C94350",
|
||||
"y. c #CB5153",
|
||||
"u. c #D35B4E",
|
||||
"i. c #DF5A4E",
|
||||
"p. c #D25D50",
|
||||
"a. c #D55D50",
|
||||
"s. c #D75E50",
|
||||
"d. c #C16B51",
|
||||
"f. c #D16959",
|
||||
"g. c #C66260",
|
||||
"h. c #C56466",
|
||||
"j. c #C26B6F",
|
||||
"k. c #C96562",
|
||||
"l. c #C86965",
|
||||
"z. c #C1776D",
|
||||
"x. c #C1766E",
|
||||
"c. c #C07B6D",
|
||||
"v. c #C27D72",
|
||||
"b. c #C67C7C",
|
||||
"n. c #D16F69",
|
||||
"m. c #D67971",
|
||||
"M. c #E64D4F",
|
||||
"N. c #E65652",
|
||||
"B. c #E46A55",
|
||||
"V. c #ED6752",
|
||||
"C. c #FD7053",
|
||||
"Z. c #9D6D90",
|
||||
"A. c #9E779D",
|
||||
"S. c #B28E04",
|
||||
"D. c #A68025",
|
||||
"F. c #AE9743",
|
||||
"G. c #B88A68",
|
||||
"H. c #BA8874",
|
||||
"J. c #8EFF05",
|
||||
"K. c #8BFF08",
|
||||
"L. c #AEC13F",
|
||||
"P. c #8DD576",
|
||||
"I. c #A2C55D",
|
||||
"U. c #A5FF60",
|
||||
"Y. c #A8FF65",
|
||||
"T. c #B4ED78",
|
||||
"R. c #C3847B",
|
||||
"E. c #C2867C",
|
||||
"W. c #C4857C",
|
||||
"Q. c #C6867D",
|
||||
"!. c #C8897E",
|
||||
"~. c #D1827C",
|
||||
"^. c #EA8755",
|
||||
"/. c #FFC100",
|
||||
"(. c #FFC500",
|
||||
"). c #FFC804",
|
||||
"_. c #FFD005",
|
||||
"`. c #FFCF57",
|
||||
"'. c #FFD15C",
|
||||
"]. c #BCA792",
|
||||
"[. c #9489DF",
|
||||
"{. c #9BA0FB",
|
||||
"}. c #90E381",
|
||||
"|. c #BFD59C",
|
||||
" X c #BCFFB1",
|
||||
".X c #83FFFF",
|
||||
"XX c #C58E88",
|
||||
"oX c #CA8489",
|
||||
"OX c #C88A80",
|
||||
"+X c #C88D87",
|
||||
"@X c #C88E89",
|
||||
"#X c #CB8F8B",
|
||||
"$X c #CB8F8C",
|
||||
"%X c #CD8F8B",
|
||||
"&X c #CD8F8C",
|
||||
"*X c #C0928C",
|
||||
"=X c #C7908A",
|
||||
"-X c #C7918A",
|
||||
";X c #CC908B",
|
||||
":X c #CE9F9B",
|
||||
">X c #DF8E86",
|
||||
",X c #D3979D",
|
||||
"<X c #D0A49F",
|
||||
"1X c #D1A69E",
|
||||
"2X c #D6A39F",
|
||||
"3X c #D9A4AC",
|
||||
"4X c #DAAEAF",
|
||||
"5X c #D9B5B1",
|
||||
"6X c #D9B6B2",
|
||||
"7X c #D9B6B3",
|
||||
"8X c #DAB6B3",
|
||||
"9X c #DBB6B3",
|
||||
"0X c #D9B6B5",
|
||||
"qX c #D9B8B3",
|
||||
"wX c #E98F92",
|
||||
"eX c #EF96A6",
|
||||
"rX c #FFB5B2",
|
||||
"tX c #FFC3BC",
|
||||
"yX c #FFE59E",
|
||||
"uX c #FFE9AE",
|
||||
"iX c #C8FFC9",
|
||||
"pX c #E6CDCC",
|
||||
"aX c #E9D2D0",
|
||||
/* pixels */
|
||||
"O i 0 9 9 0 0 w u u t t y e p : ",
|
||||
"@ k.2X$X#X#X;X&X@X@X@X@X+X:Xn.; ",
|
||||
". ~.aX3X4XqX9X0X0X9X0X9X9XpX>X$ ",
|
||||
"X l.,X].*XoX=X=X=X=X=X=XXX<Xm.; ",
|
||||
"X y.|.iX XH.b.E.E.E.E.W.E.1Xf.; ",
|
||||
"X t.T.U.Y.G.j.z.x.c.v.!.!.| U 3 ",
|
||||
"X r.X.L.F...g. . .h.d.Q Z A ^ 4 ",
|
||||
"@ 7.| eXwXY G }.P.S Z A.Z.P &.4 ",
|
||||
"@ ) ^.uXyX+.h v v ' f .X.Xa <.7 ",
|
||||
"* ( 6./.(.$._ k l / f n n { <.6 ",
|
||||
"* %.H 5.*.L K W U J O.} ` o.:.3 ",
|
||||
"- -.I [.{.S E rXtX~ T ' I.! 1.> ",
|
||||
"+ ,.s N B g 8.'.`.9.F z c j >.2 ",
|
||||
"- 4.=.M m ] 2.)._.;.#.J.K.S.3.1 ",
|
||||
"% V.w.e.q.0.p.s.s.u.i.N.B.M.C.8 ",
|
||||
" "
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *klines[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c black",
|
||||
". c #1B0606",
|
||||
"X c #2C080C",
|
||||
"o c #210709",
|
||||
"O c #300B0E",
|
||||
"+ c #370E11",
|
||||
"@ c #380E11",
|
||||
"# c #3B1012",
|
||||
"$ c #551416",
|
||||
"% c #561618",
|
||||
"& c #591616",
|
||||
"* c #59181A",
|
||||
"= c #6D191A",
|
||||
"- c #741E1D",
|
||||
"; c #791F1B",
|
||||
": c #701E20",
|
||||
"> c #76211F",
|
||||
", c #742023",
|
||||
"< c #7D3247",
|
||||
"1 c #7A3652",
|
||||
"2 c #7D6064",
|
||||
"3 c #705883",
|
||||
"4 c #6C7082",
|
||||
"5 c #6677B3",
|
||||
"6 c #797BB6",
|
||||
"7 c #7A881F",
|
||||
"8 c #7EB139",
|
||||
"9 c #72D81B",
|
||||
"0 c #76D703",
|
||||
"q c #7AC030",
|
||||
"w c #7AD23E",
|
||||
"e c #7BEB00",
|
||||
"r c #75ED01",
|
||||
"t c #7CE11E",
|
||||
"y c #73EA1B",
|
||||
"u c #7AF201",
|
||||
"i c #6EEA1E",
|
||||
"p c #7DE226",
|
||||
"a c #7CE128",
|
||||
"s c #2EB9FF",
|
||||
"d c #28BAFF",
|
||||
"f c #38B6FE",
|
||||
"g c #2FA5F4",
|
||||
"h c #24C9FF",
|
||||
"j c #2DD8FF",
|
||||
"k c #28D3FF",
|
||||
"l c #30D4FF",
|
||||
"z c #7D8280",
|
||||
"x c #61819A",
|
||||
"c c #71ACB4",
|
||||
"v c #448CC7",
|
||||
"b c #508EC1",
|
||||
"n c #5598E3",
|
||||
"m c #6ABDC8",
|
||||
"M c #65B5F7",
|
||||
"N c #63B8FC",
|
||||
"B c #78B9F6",
|
||||
"V c #5CDFF5",
|
||||
"C c #5CE2F8",
|
||||
"Z c #821C1C",
|
||||
"A c #9E1C05",
|
||||
"S c #9D200D",
|
||||
"D c #9C2512",
|
||||
"F c #9A291A",
|
||||
"G c #98390A",
|
||||
"H c #892324",
|
||||
"J c #8B2826",
|
||||
"K c #982F25",
|
||||
"L c #9B352B",
|
||||
"P c #9D3225",
|
||||
"I c #983832",
|
||||
"U c #963A36",
|
||||
"Y c #AD1C01",
|
||||
"T c #A41E06",
|
||||
"R c #BA1C00",
|
||||
"E c #B21400",
|
||||
"W c #A3240B",
|
||||
"Q c #AC2304",
|
||||
"! c #AB2409",
|
||||
"~ c #AC2B04",
|
||||
"^ c #AD280B",
|
||||
"/ c #A42608",
|
||||
"( c #A02710",
|
||||
") c #A42912",
|
||||
"_ c #A52D1A",
|
||||
"` c #A92B11",
|
||||
"' c #A63405",
|
||||
"] c #A4301D",
|
||||
"[ c #B32404",
|
||||
"{ c #B42806",
|
||||
"} c #B12908",
|
||||
"| c #BB2301",
|
||||
" . c #BA2902",
|
||||
".. c #B02109",
|
||||
"X. c #B43717",
|
||||
"o. c #A63828",
|
||||
"O. c #AB3B33",
|
||||
"+. c #823D50",
|
||||
"@. c #85394C",
|
||||
"#. c #8F710C",
|
||||
"$. c #87731B",
|
||||
"%. c #997808",
|
||||
"&. c #986107",
|
||||
"*. c #AB5306",
|
||||
"=. c #BB401F",
|
||||
"-. c #AD480B",
|
||||
";. c #A1453C",
|
||||
":. c #AB4233",
|
||||
">. c #A94638",
|
||||
",. c #B0402B",
|
||||
"<. c #B24B38",
|
||||
"1. c #B95239",
|
||||
"2. c #AA4B31",
|
||||
"3. c #A36105",
|
||||
"4. c #8F621C",
|
||||
"5. c #9F5350",
|
||||
"6. c #9F4A45",
|
||||
"7. c #814A69",
|
||||
"8. c #8B6A61",
|
||||
"9. c #A55956",
|
||||
"0. c #A45C58",
|
||||
"q. c #B65A4B",
|
||||
"w. c #B65644",
|
||||
"e. c #BB5E52",
|
||||
"r. c #B45F51",
|
||||
"t. c #A04942",
|
||||
"y. c #B5614E",
|
||||
"u. c #B96255",
|
||||
"i. c #BB6558",
|
||||
"p. c #BC6B5E",
|
||||
"a. c #B87C56",
|
||||
"s. c #BD6C61",
|
||||
"d. c #BF6D69",
|
||||
"f. c #BE7366",
|
||||
"g. c #BF7468",
|
||||
"h. c #C01F03",
|
||||
"j. c #C32C00",
|
||||
"k. c #C63803",
|
||||
"l. c #C23914",
|
||||
"z. c #C43814",
|
||||
"x. c #CB580B",
|
||||
"c. c #CE5016",
|
||||
"v. c #C84715",
|
||||
"b. c #D85A24",
|
||||
"n. c #CC583A",
|
||||
"m. c #D96E0E",
|
||||
"M. c #DC6734",
|
||||
"N. c #F17F01",
|
||||
"B. c #EA7004",
|
||||
"V. c #EA742F",
|
||||
"C. c #C05D4B",
|
||||
"Z. c #CF6E54",
|
||||
"A. c #D66949",
|
||||
"S. c #D96643",
|
||||
"D. c #D86A48",
|
||||
"F. c #D86648",
|
||||
"G. c #D16F56",
|
||||
"H. c #DE7B4C",
|
||||
"J. c #CA6747",
|
||||
"K. c #C0736B",
|
||||
"L. c #C0796E",
|
||||
"P. c #CC7C60",
|
||||
"I. c #C17B71",
|
||||
"U. c #C37774",
|
||||
"Y. c #8D77A5",
|
||||
"T. c #8B8A09",
|
||||
"R. c #8C8C38",
|
||||
"E. c #81A22E",
|
||||
"W. c #AD8417",
|
||||
"Q. c #AF9B1C",
|
||||
"!. c #A9A81E",
|
||||
"~. c #90B55E",
|
||||
"^. c #8EB159",
|
||||
"/. c #B98F58",
|
||||
"(. c #BF8F7E",
|
||||
"). c #B79365",
|
||||
"_. c #B8B05E",
|
||||
"`. c #B1AC6E",
|
||||
"'. c #B5A878",
|
||||
"]. c #B1B76D",
|
||||
"[. c #80C304",
|
||||
"{. c #9AFF18",
|
||||
"}. c #95F317",
|
||||
"|. c #99EB16",
|
||||
" X c #A4F92D",
|
||||
".X c #88E454",
|
||||
"XX c #90E159",
|
||||
"oX c #81E44B",
|
||||
"OX c #92E660",
|
||||
"+X c #8EE56E",
|
||||
"@X c #ABF45C",
|
||||
"#X c #AEED74",
|
||||
"$X c #A9F372",
|
||||
"%X c #BEFB66",
|
||||
"&X c #BCF665",
|
||||
"*X c #FD8912",
|
||||
"=X c #FF940D",
|
||||
"-X c #FF9E00",
|
||||
";X c #FF961C",
|
||||
":X c #F49013",
|
||||
">X c #EE9626",
|
||||
",X c #EFA31F",
|
||||
"<X c #FFAB0A",
|
||||
"1X c #FFA604",
|
||||
"2X c #FDBE31",
|
||||
"3X c #F3A229",
|
||||
"4X c #D5894C",
|
||||
"5X c #C28178",
|
||||
"6X c #CB8165",
|
||||
"7X c #D4A053",
|
||||
"8X c #FE9D51",
|
||||
"9X c #FC9346",
|
||||
"0X c #EF986B",
|
||||
"qX c #F09E73",
|
||||
"wX c #F0996C",
|
||||
"eX c #FFA654",
|
||||
"rX c #FFAA5A",
|
||||
"tX c #FFAD66",
|
||||
"yX c #FFB26E",
|
||||
"uX c #FFB472",
|
||||
"iX c #9180B1",
|
||||
"pX c #BABB93",
|
||||
"aX c #89A1E0",
|
||||
"sX c #98ED82",
|
||||
"dX c #B8CD98",
|
||||
"fX c #B7D695",
|
||||
"gX c #A3EB89",
|
||||
"hX c #BEED9D",
|
||||
"jX c #B6EF97",
|
||||
"kX c #B9F399",
|
||||
"lX c #98C4FD",
|
||||
"zX c #A4C7F5",
|
||||
"xX c #BEDAFE",
|
||||
"cX c #B8CBF5",
|
||||
"vX c #C58880",
|
||||
"bX c #C68E88",
|
||||
"nX c #C88F88",
|
||||
"mX c #C58781",
|
||||
"MX c #C8908B",
|
||||
"NX c #C39389",
|
||||
"BX c #C99590",
|
||||
"VX c #CB9C98",
|
||||
"CX c #CA9995",
|
||||
"ZX c #CCA09D",
|
||||
"AX c #CEA4A0",
|
||||
"SX c #D0A6A3",
|
||||
"DX c #D4B0AD",
|
||||
"FX c #D5B2B0",
|
||||
"GX c #F8BB97",
|
||||
"HX c #CBF5BC",
|
||||
"JX c #FFC79C",
|
||||
"KX c #FFD1AC",
|
||||
"LX c #FFD0AD",
|
||||
"PX c #C1D7FA",
|
||||
"IX c #FFDDC3",
|
||||
"UX c #FFE5D1",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXo @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ $ O + # + + + + @ # + @ # X YX",
|
||||
" * J : Z Z Z : Z : Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z H , ",
|
||||
" % H 5.0.9.9.9.5.0.0.0.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.J - ",
|
||||
" $ U SXFXDXDXDXDXDXDXFXDXDXDXDXDXDXDXDXDXDXDXDXDXDXDXDXDX6.= ",
|
||||
" $ U ZXSXAXAXAXAXAXAXAXAXAXAXAXAXAXAXAXAXAXAXAXAXSXSXSXAXt.= ",
|
||||
" $ U CXVXVXVXVXVXVXVXVXVXVXVXVXVXCXVXVXVXVXVXVXCXVXCXVXVX;.= ",
|
||||
" $ U bXBXCXBXMXMXBXBXBXBXBXBXBXMXBXBXBXBXBXBXBXMXBXBXCXBX;.= ",
|
||||
" $ U bXbXbXpXdXpXNXbXbXbXbXbXbXnXnXnXnXnXnXnXnXnXnXnXnXnX;.= ",
|
||||
" $ I 5XmXdXHXHXHXdX(.5XbXvXvXmXvXvXvX5XvXvXvXvX5XnXvXvXbX;.= ",
|
||||
" $ I U.'.jXjXhXhXjX'.U.5X5X(.U.5X5X5X5X5X5X5Xg.5X5X5X5Xs.K - ",
|
||||
" % L K.`.#X#X#X#X$X].U.5Xg.g.g.L.L.L.L.I.L.g.(.L.g.(.r.F D = ",
|
||||
" $ P d.).@X@X@X@X@X).g.g.g.g.f.K.f.f.f.f.K.g.g.L.Z.:.D D D : ",
|
||||
" & K i.p._.&X%X%X_.p.p.p.p.s.p.p.s.s.s.K.Z.s.u.>._ S D D ) : ",
|
||||
" & o.u.i.r.a././.i.u.i.i.i.e.r.y.J.u.u.q.<.o.W / W D ( ( ( > ",
|
||||
" & o.q.r.q.e.Z.Z.q.q.w.<.,.R.~.^.$._ _ _ T Z 1 < D W W W ) ; ",
|
||||
" & _ w.w.J.GXUXIX0X^ ) T 7 +XgXsX+X$.T ! , aXxXcX6 J ! ( ) ; ",
|
||||
" & _ 1.<.qXLXJXJXJXb.T G w XX.XXXOXq / D 5 zXzXzXlX3 Y W ) - ",
|
||||
" & _ <.1.8XtXeXeXrXV.T G 9 |.oXa a 9 ' J n N M M N b D ! ^ > ",
|
||||
" % _ O.X.*X=X=X=X=XB.! G 0 r e e u [.! L g d s s d v ^ ! ^ - ",
|
||||
" % ) ` / B.<X1X<X<Xx.W W %.}.{.{.}.*.! ^ 4 j j j l 2 Q ^ ^ - ",
|
||||
" % ) ^ ! ~ m.,X,Xx.! ^ ^ [ *.W.W.-.Y ^ } ` z m c 8.{ ^ ^ ^ - ",
|
||||
" % ) { ^ ^ Q / A Y { ^ ^ ^ Y E E Y } } } { R [ Q R { { { ^ - ",
|
||||
" % ^ ^ { Q +.Y.Y.7.W { { [ b.qXqXM. .Q { [ ~ R.R.$.' [ { { - ",
|
||||
" % ^ { | 7.aXPXPXlX2 Q Q b.JXIXIXLXV.[ [ ' E.sXgXsXE.} { { - ",
|
||||
" % ^ .! 5 B B B B n P .>XuXtXtXyX9Xk.R #..XXXXXXXoX&.| { - ",
|
||||
" % ` .} v f f f s g o.j.*X;X;X;X;X=Xk.R T.i t t t y %.j.| - ",
|
||||
" % } .h.4 h h h k b { | B.=X-X-X1X:XR R 3.r r e u e *.j. .- ",
|
||||
" % X.l.z.X.c V C m 1.z.z.v.>X2X2X3Xc.l.l.l.!. X X XQ.z.z.z., ",
|
||||
" % n.D.F.F.S.P.6XD.M.D.D.D.D.H.H.D.F.D.D.D.F.4X7X4XF.D.D.S.- ",
|
||||
" % P >.:.:.:.O.O.:.O.O.:.:.,.O.:.:.:.:.:.:.:.O.O.O.:.>.:.o.: ",
|
||||
" . O X X X X X X X X X X X O X X X X X X X X X X X X X X X o ",
|
||||
" "
|
||||
};
|
@ -0,0 +1,189 @@
|
||||
/* XPM */
|
||||
static char *kmahjongg-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 167 2",
|
||||
" c black",
|
||||
". c #050000",
|
||||
"X c #140A0A",
|
||||
"o c #1F0F07",
|
||||
"O c #22120A",
|
||||
"+ c #22150A",
|
||||
"@ c #27150A",
|
||||
"# c #24160C",
|
||||
"$ c #25160C",
|
||||
"% c #27180C",
|
||||
"& c #382615",
|
||||
"* c #422817",
|
||||
"= c #432E1B",
|
||||
"- c #462B18",
|
||||
"; c #462E1D",
|
||||
": c #4A2E1B",
|
||||
"> c #463020",
|
||||
", c #493020",
|
||||
"< c #4B3320",
|
||||
"1 c #4B3323",
|
||||
"2 c #4E3521",
|
||||
"3 c #573722",
|
||||
"4 c #583821",
|
||||
"5 c #593922",
|
||||
"6 c #5B3B24",
|
||||
"7 c #5D3B24",
|
||||
"8 c #5C3C24",
|
||||
"9 c #5F3D26",
|
||||
"0 c #604029",
|
||||
"q c #614128",
|
||||
"w c #61412A",
|
||||
"e c #634028",
|
||||
"r c #65432C",
|
||||
"t c #6F4E36",
|
||||
"y c #704C34",
|
||||
"u c #7A5135",
|
||||
"i c #776558",
|
||||
"p c #825739",
|
||||
"a c #997F6C",
|
||||
"s c #A36C44",
|
||||
"d c #A86F46",
|
||||
"f c #AE764E",
|
||||
"g c #B5784B",
|
||||
"h c #B07C55",
|
||||
"j c #B47F56",
|
||||
"k c #BF7D52",
|
||||
"l c #C37954",
|
||||
"z c #88817C",
|
||||
"x c #9A8576",
|
||||
"c c #B6805B",
|
||||
"v c #BB845B",
|
||||
"b c #BD865C",
|
||||
"n c #A1846E",
|
||||
"m c #B08769",
|
||||
"M c #C7885C",
|
||||
"N c #D08854",
|
||||
"B c #D08A56",
|
||||
"V c #D08A57",
|
||||
"C c #D08C50",
|
||||
"Z c #D28C59",
|
||||
"A c #D38D5C",
|
||||
"S c #D6905F",
|
||||
"D c #D7955D",
|
||||
"F c #D9925E",
|
||||
"G c #C28D67",
|
||||
"H c #C38D68",
|
||||
"J c #C38D69",
|
||||
"K c #C38F68",
|
||||
"L c #CA8866",
|
||||
"P c #C8936B",
|
||||
"I c #CA9F7F",
|
||||
"U c #D49262",
|
||||
"Y c #D4986C",
|
||||
"T c #DB976E",
|
||||
"R c #DE9865",
|
||||
"E c #D89B76",
|
||||
"W c #DD9F71",
|
||||
"Q c #DBA47B",
|
||||
"! c #DFA27B",
|
||||
"~ c #DDA47A",
|
||||
"^ c #DDA57F",
|
||||
"/ c #E08744",
|
||||
"( c #ED8C5E",
|
||||
") c #E59451",
|
||||
"_ c #E2976D",
|
||||
"` c #E19A67",
|
||||
"' c #E59963",
|
||||
"] c #E09C6A",
|
||||
"[ c #E19D6C",
|
||||
"{ c #E19F6F",
|
||||
"} c #E79F6B",
|
||||
"| c #EBA36E",
|
||||
" . c #E4A170",
|
||||
".. c #E5A576",
|
||||
"X. c #E7A879",
|
||||
"o. c #EEA375",
|
||||
"O. c #EEA671",
|
||||
"+. c #EEAA77",
|
||||
"@. c #ECAC7D",
|
||||
"#. c #F3AA75",
|
||||
"$. c #F3AB76",
|
||||
"%. c #F8A570",
|
||||
"&. c #FFA77F",
|
||||
"*. c #FAAE77",
|
||||
"=. c #948D87",
|
||||
"-. c #9F8E81",
|
||||
";. c #A8998F",
|
||||
":. c #B39782",
|
||||
">. c #B5A090",
|
||||
",. c #CEA688",
|
||||
"<. c #C4AC99",
|
||||
"1. c #CCAA92",
|
||||
"2. c #D2A787",
|
||||
"3. c #DCAC89",
|
||||
"4. c #D9BAA2",
|
||||
"5. c #E7AD8A",
|
||||
"6. c #E9AE83",
|
||||
"7. c #EEB082",
|
||||
"8. c #F1A98C",
|
||||
"9. c #F2B386",
|
||||
"0. c #F3B88D",
|
||||
"q. c #F9B380",
|
||||
"w. c #F9B887",
|
||||
"e. c #FABC8C",
|
||||
"r. c #FBBC8E",
|
||||
"t. c #FCBA8D",
|
||||
"y. c #F4BD94",
|
||||
"u. c #F5BD98",
|
||||
"i. c #F3C099",
|
||||
"p. c #F4C09A",
|
||||
"a. c #F6C199",
|
||||
"s. c #FDC296",
|
||||
"d. c #FFC69D",
|
||||
"f. c #FFC79E",
|
||||
"g. c #E7C1A6",
|
||||
"h. c #E8C4A8",
|
||||
"j. c #EAC5A9",
|
||||
"k. c #EEC9AE",
|
||||
"l. c #F1C3A1",
|
||||
"z. c #F2C9AB",
|
||||
"x. c #FFC8A2",
|
||||
"c. c #FCCAA4",
|
||||
"v. c #FECFAC",
|
||||
"b. c #F4CFB5",
|
||||
"n. c #FFD0A8",
|
||||
"m. c #FDD0AE",
|
||||
"M. c #FFD6A9",
|
||||
"N. c #FFD6AD",
|
||||
"B. c #FFD3B1",
|
||||
"V. c #FDD5B7",
|
||||
"C. c #FED5B6",
|
||||
"Z. c #FFD5B6",
|
||||
"A. c #FFD6B6",
|
||||
"S. c #FDD5B8",
|
||||
"D. c #FDD7BB",
|
||||
"F. c #FED6B8",
|
||||
"G. c #FED6BB",
|
||||
"H. c #FFDAB1",
|
||||
"J. c #FED8B7",
|
||||
"K. c #FFD8BA",
|
||||
"L. c #FFE0BD",
|
||||
"P. c #FEDAC0",
|
||||
"I. c #FFDEC1",
|
||||
"U. c #FFDFC2",
|
||||
"Y. c #FFE0C3",
|
||||
"T. c #FFE4C9",
|
||||
"R. c None",
|
||||
/* pixels */
|
||||
"R.R.o c P K J G J b & R.R.R.R.R.",
|
||||
"R.R.2 N.T.Y.Y.U.U.H.p R.R.R.R.R.",
|
||||
"R.R.< x.V.b.k.j.g.u.u R.R.R.R.R.",
|
||||
"R.R.< &.8.Q ! ^ E _ h t y X R.R.",
|
||||
"R.R., t.5.T d.K.V.V.K.L.M.0 R.R.",
|
||||
"R.R.> *.) D m.P.K.V.V.V.n.r R.R.",
|
||||
"R.R.> %./ C c.V.N.m.z.j.f.0 R.R.",
|
||||
"R.R.; $.U M u.4.<.;.=.>.s.0 R.R.",
|
||||
"R.R.; o.L k y.l.1.z x p.r.8 R.R.",
|
||||
"R.R.= ( l j 0.a.:.,.x 2.e.8 R.R.",
|
||||
"R.R.- | v f 9.3.,.e.a n q.7 R.R.",
|
||||
"R.R.+ g s d @.6.@.! i m $.6 R.R.",
|
||||
"R.R. . e $.X...W Y .} 3 R.R.",
|
||||
"R.R.R.R.R.8 O. .[ [ R R ' 5 R.R.",
|
||||
"R.R.R.R.R.: F U A Z V N N * R.R.",
|
||||
"R.R.R.R.R. + % # # # # O R.R."
|
||||
};
|
@ -0,0 +1,251 @@
|
||||
/* XPM */
|
||||
static char *kmahjongg[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 213 2",
|
||||
" c #000000",
|
||||
". c #0B0704",
|
||||
"X c #0E0E00",
|
||||
"o c #1D1108",
|
||||
"O c #221309",
|
||||
"+ c #29160B",
|
||||
"@ c #341E0F",
|
||||
"# c #3E2512",
|
||||
"$ c #402614",
|
||||
"% c #422915",
|
||||
"& c #4D321E",
|
||||
"* c #4F3220",
|
||||
"= c #5D3D26",
|
||||
"- c #633C21",
|
||||
"; c #6D4326",
|
||||
": c #694428",
|
||||
"> c #6F482E",
|
||||
", c #734829",
|
||||
"< c #7A4D2D",
|
||||
"1 c #7A502E",
|
||||
"2 c #7E5130",
|
||||
"3 c #46494B",
|
||||
"4 c #514D49",
|
||||
"5 c #5F554E",
|
||||
"6 c #585655",
|
||||
"7 c #5A5A5A",
|
||||
"8 c #5B5E60",
|
||||
"9 c #665B53",
|
||||
"0 c #6A615A",
|
||||
"q c #6B6A6A",
|
||||
"w c #7D756E",
|
||||
"e c #767675",
|
||||
"r c #7B7774",
|
||||
"t c #797B7C",
|
||||
"y c #7B7E81",
|
||||
"u c #835433",
|
||||
"i c #865936",
|
||||
"p c #8A5B39",
|
||||
"a c #945E37",
|
||||
"s c #92613F",
|
||||
"d c #9C633A",
|
||||
"f c #A3653B",
|
||||
"g c #A5693E",
|
||||
"h c #AD663E",
|
||||
"j c #8A5F40",
|
||||
"k c #926442",
|
||||
"l c #966B4B",
|
||||
"z c #9B7152",
|
||||
"x c #887568",
|
||||
"c c #8B7B6F",
|
||||
"v c #AA6D41",
|
||||
"b c #A2704C",
|
||||
"n c #AE7145",
|
||||
"m c #A9734C",
|
||||
"M c #A87652",
|
||||
"N c #AC7C5B",
|
||||
"B c #B17347",
|
||||
"V c #B2774A",
|
||||
"C c #B6784B",
|
||||
"Z c #B97A4C",
|
||||
"A c #B47551",
|
||||
"S c #B77B5A",
|
||||
"D c #BC7D50",
|
||||
"F c #C16F3B",
|
||||
"G c #D36F3F",
|
||||
"H c #F65836",
|
||||
"J c #C05B43",
|
||||
"K c #C37F4E",
|
||||
"L c #C77858",
|
||||
"P c #E46744",
|
||||
"I c #FF7257",
|
||||
"U c #84817F",
|
||||
"Y c #8C8178",
|
||||
"T c #938479",
|
||||
"R c #BD8540",
|
||||
"E c #B1835F",
|
||||
"W c #AF8566",
|
||||
"Q c #AD927F",
|
||||
"! c #BA8867",
|
||||
"~ c #B98D6D",
|
||||
"^ c #B09079",
|
||||
"/ c #BE9472",
|
||||
"( c #C68542",
|
||||
") c #C48352",
|
||||
"_ c #C88556",
|
||||
"` c #CB8758",
|
||||
"' c #CD8959",
|
||||
"] c #D38443",
|
||||
"[ c #D38752",
|
||||
"{ c #D48B56",
|
||||
"} c #D68D5A",
|
||||
"| c #D98457",
|
||||
" . c #D88D58",
|
||||
".. c #D5905E",
|
||||
"X. c #DA925D",
|
||||
"o. c #D99857",
|
||||
"O. c #C28268",
|
||||
"+. c #C69774",
|
||||
"@. c #C0997C",
|
||||
"#. c #C89B7F",
|
||||
"$. c #DB8B60",
|
||||
"%. c #D39162",
|
||||
"&. c #D4986A",
|
||||
"*. c #DB9563",
|
||||
"=. c #DD9866",
|
||||
"-. c #DE9A69",
|
||||
";. c #D29272",
|
||||
":. c #D69A71",
|
||||
">. c #DC9E71",
|
||||
",. c #DCA35F",
|
||||
"<. c #DFA174",
|
||||
"1. c #E1865F",
|
||||
"2. c #F28347",
|
||||
"3. c #EA8F63",
|
||||
"4. c #E49562",
|
||||
"5. c #E6956D",
|
||||
"6. c #E49B65",
|
||||
"7. c #E29C6B",
|
||||
"8. c #EC9D65",
|
||||
"9. c #EB9E6A",
|
||||
"0. c #E09F70",
|
||||
"q. c #F49F6C",
|
||||
"w. c #F99A6B",
|
||||
"e. c #F79274",
|
||||
"r. c #FB9174",
|
||||
"t. c #EFA14C",
|
||||
"y. c #F4AA53",
|
||||
"u. c #F5B755",
|
||||
"i. c #F0B953",
|
||||
"p. c #E2A162",
|
||||
"a. c #E5A16F",
|
||||
"s. c #E9A16D",
|
||||
"d. c #E3A273",
|
||||
"f. c #E5A679",
|
||||
"g. c #E6A97C",
|
||||
"h. c #E9A473",
|
||||
"j. c #ECA877",
|
||||
"k. c #EBAB7C",
|
||||
"l. c #F3A36B",
|
||||
"z. c #F1A773",
|
||||
"x. c #F1AD7A",
|
||||
"c. c #FAAC73",
|
||||
"v. c #F7B06E",
|
||||
"b. c #F5B07C",
|
||||
"n. c #FBB577",
|
||||
"m. c #FFB57C",
|
||||
"M. c #848282",
|
||||
"N. c #8B8580",
|
||||
"B. c #8C8987",
|
||||
"V. c #908C88",
|
||||
"C. c #97908B",
|
||||
"Z. c #A59080",
|
||||
"A. c #A3948A",
|
||||
"S. c #AB9B91",
|
||||
"D. c #CB9D82",
|
||||
"F. c #C4A186",
|
||||
"G. c #CDA384",
|
||||
"H. c #CBA88E",
|
||||
"J. c #C4AB99",
|
||||
"K. c #D3A385",
|
||||
"L. c #D7AA87",
|
||||
"P. c #DAA68A",
|
||||
"I. c #DDAB84",
|
||||
"U. c #DAA98F",
|
||||
"Y. c #D4B095",
|
||||
"T. c #DDB296",
|
||||
"R. c #DDB498",
|
||||
"E. c #DBB99E",
|
||||
"W. c #E5AC83",
|
||||
"Q. c #E0AF8C",
|
||||
"!. c #E9AD81",
|
||||
"~. c #E4AB90",
|
||||
"^. c #E1B18C",
|
||||
"/. c #EBB185",
|
||||
"(. c #ECB48B",
|
||||
"). c #E4BA9A",
|
||||
"_. c #EFB991",
|
||||
"`. c #F1A980",
|
||||
"'. c #FDA285",
|
||||
"]. c #F4B282",
|
||||
"[. c #F4B689",
|
||||
"{. c #F5B98C",
|
||||
"}. c #F9B484",
|
||||
"|. c #FAB48A",
|
||||
" X c #FCBB8C",
|
||||
".X c #F1BB93",
|
||||
"XX c #F2BE98",
|
||||
"oX c #FABD91",
|
||||
"OX c #E1BDA1",
|
||||
"+X c #ECC09F",
|
||||
"@X c #FFC08F",
|
||||
"#X c #F4C19B",
|
||||
"$X c #FEC394",
|
||||
"%X c #FDC499",
|
||||
"&X c #FFC895",
|
||||
"*X c #FEC99A",
|
||||
"=X c #E4C0A5",
|
||||
"-X c #E9C2A5",
|
||||
";X c #EAC5A9",
|
||||
":X c #ECCAAC",
|
||||
">X c #F4C4A2",
|
||||
",X c #F6C8A6",
|
||||
"<X c #F4CAAA",
|
||||
"1X c #FFCAA0",
|
||||
"2X c #FACEAD",
|
||||
"3X c #FACFB0",
|
||||
"4X c #FCD0AE",
|
||||
"5X c #FBD2B4",
|
||||
"6X c #FCD6B9",
|
||||
"7X c #FFD8B7",
|
||||
"8X c #FDD9BC",
|
||||
"9X c #FEDCC2",
|
||||
"0X c None",
|
||||
/* pixels */
|
||||
"0X0X0X0X & , > : : : : : : - : : : = X 0X0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0X= m.&X*X*X%X*X&X*X&X&X$X&X$Xm.Z 0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0Xk *X9X9X9X9X9X9X9X9X8X9X9X9X%X9.O 0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0Xp *X9X9X9X9X8X8X6X6X6X6X5X6X%X*.O 0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0Xp *X9X8X8X6X6X5X5X5X5X5X3X5X%X*.o 0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0Xi &X3X5X5X:X;X;X=X=XE.E.R.R./.*.O 0X0X0X0X0X0X0X0X0X0X0X",
|
||||
"0X0X0X0Xp XI r.:X~.P.K.K.D.D.F.! J :.} + 0X0X0X0X0X0X0X",
|
||||
"0X0X0X0Xi oX'.e.~. .o.4.s.s.s.h.9.5.h.0.=.*.*.*...& 0X0X0X0X0X0X",
|
||||
"0X0X0X0Xi @X5X>XR.;.4. X7X8X8X7X8X8X7X6X8X7X8X7X&XV 0X0X0X0X0X",
|
||||
"0X0X0X0Xu @X|.l.U.D.6.*X9X9X8X9X8X8X8X8X6X6X6X8X1XD 0X0X0X0X0X",
|
||||
"0X0X0X0Xu Xn.u.| _ 6.%X9X8X8X6X8X6X5X6X5X5X5X5X%XZ 0X0X0X0X0X",
|
||||
"0X0X0X0Xu |.c.y.] ( p.$X6X6X6X5X5X5X5X5X5X5X2X5X%XZ 0X0X0X0X0X",
|
||||
"0X0X0X0Xu }.w.2.P h X.&X6X5X5X5X5X5X2X2X2X2X2X2X$XC 0X0X0X0X0X",
|
||||
"0X0X0X0X2 }.v.i.] R ,.oX5X3X5X3X4X2X2X2X<XOXOX2XoXC 0X0X0X0X0X",
|
||||
"0X0X0X0X2 }.l.t._ A X. X2X<X2X<X-XE.J.S.V.t A.,XoXV 0X0X0X0X0X",
|
||||
"0X0X0X0X2 x.x.5./ N { XOXJ.S.V.B.M.t t U A.).>X XB 0X0X0X0X0X",
|
||||
"0X0X0X0X1 x.(.I.! h { }.,X>X+X).Y.M.U t Y.%X#XXX[.B 0X0X0X0X0X",
|
||||
"0X0X0X0X1 z.j.1.S f { [.>X>X#X*XH.e H.r Z.%XXXXX[.n 0X0X0X0X0X",
|
||||
"0X0X0X0X1 l.H P E z ' [.#X#X#X#XY T $XQ q I..X_.`.n 0X0X0X0X0X",
|
||||
"0X0X0X0X< 8.3...N l ' x.#X.X#XF.r I.oXG.7 Q {.(.x.n 0X0X0X0X0X",
|
||||
"0X0X0X0X, s.d.&.M k ` x._..XL.c L.{.(.I.7 x (./.k.v 0X0X0X0X0X",
|
||||
"0X0X0X0X< 8.7...b p ) x.(.(./ I.[./.].W.6 0 g.W.j.v 0X0X0X0X0X",
|
||||
"0X0X0X0X; 8.-.%.m s ) g.(./././.W.W.W.+.3 9 f.g.h.g 0X0X0X0X0X",
|
||||
"0X0X0X0Xo s n v d a ) h./.!.k.g.g.k.~ 5 4 W j.d.h.g 0X0X0X0X0X",
|
||||
"0X0X0X0X . . v h.g.g.g.g.f.d.<.&.>.d.d.>.7.g 0X0X0X0X0X",
|
||||
"0X0X0X0X0X v h.f.f.d.d.0.d.d.d.0.-.-.-.6.f 0X0X0X0X0X",
|
||||
"0X0X0X0X0X0X0X0X0X v s.d.d.7.7.7.-.-.-.7.=.=.*.*.f 0X0X0X0X0X",
|
||||
"0X0X0X0X0X0X0X0X0X v 9.7.-.-.-.-.-.*.*.*.X.X...X.g 0X0X0X0X0X",
|
||||
"0X0X0X0X0X0X0X0X0X v 6.=.=.=.=.=.*.*...X. . .} X.d 0X0X0X0X0X",
|
||||
"0X0X0X0X0X0X0X0X0X , .X.X. .X.} . . .{ { } } [ - 0X0X0X0X0X",
|
||||
"0X0X0X0X0X0X0X0X0X . @ % % $ $ $ $ $ $ $ $ $ % @ 0X0X0X0X0X",
|
||||
"0X0X0X0X0X0X0X0X0X0X 0X0X0X0X0X0X"
|
||||
};
|
@ -0,0 +1,141 @@
|
||||
/* XPM */
|
||||
static char *kmines-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 119 2",
|
||||
" c black",
|
||||
". c #130000",
|
||||
"X c #1B0900",
|
||||
"o c #181818",
|
||||
"O c #221100",
|
||||
"+ c #380800",
|
||||
"@ c #3C0B00",
|
||||
"# c #321703",
|
||||
"$ c #331805",
|
||||
"% c #381605",
|
||||
"& c gray14",
|
||||
"* c gray19",
|
||||
"= c gray20",
|
||||
"- c #343434",
|
||||
"; c #393636",
|
||||
": c gray22",
|
||||
"> c #3A3A3A",
|
||||
", c #3C3C3C",
|
||||
"< c #413F3F",
|
||||
"1 c #680200",
|
||||
"2 c #790300",
|
||||
"3 c #7C1D00",
|
||||
"4 c #763114",
|
||||
"5 c #643529",
|
||||
"6 c #414141",
|
||||
"7 c #424040",
|
||||
"8 c #434343",
|
||||
"9 c #4B4B4B",
|
||||
"0 c gray31",
|
||||
"q c #555858",
|
||||
"w c #585858",
|
||||
"e c gray36",
|
||||
"r c #5E6165",
|
||||
"t c #5E6266",
|
||||
"y c #626265",
|
||||
"u c #636565",
|
||||
"i c #656565",
|
||||
"p c #6F6F70",
|
||||
"a c gray46",
|
||||
"s c #767879",
|
||||
"d c #77797A",
|
||||
"f c #787979",
|
||||
"g c #787A7B",
|
||||
"h c #7B7C7C",
|
||||
"j c #7D7E7F",
|
||||
"k c #7E8081",
|
||||
"l c #7F8081",
|
||||
"z c #880000",
|
||||
"x c #8A1D06",
|
||||
"c c #930C00",
|
||||
"v c #901F06",
|
||||
"b c #8F2008",
|
||||
"n c #97390F",
|
||||
"m c #A20D00",
|
||||
"M c #A61C07",
|
||||
"N c #BC0300",
|
||||
"B c #C83200",
|
||||
"V c #CF3400",
|
||||
"C c #CD3C00",
|
||||
"Z c #D42409",
|
||||
"A c #F34903",
|
||||
"S c #F24804",
|
||||
"D c #F65F1B",
|
||||
"F c #E7701F",
|
||||
"G c #838383",
|
||||
"H c #848484",
|
||||
"J c #878686",
|
||||
"K c #88898C",
|
||||
"L c #8E8E8E",
|
||||
"P c #909090",
|
||||
"I c gray58",
|
||||
"U c #979797",
|
||||
"Y c #999797",
|
||||
"T c gray60",
|
||||
"R c #9B9B9B",
|
||||
"E c #9D9D9D",
|
||||
"W c #A0A0A0",
|
||||
"Q c gray63",
|
||||
"! c #A4A3A3",
|
||||
"~ c #A7A7A7",
|
||||
"^ c gray66",
|
||||
"/ c gray67",
|
||||
"( c #B1B0B0",
|
||||
") c #B6B6B6",
|
||||
"_ c gray73",
|
||||
"` c #BBBBBB",
|
||||
"' c #BBBBBC",
|
||||
"] c #BCBDBE",
|
||||
"[ c #C2C1C2",
|
||||
"{ c #C3C4C5",
|
||||
"} c gray77",
|
||||
"| c #C5C6C7",
|
||||
" . c #C7C9C9",
|
||||
".. c #C8C8C8",
|
||||
"X. c gray79",
|
||||
"o. c #CACACA",
|
||||
"O. c #CDCDCD",
|
||||
"+. c #CDCECF",
|
||||
"@. c #CFCDCF",
|
||||
"#. c #D0D0D0",
|
||||
"$. c #D1D4D4",
|
||||
"%. c #D5D5D5",
|
||||
"&. c #D7D8D9",
|
||||
"*. c #D9D8D9",
|
||||
"=. c #E3E2E3",
|
||||
"-. c #E4E4E4",
|
||||
";. c #E6E5E5",
|
||||
":. c #E7E4E7",
|
||||
">. c #E7E7E7",
|
||||
",. c #E9E7E9",
|
||||
"<. c gray92",
|
||||
"1. c #EEEDEE",
|
||||
"2. c #EEEEEE",
|
||||
"3. c #F0EEF0",
|
||||
"4. c #F0EFF0",
|
||||
"5. c #F4F3F4",
|
||||
"6. c gray96",
|
||||
"7. c gray100",
|
||||
"8. c None",
|
||||
/* pixels */
|
||||
"8.8.8.8.8.8.8.8.. @ 4 5 8.8.8.8.",
|
||||
"8.8.8.O % X + 2 c B A b 8.8.8.",
|
||||
"8.8.8.# F D Z N m V S x 8.8.8.",
|
||||
"8.8.8.8.$ n M z 1 3 C v 8.8.8.",
|
||||
"8.8.8.8.8. ; < 2.r 8.8.8.8.",
|
||||
"8.8.8.8.8. q $. .u 2.r 8.8.8.8.",
|
||||
"8.8.8.8.: h 2.<.:.@.4.y 8.8.8.8.",
|
||||
"8.8. w -.} k %.X.k 4.P i 8.8.",
|
||||
"8. Y 4.4.X.) d k O.4.L #.E 8.",
|
||||
"8.8 -.*.W ^ g ^ g I [ G R O.8 8.",
|
||||
"8., Y ( / d X.} } j p X.U W = 8.",
|
||||
"8. 8 H d @.<.4.5.&.K g H w 8.",
|
||||
"8.8. o 0 Y =.7.7.:.` g & 8.8.",
|
||||
"8.8.8. e ! -.6._ a 8.8.8.",
|
||||
"8.8.8.8.8. : _ ] 9 8.8.8.8.8.",
|
||||
"8.8.8.8.8.8. = - 8.8.8.8.8.8."
|
||||
};
|
@ -0,0 +1,150 @@
|
||||
/* XPM */
|
||||
static char *kmines[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 112 2",
|
||||
" c #000000",
|
||||
". c #0F0600",
|
||||
"X c #0B0B0B",
|
||||
"o c #141414",
|
||||
"O c #1C1C1C",
|
||||
"+ c #2D0000",
|
||||
"@ c #271004",
|
||||
"# c #261B16",
|
||||
"$ c #320400",
|
||||
"% c #390F05",
|
||||
"& c #3F1705",
|
||||
"* c #3F1F14",
|
||||
"= c gray14",
|
||||
"- c #2B2B2B",
|
||||
"; c #3F332D",
|
||||
": c #333333",
|
||||
"> c #3B3B3B",
|
||||
", c #4A0B00",
|
||||
"< c #441100",
|
||||
"1 c #421E05",
|
||||
"2 c #4C1003",
|
||||
"3 c #5E0300",
|
||||
"4 c #561000",
|
||||
"5 c #55280A",
|
||||
"6 c #710100",
|
||||
"7 c #662009",
|
||||
"8 c #6F2407",
|
||||
"9 c #6F260B",
|
||||
"0 c #6D351D",
|
||||
"q c #712609",
|
||||
"w c #793A10",
|
||||
"e c #454545",
|
||||
"r c #4B4B4B",
|
||||
"t c #525151",
|
||||
"y c #595959",
|
||||
"u c #675754",
|
||||
"i c #626262",
|
||||
"p c #6A6A6A",
|
||||
"a c #747474",
|
||||
"s c #7B7B7B",
|
||||
"d c #7B8387",
|
||||
"f c #820100",
|
||||
"g c #880F03",
|
||||
"h c #831F08",
|
||||
"j c #881004",
|
||||
"k c #920700",
|
||||
"l c #9B0A00",
|
||||
"z c #9A1200",
|
||||
"x c #872400",
|
||||
"c c #8C3000",
|
||||
"v c #A40A00",
|
||||
"b c #A90500",
|
||||
"n c #A31300",
|
||||
"m c #B40400",
|
||||
"M c #BB0301",
|
||||
"N c #AE3600",
|
||||
"B c #B32500",
|
||||
"V c #BC2600",
|
||||
"C c #954714",
|
||||
"Z c #8C5037",
|
||||
"A c #A85517",
|
||||
"S c #BF5D1A",
|
||||
"D c #817E7E",
|
||||
"F c #B05143",
|
||||
"G c #BD5C4C",
|
||||
"H c #C71703",
|
||||
"J c #C51C05",
|
||||
"K c #C91704",
|
||||
"L c #CE1907",
|
||||
"P c #D01907",
|
||||
"I c #D5330F",
|
||||
"U c #D23900",
|
||||
"Y c #DC340F",
|
||||
"T c #DD3C00",
|
||||
"R c #E13510",
|
||||
"E c #DF4405",
|
||||
"W c #C75827",
|
||||
"Q c #E24102",
|
||||
"! c #E44C14",
|
||||
"~ c #F04F02",
|
||||
"^ c #F05103",
|
||||
"/ c #F95301",
|
||||
"( c #F15117",
|
||||
") c #EF651D",
|
||||
"_ c #F3651C",
|
||||
"` c #F9691E",
|
||||
"' c #FF7A22",
|
||||
"] c #FF8526",
|
||||
"[ c #FF8826",
|
||||
"{ c #838282",
|
||||
"} c #888686",
|
||||
"| c #8A8A8A",
|
||||
" . c #908E8E",
|
||||
".. c #939393",
|
||||
"X. c #989797",
|
||||
"o. c #9B9B9B",
|
||||
"O. c #A2A2A2",
|
||||
"+. c #A8A7A7",
|
||||
"@. c #AAAAAA",
|
||||
"#. c #B4B3B3",
|
||||
"$. c #BABABA",
|
||||
"%. c #C3C3C3",
|
||||
"&. c #CBCBCB",
|
||||
"*. c #D2D2D2",
|
||||
"=. c #DADADA",
|
||||
"-. c #E3E3E3",
|
||||
";. c #E6EAEA",
|
||||
":. c #EAEAEA",
|
||||
">. c #F0EFEF",
|
||||
",. c #F2F2F2",
|
||||
"<. c #FDFDFD",
|
||||
"1. c None",
|
||||
/* pixels */
|
||||
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.; u # 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.1.1. $ 4 x N W G 0 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.+ 6 k z V T / Q H 8 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1. w 5 1 & % 2 j m m l z B U ^ E J 9 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1. A ] ' _ ! Y P M b l z B U ^ E J 9 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1. . S ] ` ! I J m b l z B U ^ E J 9 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1. . C ) ( R L M m v n V U / E J 9 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1. @ 7 h j f 6 3 , , < c Q K q 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.1. Z F 1 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.1.1.1.1.1.1.o s X.> 1.1. d :.o 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.1.1.1.1. r o.&.=.%.p 1.d :.O 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.1.1.1.o a $.*.=.-.=.*.o.- D ;.O 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.1. e o.&.=.=.*.*.*.=.*.#.#.-.O 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.o e | -.-.*.*.*.*.*.&.=.%.#.-.> 1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1. > o.&.$.| #.&.&.&.&.&.*.+.i O.;.o.i 1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.X p %.<.<.=.o.s O.%.%.%.%.X.d @.*.-.$.%.| : 1.1.1.1.1.",
|
||||
"1.1.1. : X.;.<.<.=.%.%.$.o.@.$.$.O.$.%.%.&.-.#.%.%.+.i 1.1.1.",
|
||||
"1.1.1.e %.<.<.,.=.$.#.$.$.$.#.+.o.-.=.$.#.&.-.o.#.$.%.#.a 1.1.",
|
||||
"1.1. i <.<.<.%.o.+.#.$.$.+.O.#.O.O.%.$.#.$.#.{ | O.$.%.O. 1.1.",
|
||||
"1.1. i #.=.*.X.X.o.O.O.| ..$.%.&.O.a | @.#.+...} X.#.+.X. 1.1.",
|
||||
"1.1. i +.s #.=.#.o.{ i o.%.&.&.&.&.#.p e s X.%.%.} { O.X. 1.1.",
|
||||
"1.1. t +.{ s @.:.} t *.=.*.=.-.-.*.*.&.{ : %.<.X.p | O.{ 1.1.",
|
||||
"1.1.1.O a | } s ..s :.<.*.;.:.,.:.;.-.*.=.,.=.o.{ s X.| > 1.1.",
|
||||
"1.1.1. X y } } { r @.,.,.<.<.<.<.<.:.:.,.%.X.o...s a = 1.1.",
|
||||
"1.1.1. : s .t { o.=.<.<.<.<.<.<.-.@.o.O.+.| > 1.1.1.",
|
||||
"1.1.1.1.1. o i t .X...$.<.<.<.<.*.O.+.@.@.D = 1.1.1.1.1.",
|
||||
"1.1.1.1.1.1. - } O.O.o.$.<.<.%.@.#.#.O.y X 1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1. o p O.+.#.,.-.#.#.@.| : 1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.1. e X.%.<.-.%.@.i o 1.1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.1.1.1. # s <.:.o.> 1.1.1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.1.1.1.1. a | o 1.1.1.1.1.1.1.1.1.1.1.1.",
|
||||
"1.1.1.1.1.1.1.1.1.1.1.1.1. 1.1.1.1.1.1.1.1.1.1.1.1.1."
|
||||
};
|
@ -0,0 +1,216 @@
|
||||
/* XPM */
|
||||
static char *knetwalk-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 194 2",
|
||||
" c #000000",
|
||||
". c #010101",
|
||||
"X c #050505",
|
||||
"o c #060606",
|
||||
"O c #090909",
|
||||
"+ c #0A0A0A",
|
||||
"@ c #181818",
|
||||
"# c #353535",
|
||||
"$ c #31315E",
|
||||
"% c #31315F",
|
||||
"& c #2F2F7C",
|
||||
"* c #333365",
|
||||
"= c #323269",
|
||||
"- c #32326D",
|
||||
"; c #33336C",
|
||||
": c #32326E",
|
||||
"> c #303072",
|
||||
", c #323273",
|
||||
"< c #303074",
|
||||
"1 c #313176",
|
||||
"2 c #323274",
|
||||
"3 c #313179",
|
||||
"4 c #31317B",
|
||||
"5 c #30307C",
|
||||
"6 c #30307E",
|
||||
"7 c #414141",
|
||||
"8 c #474747",
|
||||
"9 c #4C4C4A",
|
||||
"0 c #4C4C4B",
|
||||
"q c #4C4C4C",
|
||||
"w c #4D4D4C",
|
||||
"e c #4D4D4D",
|
||||
"r c #4F4F59",
|
||||
"t c #4E4E5D",
|
||||
"y c #555555",
|
||||
"u c #56565E",
|
||||
"i c #595957",
|
||||
"p c #595958",
|
||||
"a c #5A5A58",
|
||||
"s c #5A5A59",
|
||||
"d c #5A5A5A",
|
||||
"f c #59595D",
|
||||
"g c #5C5C5C",
|
||||
"h c #464660",
|
||||
"j c #4E4E62",
|
||||
"k c #4C4C66",
|
||||
"l c #49496B",
|
||||
"z c #49496D",
|
||||
"x c #46467F",
|
||||
"c c #47477F",
|
||||
"v c #484874",
|
||||
"b c #484876",
|
||||
"n c #5E5E67",
|
||||
"m c #2F2F80",
|
||||
"M c #2F2F84",
|
||||
"N c #2E2E86",
|
||||
"B c #2F2F88",
|
||||
"V c #2F2F89",
|
||||
"C c #2E2E8A",
|
||||
"Z c #2E2E8B",
|
||||
"A c #2D2D8C",
|
||||
"S c #2E2E8D",
|
||||
"D c #2E2E8E",
|
||||
"F c #2C2C90",
|
||||
"G c #2D2D92",
|
||||
"H c #2D2D93",
|
||||
"J c #2E2E90",
|
||||
"K c #2D2D94",
|
||||
"L c #2D2D97",
|
||||
"P c #282898",
|
||||
"I c #2A2A9B",
|
||||
"U c #2B2B9A",
|
||||
"Y c #29299F",
|
||||
"T c #2D2D98",
|
||||
"R c #2C2C9A",
|
||||
"E c #2C2C9B",
|
||||
"W c #2C2C9C",
|
||||
"Q c #2C2C9D",
|
||||
"! c #2C2C9E",
|
||||
"~ c #303080",
|
||||
"^ c #303082",
|
||||
"/ c #2727AE",
|
||||
"( c #2929A3",
|
||||
") c #2B2BA3",
|
||||
"_ c #2828A5",
|
||||
"` c #2929A7",
|
||||
"' c #2B2BA5",
|
||||
"] c #2B2BA6",
|
||||
"[ c #2C2CA1",
|
||||
"{ c #2828A9",
|
||||
"} c #2929AB",
|
||||
"| c #2A2AAB",
|
||||
" . c #2828AF",
|
||||
".. c #2A2AAC",
|
||||
"X. c #2727B5",
|
||||
"o. c #2525BC",
|
||||
"O. c #2727BC",
|
||||
"+. c #2929B3",
|
||||
"@. c #2828BB",
|
||||
"#. c #3F3FAA",
|
||||
"$. c #3E3EB3",
|
||||
"%. c #3F3FB5",
|
||||
"&. c #3F3FB7",
|
||||
"*. c #3E3EBB",
|
||||
"=. c #2424C4",
|
||||
"-. c #2626C4",
|
||||
";. c #2222CD",
|
||||
":. c #3E3EC0",
|
||||
">. c #3D3DC5",
|
||||
",. c #3C3CCC",
|
||||
"<. c #3939D3",
|
||||
"1. c #454587",
|
||||
"2. c #454589",
|
||||
"3. c #44448F",
|
||||
"4. c #434394",
|
||||
"5. c #434398",
|
||||
"6. c #40409E",
|
||||
"7. c #4242A1",
|
||||
"8. c #5353B7",
|
||||
"9. c #5F5FB5",
|
||||
"0. c #5E5EBA",
|
||||
"q. c #6464B5",
|
||||
"w. c #6464B7",
|
||||
"e. c #6161BA",
|
||||
"r. c #7474B9",
|
||||
"t. c #575ECD",
|
||||
"y. c #5E5EC2",
|
||||
"u. c #6161C1",
|
||||
"i. c #6161CB",
|
||||
"p. c #6061D0",
|
||||
"a. c #6C6FD6",
|
||||
"s. c #798E79",
|
||||
"d. c #81815E",
|
||||
"f. c #808080",
|
||||
"g. c #828282",
|
||||
"h. c #838383",
|
||||
"j. c #848484",
|
||||
"k. c #858484",
|
||||
"l. c #8C8C8C",
|
||||
"z. c #8D8E8C",
|
||||
"x. c #889287",
|
||||
"c. c #909090",
|
||||
"v. c #949493",
|
||||
"b. c #959594",
|
||||
"n. c #959595",
|
||||
"m. c #969696",
|
||||
"M. c #9A9A9A",
|
||||
"N. c #9B9B9A",
|
||||
"B. c #9D9D9C",
|
||||
"V. c #BBBBC0",
|
||||
"C. c #BBBBC1",
|
||||
"Z. c #BFBFC4",
|
||||
"A. c #92E299",
|
||||
"S. c #C6C6C8",
|
||||
"D. c #C6C6C9",
|
||||
"F. c #C6C6CA",
|
||||
"G. c #C6C6CB",
|
||||
"H. c #C5C5CE",
|
||||
"J. c #C5C5CF",
|
||||
"K. c #C6C6CC",
|
||||
"L. c #C6C6CD",
|
||||
"P. c #C9C9C9",
|
||||
"I. c #C9C9CA",
|
||||
"U. c #CACACB",
|
||||
"Y. c #CACACC",
|
||||
"T. c #CACACD",
|
||||
"R. c #CACACE",
|
||||
"E. c #CACACF",
|
||||
"W. c #CECECF",
|
||||
"Q. c #C5C5D0",
|
||||
"!. c #C5C5D1",
|
||||
"~. c #CACAD0",
|
||||
"^. c #CACAD1",
|
||||
"/. c #CACAD3",
|
||||
"(. c #C9C9D4",
|
||||
"). c #C9C9D7",
|
||||
"_. c #C9C9D8",
|
||||
"`. c #C9C9D9",
|
||||
"'. c #C8C8DA",
|
||||
"]. c #C9C9DA",
|
||||
"[. c #CDCDD9",
|
||||
"{. c #D1D1D9",
|
||||
"}. c #D1D1DE",
|
||||
"|. c #D5D5DA",
|
||||
" X c #D7D7DC",
|
||||
".X c #C4EBCA",
|
||||
"XX c #E1E1E2",
|
||||
"oX c #E3E1E4",
|
||||
"OX c #E8E7EE",
|
||||
"+X c #EAEAEF",
|
||||
"@X c #E8EEEE",
|
||||
"#X c #EFEFF4",
|
||||
"$X c #F1F1F5",
|
||||
"%X c None",
|
||||
/* pixels */
|
||||
"@ 7 e 0 e 0 0 e 0 0 0 0 0 0 7 @ ",
|
||||
"e P.U.S.G.S.G.G.G.G.!.!.!.~.P.e ",
|
||||
"d W.n t k l b c 2.4.4.7.#.8.[.d ",
|
||||
"d U.r d.f % ; < & N F U _ $.).d ",
|
||||
"d U.j f h * - < ~ V K W _ %.).d ",
|
||||
"f U.l % * ; < 5 ^ S T ) | &.).i ",
|
||||
"d U.b = ; < 5 ^ S F W ) +.*.).d ",
|
||||
"d ~.x < 4 & ^ S F W ) ..X.*.).i ",
|
||||
"d ~.2.& N V S K W ) ..X.@.>.[.d ",
|
||||
"d ~.4.V S K T U ) ..X.@.=.,.).i ",
|
||||
"d ).#.P I U _ | +.X.o.=.;.<.'.d ",
|
||||
"i {.r.w.w.9.e.0.e.y.i.p.t.a.}.i ",
|
||||
"y XX$X$X+XZ. XV. XC.OX@XA..XoXy ",
|
||||
"# f.v.l.c.b.N.b.N.b.B.z.s.x.k.# ",
|
||||
"+ . . + g k.f.f.f.k.f.8 . . . + ",
|
||||
"%X%X. . o + + + + + + . . . %X%X"
|
||||
};
|
@ -0,0 +1,108 @@
|
||||
/* XPM */
|
||||
static char *knetwalk[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 70 1",
|
||||
" c #000000",
|
||||
". c gray4",
|
||||
"X c #131313",
|
||||
"o c #191919",
|
||||
"O c #242424",
|
||||
"+ c #2F2F2F",
|
||||
"@ c gray19",
|
||||
"# c #33333B",
|
||||
"$ c #3A3A3A",
|
||||
"% c #343442",
|
||||
"& c #35354D",
|
||||
"* c #383846",
|
||||
"= c #38384A",
|
||||
"- c #343454",
|
||||
"; c #34345B",
|
||||
": c #2F2F6E",
|
||||
"> c #2E2E74",
|
||||
", c #2C2C7C",
|
||||
"< c #333363",
|
||||
"1 c #32326B",
|
||||
"2 c #323273",
|
||||
"3 c #31317B",
|
||||
"4 c #434353",
|
||||
"5 c #5C5C60",
|
||||
"6 c #64645D",
|
||||
"7 c #767676",
|
||||
"8 c #2D2D85",
|
||||
"9 c #2E2E8B",
|
||||
"0 c #25259D",
|
||||
"q c #2D2D93",
|
||||
"w c #2C2C9B",
|
||||
"e c #303083",
|
||||
"r c #2727A2",
|
||||
"t c #2626AA",
|
||||
"y c #2B2BA3",
|
||||
"u c #2A2AAB",
|
||||
"i c #2525B4",
|
||||
"p c #2525BB",
|
||||
"a c #2929B3",
|
||||
"s c #2828BA",
|
||||
"d c #2525C4",
|
||||
"f c #2626CA",
|
||||
"g c #2828C1",
|
||||
"h c #2525D2",
|
||||
"j c #2525D9",
|
||||
"k c #7E7EB3",
|
||||
"l c #7B7BCC",
|
||||
"z c #7F7FD1",
|
||||
"x c #10DE10",
|
||||
"c c #7FED7F",
|
||||
"v c #848467",
|
||||
"b c #95956A",
|
||||
"n c #A2A269",
|
||||
"m c #888888",
|
||||
"M c gray62",
|
||||
"N c #8181BB",
|
||||
"B c gray65",
|
||||
"V c #BEBEBE",
|
||||
"C c #8181C3",
|
||||
"Z c #8080CB",
|
||||
"A c #87EF87",
|
||||
"S c #BFF6BF",
|
||||
"D c #FFFF80",
|
||||
"F c #C2C2C2",
|
||||
"G c #CECECE",
|
||||
"H c #DADADA",
|
||||
"J c #EEEEEE",
|
||||
"K c #F4F4F4",
|
||||
"L c #FEFEFE",
|
||||
"P c None",
|
||||
/* pixels */
|
||||
"PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP",
|
||||
" XXXXXXXXXXXXXXXXXXXXXXXXXXXX ",
|
||||
" @LLLLLLLLLLLLLLLLLLLLLLLLLLLL@ ",
|
||||
" @LLJJJJJJJJJJJJJJJJJJJJJJJJLL@ ",
|
||||
" @LJ#%%&=-;;<<11>>,8889qq0r0JL@ ",
|
||||
" @LJ#*=&=;;<<12233399qwwyuutJL@ ",
|
||||
" @LJ#*4n4;;<<12233e9qqwwyuutJL@ ",
|
||||
" @LJ%=nDb;<<112238e99qwwyuutJL@ ",
|
||||
" @LJ%-6v5;;112233ee9qqwwyuatJL@ ",
|
||||
" @LJ&--;;;<112233e99qqwyyuatJL@ ",
|
||||
" @LJ-;;;;<111233ee99qwwyyuatJL@ ",
|
||||
" @LJ;;<<1112223ee99qqwyyuuatJL@ ",
|
||||
" @LJ;<11112233eee99qwwyyuastJL@ ",
|
||||
" @LJ<111222333e99qqqwyyuuasiJL@ ",
|
||||
" @LJ:2222333eee9qqqwwyuuaasiJL@ ",
|
||||
" @LJ:>23333eee99qqqyyuuaassiJL@ ",
|
||||
" @LJ>3333eee99qqqwyyyuaassgsJL@ ",
|
||||
" @LJ,ee89e99qqqwywyyuuassgfsJL@ ",
|
||||
" @LJ88899qqqqqwwyyyuaaasggfsJL@ ",
|
||||
" @LJ8qqqqqqwwwwyyyuaassggffgJL@ ",
|
||||
" @LJ9qqqqqwyyyyuaaaassggffhfJL@ ",
|
||||
" @LJ9wwywyyyyuuuaaasggfffhhfJL@ ",
|
||||
" @LJqwyyyyyuauaiaasggfffhhjhJL@ ",
|
||||
" @LKNNNNNNNNNNNkCCCCCCZZzlzlKL@ ",
|
||||
" @LLLLLLLLHVJLGVLKVGLLLLScSLLL@ ",
|
||||
" @LLLLLLLLVmHLMmKJmBLLLLAxALLL@ ",
|
||||
" OGGGGGGFFFFFFFFFFFFFFFGGGGGGGO ",
|
||||
" XoooooXo$$$$$$$$$$$$$+oooooooX ",
|
||||
"PPPPPPP 7LLLLLLLLLLLLLGOPPPPPPPP",
|
||||
"PPPPP X+++++++++++++O. PPPPP",
|
||||
"PPPPP PPPPP",
|
||||
"PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP"
|
||||
};
|
@ -0,0 +1,135 @@
|
||||
/* XPM */
|
||||
static char *kolf-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 113 2",
|
||||
" c black",
|
||||
". c gray3",
|
||||
"X c #131313",
|
||||
"o c gray16",
|
||||
"O c gray19",
|
||||
"+ c #313133",
|
||||
"@ c #373737",
|
||||
"# c gray24",
|
||||
"$ c #3E3E3E",
|
||||
"% c gray28",
|
||||
"& c #484848",
|
||||
"* c #494949",
|
||||
"= c #4E4E4E",
|
||||
"- c #505052",
|
||||
"; c gray35",
|
||||
": c #606060",
|
||||
"> c gray40",
|
||||
", c #656569",
|
||||
"< c gray42",
|
||||
"1 c #6E6E71",
|
||||
"2 c gray50",
|
||||
"3 c blue",
|
||||
"4 c #7F7FFF",
|
||||
"5 c #8D8D8E",
|
||||
"6 c #939393",
|
||||
"7 c #939494",
|
||||
"8 c gray58",
|
||||
"9 c gray59",
|
||||
"0 c #9E9EA2",
|
||||
"q c #A7A7A7",
|
||||
"w c #A6A6AB",
|
||||
"e c #A6A8A8",
|
||||
"r c #ACACAC",
|
||||
"t c #AEAEAE",
|
||||
"y c #AEAFAF",
|
||||
"u c #B2B2B2",
|
||||
"i c gray70",
|
||||
"p c #B6B6B6",
|
||||
"a c #B7B7B7",
|
||||
"s c gray72",
|
||||
"d c #B9B9B9",
|
||||
"f c #B9BBBC",
|
||||
"g c #BCBCBC",
|
||||
"h c gray",
|
||||
"j c gray75",
|
||||
"k c #C0C0C0",
|
||||
"l c gray76",
|
||||
"z c #C3C3C4",
|
||||
"x c gray78",
|
||||
"c c #C7CECE",
|
||||
"v c gray79",
|
||||
"b c #CACACA",
|
||||
"n c #CBCBCB",
|
||||
"m c gray80",
|
||||
"M c #CDCDCE",
|
||||
"N c #CECECE",
|
||||
"B c gray81",
|
||||
"V c gray82",
|
||||
"C c LightGray",
|
||||
"Z c #D2D3D4",
|
||||
"A c #D3D3D4",
|
||||
"S c gray83",
|
||||
"D c #D5D7D7",
|
||||
"F c #D6D6D7",
|
||||
"G c #D7D7D8",
|
||||
"H c #D8D8D9",
|
||||
"J c #DADADA",
|
||||
"K c #DADADC",
|
||||
"L c #DBDCDC",
|
||||
"P c #DCDCDD",
|
||||
"I c #DCDDDD",
|
||||
"U c #DDDEDF",
|
||||
"Y c #DFDFDF",
|
||||
"T c #DFDFE0",
|
||||
"R c #E1E1E1",
|
||||
"E c #E2E2E2",
|
||||
"W c #E2E3E4",
|
||||
"Q c gray90",
|
||||
"! c #E6E6E6",
|
||||
"~ c gray92",
|
||||
"^ c #EBEBEC",
|
||||
"/ c gray93",
|
||||
"( c #EDEDEE",
|
||||
") c #EEEEEE",
|
||||
"_ c #EDEDF0",
|
||||
"` c #EEEFF0",
|
||||
"' c #E2F0F0",
|
||||
"] c #F0F0F1",
|
||||
"[ c #F1F1F2",
|
||||
"{ c gray95",
|
||||
"} c #F3F3F4",
|
||||
"| c #F3F4F5",
|
||||
" . c #F4F4F4",
|
||||
".. c #F4F5F5",
|
||||
"X. c #F4F4F6",
|
||||
"o. c #F5F5F6",
|
||||
"O. c #F5F5F7",
|
||||
"+. c #F5F6F7",
|
||||
"@. c #F1F1F8",
|
||||
"#. c #F7F7F8",
|
||||
"$. c #F7F8F9",
|
||||
"%. c #F8F9FB",
|
||||
"&. c #F9F9FB",
|
||||
"*. c #F9FAFA",
|
||||
"=. c #FAFAFC",
|
||||
"-. c #FAFBFC",
|
||||
";. c #FAFBFD",
|
||||
":. c #FBFBFC",
|
||||
">. c #FBFBFD",
|
||||
",. c #FBFCFD",
|
||||
"<. c #FCFCFD",
|
||||
"1. c #FDFDFE",
|
||||
"2. c None",
|
||||
/* pixels */
|
||||
"2.2.j E X.0 t D J f w @.} U j 2.",
|
||||
"2.3 j ) 5 ) 1.1.-.-.X.e c ) B 2.",
|
||||
"2.3 J 1 X.1.1.$.-.1.$.$.6 ' C 2 ",
|
||||
"2.4 ; j X.#.$.$.$.$.#.[ D , C 2 ",
|
||||
"2.3 # B ! [ } X.#.} _ ! J > D 2 ",
|
||||
"2.2.& C J E ) _ ) ) W F F < B ",
|
||||
"2.2.O l B Z J U J U Z v v - j 2.",
|
||||
"2.2. 8 v x B B C c l l q o 2.",
|
||||
"2.2.2.O u j g j s a d a = 2.",
|
||||
"2.2.2. @ 6 r i i t 8 & 2.2.",
|
||||
"2.2.2.2.2.. # : : % X 2.2.2.2.",
|
||||
"2.2.2.2.2. 2.2.2.2.2.",
|
||||
"2.2.2.2.2.2. 2.2.2.2.2.2.",
|
||||
"2.2.2.2.2.2. 2.2.2.2.2.2.",
|
||||
"2.2.2.2.2.2. 2.2.2.2.2.2.",
|
||||
"2.2.2.2.2.2. 2.2.2.2.2.2."
|
||||
};
|
@ -0,0 +1,137 @@
|
||||
/* XPM */
|
||||
static char *kolf[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 99 2",
|
||||
" c #000000",
|
||||
". c #0C0C0C",
|
||||
"X c #0F1010",
|
||||
"o c #111212",
|
||||
"O c #121B1B",
|
||||
"+ c #1B1C1C",
|
||||
"@ c #1F2020",
|
||||
"# c #222424",
|
||||
"$ c #262630",
|
||||
"% c #2D2D30",
|
||||
"& c #313234",
|
||||
"* c #343438",
|
||||
"= c #3B3B3F",
|
||||
"- c #2C3144",
|
||||
"; c #31364B",
|
||||
": c #34384D",
|
||||
"> c #3E3E44",
|
||||
", c #434343",
|
||||
"< c #4B4B4B",
|
||||
"1 c #45495D",
|
||||
"2 c #4C4C54",
|
||||
"3 c #555555",
|
||||
"4 c #4B4F63",
|
||||
"5 c #4D5163",
|
||||
"6 c #55596C",
|
||||
"7 c #5A5F74",
|
||||
"8 c #63636E",
|
||||
"9 c #606578",
|
||||
"0 c #67697A",
|
||||
"q c #747474",
|
||||
"w c #707078",
|
||||
"e c gray50",
|
||||
"r c #757A8A",
|
||||
"t c #7A7E8B",
|
||||
"y c #7D8393",
|
||||
"u c #858585",
|
||||
"i c #88888C",
|
||||
"p c #808497",
|
||||
"a c #858A9A",
|
||||
"s c #888C9B",
|
||||
"d c #8E9297",
|
||||
"f c #8C919D",
|
||||
"g c #97979D",
|
||||
"h c gray60",
|
||||
"j c #8D91A1",
|
||||
"k c #9093A0",
|
||||
"l c #9498A5",
|
||||
"z c #9499A9",
|
||||
"x c #9C9FAF",
|
||||
"c c #9CA0AB",
|
||||
"v c #9DA2B1",
|
||||
"b c #A1A3A9",
|
||||
"n c #AAAAAA",
|
||||
"m c #A1A4B2",
|
||||
"M c #A5A8B5",
|
||||
"N c #A7ABB8",
|
||||
"B c #A8AAB6",
|
||||
"V c #AAADBA",
|
||||
"C c #ADB0BD",
|
||||
"Z c #B6B6B6",
|
||||
"A c gray75",
|
||||
"S c #B1B4C1",
|
||||
"D c #B5B8C5",
|
||||
"F c #B8BBC4",
|
||||
"G c #BCBEC9",
|
||||
"H c #BFC1C7",
|
||||
"J c #BEC0CB",
|
||||
"K c #C0C3CD",
|
||||
"L c gray80",
|
||||
"P c #C3C5D1",
|
||||
"I c #C5C8D3",
|
||||
"U c #C9CBD4",
|
||||
"Y c #CCCDD8",
|
||||
"T c #CED0DB",
|
||||
"R c gray83",
|
||||
"E c #D2D4DD",
|
||||
"W c gainsboro",
|
||||
"Q c #D7D7EB",
|
||||
"! c #D6D9E1",
|
||||
"~ c #DADCE4",
|
||||
"^ c #DBDCEB",
|
||||
"/ c #D0E7E7",
|
||||
"( c #D4E9E9",
|
||||
") c #DCE0E5",
|
||||
"_ c #DEE1E9",
|
||||
"` c #DDEEEE",
|
||||
"' c #E4E4E4",
|
||||
"] c #E3E5EC",
|
||||
"[ c #E4EAED",
|
||||
"{ c #E9EAEE",
|
||||
"} c #E4E4F1",
|
||||
"| c #E5EAF1",
|
||||
" . c #EAEBF2",
|
||||
".. c #EEF0F5",
|
||||
"X. c #F0F2F6",
|
||||
"o. c #F3F5F8",
|
||||
"O. c #F6F8FB",
|
||||
"+. c #F8F9FA",
|
||||
"@. c None",
|
||||
/* pixels */
|
||||
"@.@.@.@.@. n R ( } ] ~ g t s f l b ! .| .| / A e @.@.@.@.@.@.",
|
||||
"@.@.@.@.e L ( . .Y p F { O.+.+.+.{ ~ b H . .` ' A @.@.@.@.@.",
|
||||
"@.@.@.e A ( ] | s J O.O.O.O.o.+.O.o.O.O.] x R | .) e @.@.@.@.@.",
|
||||
"@.@.@.n ' [ .z { O.O.O.o.o.o.o.o.o.o.o.+.+.B K | [ A @.@.@.@.",
|
||||
"@.@. W | .k ] X.O.O.O.o.o.o.X.o.o.o.o.o. .{ l ] .W u @.@.@.@.",
|
||||
"@.@.e ' ] b U .O.O.o.o.o.X.o.o.O. .X.o.O.O.{ ~ 0 [ ' n @.@.@.@.",
|
||||
"@. n ^ | f { X.O.X.o.X.X.X.X.X.o.X.o.o.o.o.{ ) M d ( n @.@.@.",
|
||||
"@. n ^ i F ' { o.o.X.X.X.X.X.X. .O.X.o.o. . .E ! 1 ^ L @.@.@.",
|
||||
"@. n Q 5 ~ ] .+.o.o.o.....X.X.o.X.o.O.O.o. .] ) r } R @.@.@.",
|
||||
"@.@.e / 4 ~ [ | O.o.o.X.X.X.X.o...o.o.X. ... .E ~ c w R @.@.@.",
|
||||
"@.@.e ' 7 ~ ! [ { . . .X.......o. . .X.o.W ! ! E V 3 W e @.@.@.",
|
||||
"@.@.e ' 5 ~ ~ ) ~ _ [ . . .X.] | | ._ ! E E Y E m 2 R @.@.@.",
|
||||
"@.@.e R : E T _ E ! ] ! ] ! ! ~ | E ! E ! Y E I I y 3 L @.@.@.",
|
||||
"@.@.e R @ D J J _ Y E E Y ^ ] Y ! E ! T ! G G P K 6 u A @.@.@.",
|
||||
"@.@. L & z P P I P Y E | I E Y E E ! J G G G G S $ ' n @.@.@.",
|
||||
"@.@. A 8 : J I ! G E G G I U ! ! D J K G D D S r > R e @.@.@.@.",
|
||||
"@.@.@.e W * y D S D G U I P G V S P J S S V C M # u A @.@.@.@.",
|
||||
"@.@.@. A q # x G S D S S S D D S C V S V M V ; > R t @.@.@.@.@.",
|
||||
"@.@.@.@.e R < # s D V S N C V S V V m M V v ; * h n @.@.@.@.@.",
|
||||
"@.@.@.@. e Z < # 1 j v m B v M m N V v 9 # % q n @.@.@.@.@.@.",
|
||||
"@.@.@.@.@. n Z 2 * + - 9 a j j s r 1 + % , e n @.@.@.@.@.@.@.",
|
||||
"@.@.@.@.@.@. e A R o . . . o o X X . o A A e @.@.@.@.@.@.@.@.",
|
||||
"@.@.@.@.@.@.@.@. u O . . . . . o e @.@.@.@.@.@.@.@.@.@.",
|
||||
"@.@.@.@.@.@.@.@.@.@. @.@.@.@.@.@.@.@.@.@.@.",
|
||||
"@.@.@.@.@.@.@.@.@.@.@. @.@.@.@.@.@.@.@.@.@.@.@.@.",
|
||||
"@.@.@.@.@.@.@.@.@.@.@.@. @.@.@.@.@.@.@.@.@.@.@.@.@.",
|
||||
"@.@.@.@.@.@.@.@.@.@.@.@. @.@.@.@.@.@.@.@.@.@.@.@.@.@.",
|
||||
"@.@.@.@.@.@.@.@.@.@.@.@. @.@.@.@.@.@.@.@.@.@.@.@.@.@.",
|
||||
"@.@.@.@.@.@.@.@.@.@.@.@. @.@.@.@.@.@.@.@.@.@.@.@.@.@.",
|
||||
"@.@.@.@.@.@.@.@.@.@.@.@. @.@.@.@.@.@.@.@.@.@.@.@.@.@.",
|
||||
"@.@.@.@.@.@.@.@.@.@.@.@. @.@.@.@.@.@.@.@.@.@.@.@.@.@.",
|
||||
"@.@.@.@.@.@.@.@.@.@.@.@. @.@.@.@.@.@.@.@.@.@.@.@.@.@."
|
||||
};
|
@ -0,0 +1,117 @@
|
||||
/* XPM */
|
||||
static char *konquest-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 95 2",
|
||||
" c black",
|
||||
". c #000003",
|
||||
"X c #020000",
|
||||
"o c #000005",
|
||||
"O c #070600",
|
||||
"+ c #03030A",
|
||||
"@ c #0A0001",
|
||||
"# c #0E0000",
|
||||
"$ c #0B0510",
|
||||
"% c #0D0D1F",
|
||||
"& c #050B26",
|
||||
"* c #00003F",
|
||||
"= c #0F1227",
|
||||
"- c #16192D",
|
||||
"; c #121735",
|
||||
": c #151B3E",
|
||||
"> c #181A35",
|
||||
", c #0E343E",
|
||||
"< c #253330",
|
||||
"1 c #2E3234",
|
||||
"2 c #382124",
|
||||
"3 c #2F3351",
|
||||
"4 c #2E345A",
|
||||
"5 c #303248",
|
||||
"6 c #383D62",
|
||||
"7 c #386B6F",
|
||||
"8 c #413E43",
|
||||
"9 c #464941",
|
||||
"0 c #414158",
|
||||
"q c #50505B",
|
||||
"w c #5A5F5F",
|
||||
"e c #484B71",
|
||||
"r c #535561",
|
||||
"t c #635D64",
|
||||
"y c #77685E",
|
||||
"u c #647B6D",
|
||||
"i c #697572",
|
||||
"p c #7A6862",
|
||||
"a c #727979",
|
||||
"s c #5A5E86",
|
||||
"d c #71748D",
|
||||
"f c #6F75A6",
|
||||
"g c #7D857E",
|
||||
"h c #578987",
|
||||
"j c #7F9B92",
|
||||
"k c #8C766A",
|
||||
"l c #8B907D",
|
||||
"z c #81818B",
|
||||
"x c #808A80",
|
||||
"c c #828390",
|
||||
"v c #898A96",
|
||||
"b c #8C8C97",
|
||||
"n c #8B8FB6",
|
||||
"m c #8B8FB9",
|
||||
"M c #8F93B0",
|
||||
"N c #9596AD",
|
||||
"B c #9FA6AD",
|
||||
"V c #A49F84",
|
||||
"C c #A1A482",
|
||||
"Z c #A6A09D",
|
||||
"A c #B8B99E",
|
||||
"S c #BBB7A4",
|
||||
"D c #BABAA0",
|
||||
"F c #9DA0C8",
|
||||
"G c #ADAFCE",
|
||||
"H c #B1B4CD",
|
||||
"J c #BEBCCB",
|
||||
"K c #97C1A8",
|
||||
"L c #9EEEE5",
|
||||
"P c #B9D7C2",
|
||||
"I c #A6F0D9",
|
||||
"U c #BEF6D5",
|
||||
"Y c #C7C3A6",
|
||||
"T c #C6C6AE",
|
||||
"R c #C6C7DA",
|
||||
"E c #CCD0C1",
|
||||
"W c #C8DCCE",
|
||||
"Q c #D9D2CF",
|
||||
"! c #D2DDD1",
|
||||
"~ c #DADAD4",
|
||||
"^ c #DCDFD4",
|
||||
"/ c #D1D2E7",
|
||||
"( c #D3D4ED",
|
||||
") c #D3D9E1",
|
||||
"_ c #D0D3F6",
|
||||
"` c #E4E1E4",
|
||||
"' c #E1E2ED",
|
||||
"] c #EAEBF2",
|
||||
"[ c #EAFFFF",
|
||||
"{ c #F4FBF3",
|
||||
"} c #F7FFFC",
|
||||
"| c #F7FFFF",
|
||||
" . c #FDFFFC",
|
||||
".. c gray100",
|
||||
"X. c None",
|
||||
/* pixels */
|
||||
"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.X.X.X.X.X.X.",
|
||||
"% s e > X.X.* X.X.X.X.X.X.X.X.",
|
||||
"0 _ n 3 ; = w v h , X.X.X.X.X.",
|
||||
"+ ( d t W | [ L 7 X.X.X.X.",
|
||||
" r / $ 2 Z { .| } I < X.X.X.X.",
|
||||
"X. c J k S ^ . .} U g X.X.X.",
|
||||
"X.X. b ` Y A E ! P K i X.X.X.",
|
||||
"X.X.X. z ] T C l g g 8 & X.X.",
|
||||
"X.X.X. a ) ~ D C y @ : X.",
|
||||
"X.X.X.X. # 9 B ' Q p X.6 4 ",
|
||||
"X.X.X.X.X. O 1 b R H M m f - ",
|
||||
"X.X.X.X.X.X. q N G F 5 ",
|
||||
"X.X.X.X.X.X.X.X.X.X.X. o ",
|
||||
"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.X.X.X.X.X.X."
|
||||
};
|
@ -0,0 +1,271 @@
|
||||
/* XPM */
|
||||
static char *konquest[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 233 2",
|
||||
" c #000000",
|
||||
". c #00000D",
|
||||
"X c #07090C",
|
||||
"o c #0C0000",
|
||||
"O c #0A090A",
|
||||
"+ c #0C0C12",
|
||||
"@ c #0F141B",
|
||||
"# c #130000",
|
||||
"$ c #150805",
|
||||
"% c #120A0D",
|
||||
"& c #101012",
|
||||
"* c #16191B",
|
||||
"= c #18181B",
|
||||
"- c #141424",
|
||||
"; c #141823",
|
||||
": c #1A1A24",
|
||||
"> c #191C2C",
|
||||
", c #1B1F30",
|
||||
"< c #2B150F",
|
||||
"1 c #261815",
|
||||
"2 c #321914",
|
||||
"3 c #231F22",
|
||||
"4 c #231E28",
|
||||
"5 c #281F24",
|
||||
"6 c #2F2018",
|
||||
"7 c #202421",
|
||||
"8 c #26262C",
|
||||
"9 c #282520",
|
||||
"0 c #232434",
|
||||
"q c #24283A",
|
||||
"w c #2C2D33",
|
||||
"e c #2E312E",
|
||||
"r c #21323F",
|
||||
"t c #3C2E2C",
|
||||
"y c #302933",
|
||||
"u c #3C342B",
|
||||
"i c #34343C",
|
||||
"p c #393830",
|
||||
"a c #3A3B3F",
|
||||
"s c #272B44",
|
||||
"d c #2A2E44",
|
||||
"f c #2D3149",
|
||||
"g c #363641",
|
||||
"h c #31354B",
|
||||
"j c #363A47",
|
||||
"k c #37394E",
|
||||
"l c #3B3D4A",
|
||||
"z c #353651",
|
||||
"x c #343954",
|
||||
"c c #33395A",
|
||||
"v c #353D62",
|
||||
"b c #374039",
|
||||
"n c #3E483F",
|
||||
"m c #3F4153",
|
||||
"M c #3E415A",
|
||||
"N c #3F4566",
|
||||
"B c #41281E",
|
||||
"V c #412C33",
|
||||
"C c #42383D",
|
||||
"Z c #563D49",
|
||||
"A c #59463D",
|
||||
"S c #48484D",
|
||||
"D c #484856",
|
||||
"F c #4C5951",
|
||||
"G c #55444C",
|
||||
"H c #5A464C",
|
||||
"J c #524F5A",
|
||||
"K c #5A5C5F",
|
||||
"L c #404463",
|
||||
"P c #444C74",
|
||||
"I c #5B5D6A",
|
||||
"U c #5A5A70",
|
||||
"Y c #46646F",
|
||||
"T c #5B6A60",
|
||||
"R c #6A4945",
|
||||
"E c #695E65",
|
||||
"W c #636160",
|
||||
"Q c #626E67",
|
||||
"! c #6B696C",
|
||||
"~ c #696972",
|
||||
"^ c #7B6567",
|
||||
"/ c #7F6862",
|
||||
"( c #796C6B",
|
||||
") c #796E76",
|
||||
"_ c #70727E",
|
||||
"` c #7B7C7A",
|
||||
"' c #535981",
|
||||
"] c #4C7E8A",
|
||||
"[ c #5D6184",
|
||||
"{ c #5C6189",
|
||||
"} c #597E80",
|
||||
"| c #65698D",
|
||||
" . c #6C6E87",
|
||||
".. c #636994",
|
||||
"X. c #6D729E",
|
||||
"o. c #797C82",
|
||||
"O. c #75799D",
|
||||
"+. c #777CA0",
|
||||
"@. c #7A7EA3",
|
||||
"#. c #6C8784",
|
||||
"$. c #738B8B",
|
||||
"%. c #788381",
|
||||
"&. c #7C809D",
|
||||
"*. c #7C81AA",
|
||||
"=. c #60A9AD",
|
||||
"-. c #6EADAC",
|
||||
";. c #6ABCBB",
|
||||
":. c #7EDED2",
|
||||
">. c #8C726A",
|
||||
",. c #957D72",
|
||||
"<. c #97877E",
|
||||
"1. c #968876",
|
||||
"2. c #828984",
|
||||
"3. c #85898D",
|
||||
"4. c #8C8D8A",
|
||||
"5. c #87899E",
|
||||
"6. c #8D948F",
|
||||
"7. c #8C9791",
|
||||
"8. c #8B9A91",
|
||||
"9. c #968E8E",
|
||||
"0. c #979186",
|
||||
"q. c #93948B",
|
||||
"w. c #979A89",
|
||||
"e. c #95929C",
|
||||
"r. c #949891",
|
||||
"t. c #979F9E",
|
||||
"y. c #888AA7",
|
||||
"u. c #8387B1",
|
||||
"i. c #8D91BC",
|
||||
"p. c #9394A3",
|
||||
"a. c #9599BE",
|
||||
"s. c #92A198",
|
||||
"d. c #9FA0B1",
|
||||
"f. c #95B2A2",
|
||||
"g. c #AD9E88",
|
||||
"h. c #A0A28A",
|
||||
"j. c #AAAC8C",
|
||||
"k. c #A2A398",
|
||||
"l. c #ACAC99",
|
||||
"z. c #B1A88C",
|
||||
"x. c #B3B591",
|
||||
"c. c #B3B39A",
|
||||
"v. c #BCB29F",
|
||||
"b. c #BABA9A",
|
||||
"n. c #A5A6B2",
|
||||
"m. c #A0BDAC",
|
||||
"M. c #ABB0AB",
|
||||
"N. c #A7BFB0",
|
||||
"B. c #B6AEA6",
|
||||
"V. c #959AC2",
|
||||
"C. c #999DC1",
|
||||
"Z. c #A9ACCE",
|
||||
"A. c #AAAED2",
|
||||
"S. c #AEB0C5",
|
||||
"D. c #B6BACC",
|
||||
"F. c #B9B3C3",
|
||||
"G. c #BCBECD",
|
||||
"H. c #B3B6D8",
|
||||
"J. c #B6B9D6",
|
||||
"K. c #BCBED4",
|
||||
"L. c #BABCDA",
|
||||
"P. c #9FC5B2",
|
||||
"I. c #A1CAB3",
|
||||
"U. c #A8C3B2",
|
||||
"Y. c #BEC0A9",
|
||||
"T. c #B1C3B7",
|
||||
"R. c #B6CBBB",
|
||||
"E. c #8FDDD0",
|
||||
"W. c #96DFC8",
|
||||
"Q. c #8DE5D3",
|
||||
"!. c #BBC0C3",
|
||||
"~. c #BEC1DA",
|
||||
"^. c #B3DDC4",
|
||||
"/. c #BFC1E1",
|
||||
"(. c #ADE1C2",
|
||||
"). c #B1EDDB",
|
||||
"_. c #B3F0CE",
|
||||
"`. c #B0F7EB",
|
||||
"'. c #C5BFA0",
|
||||
"]. c #C5BFAD",
|
||||
"[. c #C0C09F",
|
||||
"{. c #C5C5AC",
|
||||
"}. c #CAC8A4",
|
||||
"|. c #CEC8A9",
|
||||
" X c #C4C5B3",
|
||||
".X c #C3C5BD",
|
||||
"XX c #C4CABF",
|
||||
"oX c #C8C6BF",
|
||||
"OX c #CFCDB9",
|
||||
"+X c #D2CFBE",
|
||||
"@X c #C1CEC0",
|
||||
"#X c #CECEC4",
|
||||
"$X c #C1C3D6",
|
||||
"%X c #C6C8D9",
|
||||
"&X c #C8C8D5",
|
||||
"*X c #D0D2C4",
|
||||
"=X c #D6D7CE",
|
||||
"-X c #D4D4DB",
|
||||
";X c #DADBDB",
|
||||
":X c #CBCCE2",
|
||||
">X c #CED0EB",
|
||||
",X c #D5D5E2",
|
||||
"<X c #DDDEEA",
|
||||
"1X c #D3D4F2",
|
||||
"2X c #DBDCF2",
|
||||
"3X c #C1E3CD",
|
||||
"4X c #C7F2DD",
|
||||
"5X c #C7F9DB",
|
||||
"6X c #CCF0D9",
|
||||
"7X c #D6EFDE",
|
||||
"8X c #DFE2D6",
|
||||
"9X c #DFE3DA",
|
||||
"0X c #DAE9DC",
|
||||
"qX c #C2FDE8",
|
||||
"wX c #C3FEF2",
|
||||
"eX c #DEE0F1",
|
||||
"rX c #D7FFEC",
|
||||
"tX c #DCFFF9",
|
||||
"yX c #E4E4EB",
|
||||
"uX c #E7ECE1",
|
||||
"iX c #E3E5F5",
|
||||
"pX c #E2E4FE",
|
||||
"aX c #EDEDFD",
|
||||
"sX c #E6FBEC",
|
||||
"dX c #ECF2E6",
|
||||
"fX c #EAF4E8",
|
||||
"gX c #EFF1FF",
|
||||
"hX c #ECFFF6",
|
||||
"jX c #F2F3FE",
|
||||
"kX c #F3FCF2",
|
||||
"lX c #F4FCFF",
|
||||
"zX c #FDFEFE",
|
||||
"xX c None",
|
||||
/* pixels */
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xX@ x d d > O xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
". +.V.V.i.@.{ L 0 X xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
": a.L.2XJ.a.@.{ ' P f - S ~ %.#._ Y r xXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
". y.2X2XV.' + O ; z U 2.N.3X4X).E.;.] q xXxXxXxXxXxXxXxXxXxXxX",
|
||||
" D :XaXA.D % G 4.U.7XkXzXlXtX`.:.=.l xXxXxXxXxXxXxXxXxXxX",
|
||||
"xXX 5.gX2X .xXxX# Z ) M.0XzXzXzXzXzXlXwXQ.-.y xXxXxXxXxXxXxXxXxX",
|
||||
"xX = S.lX:Xw xXV ^ 9.@XfXzXzXzXzXzXzXlXqXW.$.o xXxXxXxXxXxXxXxX",
|
||||
"xXxX 8 $XzXD.4 R <.B.oX9XzXzXzXzXzXzXzXrX_.P.a xXxXxXxXxXxXxXxX",
|
||||
"xXxXxX w %XzXF.>.g.]. X#XuXzXzXzXzXzXhX5X(.P.W xXxXxXxXxXxXxX",
|
||||
"xXxXxXxX 8 G.zX-X'.].].{.#X8XdXkXkXsX6XR.I.f.! xXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxX * n.lXyX+X}.b.]. X.XXX!.R.U.P.f.8.~ , xXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxX O e.gXgX=X[.x.c.l.k.r.6.8.8.8.` J v s xXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxX 7 ` <XlXyX Xx.j.h.w.q.w.4.` E 9 X c x . xXxXxXxX",
|
||||
"xXxXxXxXxXxXxX % e Q !.gXjX;X{.b.b.c.l.0.^ H O @ v c xXxXxX",
|
||||
"xXxXxXxXxXxXxXxX 1 p F 7.-XjXaX;X+X'.z.1.>.t xX h P L xXxX",
|
||||
"xXxXxXxXxXxXxXxX o 2 u n T r.;XjXaX-XB.,.A xXxXxXk ..' M xXxX",
|
||||
"xXxXxXxXxXxXxXxXxX o < t p b F 3.&XgXjX,Xp.I g 0 j +.u.{ X.0 xX",
|
||||
"xXxXxXxXxXxXxXxXxXxX $ < 6 6 6 e I n.iXlXaX1XL.H.Z.a.*.*.| ",
|
||||
"xXxXxXxXxXxXxXxXxXxXxX . w o.G.2XpX1X:XA.C.a.i.: ",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxX O a _ n.K.~.J.Z.&.+ ",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX + w i w O ",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX ",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX"
|
||||
};
|
@ -0,0 +1,200 @@
|
||||
/* XPM */
|
||||
static char *kpat-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 178 2",
|
||||
" c black",
|
||||
". c #000007",
|
||||
"X c #060606",
|
||||
"o c #26262A",
|
||||
"O c #2B2F2F",
|
||||
"+ c #2D2D31",
|
||||
"@ c #2D2F31",
|
||||
"# c #2F2F31",
|
||||
"$ c #2E2E33",
|
||||
"% c #2F2F33",
|
||||
"& c #2F3134",
|
||||
"* c #333338",
|
||||
"= c #38383C",
|
||||
"- c #3A3A3C",
|
||||
"; c #3B3B3F",
|
||||
": c #3C3C3C",
|
||||
"> c #3D3D3F",
|
||||
", c #3D3F3F",
|
||||
"< c #3F3F42",
|
||||
"1 c #434343",
|
||||
"2 c #424244",
|
||||
"3 c #434549",
|
||||
"4 c #44444A",
|
||||
"5 c #474749",
|
||||
"6 c #47474A",
|
||||
"7 c #47474C",
|
||||
"8 c #464D4D",
|
||||
"9 c #4B4B4D",
|
||||
"0 c #4A4A4E",
|
||||
"q c #4B4B4F",
|
||||
"w c #484D4F",
|
||||
"e c #4B4D4D",
|
||||
"r c #4D4D4F",
|
||||
"t c #4F4F51",
|
||||
"y c #4F4F52",
|
||||
"u c #4D5454",
|
||||
"i c #535355",
|
||||
"p c #646C74",
|
||||
"a c #6A6B78",
|
||||
"s c #6F6F7B",
|
||||
"d c #668ED8",
|
||||
"f c #7798CB",
|
||||
"g c #7B96CD",
|
||||
"h c #BE7461",
|
||||
"j c #C07A6D",
|
||||
"k c #C77B79",
|
||||
"l c #88719F",
|
||||
"z c #977FB2",
|
||||
"x c #A7798E",
|
||||
"c c #BE806D",
|
||||
"v c #CFB828",
|
||||
"b c #D38577",
|
||||
"n c #D4906E",
|
||||
"m c #CDC636",
|
||||
"M c #9898A7",
|
||||
"N c #9E9CA7",
|
||||
"B c #9E9FA7",
|
||||
"V c #9B9CA8",
|
||||
"C c #9E9FA8",
|
||||
"Z c #A38D96",
|
||||
"A c #A69A9C",
|
||||
"S c #A09FA7",
|
||||
"D c #AE97AB",
|
||||
"F c #A9A6A8",
|
||||
"G c #AAABAB",
|
||||
"H c #ABABAD",
|
||||
"J c #A6A8B0",
|
||||
"K c #A7A8B0",
|
||||
"L c #A8A8B1",
|
||||
"P c #B1B1B4",
|
||||
"I c #B1B1B9",
|
||||
"U c #BCBDBA",
|
||||
"Y c #9B8FC7",
|
||||
"T c #88A5E0",
|
||||
"R c #B7ACCB",
|
||||
"E c #B7BCC0",
|
||||
"W c #BCBEC4",
|
||||
"Q c #BDC0AC",
|
||||
"! c #B7C8BB",
|
||||
"~ c #BDC1C7",
|
||||
"^ c #BEC1CA",
|
||||
"/ c #BCCBEF",
|
||||
"( c #C3ADBF",
|
||||
") c #E5A7AA",
|
||||
"_ c #EEA5AE",
|
||||
"` c #E5BBC1",
|
||||
"' c #F4BDC4",
|
||||
"] c #FABAC1",
|
||||
"[ c #C4C79D",
|
||||
"{ c #C4C79F",
|
||||
"} c #D7D894",
|
||||
"| c #D9D694",
|
||||
" . c #D2D5A4",
|
||||
".. c #C1C1C4",
|
||||
"X. c #C3C4C5",
|
||||
"o. c #C5C5C7",
|
||||
"O. c #C0C0CA",
|
||||
"+. c #C3C2CE",
|
||||
"@. c #C3C4C9",
|
||||
"#. c #C4C4C9",
|
||||
"$. c #C5C5C8",
|
||||
"%. c #C6C7C9",
|
||||
"&. c #CFC7CC",
|
||||
"*. c #CACBCF",
|
||||
"=. c #CECED3",
|
||||
"-. c #C7D2D8",
|
||||
";. c #CFD7D3",
|
||||
":. c #C9D9D3",
|
||||
">. c #D0C8CD",
|
||||
",. c #D3DDC9",
|
||||
"<. c #D4D3D6",
|
||||
"1. c #D4D3D9",
|
||||
"2. c #D7DAD6",
|
||||
"3. c #D7D9DB",
|
||||
"4. c #D9D9DD",
|
||||
"5. c #C2D2F1",
|
||||
"6. c #C7D5F0",
|
||||
"7. c #D6DAE8",
|
||||
"8. c #DCDEE2",
|
||||
"9. c #DFDFE3",
|
||||
"0. c #DDDDF0",
|
||||
"q. c #DFE3E6",
|
||||
"w. c #E1C7CD",
|
||||
"e. c #E9CED3",
|
||||
"r. c #F1C5CB",
|
||||
"t. c #FBC4CA",
|
||||
"y. c #E1DCE1",
|
||||
"u. c #E2DCE0",
|
||||
"i. c #E1E1E4",
|
||||
"p. c #E0E1E7",
|
||||
"a. c #E0E2E5",
|
||||
"s. c #E2E2E4",
|
||||
"d. c #E3E4E6",
|
||||
"f. c #E4E4E5",
|
||||
"g. c gray90",
|
||||
"h. c #E5E5E7",
|
||||
"j. c #E1E1EF",
|
||||
"k. c #E0E6E9",
|
||||
"l. c #E1E7EA",
|
||||
"z. c #E3E7EC",
|
||||
"x. c #E6E6E9",
|
||||
"c. c #E4E8EA",
|
||||
"v. c #E8E9EC",
|
||||
"b. c #E9E9EC",
|
||||
"n. c #EAE8ED",
|
||||
"m. c #EBE8EF",
|
||||
"M. c #EBECEE",
|
||||
"N. c #ECECEE",
|
||||
"B. c #ECECEF",
|
||||
"V. c #E2E1F2",
|
||||
"C. c #E2E6F0",
|
||||
"Z. c #EFEFF1",
|
||||
"A. c #EFEFF2",
|
||||
"S. c #EBECF9",
|
||||
"D. c #ECEEF9",
|
||||
"F. c #F2EDEF",
|
||||
"G. c #F1F1F1",
|
||||
"H. c #F0F0F2",
|
||||
"J. c #F1F2F4",
|
||||
"K. c #F3F3F5",
|
||||
"L. c #F3F6F5",
|
||||
"P. c #F7F5F3",
|
||||
"I. c #F4F4F5",
|
||||
"U. c #F4F4F6",
|
||||
"Y. c #F4F4F7",
|
||||
"T. c #F5F5F7",
|
||||
"R. c #F0F0F9",
|
||||
"E. c #F7F7F9",
|
||||
"W. c #F7F8F9",
|
||||
"Q. c #F8F8FA",
|
||||
"!. c #F9F9FB",
|
||||
"~. c #FAFAFC",
|
||||
"^. c #FCFCFD",
|
||||
"/. c #FCFCFE",
|
||||
"(. c #FDFDFE",
|
||||
"). c #FDFFFF",
|
||||
"_. c gray100",
|
||||
"`. c None",
|
||||
/* pixels */
|
||||
"`.`.O A F G G P ..X.o.%.o., `.`.",
|
||||
"`.`.u t.e.c.n.B.B.A.H.U.^.i `.`.",
|
||||
"`.`.w r.` k.s.f.f.d.s.x.U.y `.`.",
|
||||
"`.`.8 ' Z S N M M N B C =.r `.`.",
|
||||
"`.`.w >.&.F.n.V.0.p.d.x.K.9 `.`.",
|
||||
"`.`.y W K P U [ [ U O.@.L.9 `.`.",
|
||||
"`.`.5 U.=.s E ! ,.:.C.<.Y.9 `.`.",
|
||||
"`.`.1 ^.s.L.5.T g Y Z.4.Y.r `.`.",
|
||||
"`.`.3 ^.y._ w.D v b ;.8.W.t `.`.",
|
||||
"`.`.1 ^.y.x h n h k ( s.W.9 `.`.",
|
||||
"`.`., ^.z.p h m l ) t.l.W.5 `.`.",
|
||||
"`.`.< ^.C.R z f d / P.x.^.5 `.`.",
|
||||
"`.`.; ^.s.6.-.+.~ ~ a 4.Y.4 `.`.",
|
||||
"`.`., ^.n.7. .} } 2.1.o.J = `.`.",
|
||||
"`.`.* B.E.H.Y.D.S.A.U.8.K $ `.`.",
|
||||
"`.`.X $ & $ $ # # $ $ $ o . `.`."
|
||||
};
|
@ -0,0 +1,258 @@
|
||||
/* XPM */
|
||||
static char *kpat[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 220 2",
|
||||
" c black",
|
||||
". c #1A1A1D",
|
||||
"X c #101125",
|
||||
"o c #1D1D21",
|
||||
"O c #1E1F32",
|
||||
"+ c gray14",
|
||||
"@ c #393227",
|
||||
"# c #353546",
|
||||
"$ c #6A3C46",
|
||||
"% c #46464A",
|
||||
"& c #4C4C4F",
|
||||
"* c #4D4D53",
|
||||
"= c #4B4C5B",
|
||||
"- c #505156",
|
||||
"; c #525358",
|
||||
": c #5D5E62",
|
||||
"> c #595A68",
|
||||
", c #5E6062",
|
||||
"< c #5E6370",
|
||||
"1 c #6B5C6E",
|
||||
"2 c #6B7C5A",
|
||||
"3 c #606063",
|
||||
"4 c #63646B",
|
||||
"5 c #69696F",
|
||||
"6 c #6C6C74",
|
||||
"7 c #717176",
|
||||
"8 c #74747A",
|
||||
"9 c #77787C",
|
||||
"0 c #233C94",
|
||||
"q c #1C52AE",
|
||||
"w c #1952BA",
|
||||
"e c #124AC1",
|
||||
"r c #6E3E84",
|
||||
"t c #5F708F",
|
||||
"y c #5579AF",
|
||||
"u c #577CB8",
|
||||
"i c #757582",
|
||||
"p c #7D7D82",
|
||||
"a c #7C7E88",
|
||||
"s c #5B7EC2",
|
||||
"d c #7D8085",
|
||||
"f c #7C8598",
|
||||
"g c #6280CD",
|
||||
"h c #6B8DC7",
|
||||
"j c #6387D3",
|
||||
"k c #6E8CD2",
|
||||
"l c #708FD2",
|
||||
"z c #7090D7",
|
||||
"x c #7F9EDD",
|
||||
"c c #B63944",
|
||||
"v c #CB4245",
|
||||
"b c #CD446F",
|
||||
"n c #D74E6C",
|
||||
"m c #D85F73",
|
||||
"M c #E55665",
|
||||
"N c #F05B6A",
|
||||
"B c #FC5A69",
|
||||
"V c #EF6E6A",
|
||||
"C c #E56875",
|
||||
"Z c #EC7474",
|
||||
"A c #813780",
|
||||
"S c #9C4894",
|
||||
"D c #905486",
|
||||
"F c #807E87",
|
||||
"G c #937FA0",
|
||||
"H c #A65D8A",
|
||||
"J c #E67984",
|
||||
"K c #938E68",
|
||||
"L c #BC9D74",
|
||||
"P c #ABA076",
|
||||
"I c #B2D03C",
|
||||
"U c #CD8F57",
|
||||
"Y c #E69075",
|
||||
"T c #FC917A",
|
||||
"R c #F6BB69",
|
||||
"E c #C1C71B",
|
||||
"W c #C3C626",
|
||||
"Q c #C3CC25",
|
||||
"! c #C5CD2B",
|
||||
"~ c #CAC528",
|
||||
"^ c #D3D223",
|
||||
"/ c #DAD13A",
|
||||
"( c #FFDA0E",
|
||||
") c #EAE52F",
|
||||
"_ c #E0F220",
|
||||
"` c #FFE833",
|
||||
"' c #D7DD42",
|
||||
"] c #D5DC49",
|
||||
"[ c #DED543",
|
||||
"{ c #CFD76F",
|
||||
"} c #D9CC61",
|
||||
"| c #818286",
|
||||
" . c #83848A",
|
||||
".. c #858A8D",
|
||||
"X. c #898A8D",
|
||||
"o. c #8C8D93",
|
||||
"O. c #8E8F98",
|
||||
"+. c #8F9194",
|
||||
"@. c #8F909A",
|
||||
"#. c #909792",
|
||||
"$. c #93949A",
|
||||
"%. c #97989D",
|
||||
"&. c #99999E",
|
||||
"*. c #888CA6",
|
||||
"=. c #9B9BA1",
|
||||
"-. c #909BBB",
|
||||
";. c #BB8E98",
|
||||
":. c #A1A1A6",
|
||||
">. c #A3A4AA",
|
||||
",. c #AAAAAF",
|
||||
"<. c #A7A2B3",
|
||||
"1. c #ACACB3",
|
||||
"2. c #B4A3B4",
|
||||
"3. c #B0B2B5",
|
||||
"4. c #B4B5BC",
|
||||
"5. c #B6B8BE",
|
||||
"6. c #BBBDBC",
|
||||
"7. c #999AC7",
|
||||
"8. c #87A1DC",
|
||||
"9. c #9DA1CC",
|
||||
"0. c #9CABCF",
|
||||
"q. c #98AEDC",
|
||||
"w. c #8AA6E3",
|
||||
"e. c #93AAE6",
|
||||
"r. c #9BB4EA",
|
||||
"t. c #A1A3D1",
|
||||
"y. c #A9ABD9",
|
||||
"u. c #A0BBCF",
|
||||
"i. c #B3BAC3",
|
||||
"p. c #BBBCC2",
|
||||
"a. c #BEBEC8",
|
||||
"s. c #A3B7EB",
|
||||
"d. c #ADBDE5",
|
||||
"f. c #BCBEE0",
|
||||
"g. c #B0C19D",
|
||||
"h. c #BDC3AB",
|
||||
"j. c #BDCBA3",
|
||||
"k. c #BCC9AD",
|
||||
"l. c #BDC5C5",
|
||||
"z. c #BCC4CC",
|
||||
"x. c #ADC1EB",
|
||||
"c. c #BCC9E5",
|
||||
"v. c #BBC9EB",
|
||||
"b. c #C88489",
|
||||
"n. c #C98D82",
|
||||
"m. c #CC9A9A",
|
||||
"M. c #DC8293",
|
||||
"N. c #C8AEA1",
|
||||
"B. c #C4AEBA",
|
||||
"V. c #CBB1AC",
|
||||
"C. c #C5B4BB",
|
||||
"Z. c #C5BEBE",
|
||||
"A. c #D3A5AD",
|
||||
"S. c #E28D8E",
|
||||
"D. c #EC8F99",
|
||||
"F. c #FF939C",
|
||||
"G. c #E09CA0",
|
||||
"H. c #EF93A0",
|
||||
"J. c #F89CA5",
|
||||
"K. c #EFA38C",
|
||||
"L. c #EBA8AF",
|
||||
"P. c #E3A7B7",
|
||||
"I. c #FFB3A3",
|
||||
"U. c #C4B8CC",
|
||||
"Y. c #C2B7DC",
|
||||
"T. c #DAA7C5",
|
||||
"R. c #EBB4C4",
|
||||
"E. c #EFB8C0",
|
||||
"W. c #C0CEAB",
|
||||
"Q. c #C1C3C4",
|
||||
"!. c #C3C4CA",
|
||||
"~. c #C5C8CC",
|
||||
"^. c #C8C8CD",
|
||||
"/. c #C6CFD3",
|
||||
"(. c #CBCCD1",
|
||||
"). c #C6D2C1",
|
||||
"_. c #CCD2D4",
|
||||
"`. c #D2D1D4",
|
||||
"'. c #D4D4D9",
|
||||
"]. c #D6DDD2",
|
||||
"[. c #DAD9DB",
|
||||
"{. c #CDD6EE",
|
||||
"}. c #C2D2F4",
|
||||
"|. c #CBD5F3",
|
||||
" X c #CFDBF7",
|
||||
".X c #D2D9EB",
|
||||
"XX c #D9D3EF",
|
||||
"oX c #DBDCE2",
|
||||
"OX c #D0DAF1",
|
||||
"+X c #DEE0E9",
|
||||
"@X c #D7E1F7",
|
||||
"#X c #DEE3F9",
|
||||
"$X c #DFE9FA",
|
||||
"%X c #E0C5C9",
|
||||
"&X c #EFC2C8",
|
||||
"*X c #EBC8DD",
|
||||
"=X c #E4DBDE",
|
||||
"-X c #FCD2D6",
|
||||
";X c #FBD6DA",
|
||||
":X c #FDDFE3",
|
||||
">X c #E3E3E5",
|
||||
",X c #E7E7EA",
|
||||
"<X c #ECE6E8",
|
||||
"1X c #EAEAED",
|
||||
"2X c #E1E7F8",
|
||||
"3X c #E5EAF4",
|
||||
"4X c #E5E9F9",
|
||||
"5X c #EDEEF1",
|
||||
"6X c #EFF2F7",
|
||||
"7X c #EBF4FB",
|
||||
"8X c #F1E3E5",
|
||||
"9X c #F1EAED",
|
||||
"0X c #F9E9ED",
|
||||
"qX c #F0EFF3",
|
||||
"wX c #F2F2F3",
|
||||
"eX c #F5F6F8",
|
||||
"rX c #F3F9FC",
|
||||
"tX c #FBF4F6",
|
||||
"yX c #FDFDFE",
|
||||
"uX c None",
|
||||
/* pixels */
|
||||
"uXuXuXuXuXuX+ : < , , , 3 3 , 7 X.X.X.X.X.X.X.o.#.* uXuXuXuXuXuX",
|
||||
"uXuXuXuXuXuX| yX;XyXyXyXyXyXyXyXyXyXyXyXyXyXyXyXyX,. uXuXuXuXuX",
|
||||
"uXuXuXuXuX X.:XC <X1X1X1XwXwXwXwXwXwXeXeXeXyXyXyX>. uXuXuXuXuX",
|
||||
"uXuXuXuXuX ..-XJ C.l.!.~.~.^.^.`.(.(.`.`.(.`.[.[.:. uXuXuXuXuX",
|
||||
"uXuXuXuXuX | 9XL.=X1X1X1X1XwX5XqXwXwXwXwXqX,XwXeX:. uXuXuXuXuX",
|
||||
"uXuXuXuXuX .0XM &XrXwXwXwXwXwXwX1XqX5XqX1X1X1XyX:. uXuXuXuXuX",
|
||||
"uXuXuXuXuX p tXD.A.~.!.~.p.i.U.!.!.!.!.!.Q.3.[.wX:. uXuXuXuXuX",
|
||||
"uXuXuXuXuX d 0XN ;.'.%X%X(.y.7.7.t.y.!.[.`.5.<XeX:. uXuXuXuXuX",
|
||||
"uXuXuXuXuX F 1XC.=XwX8X<XwX5X1X,X1X1X5XwX9X1X^.[.=. uXuXuXuXuX",
|
||||
"uXuXuXuXuX .wX< [.eXwXwXwXwXwXwXwXwX6X5XwX9X,XyX=. uXuXuXuXuX",
|
||||
"uXuXuXuXuX .1X..1.^.(.(.p.6.p.i.3.3.5.Q.6.1.1XeX&. uXuXuXuXuX",
|
||||
"uXuXuXuXuX .oX< ,.5.:.1.l.! ] { ' ! i.oX'.p.1XyX&. uXuXuXuXuX",
|
||||
"uXuXuXuXuX p yX1X(.6 X # oXg.j.).k.k.4X3X>X!.1XyX&. uXuXuXuXuX",
|
||||
"uXuXuXuXuX p yXyX(.'.a 1.2Xe.s.4X#X|.3X3X>XQ.wXyX=. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 9 yXeX^.qXyXyX.Xl v. Xd.l d.6X,X!.wXyX&. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 9 yXyX^.1XyX3X8.x h g w r R.rX,X~.wXyX&. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 8 yXyX^.1XR.9X4XXXG E W T *XrX5X~.wXyX&. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 7 yXyX/.E.B m.N.G.H _ ( Z K h.5X(.eXyX&. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 7 yXyX(.P.n n.K.L b P L v *.u.5X(.eXyX$. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 7 yXyX`.0.q.1 c R U S G Y M.T.wX(.yXyX$. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 7 yXyX'.#.2 @ H.` I 1 J N.V F.rX(.yXyX$. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 7 yXyX[.-.t $ I.) I 0 Y.eXJ.-XwX`.yXyX$. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 5 yXyX`.c.9.m D q g s e z eXyXeX`.yXyXO. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 5 yXyX`.c.}.z.g 8. XXXj v.yXeXeX'.yXyXO. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 6 yXyX`.c.x.wX}.v.$Xx.r.4X=.> `.[.yXyXO. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 5 yXyX`.c.x.rXZ.2.U.B.<.6X= O O.>XeXyXo. uXuXuXuXuX",
|
||||
"uXuXuXuXuX 4 yXyX^.oX{._.W / } [ ^ ].oX'.oX(.i 4.F uXuXuXuXuX",
|
||||
"uXuXuXuXuX 4 eXyX>X`.[.~.Q.~.~.z.l.~.[.[.'.oX=.Q.7 uXuXuXuXuX",
|
||||
"uXuXuXuXuX 4 eXyXyXyXyXyXyXyXyXyXyXyXyXyXyXyXO.1.9 uXuXuXuXuX",
|
||||
"uXuXuXuXuX : 1XyXeXeXeXeXeXeXwXwXwXwXwXwXwXwX!.(.4 uXuXuXuXuX",
|
||||
"uXuXuXuXuX o - ; - ; - - * * * * * * * * * * * % . uXuXuXuXuX",
|
||||
"uXuXuXuXuX uXuXuXuXuX"
|
||||
};
|
@ -0,0 +1,150 @@
|
||||
/* XPM */
|
||||
static char *kpoker-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 128 2",
|
||||
" c black",
|
||||
". c gray1",
|
||||
"X c gray2",
|
||||
"o c #00000D",
|
||||
"O c gray3",
|
||||
"+ c #0C0C0C",
|
||||
"@ c #111111",
|
||||
"# c #111313",
|
||||
"$ c #1E1E1E",
|
||||
"% c #1E1F1F",
|
||||
"& c #031224",
|
||||
"* c #232323",
|
||||
"= c #272523",
|
||||
"- c gray17",
|
||||
"; c gray21",
|
||||
": c #3F3F3F",
|
||||
"> c #0C1E42",
|
||||
", c #142845",
|
||||
"< c #142E55",
|
||||
"1 c #102A5A",
|
||||
"2 c #164170",
|
||||
"3 c #225B7C",
|
||||
"4 c #494242",
|
||||
"5 c #4A4441",
|
||||
"6 c #4B4B4B",
|
||||
"7 c gray30",
|
||||
"8 c #505050",
|
||||
"9 c gray36",
|
||||
"0 c #5D5D5D",
|
||||
"q c gray37",
|
||||
"w c #605856",
|
||||
"e c #645B58",
|
||||
"r c gray38",
|
||||
"t c gray40",
|
||||
"y c DimGray",
|
||||
"u c #6D6D6D",
|
||||
"i c #766F6F",
|
||||
"p c #786161",
|
||||
"a c #727272",
|
||||
"s c gray45",
|
||||
"d c #767676",
|
||||
"f c gray50",
|
||||
"g c #0C478E",
|
||||
"h c #1362B1",
|
||||
"j c #245C96",
|
||||
"k c #2C5390",
|
||||
"l c #3F71C3",
|
||||
"z c #3D84A6",
|
||||
"x c #2083CC",
|
||||
"c c #24A5F2",
|
||||
"v c #26BCFB",
|
||||
"b c #30BCFF",
|
||||
"n c #3AC8FF",
|
||||
"m c #3BCFFF",
|
||||
"M c #3CCDFF",
|
||||
"N c #34E0FF",
|
||||
"B c #39E6FF",
|
||||
"V c #4E92AA",
|
||||
"C c #469BEE",
|
||||
"Z c #59B7FE",
|
||||
"A c #59B9FF",
|
||||
"S c #55E6FF",
|
||||
"D c #DC0A0A",
|
||||
"F c #E55858",
|
||||
"G c #E85C5C",
|
||||
"H c #E87979",
|
||||
"J c gray52",
|
||||
"K c #898989",
|
||||
"L c #8B8B8B",
|
||||
"P c gray55",
|
||||
"I c #8E8E8E",
|
||||
"U c #939393",
|
||||
"Y c #9B9B9B",
|
||||
"T c #B6A3A3",
|
||||
"R c #BCBEBE",
|
||||
"E c #C4BCBC",
|
||||
"W c #EB8787",
|
||||
"Q c #EC8080",
|
||||
"! c #EA8F8F",
|
||||
"~ c #EDBCBC",
|
||||
"^ c #F9B4B4",
|
||||
"/ c #C0C0C0",
|
||||
"( c #C1C1C1",
|
||||
") c #C3C4C4",
|
||||
"_ c #C5C5C5",
|
||||
"` c #C8C8C8",
|
||||
"' c gray79",
|
||||
"] c #CACACA",
|
||||
"[ c #D4C2C2",
|
||||
"{ c #D2CCC5",
|
||||
"} c #D3CFC8",
|
||||
"| c #D5D0CC",
|
||||
" . c #D8D7D6",
|
||||
".. c #DDDAD6",
|
||||
"X. c #D8DADB",
|
||||
"o. c #E7DEDE",
|
||||
"O. c #EAD9D9",
|
||||
"+. c #F9DCDC",
|
||||
"@. c gray89",
|
||||
"#. c #E5EAEA",
|
||||
"$. c gray91",
|
||||
"%. c #E9E9E9",
|
||||
"&. c #EAEAEA",
|
||||
"*. c #EBECEC",
|
||||
"=. c #ECECEC",
|
||||
"-. c gray93",
|
||||
";. c #EEEEEE",
|
||||
":. c #EEEFEF",
|
||||
">. c #EFEFEF",
|
||||
",. c #EDF0F0",
|
||||
"<. c #EDF1F1",
|
||||
"1. c #EFF0F0",
|
||||
"2. c #EFF5F5",
|
||||
"3. c #F4E6E6",
|
||||
"4. c gray94",
|
||||
"5. c #F4F4F4",
|
||||
"6. c gray96",
|
||||
"7. c #F5F6F6",
|
||||
"8. c #F6F6F6",
|
||||
"9. c gray97",
|
||||
"0. c #F6F9F9",
|
||||
"q. c #F8F7F7",
|
||||
"w. c #F8F8F8",
|
||||
"e. c #FAFDFD",
|
||||
"r. c #FDFCFC",
|
||||
"t. c #FEFFFF",
|
||||
"y. c gray100",
|
||||
"u. c None",
|
||||
/* pixels */
|
||||
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
|
||||
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
|
||||
"4 p i d s s s s s s 9 < l k o ",
|
||||
"T ^ O.,.>.;.;.;.>.8..., C Z A j ",
|
||||
"R #.) ) R ) R ) R @.{ 2 b n m x ",
|
||||
"_ &.R 8.! H 3.0.R &.} 1 v B N h ",
|
||||
"_ >.R q.F D W y._ ;.| > c S M g ",
|
||||
"_ >.R y.H G +.y.) >. .X 3 V z & ",
|
||||
"' ;._ R R ) ) R R 8.X.# 5 e w = ",
|
||||
"' 8.&.&.;.&.&.>.o.~ [ % 7 9 9 ; ",
|
||||
"R ) ) E ) R R R R R E # 6 u u - ",
|
||||
"' y.q.q.q.q.8.8.>.5._ + : f s $ ",
|
||||
"s Y U I I I L L J J y * r 8 O ",
|
||||
" u. ",
|
||||
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.",
|
||||
"u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u."
|
||||
};
|
@ -0,0 +1,170 @@
|
||||
/* XPM */
|
||||
static char *kpoker[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 132 2",
|
||||
" c #000000",
|
||||
". c #020008",
|
||||
"X c #0A0A0A",
|
||||
"o c #080A13",
|
||||
"O c #131313",
|
||||
"+ c #191919",
|
||||
"@ c #000B21",
|
||||
"# c #020F3E",
|
||||
"$ c #00102C",
|
||||
"% c #202020",
|
||||
"& c #2D2D2D",
|
||||
"* c #32312F",
|
||||
"= c #343434",
|
||||
"- c #3B3A39",
|
||||
"; c #061F48",
|
||||
": c #03156F",
|
||||
"> c #041D6C",
|
||||
", c #082048",
|
||||
"< c #0F2754",
|
||||
"1 c #112B5D",
|
||||
"2 c #032261",
|
||||
"3 c #09307F",
|
||||
"4 c #1E3867",
|
||||
"5 c #355067",
|
||||
"6 c #3F5D6F",
|
||||
"7 c #434343",
|
||||
"8 c #4E4E4E",
|
||||
"9 c #535353",
|
||||
"0 c #5B5B5B",
|
||||
"q c #595E60",
|
||||
"w c #596364",
|
||||
"e c #596669",
|
||||
"r c #635E5C",
|
||||
"t c #62605F",
|
||||
"y c #636363",
|
||||
"u c gray42",
|
||||
"i c #727373",
|
||||
"p c #7C7C7C",
|
||||
"a c #052C84",
|
||||
"s c #063088",
|
||||
"d c #0B4484",
|
||||
"f c #0C4D9C",
|
||||
"g c #124186",
|
||||
"h c #1A56A4",
|
||||
"j c #0F64BD",
|
||||
"k c #1162A9",
|
||||
"l c #3D76C9",
|
||||
"z c #467DD4",
|
||||
"x c #1A81E6",
|
||||
"c c #2097F0",
|
||||
"v c #209CF7",
|
||||
"b c #3E8BE3",
|
||||
"n c #24A3F2",
|
||||
"m c #29ADF3",
|
||||
"M c #2CBBFB",
|
||||
"N c #32BCF6",
|
||||
"B c #37BFFF",
|
||||
"V c #2BC3FF",
|
||||
"C c #2ACBFF",
|
||||
"Z c #2ED0FF",
|
||||
"A c #30C1F6",
|
||||
"S c #35C1FE",
|
||||
"D c #36CBFA",
|
||||
"F c #3CC6FF",
|
||||
"G c #35DFFF",
|
||||
"H c #32E2FF",
|
||||
"J c #4794EF",
|
||||
"K c #5D99EF",
|
||||
"L c #42B3DA",
|
||||
"P c #4AB5FD",
|
||||
"I c #4ABBFD",
|
||||
"U c #55A9F2",
|
||||
"Y c #59A7F4",
|
||||
"T c #5AACF9",
|
||||
"R c #629EF3",
|
||||
"E c #45C1EB",
|
||||
"W c #46CDFF",
|
||||
"Q c #4CD2FF",
|
||||
"! c #51D8FF",
|
||||
"~ c #4CE3FE",
|
||||
"^ c #5AEBFF",
|
||||
"/ c #DE1B1B",
|
||||
"( c #DF2222",
|
||||
") c #E02A2A",
|
||||
"_ c #E03030",
|
||||
"` c #E44E4E",
|
||||
"' c #E45858",
|
||||
"] c #E86464",
|
||||
"[ c #E86E6E",
|
||||
"{ c #E77B7B",
|
||||
"} c #EA7272",
|
||||
"| c #838383",
|
||||
" . c gray55",
|
||||
".. c #919191",
|
||||
"X. c gray62",
|
||||
"o. c gray68",
|
||||
"O. c #B6B6B6",
|
||||
"+. c #BFB9B9",
|
||||
"@. c #C2BEBE",
|
||||
"#. c #D2BFBF",
|
||||
"$. c #DBBEBE",
|
||||
"%. c #EA8080",
|
||||
"&. c #EC9494",
|
||||
"*. c #F39B9B",
|
||||
"=. c #EFA2A2",
|
||||
"-. c #E8AEAE",
|
||||
";. c #EEB9B9",
|
||||
":. c #F1AAAA",
|
||||
">. c #F8A4A4",
|
||||
",. c #F0B0B0",
|
||||
"<. c #C6C6C6",
|
||||
"1. c #C8C8C7",
|
||||
"2. c #CCCCCC",
|
||||
"3. c #D1CFCF",
|
||||
"4. c #DDC2C2",
|
||||
"5. c #DCCECE",
|
||||
"6. c #D2D2D2",
|
||||
"7. c #DDD1D1",
|
||||
"8. c #DDDDDD",
|
||||
"9. c #DFE1E1",
|
||||
"0. c #F6C9C9",
|
||||
"q. c #FFD1D1",
|
||||
"w. c #E4E4E4",
|
||||
"e. c #EEE3E3",
|
||||
"r. c #ECECEC",
|
||||
"t. c #EDF4F4",
|
||||
"y. c #F3EEEE",
|
||||
"u. c #FBE4E4",
|
||||
"i. c #F3F3F3",
|
||||
"p. c #F5F9F9",
|
||||
"a. c #FCFCFC",
|
||||
"s. c None",
|
||||
/* pixels */
|
||||
"s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.",
|
||||
"s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.",
|
||||
"s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.",
|
||||
"s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.",
|
||||
"s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.",
|
||||
"s. s.s.s.@ 1 4 < s.s.",
|
||||
"7 5.4.$.5.8.8.8.8.8.6.8.8.6.6.8.6.6.6.6.6.X. s.1 z K R K l ; s.",
|
||||
"i q.%.{ -.t.r.r.r.r.r.r.i.r.y.r.i.r.i.i.a.6. ; J Y U U U T b $ ",
|
||||
"u a.w.@.3.3.3.2.3.2.2.6.3.3.3.3.3.3.1.8.a.1. h P P I I I I P d ",
|
||||
"| a.w.1.p.i.y.i.i.i.i.i.i.i.i.i.i.p.8.6.a.1.. j M B F F F S V f ",
|
||||
"..a.w.2.p.y.i.i.p.t.y.p.i.i.i.i.i.p.9.6.a.1. f C C C Z Z C V 3 ",
|
||||
"..a.r.6.p.i.i.p.;.' ` &.p.a.i.i.i.p.9.8.a.1. s M G G H H H n : ",
|
||||
"..a.r.6.p.p.i.p.[ / ( ( { y.p.p.p.p.e.8.a.1. s c D ~ ^ ~ A x > ",
|
||||
"..a.w.6.a.p.p.a.,._ ) ) ) *.a.p.p.a.e.8.a.<. 2 v S Q ! W N x # ",
|
||||
"..a.r.8.a.a.p.a.} / ( ) &.p.a.a.a.a.w.w.a.1. . k N E L E m d ",
|
||||
"..a.r.6.a.a.a.a.0.] ] -.a.a.a.a.a.a.w.w.a.1. o 6 w 0 e 5 . ",
|
||||
"..a.y.8.a.a.a.a.a.a.a.a.a.a.a.a.a.a.w.w.a.1. - r y r r r = ",
|
||||
"..a.i.8.a.a.a.a.a.a.a.a.a.a.a.a.a.a.9.r.a.<. + 9 0 0 r q r 9 O ",
|
||||
"..a.p.6.8.8.9.8.8.9.9.8.8.8.9.8.8.8.#.e.a.<. % 9 0 0 y 0 0 9 + ",
|
||||
"..a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.u.} *.>.@. + 7 8 9 0 0 9 8 + ",
|
||||
"..8.8.8.8.8.8.8.9.8.8.8.8.8.8.8.8.8.8.8.9.O. X 8 0 y u y y 8 X ",
|
||||
"..p.p.i.i.y.i.y.i.y.r.i.i.y.r.r.r.r.9.8.8.o. X & u p p | i = X ",
|
||||
" .8.8.8.8.8.8.8.8.8.8.8.8.8.8.9.8.8.8.8.8.o.. X & 8 i | p 0 = X ",
|
||||
"..a.a.a.p.p.p.a.p.a.p.p.p.i.i.i.r.r.e.w.w.o. & 9 u i i y & ",
|
||||
"= | . .| i i i i i i i i i u u u u u y y - = u p u - ",
|
||||
" X + X ",
|
||||
"s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s. s.s.",
|
||||
"s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.",
|
||||
"s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.",
|
||||
"s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.",
|
||||
"s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.",
|
||||
"s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s."
|
||||
};
|
@ -0,0 +1,221 @@
|
||||
/* XPM */
|
||||
static char *kreversi-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 199 2",
|
||||
" c black",
|
||||
". c #030400",
|
||||
"X c #091300",
|
||||
"o c #0F1A00",
|
||||
"O c #182C01",
|
||||
"+ c #1B2D07",
|
||||
"@ c #1E2A0B",
|
||||
"# c #232F09",
|
||||
"$ c #2A3613",
|
||||
"% c #393146",
|
||||
"& c #3F354C",
|
||||
"* c #2C4F00",
|
||||
"= c #334817",
|
||||
"- c #354D12",
|
||||
"; c #3A5F09",
|
||||
": c #384820",
|
||||
"> c #3F4F24",
|
||||
", c #3B6100",
|
||||
"< c #46385D",
|
||||
"1 c #425727",
|
||||
"2 c #4A5A2F",
|
||||
"3 c #40630A",
|
||||
"4 c #4C7111",
|
||||
"5 c #516F1D",
|
||||
"6 c #536534",
|
||||
"7 c #586F31",
|
||||
"8 c #5B7F23",
|
||||
"9 c #5D7E27",
|
||||
"0 c #5B7D2F",
|
||||
"q c #597331",
|
||||
"w c #5A7131",
|
||||
"e c #5A7331",
|
||||
"r c #607C31",
|
||||
"t c #4C4E4C",
|
||||
"y c #544E5F",
|
||||
"u c #504465",
|
||||
"i c #534765",
|
||||
"p c #554A68",
|
||||
"a c #5B5860",
|
||||
"s c #615F63",
|
||||
"d c #61517A",
|
||||
"f c #666E56",
|
||||
"g c #727179",
|
||||
"h c #7D7487",
|
||||
"j c #7C758B",
|
||||
"k c #548900",
|
||||
"l c #5B801F",
|
||||
"z c #519000",
|
||||
"x c #599104",
|
||||
"c c #5B9A00",
|
||||
"v c #5F9115",
|
||||
"b c #608B16",
|
||||
"n c #608D16",
|
||||
"m c #618F16",
|
||||
"M c #608D19",
|
||||
"N c #618D19",
|
||||
"B c #609609",
|
||||
"V c #629709",
|
||||
"C c #609805",
|
||||
"Z c #649F05",
|
||||
"A c #64990E",
|
||||
"S c #669E0C",
|
||||
"D c #619214",
|
||||
"F c #619315",
|
||||
"G c #629214",
|
||||
"H c #639316",
|
||||
"J c #639513",
|
||||
"K c #629415",
|
||||
"L c #619218",
|
||||
"P c #66921A",
|
||||
"I c #66901C",
|
||||
"U c #669A17",
|
||||
"Y c #6C9C1F",
|
||||
"T c #628233",
|
||||
"R c #618530",
|
||||
"E c #658334",
|
||||
"W c #668635",
|
||||
"Q c #688635",
|
||||
"! c #68853C",
|
||||
"~ c #698F36",
|
||||
"^ c #6B8C35",
|
||||
"/ c #69883E",
|
||||
"( c #6A9623",
|
||||
") c #719532",
|
||||
"_ c #719637",
|
||||
"` c #61A100",
|
||||
"' c #68A10C",
|
||||
"] c #6CA80B",
|
||||
"[ c #6FA613",
|
||||
"{ c #6DA11B",
|
||||
"} c #70A51F",
|
||||
"| c #74AA1C",
|
||||
" . c #77AD19",
|
||||
".. c #73B108",
|
||||
"X. c #75A924",
|
||||
"o. c #76AC22",
|
||||
"O. c #76AC23",
|
||||
"+. c #77AD22",
|
||||
"@. c #77A829",
|
||||
"#. c #7DAD2F",
|
||||
"$. c #7FAF2F",
|
||||
"%. c #7AA934",
|
||||
"&. c #7FB424",
|
||||
"*. c #7EB528",
|
||||
"=. c #718D45",
|
||||
"-. c #7E9C4D",
|
||||
";. c #7F965E",
|
||||
":. c #7E8176",
|
||||
">. c #817B89",
|
||||
",. c #8C7BA6",
|
||||
"<. c #80AC3B",
|
||||
"1. c #85BC26",
|
||||
"2. c #85BD2D",
|
||||
"3. c #81B333",
|
||||
"4. c #82B530",
|
||||
"5. c #88B53F",
|
||||
"6. c #8ABA36",
|
||||
"7. c #89BF34",
|
||||
"8. c #8DBB3B",
|
||||
"9. c #8B9F6B",
|
||||
"0. c #80A448",
|
||||
"q. c #82A748",
|
||||
"w. c #8AAD51",
|
||||
"e. c #8BAF52",
|
||||
"r. c #8CAB5D",
|
||||
"t. c #8DAC5C",
|
||||
"y. c #87B343",
|
||||
"u. c #86B344",
|
||||
"i. c #8CBA42",
|
||||
"p. c #8CB150",
|
||||
"a. c #8CB152",
|
||||
"s. c #8DB352",
|
||||
"d. c #90BD4B",
|
||||
"f. c #8CA168",
|
||||
"g. c #94B363",
|
||||
"h. c #95B563",
|
||||
"j. c #98B965",
|
||||
"k. c #9ABA65",
|
||||
"l. c #98B370",
|
||||
"z. c #9DB573",
|
||||
"x. c #9FB978",
|
||||
"c. c #A2BB77",
|
||||
"v. c #A3BE77",
|
||||
"b. c #8FCC2E",
|
||||
"n. c #8EC537",
|
||||
"m. c #8FC735",
|
||||
"M. c #90C53F",
|
||||
"N. c #92C04A",
|
||||
"B. c #99C84D",
|
||||
"V. c #98C553",
|
||||
"C. c #99C555",
|
||||
"Z. c #9CC357",
|
||||
"A. c #9CC161",
|
||||
"S. c #A0CB56",
|
||||
"D. c #A0CA5B",
|
||||
"F. c #A1C863",
|
||||
"G. c #A7C676",
|
||||
"H. c #AAC978",
|
||||
"J. c #ABD668",
|
||||
"K. c #AFD277",
|
||||
"L. c #929B82",
|
||||
"P. c #9486A8",
|
||||
"I. c #9DA986",
|
||||
"U. c #B1B2B2",
|
||||
"Y. c #B6B6B4",
|
||||
"T. c #AEC390",
|
||||
"R. c #BEDE8D",
|
||||
"E. c #BFE288",
|
||||
"W. c #C4D5A8",
|
||||
"Q. c #C4D5A9",
|
||||
"!. c #C5D8A7",
|
||||
"~. c #C6D9A7",
|
||||
"^. c #C5D8A8",
|
||||
"/. c #C8D7A9",
|
||||
"(. c #C8DCA9",
|
||||
"). c #C9DCA9",
|
||||
"_. c #C8DEA8",
|
||||
"`. c #CEDDB6",
|
||||
"'. c #CBE898",
|
||||
"]. c #CDE6A9",
|
||||
"[. c #CCE8A3",
|
||||
"{. c #D3EDAB",
|
||||
"}. c #D3DBC8",
|
||||
"|. c #D4D2D4",
|
||||
" X c #D9E6C3",
|
||||
".X c #D9E1CA",
|
||||
"XX c #E5F4CF",
|
||||
"oX c #EEFFD2",
|
||||
"OX c #F8FFD9",
|
||||
"+X c #E6EBE2",
|
||||
"@X c #EBE1F8",
|
||||
"#X c #F3EFF7",
|
||||
"$X c #F4EAFF",
|
||||
"%X c #FCEDFF",
|
||||
"&X c #FFF2FF",
|
||||
"*X c #FFFBFF",
|
||||
"=X c #FFFCFF",
|
||||
"-X c gray100",
|
||||
";X c None",
|
||||
/* pixels */
|
||||
";X;X;X;X;X;X;X;X;X;X;X;X;X;X;X;X",
|
||||
". / 7 w w e r 0 ) ^ W Q W R _ ",
|
||||
"+ OX!.(.(.].Q.Y.U.~.(.^.W.W.oXX ",
|
||||
"@ [.l.x.v.G.g >.h :.H.v.c.z.{.o ",
|
||||
"$ R.r.g.k.A.% a y t A.k.h.t.'.O ",
|
||||
": K.0.w.w.V.6 u p / C.s.a.0.'.# ",
|
||||
"> D.{ o.*.u.2.V ' n.y.o.A k J.= ",
|
||||
"1 n.;.L.%.] @..X`.{ ' %..XT.n.- ",
|
||||
"5 f.,.P.h c #X-X-X}.z -X-X-XXX* ",
|
||||
"R f i s < C $X-X-X|.V %X*X*X+X, ",
|
||||
"T I & d 2 ..f.-X&X-.` I.-X@Xp.4 ",
|
||||
"=.b.' ( 1.6. .P P &.8.[ v k n.~ ",
|
||||
"l O.| *.3.y.N.B.S.Z.d.i.4.X.#.8 ",
|
||||
", Y v v L K K K G G G v b M J 3 ",
|
||||
" ",
|
||||
";X;X;X;X;X;X;X;X;X;X;X;X;X;X;X;X"
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *kreversi[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #010E00",
|
||||
"X c #061800",
|
||||
"o c #0A1D00",
|
||||
"O c #0A1600",
|
||||
"+ c #0F2500",
|
||||
"@ c #112200",
|
||||
"# c #162B00",
|
||||
"$ c #192C00",
|
||||
"% c #211D26",
|
||||
"& c #213900",
|
||||
"* c #23350A",
|
||||
"= c #2E2E2D",
|
||||
"- c #323926",
|
||||
"; c #3C3547",
|
||||
": c #3B3052",
|
||||
"> c #244700",
|
||||
", c #2E5400",
|
||||
"< c #324C0A",
|
||||
"1 c #304A06",
|
||||
"2 c #315300",
|
||||
"3 c #395C01",
|
||||
"4 c #375606",
|
||||
"5 c #453B55",
|
||||
"6 c #445429",
|
||||
"7 c #436B03",
|
||||
"8 c #577B19",
|
||||
"9 c #4F6031",
|
||||
"0 c #5E7736",
|
||||
"q c #51495F",
|
||||
"w c #50504F",
|
||||
"e c #535352",
|
||||
"r c #5B5B5A",
|
||||
"t c #59585B",
|
||||
"y c #554F63",
|
||||
"u c #5D536F",
|
||||
"i c #5D694A",
|
||||
"p c #655F6F",
|
||||
"a c #645973",
|
||||
"s c #626E4F",
|
||||
"d c #616162",
|
||||
"f c #676073",
|
||||
"g c #6F7070",
|
||||
"h c #757476",
|
||||
"j c #7B7B7A",
|
||||
"k c #766C85",
|
||||
"l c #796F89",
|
||||
"z c #7C7784",
|
||||
"x c #7D7091",
|
||||
"c c #4A8A00",
|
||||
"v c #508700",
|
||||
"b c #55830C",
|
||||
"n c #578F00",
|
||||
"m c #588608",
|
||||
"M c #5C8D02",
|
||||
"N c #5A8416",
|
||||
"B c #5B8518",
|
||||
"V c #5D8B15",
|
||||
"C c #559000",
|
||||
"Z c #5A9203",
|
||||
"A c #5D920B",
|
||||
"S c #5D9B00",
|
||||
"D c #5F9013",
|
||||
"F c #5F8527",
|
||||
"G c #608F17",
|
||||
"H c #61950A",
|
||||
"J c #619D00",
|
||||
"K c #62990A",
|
||||
"L c #629313",
|
||||
"P c #629218",
|
||||
"I c #6A9B1B",
|
||||
"U c #689A16",
|
||||
"Y c #648928",
|
||||
"T c #658038",
|
||||
"R c #6B9924",
|
||||
"E c #6B9726",
|
||||
"W c #719D2C",
|
||||
"Q c #71933B",
|
||||
"! c #749B37",
|
||||
"~ c #6AA30E",
|
||||
"^ c #6CAA0B",
|
||||
"/ c #66A300",
|
||||
"( c #6CA414",
|
||||
") c #6EA41C",
|
||||
"_ c #6FA813",
|
||||
"` c #72AE0E",
|
||||
"' c #71A61D",
|
||||
"] c #71AB13",
|
||||
"[ c #75AB1B",
|
||||
"{ c #70A616",
|
||||
"} c #75B114",
|
||||
"| c #79B31B",
|
||||
" . c #74A22B",
|
||||
".. c #76AA21",
|
||||
"X. c #79AC27",
|
||||
"o. c #7BAC2C",
|
||||
"O. c #74A826",
|
||||
"+. c #7BA33C",
|
||||
"@. c #7EAC33",
|
||||
"#. c #7AA536",
|
||||
"$. c #7EB624",
|
||||
"%. c #7FB230",
|
||||
"&. c #6F8846",
|
||||
"*. c #758C4C",
|
||||
"=. c #749143",
|
||||
"-. c #778065",
|
||||
";. c #7CA340",
|
||||
":. c #7FA840",
|
||||
">. c #807591",
|
||||
",. c #80AE2E",
|
||||
"<. c #81AE35",
|
||||
"1. c #81AB3C",
|
||||
"2. c #80B32C",
|
||||
"3. c #86BC2D",
|
||||
"4. c #82B133",
|
||||
"5. c #83B13B",
|
||||
"6. c #8AB63D",
|
||||
"7. c #88BA34",
|
||||
"8. c #8BBC3B",
|
||||
"9. c #84B833",
|
||||
"0. c #808677",
|
||||
"q. c #8E9A7B",
|
||||
"w. c #899876",
|
||||
"e. c #849664",
|
||||
"r. c #83A64B",
|
||||
"t. c #82AB42",
|
||||
"y. c #85AC49",
|
||||
"u. c #89AD4D",
|
||||
"i. c #81A647",
|
||||
"p. c #86A952",
|
||||
"a. c #88AD50",
|
||||
"s. c #8BAC59",
|
||||
"d. c #84B140",
|
||||
"f. c #88B149",
|
||||
"g. c #8DBB41",
|
||||
"h. c #8AB548",
|
||||
"j. c #8CB251",
|
||||
"k. c #8FB05A",
|
||||
"l. c #90AF5C",
|
||||
"z. c #91BC46",
|
||||
"x. c #93BE4B",
|
||||
"c. c #91B45B",
|
||||
"v. c #97BE58",
|
||||
"b. c #95BA58",
|
||||
"n. c #90AE66",
|
||||
"m. c #94B465",
|
||||
"M. c #97B867",
|
||||
"N. c #98B666",
|
||||
"B. c #9AB966",
|
||||
"V. c #9DBD6A",
|
||||
"C. c #97B26C",
|
||||
"Z. c #9BB571",
|
||||
"A. c #9DB971",
|
||||
"S. c #95A974",
|
||||
"D. c #A0BE73",
|
||||
"F. c #A3BB7B",
|
||||
"G. c #A0B67C",
|
||||
"H. c #87C628",
|
||||
"J. c #8EC333",
|
||||
"K. c #92D22F",
|
||||
"L. c #96C250",
|
||||
"P. c #9CC353",
|
||||
"I. c #9DC953",
|
||||
"U. c #9CC35B",
|
||||
"Y. c #95C348",
|
||||
"T. c #9EC462",
|
||||
"R. c #A0C95B",
|
||||
"E. c #A4DC4A",
|
||||
"W. c #A9D95C",
|
||||
"Q. c #A7CE68",
|
||||
"!. c #A3CA65",
|
||||
"~. c #A4C373",
|
||||
"^. c #ADCC7C",
|
||||
"/. c #A6C278",
|
||||
"(. c #AAD16D",
|
||||
"). c #ACD173",
|
||||
"_. c #B2DF6A",
|
||||
"`. c #B0D27D",
|
||||
"'. c #ABE058",
|
||||
"]. c #B7E66C",
|
||||
"[. c #BCE57F",
|
||||
"{. c #C0E77F",
|
||||
"}. c #C4EF7E",
|
||||
"|. c #C3F377",
|
||||
" X c #848582",
|
||||
".X c #888987",
|
||||
"XX c #898889",
|
||||
"oX c #87858A",
|
||||
"OX c #8B8593",
|
||||
"+X c #8A8693",
|
||||
"@X c #908C97",
|
||||
"#X c #929889",
|
||||
"$X c #9283AD",
|
||||
"%X c #9B93A8",
|
||||
"&X c #9B8AB6",
|
||||
"*X c #98A684",
|
||||
"=X c #A6BD83",
|
||||
"-X c #A9BF85",
|
||||
";X c #A7B98A",
|
||||
":X c #AEB79D",
|
||||
">X c #ADBB98",
|
||||
",X c #B0BC9E",
|
||||
"<X c #ADB4A4",
|
||||
"1X c #B0B5A6",
|
||||
"2X c #B9B4C2",
|
||||
"3X c #A9C184",
|
||||
"4X c #AEC886",
|
||||
"5X c #AEC490",
|
||||
"6X c #B0C88C",
|
||||
"7X c #B5C69C",
|
||||
"8X c #B6CF90",
|
||||
"9X c #B9CC9C",
|
||||
"0X c #B5D386",
|
||||
"qX c #B8D688",
|
||||
"wX c #BBDB89",
|
||||
"eX c #B8D687",
|
||||
"rX c #BDD299",
|
||||
"tX c #BBCCA2",
|
||||
"yX c #BAC5A8",
|
||||
"uX c #BED1A3",
|
||||
"iX c #BCE283",
|
||||
"pX c #C6BFD1",
|
||||
"aX c #C3D89F",
|
||||
"sX c #C1C9B2",
|
||||
"dX c #C1D4A4",
|
||||
"fX c #C4DAA0",
|
||||
"gX c #C9DDAB",
|
||||
"hX c #C9D7B4",
|
||||
"jX c #C2E589",
|
||||
"kX c #C7EA8D",
|
||||
"lX c #D4E2BD",
|
||||
"zX c #D2E3B6",
|
||||
"xX c #D6F0AA",
|
||||
"cX c #CFCAD8",
|
||||
"vX c #CED6C0",
|
||||
"bX c #DBD9DD",
|
||||
"nX c #D8DED0",
|
||||
"mX c #DCECC0",
|
||||
"MX c #D9E6C4",
|
||||
"NX c #DEE2D9",
|
||||
"BX c #E4DCEE",
|
||||
"VX c #E4D9F7",
|
||||
"CX c #ECF8D8",
|
||||
"ZX c #E8E8E6",
|
||||
"AX c #ECECEC",
|
||||
"SX c #E7E7E6",
|
||||
"DX c #EDEAF2",
|
||||
"FX c #F3EBFD",
|
||||
"GX c #F3E3FF",
|
||||
"HX c #F0F1EF",
|
||||
"JX c #F3F9E9",
|
||||
"KX c #F3F3F3",
|
||||
"LX c #F6F8F5",
|
||||
"PX c #FDF2FF",
|
||||
"IX c #FEFDFE",
|
||||
"UX c #F6F5F6",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YX o X o o o o o o X + o o o o o o o o @ o o o o o o o X + YX",
|
||||
"YXN xX0X0XqXeXqXqXqXwXqXwXwXjXjXjXjXwXjXwXwXqXwXwX0X`.^.qXkX3 YX",
|
||||
"YXY JX7XtXyXtXtXtXtXtXtXuXuX,X<X<X7XaXdX9XdXdXtXtXtXtXtXhXCX, YX",
|
||||
"YXY MXG.=X=X=X=X-X3X-X4X4X X@X@X@X>.q.0X-X-X3X3X3X-X-X=X5XmX2 YX",
|
||||
"YX! zXZ.A.F.F.F.F././.^.-.>..X.X.XXXl S.^.F./.F.A.=XG.A.-XmX7 YX",
|
||||
"YX+.hXn.Z.Z.A.Z.A.A.A.~.r j j j j j f -.).A.A.A.A.A.V.Z.Z.lXb YX",
|
||||
"YXf.dXs.m.m.m.M.N.N.V.T.; w r d d r q s (.B.N.M.M.M.M.m.m.zXD YX",
|
||||
" j.9Xr.s.c.s.k.k.c.c.T.- q r w w r : 0 Q.c.k.m.c.k.k.s.s.gXI YX",
|
||||
" v.6X+.p.p.u.j.j.j.j.U.Q % a z z a - L.x.j.j.j.j.j.p.u.y.gXO.YX",
|
||||
" U.3X! i.i.y.f.y.f.f.h.I.Y - d d 6 @.L.f.f.h.h.y.f.y.i.;.uXX.YX",
|
||||
" !.D.W i.+.+.t.+.d.:.d.d.Y.8.E .J.x.d.d.d.d.d.t.1.:.:.#.rX2. ",
|
||||
" Q.M.E O.' ' ' X.@.@.@.@.X.^ _ _ _ @.@.4.@.@.' ~ A K U R 8X9. ",
|
||||
" (.b.S ! q.#Xw. .} o.@._ ) yXNXnX=XK ..@.@.S +.hXNXhXp.c 4XJ. ",
|
||||
". ).o.T &X%X%X%X$X=.} ~ .PXIXIXIXIXbXK [ S C.IXIXIXIXIX;Xh.Y. ",
|
||||
"o ].! x OX0..X0.OXx ( J bXIXKXKXKXLXIX;XS I PXIXKXKXHXIXIX-XH.O ",
|
||||
"@ ].*.y g h j h g u R ^ BXUXKXUXKXHXPXsXS u.PXHXKXKXLXHXFXyXH.$ ",
|
||||
"@ |.0 ; e t d r e 5 I ] cXDXZXHXAXSXFX:X/ +.VXZXAXHXAXZXVX>XK.$ ",
|
||||
"$ }.I = f e e e a = | ^ q.PXLXLXLXIXVX=.| I 1XPXLXLXKXPXcXr.E.$ ",
|
||||
"# {.7.> : l z >.5 7 J.$.m 2XIXIXIXPX#XH 7.[ 0 BXIXIXIXGX0 6.'.# ",
|
||||
"& iXo.] 7 6 i 6 N J.@.<.2.b e.yX:X&.H 7.<.6.{ 8 *XyX*X8 c T.W.& ",
|
||||
"2 iX .( 3.] ~ | 3.,.o.<.<.3.( Z Z [ 8.4.<.,.4.$.Z v n { ) v.W., ",
|
||||
"3 jXX.{ ..o.2.4.4.4.6.8.z.x.P.U.R.P.L.L.x.z.z.8.8.8.7.2.) U.].3 ",
|
||||
"< I V G G R E W #.#.y.f.k.b.B.T.~./.A.B.c.c.a.u.i.+.! E Y N U < ",
|
||||
"< ) D P P P L L A L A A Z Z Z Z Z C Z Z Z Z A A A A A L D V I 4 ",
|
||||
"* I N B B B B N B B N B B B B B B B B B B B B B B B B B V B I * ",
|
||||
" ",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX"
|
||||
};
|
@ -0,0 +1,228 @@
|
||||
/* XPM */
|
||||
static char *ksame-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 206 2",
|
||||
" c black",
|
||||
". c #0F0202",
|
||||
"X c #130600",
|
||||
"o c #160404",
|
||||
"O c #1F0806",
|
||||
"+ c #210808",
|
||||
"@ c #2A0C00",
|
||||
"# c #3B0F09",
|
||||
"$ c #4B1208",
|
||||
"% c #6D1911",
|
||||
"& c #7F0000",
|
||||
"* c #7A1D0F",
|
||||
"= c #7F2A00",
|
||||
"- c #8F2315",
|
||||
"; c #9E2D0F",
|
||||
": c #942615",
|
||||
"> c #9B2A17",
|
||||
", c #9C2B17",
|
||||
"< c #AD2E0C",
|
||||
"1 c #A72A13",
|
||||
"2 c #AD3D00",
|
||||
"3 c #B32B0B",
|
||||
"4 c #BC2E02",
|
||||
"5 c #BE3107",
|
||||
"6 c #BE340C",
|
||||
"7 c #B33111",
|
||||
"8 c #B03014",
|
||||
"9 c #B93715",
|
||||
"0 c #C62F00",
|
||||
"q c #C63302",
|
||||
"w c #C0380B",
|
||||
"e c #CF3B06",
|
||||
"r c #D23D01",
|
||||
"t c #D33D05",
|
||||
"y c red",
|
||||
"u c #D34505",
|
||||
"i c #DB4103",
|
||||
"p c #DB4300",
|
||||
"a c #DF4200",
|
||||
"s c #D94408",
|
||||
"d c #D24816",
|
||||
"f c #DA501A",
|
||||
"g c #C04423",
|
||||
"h c #C34B27",
|
||||
"j c #CE5B33",
|
||||
"k c #D55B2D",
|
||||
"l c #DB5925",
|
||||
"z c #D15F35",
|
||||
"x c #D7663A",
|
||||
"c c #DA6332",
|
||||
"v c #D8673A",
|
||||
"b c #E24600",
|
||||
"n c #E14604",
|
||||
"m c #E44600",
|
||||
"M c #E54700",
|
||||
"N c #E64800",
|
||||
"B c #E74B00",
|
||||
"V c #E74C00",
|
||||
"C c #E84B00",
|
||||
"Z c #ED4B00",
|
||||
"A c #EE4F00",
|
||||
"S c #E95500",
|
||||
"D c #EF5200",
|
||||
"F c #EC5207",
|
||||
"G c #E35313",
|
||||
"H c #E95913",
|
||||
"J c #F05200",
|
||||
"K c #F25200",
|
||||
"L c #F55302",
|
||||
"P c #F75000",
|
||||
"I c #F45402",
|
||||
"U c #F45701",
|
||||
"Y c #F55700",
|
||||
"T c #F65500",
|
||||
"R c #F05A00",
|
||||
"E c #F15806",
|
||||
"W c #F55B00",
|
||||
"Q c #F55907",
|
||||
"! c #FF5500",
|
||||
"~ c #F95800",
|
||||
"^ c #FA5A00",
|
||||
"/ c #F85906",
|
||||
"( c #FD5C02",
|
||||
") c #FF5F00",
|
||||
"_ c #FB6301",
|
||||
"` c #FF6100",
|
||||
"' c #FF6505",
|
||||
"] c #FF6008",
|
||||
"[ c #FF6608",
|
||||
"{ c #FB6B03",
|
||||
"} c #FE6800",
|
||||
"| c #FD6D01",
|
||||
" . c #FE6F07",
|
||||
".. c #FF6A0A",
|
||||
"X. c #FC6F08",
|
||||
"o. c #F46A17",
|
||||
"O. c #F66A15",
|
||||
"+. c #F1681B",
|
||||
"@. c #FF6C10",
|
||||
"#. c #FE7305",
|
||||
"$. c #FC700B",
|
||||
"%. c #FF7900",
|
||||
"&. c #FF7B00",
|
||||
"*. c #F97317",
|
||||
"=. c #FC7611",
|
||||
"-. c #FF7513",
|
||||
";. c #F87318",
|
||||
":. c #FF721B",
|
||||
">. c #F97C1E",
|
||||
",. c #E1632C",
|
||||
"<. c #EA7133",
|
||||
"1. c #EE7330",
|
||||
"2. c #F57222",
|
||||
"3. c #F77320",
|
||||
"4. c #F07428",
|
||||
"5. c #FC7821",
|
||||
"6. c #FF7E22",
|
||||
"7. c #FE7D25",
|
||||
"8. c #FF7F26",
|
||||
"9. c #FF7A31",
|
||||
"0. c #FE7F38",
|
||||
"q. c #FF8000",
|
||||
"w. c #FF8200",
|
||||
"e. c #FF8300",
|
||||
"r. c #FF8806",
|
||||
"t. c #FF8F18",
|
||||
"y. c #FF9500",
|
||||
"u. c #FF9600",
|
||||
"i. c #FF852A",
|
||||
"p. c #FC833A",
|
||||
"a. c #FF8B31",
|
||||
"s. c #FF8E34",
|
||||
"d. c #FD883C",
|
||||
"f. c #FF9724",
|
||||
"g. c #FF9F3D",
|
||||
"h. c #FFA100",
|
||||
"j. c #FFA200",
|
||||
"k. c #FFAB1E",
|
||||
"l. c #FFBC17",
|
||||
"z. c #FFAF28",
|
||||
"x. c #FFA230",
|
||||
"c. c #FFBE20",
|
||||
"v. c #FFB82F",
|
||||
"b. c #FFBB2C",
|
||||
"n. c #FFB13B",
|
||||
"m. c #FD8744",
|
||||
"M. c #FD8A45",
|
||||
"N. c #FF8E43",
|
||||
"B. c #FF9E4B",
|
||||
"V. c #FF9857",
|
||||
"C. c #FF9D54",
|
||||
"Z. c #FF995A",
|
||||
"A. c #FF9D58",
|
||||
"S. c #FFB844",
|
||||
"D. c #FFB355",
|
||||
"F. c #FFA168",
|
||||
"G. c #FFAD62",
|
||||
"H. c #FEA96B",
|
||||
"J. c #FEA774",
|
||||
"K. c #FFAB72",
|
||||
"L. c #FFB86F",
|
||||
"P. c #FFBB6C",
|
||||
"I. c #FFB37A",
|
||||
"U. c #FFBF73",
|
||||
"Y. c #FFB97F",
|
||||
"T. c #FFC817",
|
||||
"R. c #FFC81B",
|
||||
"E. c #FFD439",
|
||||
"W. c #FFCB48",
|
||||
"Q. c #FFCB4B",
|
||||
"!. c #FFCF4A",
|
||||
"~. c #FFC05C",
|
||||
"^. c #FFC35E",
|
||||
"/. c #FFC65C",
|
||||
"(. c #FFC65D",
|
||||
"). c #FFD94C",
|
||||
"_. c #FFDA4C",
|
||||
"`. c #FFDD4A",
|
||||
"'. c #FFDB54",
|
||||
"]. c #FFCF62",
|
||||
"[. c #FFC370",
|
||||
"{. c #FFC574",
|
||||
"}. c #FFC575",
|
||||
"|. c #FFCA76",
|
||||
" X c #FFD061",
|
||||
".X c #FFD262",
|
||||
"XX c #FFE447",
|
||||
"oX c #FFE550",
|
||||
"OX c #FFE058",
|
||||
"+X c #FFE956",
|
||||
"@X c #FFE95A",
|
||||
"#X c #FFBB8B",
|
||||
"$X c #FFC189",
|
||||
"%X c #FFC48E",
|
||||
"&X c #FFC48F",
|
||||
"*X c #FFCE8D",
|
||||
"=X c #FFC897",
|
||||
"-X c #FFC99C",
|
||||
";X c #FFD09C",
|
||||
":X c #FFD4A1",
|
||||
">X c #FFD5A4",
|
||||
",X c #FFD5AF",
|
||||
"<X c #FFDAB7",
|
||||
"1X c #FFEAC1",
|
||||
"2X c #FFE9C4",
|
||||
"3X c None",
|
||||
/* pixels */
|
||||
"3X3X3X3X! -.i.a.s.6.[ y 3X3X3X3X",
|
||||
"3X3X3X..8.C.Y.=X#XK.N.@.` 3X3X3X",
|
||||
"3X3X' :.Z.>X1X2X<X,X-XV.] ~ 3X3X",
|
||||
"3X( ( 0.F.I.$X%X%X;X:XJ.9.P W 3X",
|
||||
"y Y Q M.A.G.P.{.{.U.*XH.M.P A 3X",
|
||||
"~ Z Q d.B.D.(. X X(.|.L.p.Y M S ",
|
||||
"J N Y 7.g.S.!._._.Q.(.[.5.J a N ",
|
||||
"M n Y .f.v.E.XXoX'. X~.$.J i n ",
|
||||
"b s E } r.b.`.+X@X'.Q.n.=.F t p ",
|
||||
"V e H _ t.k.l.T.R.R.z.x.>.G q V ",
|
||||
"R q f o.#.e.y.j.u.y.&.$.4.d 4 & ",
|
||||
"3Xr 6 ,.o.{ %.w.r.%.{ +.l 3 u 3X",
|
||||
"3X! 5 9 c 1.3.;.;.2.<.k 7 w & 3X",
|
||||
"3X3X2 < 8 h c x x j g 1 ; = 3X3X",
|
||||
" @ $ * : , > - % # X ",
|
||||
" o + O . "
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *ksame[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #100403",
|
||||
"X c #190604",
|
||||
"o c #240A06",
|
||||
"O c #330000",
|
||||
"+ c #340D0B",
|
||||
"@ c #3C0F0C",
|
||||
"# c #3D100C",
|
||||
"$ c #4F140E",
|
||||
"% c #591B07",
|
||||
"& c #7F0000",
|
||||
"* c #661B15",
|
||||
"= c #7C220F",
|
||||
"- c #7B2116",
|
||||
"; c #88231A",
|
||||
": c #95261B",
|
||||
"> c #9C2613",
|
||||
", c #9C2917",
|
||||
"< c #98281B",
|
||||
"1 c #972618",
|
||||
"2 c #A2250E",
|
||||
"3 c #A6290E",
|
||||
"4 c #AB2A0B",
|
||||
"5 c #A22710",
|
||||
"6 c #A22912",
|
||||
"7 c #A82D11",
|
||||
"8 c #B52B06",
|
||||
"9 c #B22B08",
|
||||
"0 c #BA2C04",
|
||||
"q c #BC3206",
|
||||
"w c #BA330A",
|
||||
"e c #BF3F00",
|
||||
"r c #BA370C",
|
||||
"t c #B53815",
|
||||
"y c #BB4300",
|
||||
"u c #BA411F",
|
||||
"i c #BD4724",
|
||||
"p c #C32D00",
|
||||
"a c #C13104",
|
||||
"s c #CA3200",
|
||||
"d c #CD3B08",
|
||||
"f c #D43A00",
|
||||
"g c #D83D00",
|
||||
"h c #D03A04",
|
||||
"j c #FF3F00",
|
||||
"k c #CE4306",
|
||||
"l c #C74216",
|
||||
"z c #D64100",
|
||||
"x c #DC4200",
|
||||
"c c #D9450A",
|
||||
"v c #DB4C02",
|
||||
"b c #DF490A",
|
||||
"n c #DA4D14",
|
||||
"m c #D24A18",
|
||||
"M c #D45500",
|
||||
"N c #D8521F",
|
||||
"B c #C44C25",
|
||||
"V c #C6532D",
|
||||
"C c #C85A35",
|
||||
"Z c #C65733",
|
||||
"A c #D15325",
|
||||
"S c #DC5D2B",
|
||||
"D c #D25E33",
|
||||
"F c #DF602A",
|
||||
"G c #D2633A",
|
||||
"H c #DE6D3C",
|
||||
"J c #DA6536",
|
||||
"K c #E34500",
|
||||
"L c #E64902",
|
||||
"P c #E34C09",
|
||||
"I c #EA4B00",
|
||||
"U c #E45300",
|
||||
"Y c #EC5202",
|
||||
"T c #EA5709",
|
||||
"R c #E55B1D",
|
||||
"E c #E75713",
|
||||
"W c #F14E00",
|
||||
"Q c #FF4C00",
|
||||
"! c #F35300",
|
||||
"~ c #F55A00",
|
||||
"^ c #FB5500",
|
||||
"/ c #FB5C01",
|
||||
"( c #F15B09",
|
||||
") c #E05D25",
|
||||
"_ c #F76000",
|
||||
"` c #F56208",
|
||||
"' c #FC6301",
|
||||
"] c #FC630C",
|
||||
"[ c #FC6B00",
|
||||
"{ c #FD6B0B",
|
||||
"} c #F06412",
|
||||
"| c #F66A12",
|
||||
" . c #F36B1C",
|
||||
".. c #FF6C12",
|
||||
"X. c #FD6D19",
|
||||
"o. c #FE7300",
|
||||
"O. c #FE7B00",
|
||||
"+. c #FE760B",
|
||||
"@. c #FF7315",
|
||||
"#. c #FF741B",
|
||||
"$. c #FD7A13",
|
||||
"%. c #FE7B1C",
|
||||
"&. c #EB6D2D",
|
||||
"*. c #E96727",
|
||||
"=. c #E46C35",
|
||||
"-. c #E4733D",
|
||||
";. c #EA763B",
|
||||
":. c #EE7934",
|
||||
">. c #ED7432",
|
||||
",. c #F46F21",
|
||||
"<. c #F47426",
|
||||
"1. c #F2752C",
|
||||
"2. c #FF7727",
|
||||
"3. c #FE7C23",
|
||||
"4. c #FC7B2D",
|
||||
"5. c #FC7B33",
|
||||
"6. c #F17733",
|
||||
"7. c #D96D41",
|
||||
"8. c #DD7142",
|
||||
"9. c #E37542",
|
||||
"0. c #FF8200",
|
||||
"q. c #FF8C00",
|
||||
"w. c #FE8A1E",
|
||||
"e. c #FE8516",
|
||||
"r. c #FF9500",
|
||||
"t. c #FF9B00",
|
||||
"y. c #FF9E08",
|
||||
"u. c #FF920B",
|
||||
"i. c #FF9914",
|
||||
"p. c #FC8025",
|
||||
"a. c #FE832B",
|
||||
"s. c #FE8F27",
|
||||
"d. c #FF892E",
|
||||
"f. c #FB823B",
|
||||
"g. c #FF8C33",
|
||||
"h. c #FE8D3D",
|
||||
"j. c #FD8235",
|
||||
"k. c #FD922D",
|
||||
"l. c #FE9B29",
|
||||
"z. c #FF943A",
|
||||
"x. c #FF9634",
|
||||
"c. c #FFA300",
|
||||
"v. c #FFAA00",
|
||||
"b. c #FFA81D",
|
||||
"n. c #FFAF14",
|
||||
"m. c #FFB300",
|
||||
"M. c #FFB902",
|
||||
"N. c #FFB30C",
|
||||
"B. c #FFA129",
|
||||
"V. c #FFAA29",
|
||||
"C. c #FFA231",
|
||||
"Z. c #FFAB3B",
|
||||
"A. c #FFA735",
|
||||
"S. c #FFBD2B",
|
||||
"D. c #FFB124",
|
||||
"F. c #FFB334",
|
||||
"G. c #FFB63A",
|
||||
"H. c #FC8542",
|
||||
"J. c #FE8D46",
|
||||
"K. c #FF9344",
|
||||
"L. c #FE924A",
|
||||
"P. c #FF984B",
|
||||
"I. c #FE9452",
|
||||
"U. c #FE9658",
|
||||
"Y. c #FF9953",
|
||||
"T. c #FD995D",
|
||||
"R. c #FE9C62",
|
||||
"E. c #FFAE4F",
|
||||
"W. c #FFA346",
|
||||
"Q. c #FFA153",
|
||||
"!. c #FFA15E",
|
||||
"~. c #FFAB5B",
|
||||
"^. c #FFAC56",
|
||||
"/. c #FFB940",
|
||||
"(. c #FFBC4C",
|
||||
"). c #FFB348",
|
||||
"_. c #FFB75A",
|
||||
"`. c #FFB958",
|
||||
"'. c #FFBA53",
|
||||
"]. c #FFA163",
|
||||
"[. c #FFA46A",
|
||||
"{. c #FFA969",
|
||||
"}. c #FFAB73",
|
||||
"|. c #FEA573",
|
||||
" X c #FFBC64",
|
||||
".X c #FFB567",
|
||||
"XX c #FFB373",
|
||||
"oX c #FFB37D",
|
||||
"OX c #FFBA73",
|
||||
"+X c #FFB87B",
|
||||
"@X c #FFCC2B",
|
||||
"#X c #FFC62A",
|
||||
"$X c #FFC135",
|
||||
"%X c #FFCA3C",
|
||||
"&X c #FFCA34",
|
||||
"*X c #FFD42A",
|
||||
"=X c #FFD432",
|
||||
"-X c #FFD939",
|
||||
";X c #FFE03D",
|
||||
":X c #FFC041",
|
||||
">X c #FFCC44",
|
||||
",X c #FFC94E",
|
||||
"<X c #FFC15D",
|
||||
"1X c #FFC851",
|
||||
"2X c #FFCB5C",
|
||||
"3X c #FFC457",
|
||||
"4X c #FFD545",
|
||||
"5X c #FFD548",
|
||||
"6X c #FFDE41",
|
||||
"7X c #FFDD49",
|
||||
"8X c #FFD353",
|
||||
"9X c #FFD15D",
|
||||
"0X c #FFD954",
|
||||
"qX c #FFDE5E",
|
||||
"wX c #FFC662",
|
||||
"eX c #FFC46C",
|
||||
"rX c #FFCC66",
|
||||
"tX c #FFCB6F",
|
||||
"yX c #FFC37A",
|
||||
"uX c #FFC870",
|
||||
"iX c #FFCF7D",
|
||||
"pX c #FFD468",
|
||||
"aX c #FFD47D",
|
||||
"sX c #FFE34F",
|
||||
"dX c #FFE345",
|
||||
"fX c #FFE551",
|
||||
"gX c #FFE95D",
|
||||
"hX c #FFE758",
|
||||
"jX c #FFE365",
|
||||
"kX c #FFEC60",
|
||||
"lX c #FFBA80",
|
||||
"zX c #FFBA8B",
|
||||
"xX c #FFB589",
|
||||
"cX c #FFBB93",
|
||||
"vX c #FFC283",
|
||||
"bX c #FFC48C",
|
||||
"nX c #FFC593",
|
||||
"mX c #FFC299",
|
||||
"MX c #FFC898",
|
||||
"NX c #FFCA97",
|
||||
"BX c #FFD787",
|
||||
"VX c #FFD389",
|
||||
"CX c #FFD797",
|
||||
"ZX c #FFC6A4",
|
||||
"AX c #FFCDAB",
|
||||
"SX c #FFCBA7",
|
||||
"DX c #FFD0A1",
|
||||
"FX c #FFDBAC",
|
||||
"GX c #FFD7A9",
|
||||
"HX c #FFDDBA",
|
||||
"JX c #FFE0A0",
|
||||
"KX c #FFE3B3",
|
||||
"LX c #FFE3BD",
|
||||
"PX c #FFE9BA",
|
||||
"IX c #FFEBC2",
|
||||
"UX c #FFF1C9",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYX+.#.%.3.%.$.@.' YXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYX{ p.g.z.z.z.z.z.g.d.a.3...Q YXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYX/ 3.d.d.g.P.R.}.oXoX}.!.z.3.#.@.] YXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYX{ 3.3.a.Y.oXnXFXLXHXAXZXZXmXoXK.#...] Q YXYXYXYXYXYX",
|
||||
"YXYXYXYXYX{ #.#.4.[.MXFXPXIXUXHXAXAXmXcXxXxXR.#.' / ^ YXYXYXYXYX",
|
||||
"YXYXYXYX' ..] 2.R.}.GXPXPXPXIXIXIXLXLXKXFXDXzXR.../ ^ Y YXYXYXYX",
|
||||
"YXYXYX' ] / ] U.R.].}.zXbXnXNXNXnXnXnXHXPXMX}.|.J./ ^ ! YXYXYXYX",
|
||||
"YXYX^ / / ^ 4.U.U.].{.}.XX+X+XvXvXvXlXbXKXlX[.R.R.X.^ ! ! YXYXYX",
|
||||
"YXYX/ ^ ^ / H.I.U.!.{.{.XXOXyXyXyXyX+X+XCXCX].R.R.5.^ ! L Y YXYX",
|
||||
"YXd ! ! ^ ( H.I.I.Y.^..X XeXeXtXuXuXeX XyXJXXXY.T.5.^ ! L I YXYX",
|
||||
"YX/ I ! ! } f.K.P.Q.^._.wXwXrXrXrXrXrXwX XCXiXI.U.5.! ! L K YXYX",
|
||||
"YX! I I ! / j.h.K.W.E.'.3X2X2X9X9X9XwX3X_.iXVXQ.J.1.^ ! I x W YX",
|
||||
"YXI L I ! / 2.h.z.W.E.(.,X5X8X0X0X8X8X3X(.eXBX~.J.X.! Y L g I YX",
|
||||
"d L L I Y / { g.x.A./.:X>X5X7XdX7X7X5X>X/.wXaX Xa.' ! ! L f K YX",
|
||||
"K x K P Y / ' $.l.B.F.S.%X-X-X;XdX6X4X>X,XpXeXwX$./ ~ I L h x YX",
|
||||
"I f z P Y / [ o.e.B.F.S.@X-XdXfXhXgXjXjXpXrX2X).$.' ! I P h x YX",
|
||||
"Y f f E Y / ' o.0.u.b.$X7XhXgXgXgXgXgXqX9X1X/.Z.w./ ~ E b s f YX",
|
||||
"s f f n E ~ ' [ O.q.D.%X4X7XsXsXfXsX7X4X%XG.F.Z.s.~ ~ E c p f YX",
|
||||
"YXf s b R ~ _ [ +.V.F.S.#X@X*X*X=X-X&X&XS.G.A.A.k.` T N h p z YX",
|
||||
"YXx s f ) E ~ ' w.l.i.y.v.v.M.M.M.M.N.n.b.V.B.l.k.} R n s 0 U YX",
|
||||
"YXK p p n *.( { e.O.O.q.t.c.c.v.v.v.c.r.q.O.+.$.p.:.) d 0 0 YXYX",
|
||||
"YX; p p d F *.| ' [ O.0.q.r.t.t.t.t.r.q.0.o.[ ~ } ;.A s 9 0 YXYX",
|
||||
"YXYXf p p m =.&.` ' o.o.0.q.q.q.q.q.0.O.o.[ ~ } &.S d 0 4 U YXYX",
|
||||
"YXYXM 0 8 q A =.&.| _ [ [ O.O.0.O.O.o.o.[ ` .=.J l 0 3 r YXYXYX",
|
||||
"YXYXYXv 9 9 w A =.;.1.X.{ [ [ [ [ [ { | ,.>.9.G l 0 6 6 & YXYXYX",
|
||||
"YXYXYXYXk 2 4 w B J -.-.:.>.1.<.<.1.6.;.-.7.D d 9 5 6 v YXYXYXYX",
|
||||
"YXYXYXYXYXw 5 3 4 u V G 8.8.9.9.9.9.9.7.G B t 4 > , v YXYXYXYXYX",
|
||||
"YXYXYXYXYXYXk 5 7 3 3 t i V C C C Z B u 7 4 6 < , y YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYX% = 1 , 6 6 6 7 7 6 3 6 6 , : - % O YX YXYXYXYXYX",
|
||||
" o $ - ; : < < < : ; ; * # . ",
|
||||
"YX X + # # # @ o . ",
|
||||
"YXYX YX"
|
||||
};
|
@ -0,0 +1,231 @@
|
||||
/* XPM */
|
||||
static char *kshisen-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 209 2",
|
||||
" c black",
|
||||
". c #080400",
|
||||
"X c #110A03",
|
||||
"o c #6E4327",
|
||||
"O c #6A492F",
|
||||
"+ c #754A2D",
|
||||
"@ c #785234",
|
||||
"# c #875B3D",
|
||||
"$ c #925B36",
|
||||
"% c #925E39",
|
||||
"& c #99633D",
|
||||
"* c #9C653D",
|
||||
"= c #9C6741",
|
||||
"- c #9D6640",
|
||||
"; c #9F6943",
|
||||
": c #9F6B46",
|
||||
"> c #9E6D49",
|
||||
", c #A06B46",
|
||||
"< c #A16E49",
|
||||
"1 c #A16F4A",
|
||||
"2 c #A46F4C",
|
||||
"3 c #A6744E",
|
||||
"4 c #A77250",
|
||||
"5 c #A97652",
|
||||
"6 c #AA7553",
|
||||
"7 c #AA7A56",
|
||||
"8 c #AC7A56",
|
||||
"9 c #AE7855",
|
||||
"0 c #AD7D58",
|
||||
"q c #BB794A",
|
||||
"w c #BC7A4C",
|
||||
"e c #BE7C4D",
|
||||
"r c #BF7E4F",
|
||||
"t c #C17D4C",
|
||||
"y c #C37E4E",
|
||||
"u c #C57C4D",
|
||||
"i c #E87F55",
|
||||
"p c #8A9A3A",
|
||||
"a c #929640",
|
||||
"s c #979E43",
|
||||
"d c #9B9744",
|
||||
"f c #93A24B",
|
||||
"g c #92A14C",
|
||||
"h c #AF805C",
|
||||
"j c #B4815A",
|
||||
"k c #B9845F",
|
||||
"l c #A1A755",
|
||||
"z c #A0A857",
|
||||
"x c #B3A161",
|
||||
"c c #B8A061",
|
||||
"v c #C4804F",
|
||||
"b c #C6804F",
|
||||
"n c #C7814F",
|
||||
"m c #C58353",
|
||||
"M c #C68251",
|
||||
"N c #C78454",
|
||||
"B c #C88355",
|
||||
"V c #CC8959",
|
||||
"C c #CC8B5B",
|
||||
"Z c #CF8A58",
|
||||
"A c #CF8C5C",
|
||||
"S c #D08B58",
|
||||
"D c #C38F67",
|
||||
"F c #C59067",
|
||||
"G c #C5916A",
|
||||
"H c #C6916B",
|
||||
"J c #C39E60",
|
||||
"K c #CE9561",
|
||||
"L c #C89268",
|
||||
"P c #C8956C",
|
||||
"I c #D19060",
|
||||
"U c #D29161",
|
||||
"Y c #D49365",
|
||||
"T c #D59664",
|
||||
"R c #D7976A",
|
||||
"E c #D19B67",
|
||||
"W c #DD9764",
|
||||
"Q c #DB976A",
|
||||
"! c #DD9A65",
|
||||
"~ c #DF9967",
|
||||
"^ c #DA9B6A",
|
||||
"/ c #D8996C",
|
||||
"( c #D89B6E",
|
||||
") c #DE9A6B",
|
||||
"_ c #DF9F6E",
|
||||
"` c #DC9F72",
|
||||
"' c #DF9D70",
|
||||
"] c #C1A363",
|
||||
"[ c #D6AC7A",
|
||||
"{ c #DEA275",
|
||||
"} c #DFA277",
|
||||
"| c #DCA573",
|
||||
" . c #DEAC7A",
|
||||
".. c #D2B07F",
|
||||
"X. c #EE9856",
|
||||
"o. c #EA995F",
|
||||
"O. c #EE9A58",
|
||||
"+. c #F38949",
|
||||
"@. c #F48F4D",
|
||||
"#. c #F58E4D",
|
||||
"$. c #F1885C",
|
||||
"%. c #F5914E",
|
||||
"&. c #F39357",
|
||||
"*. c #F29456",
|
||||
"=. c #F79B56",
|
||||
"-. c #F59F5B",
|
||||
";. c #F89553",
|
||||
":. c #FA9852",
|
||||
">. c #FB9F5B",
|
||||
",. c #E98C63",
|
||||
"<. c #E19765",
|
||||
"1. c #E19967",
|
||||
"2. c #E59B65",
|
||||
"3. c #E19C69",
|
||||
"4. c #E29C69",
|
||||
"5. c #E29E6C",
|
||||
"6. c #E69F6D",
|
||||
"7. c #EB9E6C",
|
||||
"8. c #EC9E6C",
|
||||
"9. c #E09F72",
|
||||
"0. c #F59C72",
|
||||
"q. c #F99979",
|
||||
"w. c #F7B654",
|
||||
"e. c #F7B658",
|
||||
"r. c #FAB058",
|
||||
"t. c #E7A06D",
|
||||
"y. c #E3A072",
|
||||
"u. c #E0A376",
|
||||
"i. c #E2A575",
|
||||
"p. c #E7A270",
|
||||
"a. c #E6A676",
|
||||
"s. c #E0A478",
|
||||
"d. c #E1A579",
|
||||
"f. c #E3A77C",
|
||||
"g. c #E5AA7E",
|
||||
"h. c #E7AB7C",
|
||||
"j. c #E7AD7E",
|
||||
"k. c #EAA577",
|
||||
"l. c #EEA77A",
|
||||
"z. c #EEAA75",
|
||||
"x. c #E9A97A",
|
||||
"c. c #EDA87C",
|
||||
"v. c #FAAA6C",
|
||||
"b. c #FFA969",
|
||||
"n. c #FFA86A",
|
||||
"m. c #FBA17F",
|
||||
"M. c #F7B472",
|
||||
"N. c #F9B679",
|
||||
"B. c #FFB87B",
|
||||
"V. c #F9C05B",
|
||||
"C. c #F9CA5D",
|
||||
"Z. c #CEB780",
|
||||
"A. c #D1B381",
|
||||
"S. c #D0BA86",
|
||||
"D. c #D2BE92",
|
||||
"F. c #D4BC90",
|
||||
"G. c #EDAF82",
|
||||
"H. c #E6B286",
|
||||
"J. c #E9B386",
|
||||
"K. c #E6BB91",
|
||||
"L. c #F2AF82",
|
||||
"P. c #F7B082",
|
||||
"I. c #F6B78C",
|
||||
"U. c #F8B284",
|
||||
"Y. c #F0BA91",
|
||||
"T. c #F1BC96",
|
||||
"R. c #F3BC96",
|
||||
"E. c #F7BD92",
|
||||
"W. c #F7BC98",
|
||||
"Q. c #F8B595",
|
||||
"!. c #FABA92",
|
||||
"~. c #F8BB95",
|
||||
"^. c #FBBD94",
|
||||
"/. c #F9BF99",
|
||||
"(. c #EBC49B",
|
||||
"). c #F0C199",
|
||||
"_. c #F7C39D",
|
||||
"`. c #FBC29F",
|
||||
"'. c #FCC59D",
|
||||
"]. c #EEC9A3",
|
||||
"[. c #EDCBA8",
|
||||
"{. c #F6CCA8",
|
||||
"}. c #FFC3A1",
|
||||
"|. c #FCC4A2",
|
||||
" X c #F8C8A4",
|
||||
".X c #FFCBA8",
|
||||
"XX c #F7D1B2",
|
||||
"oX c #F9D2B0",
|
||||
"OX c #FAD4B6",
|
||||
"+X c #FFD1B1",
|
||||
"@X c #FDD3B4",
|
||||
"#X c #FBD6BA",
|
||||
"$X c #FCD8BB",
|
||||
"%X c #FFD8B8",
|
||||
"&X c #FDD8BC",
|
||||
"*X c #FEDABD",
|
||||
"=X c #FFDDBE",
|
||||
"-X c #FFDDBF",
|
||||
";X c #FFDEBD",
|
||||
":X c #FFDEBF",
|
||||
">X c #FFDCC0",
|
||||
",X c #FFDDC1",
|
||||
"<X c #FFDCC2",
|
||||
"1X c #FFDEC0",
|
||||
"2X c #FFDFC2",
|
||||
"3X c #FFE1C5",
|
||||
"4X c #FFE1C8",
|
||||
"5X c #FFE8C7",
|
||||
"6X c None",
|
||||
/* pixels */
|
||||
"6X6X6X6X6X6X6X6X6X6X6X6X6X6X6X6X",
|
||||
"O P G G F D L # > h.s.s.} } i.@ ",
|
||||
"k 5X3X2X-X-X-Xx.G.3X4X2X-X2X-Xj ",
|
||||
"h -X$X$X#XOX@X{ g.$XD.XX[.F.%X0 ",
|
||||
"9 m.|.~.!._.q./ f.XXf ].S.z +X7 ",
|
||||
"9 }.~.>.;.P.Q./ u.{.f (...z .X5 ",
|
||||
"6 B.N.-.r.M.n.T ` X..(.K...'.3 ",
|
||||
"4 n.@.V.C.%.:.U / `.`.R.R.R.E.3 ",
|
||||
"3 n.&.w.w.&.=.C R Y.x H.[ c I.3 ",
|
||||
"> U.c.%.+.8.k.V Y J.p .] s G.; ",
|
||||
", 0.8.*.X.o.,.y I j.p | J d l.* ",
|
||||
"* $.9.9.` ) $.u C a.R _ ^ K t.& ",
|
||||
", z.5.4.) W ! n Z p.t.4.1.<.2.* ",
|
||||
"+ S N M M t u $ % m r e w q t o ",
|
||||
" X X X X X X . . . . . . ",
|
||||
"6X6X6X6X6X6X6X6X6X6X6X6X6X6X6X6X"
|
||||
};
|
@ -0,0 +1,287 @@
|
||||
/* XPM */
|
||||
static char *kshisen[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 249 2",
|
||||
" c #000000",
|
||||
". c #090400",
|
||||
"X c #150B04",
|
||||
"o c #190C00",
|
||||
"O c #191006",
|
||||
"+ c #3A2212",
|
||||
"@ c #432614",
|
||||
"# c #55311A",
|
||||
"$ c #59361E",
|
||||
"% c #5C381E",
|
||||
"& c #4C3220",
|
||||
"* c #523620",
|
||||
"= c #5D3A21",
|
||||
"- c #613D23",
|
||||
"; c #547D15",
|
||||
": c #654126",
|
||||
"> c #654128",
|
||||
", c #684327",
|
||||
"< c #6A4429",
|
||||
"1 c #6E482C",
|
||||
"2 c #714A2F",
|
||||
"3 c #51840C",
|
||||
"4 c #5A9511",
|
||||
"5 c #638A1D",
|
||||
"6 c #64931B",
|
||||
"7 c #689D1D",
|
||||
"8 c #668420",
|
||||
"9 c #6C8428",
|
||||
"0 c #718535",
|
||||
"q c #729A26",
|
||||
"w c #7D9431",
|
||||
"e c #72A125",
|
||||
"r c #78A42C",
|
||||
"t c #7FA235",
|
||||
"y c #8C552F",
|
||||
"u c #9F643B",
|
||||
"i c #A46539",
|
||||
"p c #AB6B3E",
|
||||
"a c #976640",
|
||||
"s c #AE6E40",
|
||||
"d c #A67249",
|
||||
"f c #AF7042",
|
||||
"g c #B06F40",
|
||||
"h c #B37244",
|
||||
"j c #B77748",
|
||||
"k c #B77849",
|
||||
"l c #BC7747",
|
||||
"z c #BD7847",
|
||||
"x c #BC7A4A",
|
||||
"c c #EF5A35",
|
||||
"v c #C07C4B",
|
||||
"b c #EB744C",
|
||||
"n c #E67D53",
|
||||
"m c #ED7951",
|
||||
"M c #F36742",
|
||||
"N c #FC6D51",
|
||||
"B c #F1724D",
|
||||
"V c #F57D42",
|
||||
"C c #FE7F61",
|
||||
"Z c #8D8E3C",
|
||||
"A c #86993F",
|
||||
"S c #8D9A3B",
|
||||
"D c #80A633",
|
||||
"F c #86A53B",
|
||||
"G c #8CA23E",
|
||||
"H c #848C41",
|
||||
"J c #8B934D",
|
||||
"K c #8A9B46",
|
||||
"L c #979446",
|
||||
"P c #98954A",
|
||||
"I c #9B9754",
|
||||
"U c #9FAA56",
|
||||
"Y c #AA8C4D",
|
||||
"T c #A5974D",
|
||||
"R c #AF9452",
|
||||
"E c #AB9954",
|
||||
"W c #B79A58",
|
||||
"Q c #B89459",
|
||||
"! c #A6AE5B",
|
||||
"~ c #ADA556",
|
||||
"^ c #AAA460",
|
||||
"/ c #AFAA6A",
|
||||
"( c #BDA065",
|
||||
") c #BDA068",
|
||||
"_ c #BFAA74",
|
||||
"` c #B9AE79",
|
||||
"' c #BBB072",
|
||||
"] c #C7814E",
|
||||
"[ c #C48252",
|
||||
"{ c #C88655",
|
||||
"} c #CB8857",
|
||||
"| c #CD8A59",
|
||||
" . c #C4995E",
|
||||
".. c #D28D5B",
|
||||
"X. c #D7905C",
|
||||
"o. c #DA925E",
|
||||
"O. c #CB9B65",
|
||||
"+. c #DB9562",
|
||||
"@. c #DC9866",
|
||||
"#. c #DD9A69",
|
||||
"$. c #C4A165",
|
||||
"%. c #CBA36F",
|
||||
"&. c #C0AD72",
|
||||
"*. c #C8A672",
|
||||
"=. c #C2B277",
|
||||
"-. c #C7B57F",
|
||||
";. c #D0A16D",
|
||||
":. c #D2A772",
|
||||
">. c #DCA372",
|
||||
",. c #EF865E",
|
||||
"<. c #ED895A",
|
||||
"1. c #E1935C",
|
||||
"2. c #F68143",
|
||||
"3. c #F68B46",
|
||||
"4. c #F38D4F",
|
||||
"5. c #F88046",
|
||||
"6. c #F98349",
|
||||
"7. c #F98B4D",
|
||||
"8. c #F48351",
|
||||
"9. c #F88659",
|
||||
"0. c #FB8851",
|
||||
"q. c #F59447",
|
||||
"w. c #F6924B",
|
||||
"e. c #F49B45",
|
||||
"r. c #F69849",
|
||||
"t. c #F89E4C",
|
||||
"y. c #F49652",
|
||||
"u. c #F99051",
|
||||
"i. c #FA9058",
|
||||
"p. c #FB9854",
|
||||
"a. c #FB9E5E",
|
||||
"s. c #EF8D65",
|
||||
"d. c #E49562",
|
||||
"f. c #E19965",
|
||||
"g. c #E19C6B",
|
||||
"h. c #EA9364",
|
||||
"j. c #ED906A",
|
||||
"k. c #E89B65",
|
||||
"l. c #E99E6A",
|
||||
"z. c #E19F70",
|
||||
"x. c #EC9C72",
|
||||
"c. c #FD8063",
|
||||
"v. c #F49365",
|
||||
"b. c #F2976A",
|
||||
"n. c #F5996A",
|
||||
"m. c #FA9963",
|
||||
"M. c #F79F75",
|
||||
"N. c #F79F7D",
|
||||
"B. c #F99071",
|
||||
"V. c #FB9C7E",
|
||||
"C. c #F4AC4C",
|
||||
"Z. c #F9A64E",
|
||||
"A. c #F5A252",
|
||||
"S. c #F7A35B",
|
||||
"D. c #F5AB58",
|
||||
"F. c #FAA353",
|
||||
"G. c #FBA259",
|
||||
"H. c #F9AD55",
|
||||
"J. c #F7B452",
|
||||
"K. c #F8B155",
|
||||
"L. c #FAB35B",
|
||||
"P. c #F9B855",
|
||||
"I. c #FABB5A",
|
||||
"U. c #E2A06E",
|
||||
"Y. c #EDA26C",
|
||||
"T. c #E3A272",
|
||||
"R. c #E6A678",
|
||||
"E. c #E4A97B",
|
||||
"W. c #E9A274",
|
||||
"Q. c #EAA479",
|
||||
"!. c #EAAA7D",
|
||||
"~. c #F8A062",
|
||||
"^. c #FBA36E",
|
||||
"/. c #FAA968",
|
||||
"(. c #F2A572",
|
||||
"). c #F3A975",
|
||||
"_. c #F2AC7C",
|
||||
"`. c #FBA57B",
|
||||
"'. c #F9AC7C",
|
||||
"]. c #F6B17D",
|
||||
"[. c #FCB076",
|
||||
"{. c #F9B17D",
|
||||
"}. c #FFB97F",
|
||||
"|. c #F7CE5D",
|
||||
" X c #FAC65E",
|
||||
".X c #F9CB5E",
|
||||
"XX c #F7D75D",
|
||||
"oX c #F7DE5E",
|
||||
"OX c #F8D25E",
|
||||
"+X c #F9C660",
|
||||
"@X c #F9D461",
|
||||
"#X c #F8DD62",
|
||||
"$X c #FAE565",
|
||||
"%X c #F8F267",
|
||||
"&X c #D3B987",
|
||||
"*X c #DAB081",
|
||||
"=X c #DEB78B",
|
||||
"-X c #D8BA8A",
|
||||
";X c #DEBB90",
|
||||
":X c #E6AA80",
|
||||
">X c #EAAD82",
|
||||
",X c #E6B186",
|
||||
"<X c #E6B489",
|
||||
"1X c #EAB187",
|
||||
"2X c #ECB48B",
|
||||
"3X c #EEBB93",
|
||||
"4X c #F2AA82",
|
||||
"5X c #F7AA89",
|
||||
"6X c #FEA386",
|
||||
"7X c #F7AE90",
|
||||
"8X c #F2B283",
|
||||
"9X c #F2B289",
|
||||
"0X c #F5BA8D",
|
||||
"qX c #FAB583",
|
||||
"wX c #FBB489",
|
||||
"eX c #FDB983",
|
||||
"rX c #FDBB8A",
|
||||
"tX c #F3B799",
|
||||
"yX c #F1BA93",
|
||||
"uX c #F4BD99",
|
||||
"iX c #F9B494",
|
||||
"pX c #FCB598",
|
||||
"aX c #F8BE91",
|
||||
"sX c #F8BC9C",
|
||||
"dX c #F7BFA2",
|
||||
"fX c #E2C39B",
|
||||
"gX c #E9C29E",
|
||||
"hX c #FFC28C",
|
||||
"jX c #F4C19C",
|
||||
"kX c #FEC493",
|
||||
"lX c #FDC59B",
|
||||
"zX c #FFC894",
|
||||
"xX c #FFCB9B",
|
||||
"cX c #F5C4A1",
|
||||
"vX c #F6C9A7",
|
||||
"bX c #F3CCAA",
|
||||
"nX c #F9C5A3",
|
||||
"mX c #FECBA3",
|
||||
"MX c #FACBAB",
|
||||
"NX c #FBCEB1",
|
||||
"BX c #F7D0AD",
|
||||
"VX c #FFD1AB",
|
||||
"CX c #F6D2B3",
|
||||
"ZX c #FBD2B4",
|
||||
"AX c #FCD6B9",
|
||||
"SX c #FDD9BD",
|
||||
"DX c #FEDCC2",
|
||||
"FX c #FFE0C8",
|
||||
"GX c None",
|
||||
/* pixels */
|
||||
"GXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGX",
|
||||
"GXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGX",
|
||||
"GX& 1 < < < < < < < < < < < > o 1 2 1 1 1 1 1 1 1 1 1 1 1 = ",
|
||||
"& [.zXxXxXxXxXxXxXzXzXzXlXkX}.a d hXxXmXxXxXxXxXxXmXxXxXxXzX[.* ",
|
||||
"1 hXSXFXFXFXSXDXSXDXSXSXSXSXlX..o.mXFXFXFXSXDXFXDXSXSXSXSXAXhX< ",
|
||||
", zXFXSXSXSXSXSXAXSXAXAXZXAXmX{ X.VXDXSXSXSXSXSXSXSXSXAXAXAXhX, ",
|
||||
", zXSXSXAXAXAXZXZXZXZXZXZXZXlX{ | VXSXSXSXBXSXZXZXZXbXZXZXCXrX, ",
|
||||
", hXSXSXZXAXZXZXZXZXCXCXCXZXlX[ | mXSXDX` J ZXZXZXfX0 bXMXVXrX, ",
|
||||
", rX6XpXSXZXZXZXZXCXCXCXtXV.wX[ } mXAXZXK 5 gXZXZX/ 3 -.ZXMXrX, ",
|
||||
": rX9.c.MXwXeX'.`.}.{.sXB.N iX[ } mXZXZXU t gXCXMX_ e &XMXvXqX, ",
|
||||
"- rXMXiXsX^.L.G.7.I.G.4X5XcXaXv { lXZXMX! F gXMXMX-.r -XvXcX{., ",
|
||||
"- eXnXnXMXdXm.p.0.G.N.vXcXuXaXx { kXMXbXA 5 <XvXMX~ 3 _ mXjX{.: ",
|
||||
"- rXwXa.5XtX/.H.p.I.`.tXn.~.9Xx [ sXvXMX_ I nXcXnX-XH 3XuXuX].- ",
|
||||
"- rXqXP.i.m.$XI.u.$X X9.A.L.4Xx [ aXvXlXcXjXjXjXgXuXuXuXuX3X'.: ",
|
||||
"- qX'.H.G.H. XI.@XK..XZ.K.S.4Xx v 0XjXjXjXjXuXyXuXyX3X0X0X3X).- ",
|
||||
"- qXM.6.6.7.7.#X%XL.7.6.V 8._.x v 0XjXuXuXuX3X3X3X0XyX3X2X2X).- ",
|
||||
"- ].).P.A.H.OXK.I.K.XXt.K.H.Q.j v 5XyXyX*X*.yX3X2X,X) 2X2X2X).= ",
|
||||
"= ].(.Z.v.k.|.P.q.oXD.s.w.A.W.j Q wX0XyXP 9 ,X2X9X( ; :.>X>X(.= ",
|
||||
"= '._.j.9X2X8.5.V 3.j.<Xx.h.W.h x 8X2X1Xw 6 %.9X2XL 4 E >X!.Y.= ",
|
||||
"% ).2X2X1Xx.w.r.V C.<.!.E.E.T.h x >X<X5X~ S !.>X>X$.D >.!.R.Y.% ",
|
||||
"= (.<X>XQ.4.C.q.V C.e.<.T.E.U.h x !.1X>XS q %.!.!.P 7 W !.T.l.= ",
|
||||
"= Y.,.B W.g.k.h.h.d.h.g.b b g.h z !.!.!.Z 5 >.R.Q.R ; O.T.z.k.% ",
|
||||
"% Y.M m R.E.R.R.T.z.>.>.n c d.h j W.R.R.O.Q W.T.T.#.Y #.#.#.k.% ",
|
||||
"% l.U.T.T.>.#.#.#.#.#.#.@.+.d.p j U.T.T.x.T.#.#.#.#.z.#.+.+.d.% ",
|
||||
"% l.T.U.>.#.#.f.@.@.@.+.+.+.o.p h U.T.#.#.#.#.@.@.@.+.+.+.+.1.= ",
|
||||
"$ k.#.#.@.@.@.@.+.+.o.o.X.X.o.p h g.#.#.#.@.+.+.+.+.o.o...X.o.% ",
|
||||
"$ k.f.@.f.1.+.+.o.o.o.o.X.X.o.i p k.f.f.f.@.@.d.o.o.o.o.o.o.1.# ",
|
||||
"X u ] ] v v v v v x z z j z h @ + h h h h h s s s s h p p p y X ",
|
||||
" O X X X X X X X X X X X . . . . . . . . . ",
|
||||
"GX GX",
|
||||
"GXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGX",
|
||||
"GXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGXGX"
|
||||
};
|
@ -0,0 +1,179 @@
|
||||
/* XPM */
|
||||
static char *ksirtet-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 157 2",
|
||||
" c black",
|
||||
". c #000600",
|
||||
"X c #090900",
|
||||
"o c #071600",
|
||||
"O c #000621",
|
||||
"+ c #112700",
|
||||
"@ c #113600",
|
||||
"# c #23150E",
|
||||
"$ c #231111",
|
||||
"% c #381C1C",
|
||||
"& c #352712",
|
||||
"* c #03214D",
|
||||
"= c #142143",
|
||||
"- c #102751",
|
||||
"; c #20325C",
|
||||
": c #0E4600",
|
||||
"> c #005100",
|
||||
", c #095100",
|
||||
"< c #097E01",
|
||||
"1 c #2E7211",
|
||||
"2 c #0E4577",
|
||||
"3 c #2C497D",
|
||||
"4 c #235372",
|
||||
"5 c #531F19",
|
||||
"6 c #4D2A0E",
|
||||
"7 c #512723",
|
||||
"8 c #5A3533",
|
||||
"9 c #671700",
|
||||
"0 c #682200",
|
||||
"q c #752000",
|
||||
"w c #6A3C3A",
|
||||
"e c #437726",
|
||||
"r c #134FB5",
|
||||
"t c #345A99",
|
||||
"y c #38519C",
|
||||
"u c #1764CE",
|
||||
"i c #527ECC",
|
||||
"p c #0CA703",
|
||||
"a c #3D9800",
|
||||
"s c #20B006",
|
||||
"d c #30B603",
|
||||
"f c #3CB500",
|
||||
"g c #4C9406",
|
||||
"h c #46B200",
|
||||
"j c #5CAF0C",
|
||||
"k c #54CE1E",
|
||||
"l c #59D011",
|
||||
"z c #68DA17",
|
||||
"x c #71DD2A",
|
||||
"c c #7AE332",
|
||||
"v c #37ACEF",
|
||||
"b c #36BBFF",
|
||||
"n c #5A9791",
|
||||
"m c #4E8CA1",
|
||||
"M c #4688B7",
|
||||
"N c #5B95A1",
|
||||
"B c #428EC1",
|
||||
"V c #438FCF",
|
||||
"C c #5589D4",
|
||||
"Z c #4792E8",
|
||||
"A c #5293EF",
|
||||
"S c #4EA8ED",
|
||||
"D c #40A3F8",
|
||||
"F c #45ACF0",
|
||||
"G c #4AA8FB",
|
||||
"H c #4BB4FF",
|
||||
"J c #4DBCFF",
|
||||
"K c #5AA5F3",
|
||||
"L c #5BA6F3",
|
||||
"P c #5AA6F4",
|
||||
"I c #59ABF2",
|
||||
"U c #6A8BD8",
|
||||
"Y c #7089C7",
|
||||
"T c #6B9EE5",
|
||||
"R c #6F9AE8",
|
||||
"E c #709EE7",
|
||||
"W c #7B9FEC",
|
||||
"Q c #62A1EA",
|
||||
"! c #61A4EE",
|
||||
"~ c #69A1EA",
|
||||
"^ c #66A5F2",
|
||||
"/ c #6DA2F1",
|
||||
"( c #83200D",
|
||||
") c #AC7A23",
|
||||
"_ c #A06D6B",
|
||||
"` c #B46D68",
|
||||
"' c #B77B75",
|
||||
"] c #B47878",
|
||||
"[ c #D13404",
|
||||
"{ c #D64715",
|
||||
"} c #C44628",
|
||||
"| c #EF4D07",
|
||||
" . c #E45D25",
|
||||
".. c #F96812",
|
||||
"X. c #F67328",
|
||||
"o. c #FF7B28",
|
||||
"O. c #FF7B29",
|
||||
"+. c #F47439",
|
||||
"@. c #FA793B",
|
||||
"#. c #D26545",
|
||||
"$. c #DB734F",
|
||||
"%. c #DF7550",
|
||||
"&. c #D9795D",
|
||||
"*. c #C37A6F",
|
||||
"=. c #CA7565",
|
||||
"-. c #D17E6A",
|
||||
";. c #86DF3A",
|
||||
":. c #91F606",
|
||||
">. c #9AFC04",
|
||||
",. c #8EE92E",
|
||||
"<. c #8CEE3C",
|
||||
"1. c #9AEF37",
|
||||
"2. c #A5FF16",
|
||||
"3. c #A8FD23",
|
||||
"4. c #ACFE22",
|
||||
"5. c #A9F237",
|
||||
"6. c #A8F635",
|
||||
"7. c #ABF93A",
|
||||
"8. c #ACFB3C",
|
||||
"9. c #99EE5E",
|
||||
"0. c #9DE95D",
|
||||
"q. c #95F049",
|
||||
"w. c #98EA62",
|
||||
"e. c #93E077",
|
||||
"r. c #92E575",
|
||||
"t. c #B9FF40",
|
||||
"y. c #B6F55D",
|
||||
"u. c #B4FA59",
|
||||
"i. c #BFFE5C",
|
||||
"p. c #A6EA66",
|
||||
"a. c #CE9934",
|
||||
"s. c #CCA93F",
|
||||
"d. c #EA8835",
|
||||
"f. c #ED8C3B",
|
||||
"g. c #FF8D3F",
|
||||
"h. c #DA8B40",
|
||||
"j. c #D99C5A",
|
||||
"k. c #D5836E",
|
||||
"l. c #D28A7B",
|
||||
"z. c #DA907F",
|
||||
"x. c #FD9744",
|
||||
"c. c #FF9D47",
|
||||
"v. c #FFAD54",
|
||||
"b. c #FFB568",
|
||||
"n. c #CFEF6B",
|
||||
"m. c #C6FB74",
|
||||
"M. c #FFC06C",
|
||||
"N. c #FFCA76",
|
||||
"B. c #8C849D",
|
||||
"V. c #A08984",
|
||||
"C. c #D69A92",
|
||||
"Z. c #DDE88A",
|
||||
"A. c #DCFF9E",
|
||||
"S. c #E1FFB2",
|
||||
"D. c #E1FABE",
|
||||
"F. c #E5FBD1",
|
||||
"G. c None",
|
||||
/* pixels */
|
||||
"G.G.G.G.G.G.G.G.G.G.= y O G.G.G.",
|
||||
"G.G.G.G. G.G.G.G.; U W i - G.",
|
||||
"G.G.G.$ _ 8 G. 3 R E T A r G.",
|
||||
"G.G.% ' C.z.w t / ~ Q Z u * G.",
|
||||
"G.7 *.l.k.] Y ^ ! K I D 2 G.G.G.",
|
||||
"5 =.-.&.` C K P S V H J v 4 G.G.",
|
||||
"( } #.%.$.B.G F N e.B b M r.e ",
|
||||
"9 [ { .+.@.V.n u.y.w.m 0.p.9.1 ",
|
||||
" q | X.x.O.g.a.5.8.7.6.1.,.k < ",
|
||||
"G. 0 ..O.M.v.b.s.3.2.>.:.l p > ",
|
||||
"G.G. 6 d.c.N.j.n.i.t.4.z s , ",
|
||||
"G.G.G.G.& d.f.Z.S.A.m.x d : G.",
|
||||
"G.G.G.G.G.# ) ;.F.D.c f @ G.G.",
|
||||
"G.G.G.G.G.G.X a <.q.h + G.G.G.G.",
|
||||
"G.G.G.G.G.G.G.. g j o G.G.G.G.G.",
|
||||
"G.G.G.G.G.G.G.G. . G.G.G.G.G.G."
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *ksirtet[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #010A00",
|
||||
"X c #060408",
|
||||
"o c #00091A",
|
||||
"O c #021100",
|
||||
"+ c #0A1800",
|
||||
"@ c #130100",
|
||||
"# c #1C1107",
|
||||
"$ c #000D24",
|
||||
"% c #000D32",
|
||||
"& c #021020",
|
||||
"* c #031939",
|
||||
"= c #0F3D00",
|
||||
"- c #102000",
|
||||
"; c #1A3700",
|
||||
": c #0B2C00",
|
||||
"> c #31110B",
|
||||
", c #272B05",
|
||||
"< c #032151",
|
||||
"1 c #0A2650",
|
||||
"2 c #142E73",
|
||||
"3 c #004A00",
|
||||
"4 c #074A00",
|
||||
"5 c #0C5900",
|
||||
"6 c #19550E",
|
||||
"7 c #066B00",
|
||||
"8 c #264F00",
|
||||
"9 c #2F7104",
|
||||
"0 c #481706",
|
||||
"q c #561602",
|
||||
"w c #47150E",
|
||||
"e c #53321B",
|
||||
"r c #5B2420",
|
||||
"t c #742400",
|
||||
"y c #6B322C",
|
||||
"u c #673B4E",
|
||||
"i c #704633",
|
||||
"p c #083993",
|
||||
"a c #1F4A9F",
|
||||
"s c #0F63BB",
|
||||
"d c #2A509B",
|
||||
"f c #3E57A8",
|
||||
"g c #2C6FB7",
|
||||
"h c #105ECB",
|
||||
"j c #0B56D9",
|
||||
"k c #0F61DB",
|
||||
"l c #1165C7",
|
||||
"z c #126CE2",
|
||||
"x c #3375D7",
|
||||
"c c #2A6FD3",
|
||||
"v c #2970E2",
|
||||
"b c #5D66A1",
|
||||
"n c #685D88",
|
||||
"m c #6D608C",
|
||||
"M c #7278A4",
|
||||
"N c #4C6DC8",
|
||||
"B c #009B00",
|
||||
"V c #09A500",
|
||||
"C c #15A903",
|
||||
"Z c #1AA410",
|
||||
"A c #369700",
|
||||
"S c #3E8A17",
|
||||
"D c #26AD07",
|
||||
"F c #27B301",
|
||||
"G c #33BC00",
|
||||
"H c #32A900",
|
||||
"J c #3DC800",
|
||||
"K c #58AC06",
|
||||
"L c #50A124",
|
||||
"P c #45C800",
|
||||
"I c #59C300",
|
||||
"U c #56CF00",
|
||||
"Y c #5BCC19",
|
||||
"T c #59D801",
|
||||
"R c #5AD012",
|
||||
"E c #49D100",
|
||||
"W c #65DC00",
|
||||
"Q c #64D319",
|
||||
"! c #77D613",
|
||||
"~ c #67CF31",
|
||||
"^ c #6AD82A",
|
||||
"/ c #6DD330",
|
||||
"( c #60CD28",
|
||||
") c #6FE506",
|
||||
"_ c #7EE02B",
|
||||
"` c #73D572",
|
||||
"' c #3CACB0",
|
||||
"] c #1F86EC",
|
||||
"[ c #299BDE",
|
||||
"{ c #3AB6C6",
|
||||
"} c #32A9D5",
|
||||
"| c #3BBDFF",
|
||||
" . c #36B9FB",
|
||||
".. c #39ADEC",
|
||||
"X. c #35C4D8",
|
||||
"o. c #5A84D8",
|
||||
"O. c #5998E7",
|
||||
"+. c #4B95EB",
|
||||
"@. c #47A8F9",
|
||||
"#. c #45BCFF",
|
||||
"$. c #4DB5FC",
|
||||
"%. c #4ABAFE",
|
||||
"&. c #5CA4ED",
|
||||
"*. c #5BA8EF",
|
||||
"=. c #55ABF3",
|
||||
"-. c #58A7F1",
|
||||
";. c #58A9F1",
|
||||
":. c #51ABFD",
|
||||
">. c #52B0F9",
|
||||
",. c #55B0F6",
|
||||
"<. c #7697DE",
|
||||
"1. c #669DE6",
|
||||
"2. c #6B9AE3",
|
||||
"3. c #6998E7",
|
||||
"4. c #7B9CE5",
|
||||
"5. c #739AE5",
|
||||
"6. c #608AE5",
|
||||
"7. c #62A1E9",
|
||||
"8. c #6CA3ED",
|
||||
"9. c #70A2EE",
|
||||
"0. c #55C58C",
|
||||
"q. c #47C9B3",
|
||||
"w. c #40C1FF",
|
||||
"e. c #892300",
|
||||
"r. c #B82B08",
|
||||
"t. c #B83412",
|
||||
"y. c #A92A15",
|
||||
"u. c #B43E24",
|
||||
"i. c #886435",
|
||||
"p. c #BA4F3E",
|
||||
"a. c #B0783B",
|
||||
"s. c #9C7D7F",
|
||||
"d. c #83607C",
|
||||
"f. c #A05A55",
|
||||
"g. c #B5665B",
|
||||
"h. c #AF7C58",
|
||||
"j. c #B16B65",
|
||||
"k. c #8F4E4A",
|
||||
"l. c #CE3300",
|
||||
"z. c #CC3508",
|
||||
"x. c #CD4013",
|
||||
"c. c #D44513",
|
||||
"v. c #D45023",
|
||||
"b. c #E24100",
|
||||
"n. c #EF4F04",
|
||||
"m. c #E85515",
|
||||
"M. c #F34C00",
|
||||
"N. c #F55400",
|
||||
"B. c #FD5B06",
|
||||
"V. c #FE6009",
|
||||
"C. c #FD6714",
|
||||
"Z. c #FF7216",
|
||||
"A. c #E76916",
|
||||
"S. c #E8652C",
|
||||
"D. c #E36837",
|
||||
"F. c #ED7433",
|
||||
"G. c #F06E32",
|
||||
"H. c #FF7B29",
|
||||
"J. c #F97A3A",
|
||||
"K. c #ED722B",
|
||||
"L. c #D3782E",
|
||||
"P. c #D66B49",
|
||||
"I. c #D67458",
|
||||
"U. c #D06C50",
|
||||
"Y. c #CA7663",
|
||||
"T. c #C97767",
|
||||
"R. c #CA7F71",
|
||||
"E. c #D37B64",
|
||||
"W. c #E87748",
|
||||
"Q. c #EC7A4A",
|
||||
"!. c #837991",
|
||||
"~. c #9BDE25",
|
||||
"^. c #87D83B",
|
||||
"/. c #82EE00",
|
||||
"(. c #94FB00",
|
||||
"). c #97FA07",
|
||||
"_. c #87ED0D",
|
||||
"`. c #95F032",
|
||||
"'. c #8AEB2A",
|
||||
"]. c #ABDA2B",
|
||||
"[. c #A1FE0B",
|
||||
"{. c #A6FE1C",
|
||||
"}. c #A6FE17",
|
||||
"|. c #ABFD2C",
|
||||
" X c #ACFB35",
|
||||
".X c #A3F536",
|
||||
"XX c #B2FE37",
|
||||
"oX c #86DA67",
|
||||
"OX c #97E84A",
|
||||
"+X c #94E456",
|
||||
"@X c #98E559",
|
||||
"#X c #8DE751",
|
||||
"$X c #99E669",
|
||||
"%X c #AAF44A",
|
||||
"&X c #ABFA46",
|
||||
"*X c #A8F448",
|
||||
"=X c #ADF457",
|
||||
"-X c #AEF459",
|
||||
";X c #B6FD48",
|
||||
":X c #B8FA55",
|
||||
">X c #A3ED50",
|
||||
",X c #A7EA65",
|
||||
"<X c #B5F36A",
|
||||
"1X c #B1EC74",
|
||||
"2X c #CA822B",
|
||||
"3X c #D68832",
|
||||
"4X c #E0871D",
|
||||
"5X c #FF822A",
|
||||
"6X c #FF853A",
|
||||
"7X c #FF9136",
|
||||
"8X c #FF963D",
|
||||
"9X c #DE9547",
|
||||
"0X c #CF816F",
|
||||
"qX c #CB8679",
|
||||
"wX c #C88075",
|
||||
"eX c #D8846D",
|
||||
"rX c #D38977",
|
||||
"tX c #CAA745",
|
||||
"yX c #CEB152",
|
||||
"uX c #FF8F48",
|
||||
"iX c #FF9643",
|
||||
"pX c #FF9D51",
|
||||
"aX c #FDA44C",
|
||||
"sX c #FFA94C",
|
||||
"dX c #FFA95B",
|
||||
"fX c #FFB358",
|
||||
"gX c #FEB563",
|
||||
"hX c #C5FF5F",
|
||||
"jX c #C9FD72",
|
||||
"kX c #CBFF79",
|
||||
"lX c #C6FF68",
|
||||
"zX c #FFC871",
|
||||
"xX c #FFC374",
|
||||
"cX c #FFC971",
|
||||
"vX c #BEEF9D",
|
||||
"bX c #B5ED87",
|
||||
"nX c #CC8C82",
|
||||
"mX c #CB938C",
|
||||
"MX c #CD9591",
|
||||
"NX c #D08B81",
|
||||
"BX c #D2968B",
|
||||
"VX c #D0A29F",
|
||||
"CX c #D3FE8A",
|
||||
"ZX c #D8FF9A",
|
||||
"AX c #D5FF91",
|
||||
"SX c #C2F295",
|
||||
"DX c #C6F0A5",
|
||||
"FX c #FED984",
|
||||
"GX c #FEE892",
|
||||
"HX c #E0FFAE",
|
||||
"JX c #E8FFBB",
|
||||
"KX c #E5FFB9",
|
||||
"LX c #F4FFDD",
|
||||
"PX c #EAFFC8",
|
||||
"IX c #FEFFF7",
|
||||
"UX c #FAFFE8",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX 2 % YXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX$ f 5.N 2 YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX* b 9.<.<.o.a $ YXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYX @ YXYXYXYXYXYXYXYX2 N 4.<.<.2.3.3.x < YXYXYXYX",
|
||||
"YXYXYXYXYXYXYX y j.> YXYXYXYXYX 2 3.<.2.2.2.2.2.O.v p YXYXYX",
|
||||
"YXYXYXYXYXYXX i MXVXnXr YXYXX d 9.<.2.2.2.1.O.O.l j a YXYXYX",
|
||||
"YXYXYXYXYX@ k.MXMXmXBXNXk. o g 9.9.2.2.7.7.7.-.x k h * YXYXYX",
|
||||
"YXYXYXYX# f.mXnXnXnXnXrXeXu x 9.9.2.7.7.7.7.+.c z l * YXYXYX",
|
||||
"YXYXYX> g.nXnXR.qXrXrXE.d.o.8.7.7.7.&.&.*.*.@.] s o YXYXYXYX",
|
||||
"YXYXw Y.qXR.R.R.R.eXI.m o.8.&.&.&.&.*.=.=.=.=.$.g o YXYXYXYXYXYX",
|
||||
" r Y.R.T.E.E.E.E.g.b O.8.&.&.-.*.=.:.>.,.$.$.$.w.[ 1 YXYXYXYXYX",
|
||||
"w p.T.T.E.I.E.I.P.n @.1.O.&.-.-.=.@.' @.$.%.%.w.w.w.} 6 YXYXYXYX",
|
||||
"0 y.u.U.Y.U.P.I.W.U.M @.&.-.-.:.} ` ,X0. .w.w.w.| { ` #X9 YXYXYX",
|
||||
"0 r.y.z.v.P.I.W.W.Q.G.!.@.:.@.} oX<X1X,X` ..| .q.oX1XbX$XS YX",
|
||||
"q l.r.z.z.z.D.Q.W.Q.Q.J.!...{ +X<X<X<X<X-X` X.q.@X,X$X$X$X$XL O ",
|
||||
"@ e.l.l.v.v.b.m.G.Q.J.J.H.h.^.:X=X-X-X-X-X%XOXOX-X@X@X+X$X#X^ 5 ",
|
||||
" e.b.b.m.S.n.M.C.H.6XuXuX2X~. X%X%X&X%X*X%X*XOX>XOXOX^.R C 3 ",
|
||||
"YX t M.M.m.S.B.B.Z.H.uXpXdX3X~.|.XXXX X X.X.X`.'._.! Q Z V 3 ",
|
||||
"YXYX q N.B.V.S.H.5X7XiXaXfXgX9X].{.{.}.[.).(.(.) /.Q Z B V 3 ",
|
||||
"YXYXYX. . 0 A.Z.Z.F.pXaXfXgXgXzXxXtX|.|.{.[.[.(.(.)./ D B V 7 . ",
|
||||
"YXYXYXYX > L.7XH.F.gXzXcXGXFXtX:X:X;XXX|.}.[.}./ D C C 5 ",
|
||||
"YXYXYXYXYXYX # a.sX7XF.gXGXGXyXjXkXjXlXhX;XXX X/ D F F 5 YX",
|
||||
"YXYXYXYXYXYXYX X a.fX8XS.gXtXCXZXZXAXCXjXhX:X~ F G H 4 YXYX",
|
||||
"YXYXYXYXYXYXYXYX i.fXiX4X1XKXKXKXHXZXCXlX( G P H : YXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYX i aX4XY vXUXLXPXKXbXY P E A + YXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYX e 2XU R DXIXLXSXQ P T A O YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYX , I T T bXDXQ T T 9 . YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYX ; I W _ OXW W 9 YXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYX - K '.`.W 8 YXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYX O K ! ; YXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX . - YXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX YXYXYXYXYXYXYXYXYXYXYXYX"
|
||||
};
|
@ -0,0 +1,223 @@
|
||||
/* XPM */
|
||||
static char *ksmiletris-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 201 2",
|
||||
" c black",
|
||||
". c #1C0E00",
|
||||
"X c #1E0F00",
|
||||
"o c #191100",
|
||||
"O c #1A1000",
|
||||
"+ c #241600",
|
||||
"@ c #261900",
|
||||
"# c #322200",
|
||||
"$ c #342200",
|
||||
"% c #3A2400",
|
||||
"& c #3D2900",
|
||||
"* c #493102",
|
||||
"= c #483203",
|
||||
"- c #502F00",
|
||||
"; c #513904",
|
||||
": c #673C00",
|
||||
"> c #5E4709",
|
||||
", c #604601",
|
||||
"< c #674500",
|
||||
"1 c #6F4F00",
|
||||
"2 c #685009",
|
||||
"3 c #724700",
|
||||
"4 c #7B620A",
|
||||
"5 c #7E640C",
|
||||
"6 c #414245",
|
||||
"7 c #4F4F50",
|
||||
"8 c #565757",
|
||||
"9 c gray39",
|
||||
"0 c #696C73",
|
||||
"q c #70737B",
|
||||
"w c #865801",
|
||||
"e c #8D5500",
|
||||
"r c #816100",
|
||||
"t c #896600",
|
||||
"y c #946F03",
|
||||
"u c #9C6706",
|
||||
"i c #AD7F03",
|
||||
"p c #A27E16",
|
||||
"a c #CA7B00",
|
||||
"s c #D97A00",
|
||||
"d c #9F8014",
|
||||
"f c #BA991C",
|
||||
"g c #C29801",
|
||||
"h c #CC9405",
|
||||
"j c #C89B03",
|
||||
"k c #DA8401",
|
||||
"l c #DD8F15",
|
||||
"z c #CCA723",
|
||||
"x c #D8BA26",
|
||||
"c c #DCB826",
|
||||
"v c #E3971E",
|
||||
"b c #FBBF02",
|
||||
"n c #E5A52D",
|
||||
"m c #E9A534",
|
||||
"M c #E8A438",
|
||||
"N c #E9B123",
|
||||
"B c #F7BF31",
|
||||
"V c #F4BB4F",
|
||||
"C c #FFC400",
|
||||
"Z c #FBCF00",
|
||||
"A c #FFCF00",
|
||||
"S c #FFCF04",
|
||||
"D c #FFC910",
|
||||
"F c #FFCC1D",
|
||||
"G c #F8D204",
|
||||
"H c #FFD000",
|
||||
"J c #FFD100",
|
||||
"K c #FFD200",
|
||||
"L c #FFD300",
|
||||
"P c #FFD203",
|
||||
"I c #FFD004",
|
||||
"U c #FCD400",
|
||||
"Y c #FFD400",
|
||||
"T c #FFD503",
|
||||
"R c #FFD70A",
|
||||
"E c #FFDC01",
|
||||
"W c #FBDC0A",
|
||||
"Q c #FFDD0A",
|
||||
"! c #FFDF0E",
|
||||
"~ c #EDD32F",
|
||||
"^ c #F3C32F",
|
||||
"/ c #FFCE27",
|
||||
"( c #F5C736",
|
||||
") c #F5C93F",
|
||||
"_ c #F6CB3F",
|
||||
"` c #FEC834",
|
||||
"' c #FFD822",
|
||||
"] c #F4D335",
|
||||
"[ c #F3DD35",
|
||||
"{ c #FFD63E",
|
||||
"} c #F9DF36",
|
||||
"| c #FFDB38",
|
||||
" . c #FFE70A",
|
||||
".. c #FFE016",
|
||||
"X. c #FFE81A",
|
||||
"o. c #FFEE24",
|
||||
"O. c #FAE637",
|
||||
"+. c #FFE639",
|
||||
"@. c #FFF138",
|
||||
"#. c #FFF53D",
|
||||
"$. c #FFFD38",
|
||||
"%. c #FFFF3A",
|
||||
"&. c #F5CB40",
|
||||
"*. c #F6CC40",
|
||||
"=. c #F6CC41",
|
||||
"-. c #FCC74A",
|
||||
";. c #FFD147",
|
||||
":. c #FBD44D",
|
||||
">. c #FFD648",
|
||||
",. c #FFD656",
|
||||
"<. c #FED258",
|
||||
"1. c #F7CD6A",
|
||||
"2. c #F7D769",
|
||||
"3. c #F3D477",
|
||||
"4. c #F7D871",
|
||||
"5. c #FAD272",
|
||||
"6. c #FDD372",
|
||||
"7. c #F8DC75",
|
||||
"8. c #FEEF42",
|
||||
"9. c #FEF44D",
|
||||
"0. c #FFFF40",
|
||||
"q. c #FFFF42",
|
||||
"w. c #FFFD47",
|
||||
"e. c #FFFF48",
|
||||
"r. c #FFFF4E",
|
||||
"t. c #FFFF50",
|
||||
"y. c #FFFF55",
|
||||
"u. c #FFFC5A",
|
||||
"i. c #FFFF5C",
|
||||
"p. c #FEEF66",
|
||||
"a. c #FEED6B",
|
||||
"s. c #FDF265",
|
||||
"d. c #FDF068",
|
||||
"f. c #878B98",
|
||||
"g. c #8B8E99",
|
||||
"h. c #8C8F98",
|
||||
"j. c #97999F",
|
||||
"k. c #9FA0A0",
|
||||
"l. c #9CA0AA",
|
||||
"z. c #A6A6A8",
|
||||
"x. c #B8B4AC",
|
||||
"c. c #B8B9BB",
|
||||
"v. c #BBBCBE",
|
||||
"b. c #BBBDC1",
|
||||
"n. c #BDC0C3",
|
||||
"m. c #C0BBAD",
|
||||
"M. c #DAC59D",
|
||||
"N. c #CFC5B2",
|
||||
"B. c #CFC8B9",
|
||||
"V. c #CDC8BE",
|
||||
"C. c #D9CCA8",
|
||||
"Z. c #DACEAD",
|
||||
"A. c #D2C8B3",
|
||||
"S. c #D6CAB2",
|
||||
"D. c #D0C8BB",
|
||||
"F. c #DCD5BD",
|
||||
"G. c #E0C899",
|
||||
"H. c #E6D099",
|
||||
"J. c #F2CD86",
|
||||
"K. c #F8D185",
|
||||
"L. c #F8D782",
|
||||
"P. c #FCD883",
|
||||
"I. c #F1DC91",
|
||||
"U. c #E6D3AB",
|
||||
"Y. c #E7DBAF",
|
||||
"T. c #E1D8B9",
|
||||
"R. c #F4DAA8",
|
||||
"E. c #FEEC85",
|
||||
"W. c #FEEC87",
|
||||
"Q. c #FAE29A",
|
||||
"!. c #FAE4A0",
|
||||
"~. c #FFE6A3",
|
||||
"^. c #FDE2AB",
|
||||
"/. c #FFE4AD",
|
||||
"(. c #F9E7B8",
|
||||
"). c #FEE9BD",
|
||||
"_. c #C5C3C4",
|
||||
"`. c #C7C7C9",
|
||||
"'. c #D0CBC3",
|
||||
"]. c #DAD5C4",
|
||||
"[. c #F5DFC2",
|
||||
"{. c #F4E9CC",
|
||||
"}. c #F5EAD3",
|
||||
"|. c #F8EBD2",
|
||||
" X c #FFF1D4",
|
||||
".X c #FFF3D5",
|
||||
"XX c #FFF7E0",
|
||||
"oX c #FEF5E6",
|
||||
"OX c #FEF6E9",
|
||||
"+X c #FFF9E8",
|
||||
"@X c #FFFCEE",
|
||||
"#X c #FFFCEF",
|
||||
"$X c #FFFBF8",
|
||||
"%X c #FFFBF9",
|
||||
"&X c #FCF9FE",
|
||||
"*X c #FCF9FF",
|
||||
"=X c #FDFAFF",
|
||||
"-X c #FFFDFF",
|
||||
";X c #FFFEFF",
|
||||
":X c gray100",
|
||||
">X c None",
|
||||
/* pixels */
|
||||
">X>X>X>Xs k v M m l e O >X>X>X>X",
|
||||
">X>X a V ).+X#X#XXX~.n : >X>X>X",
|
||||
">X u 5.{.|. X X X X}.(.-.3 >X>X",
|
||||
">Xw <.A.V.N.G./.^.M.B.'.C.B - >X",
|
||||
"o N H.`.v.b.S.K.J.D.n.c._.3.h ",
|
||||
"< { U.q 9 6 x.6.P.k.8 7 0 1.b & ",
|
||||
"i | L.l.j.f.Z.;.,.m.g.h.z.` K 1 ",
|
||||
"j ' / I.].Y.>.F D :.T.F.2.C E t ",
|
||||
"g ! S S R L K L K A L L K S .4 ",
|
||||
"y o.! Z ( _ _ _ &.&.) ^ L ..X., ",
|
||||
"= +.@.G {.&X*X*X*X*X*XR.W #.] + ",
|
||||
" z r.8.2.%X;X;X;X;X;X7.9.w.p ",
|
||||
">X= } i.d.!.OX$X$XoXQ.s.r.c . >X",
|
||||
">X>X; ~ r.u.a.W.E.p.y.w.x $ >X>X",
|
||||
">X>X>X% f O.%.w.%.%.[ p o >X>X>X",
|
||||
">X>X>X>X # 2 5 4 > @ >X>X>X>X"
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *ksmiletris[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #0B0500",
|
||||
"X c #0D0900",
|
||||
"o c #120B00",
|
||||
"O c #131313",
|
||||
"+ c #231300",
|
||||
"@ c #261900",
|
||||
"# c #281800",
|
||||
"$ c #311A00",
|
||||
"% c #2E2000",
|
||||
"& c #372000",
|
||||
"* c #3D2600",
|
||||
"= c #3D3D3C",
|
||||
"- c #442C00",
|
||||
"; c #482E00",
|
||||
": c #472600",
|
||||
"> c #5F3F00",
|
||||
", c #683F00",
|
||||
"< c #663B00",
|
||||
"1 c #5D4000",
|
||||
"2 c #6F4600",
|
||||
"3 c #684800",
|
||||
"4 c #784C00",
|
||||
"5 c #7B5600",
|
||||
"6 c #4A4A4A",
|
||||
"7 c #5F5F5F",
|
||||
"8 c #525252",
|
||||
"9 c #5E6064",
|
||||
"0 c #636363",
|
||||
"q c #6F6F6F",
|
||||
"w c #646568",
|
||||
"e c gray47",
|
||||
"r c #834C00",
|
||||
"t c #8D5000",
|
||||
"y c #8D5E00",
|
||||
"u c #905600",
|
||||
"i c #935D00",
|
||||
"p c #886100",
|
||||
"a c #9E6B00",
|
||||
"s c #9E7300",
|
||||
"d c #AA5500",
|
||||
"f c #A76000",
|
||||
"g c #AB6300",
|
||||
"h c #AC6B00",
|
||||
"j c #A77B00",
|
||||
"k c #AA7100",
|
||||
"l c #AC7900",
|
||||
"z c #B16700",
|
||||
"x c #BB7200",
|
||||
"c c #B47900",
|
||||
"v c #C67600",
|
||||
"b c #C77A00",
|
||||
"n c #CC7F00",
|
||||
"m c #D57700",
|
||||
"M c #D37900",
|
||||
"N c #D87A00",
|
||||
"B c #B48100",
|
||||
"V c #BD8C05",
|
||||
"C c #AE9D7C",
|
||||
"Z c #B4A17D",
|
||||
"A c #C58A05",
|
||||
"S c #CA9206",
|
||||
"D c #DD8100",
|
||||
"F c #D79600",
|
||||
"G c #DC9F0B",
|
||||
"H c #DAA409",
|
||||
"J c #E38B00",
|
||||
"K c #E08500",
|
||||
"L c #EA9504",
|
||||
"P c #ED9B01",
|
||||
"I c #EC9F15",
|
||||
"U c #F09B00",
|
||||
"Y c #EBA300",
|
||||
"T c #E5A709",
|
||||
"R c #EBAF13",
|
||||
"E c #EAB201",
|
||||
"W c #EFB80D",
|
||||
"Q c #ECB415",
|
||||
"! c #EDB91B",
|
||||
"~ c #F6A201",
|
||||
"^ c #F8AA1A",
|
||||
"/ c #F3BB00",
|
||||
"( c #FAB404",
|
||||
") c #FFBB00",
|
||||
"_ c #F9B60A",
|
||||
"` c #F3BB18",
|
||||
"' c #F0BC10",
|
||||
"] c #EDBC20",
|
||||
"[ c #F4BE3E",
|
||||
"{ c #F3B33D",
|
||||
"} c #CAAC75",
|
||||
"| c #CDB17C",
|
||||
" . c #E7AC42",
|
||||
".. c #EEBE50",
|
||||
"X. c #E1B055",
|
||||
"o. c #F4B848",
|
||||
"O. c #E2BA69",
|
||||
"+. c #FEC400",
|
||||
"@. c #FECC01",
|
||||
"#. c #FECD0A",
|
||||
"$. c #F5C500",
|
||||
"%. c #FFCC1B",
|
||||
"&. c #FEC813",
|
||||
"*. c #FED500",
|
||||
"=. c #FFD10D",
|
||||
"-. c #FEDA01",
|
||||
";. c #FFD313",
|
||||
":. c #FFD218",
|
||||
">. c #FED812",
|
||||
",. c #FECC2C",
|
||||
"<. c #FECF25",
|
||||
"1. c #FDCC31",
|
||||
"2. c #FFCC3C",
|
||||
"3. c #F6CD38",
|
||||
"4. c #FFD520",
|
||||
"5. c #FFD028",
|
||||
"6. c #FFDA23",
|
||||
"7. c #FFDD28",
|
||||
"8. c #FFD333",
|
||||
"9. c #FFD939",
|
||||
"0. c #FFE401",
|
||||
"q. c #FFE20C",
|
||||
"w. c #FFEB04",
|
||||
"e. c #FFE019",
|
||||
"r. c #FFEC1A",
|
||||
"t. c #FFE613",
|
||||
"y. c #FFEC2A",
|
||||
"u. c #FFE531",
|
||||
"i. c #FFE83C",
|
||||
"p. c #FFF324",
|
||||
"a. c #FFFF26",
|
||||
"s. c #FFFD2C",
|
||||
"d. c #FFF22C",
|
||||
"f. c #FFF233",
|
||||
"g. c #FFF73E",
|
||||
"h. c #FFFE32",
|
||||
"j. c #FFFF39",
|
||||
"k. c #FCC94A",
|
||||
"l. c #FFCD42",
|
||||
"z. c #F5C35B",
|
||||
"x. c #FCCD54",
|
||||
"c. c #F8C359",
|
||||
"v. c #FFDA42",
|
||||
"b. c #FFDF49",
|
||||
"n. c #F9D245",
|
||||
"m. c #FAD350",
|
||||
"M. c #FED35D",
|
||||
"N. c #FCDB59",
|
||||
"B. c #FADE52",
|
||||
"V. c #ECC264",
|
||||
"C. c #EDCA7A",
|
||||
"Z. c #F5C96E",
|
||||
"A. c #F8CA63",
|
||||
"S. c #F4CD76",
|
||||
"D. c #FBD46B",
|
||||
"F. c #FFD568",
|
||||
"G. c #FADC7C",
|
||||
"H. c #FDD677",
|
||||
"J. c #FFE243",
|
||||
"K. c #FFE24C",
|
||||
"L. c #FFEC4D",
|
||||
"P. c #FDED41",
|
||||
"I. c #FFEC55",
|
||||
"U. c #FAE059",
|
||||
"Y. c #FFF04D",
|
||||
"T. c #FFFE43",
|
||||
"R. c #FFFD4B",
|
||||
"E. c #FFF541",
|
||||
"W. c #FFF254",
|
||||
"Q. c #FFF45D",
|
||||
"!. c #FFFC53",
|
||||
"~. c #FFF95C",
|
||||
"^. c #FCE264",
|
||||
"/. c #FDE469",
|
||||
"(. c #FEE976",
|
||||
"). c #FFF462",
|
||||
"_. c #FFF66F",
|
||||
"`. c #FFFF6C",
|
||||
"'. c #FFFF70",
|
||||
"]. c #FFFC7B",
|
||||
"[. c #FEF379",
|
||||
"{. c #8D8D8D",
|
||||
"}. c #85868B",
|
||||
"|. c #9C9EA2",
|
||||
" X c #A99B81",
|
||||
".X c #B3A081",
|
||||
"XX c #B0A694",
|
||||
"oX c #BFB49E",
|
||||
"OX c #A1A1A0",
|
||||
"+X c #A3A5A9",
|
||||
"@X c #AEAEAE",
|
||||
"#X c #B9B2A3",
|
||||
"$X c #B2B2B2",
|
||||
"%X c #BCBCBC",
|
||||
"&X c #CBB58A",
|
||||
"*X c #CBB796",
|
||||
"=X c #D1BE9B",
|
||||
"-X c #C2B9A9",
|
||||
";X c #C3BCB0",
|
||||
":X c #DEC697",
|
||||
">X c #D9C7A3",
|
||||
",X c #ECCC8F",
|
||||
"<X c #ECD28F",
|
||||
"1X c #E8D09E",
|
||||
"2X c #FBD986",
|
||||
"3X c #FFDE9E",
|
||||
"4X c #EECBA4",
|
||||
"5X c #E5D1AB",
|
||||
"6X c #E4DCBD",
|
||||
"7X c #F2D4AA",
|
||||
"8X c #F5DBA9",
|
||||
"9X c #F4DFB2",
|
||||
"0X c #FFE68F",
|
||||
"qX c #F8E083",
|
||||
"wX c #FBE19C",
|
||||
"eX c #FFEB96",
|
||||
"rX c #FFFD84",
|
||||
"tX c #FFFD8B",
|
||||
"yX c #FFFF93",
|
||||
"uX c #ECE1BB",
|
||||
"iX c #FEE1A1",
|
||||
"pX c #F8E4AA",
|
||||
"aX c #F3E5B4",
|
||||
"sX c #FFE4B0",
|
||||
"dX c #FEE8B1",
|
||||
"fX c #FEECBC",
|
||||
"gX c #F5E5BC",
|
||||
"hX c #C6C6C6",
|
||||
"jX c #C0C3CA",
|
||||
"kX c #C3C6D1",
|
||||
"lX c #CCCED4",
|
||||
"zX c #CED1D9",
|
||||
"xX c #D1D2D4",
|
||||
"cX c #DEDEDF",
|
||||
"vX c #CDD2E1",
|
||||
"bX c #D1D5E2",
|
||||
"nX c #E4DCC1",
|
||||
"mX c #E4E0DA",
|
||||
"MX c #EEE9DF",
|
||||
"NX c #FEEBC3",
|
||||
"BX c #FDEECC",
|
||||
"VX c #F6E5C8",
|
||||
"CX c #F7ECD6",
|
||||
"ZX c #FFF4CE",
|
||||
"AX c #FFF1D5",
|
||||
"SX c #FCF3DA",
|
||||
"DX c #FFF9DB",
|
||||
"FX c #EBEBEB",
|
||||
"GX c #E5E5E5",
|
||||
"HX c #F1F0EE",
|
||||
"JX c #FFF9E4",
|
||||
"KX c #FEF8EB",
|
||||
"LX c #FAF2E8",
|
||||
"PX c #FEFBF4",
|
||||
"IX c #FEFEFE",
|
||||
"UX c #FCF3F3",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXd m M m m N N N d r : YXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXA m N J I { z.A.A.o.^ L m t $ YXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXg D L c.dXJXPXIXIXIXIXKXNXD.^ K r YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXf J [ fXKXPXKXLXKXLXKXLXKXPXPXZXM.~ z + YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXr P F.DXJXDXAXAXAXAXAXAXAXAXAXAXJXJX0X_ v # YXYXYXYXYX",
|
||||
"YXYXYXYXt ~ (.BX5X=X>XgXBXNXNXNXNXNXNXNX5X=X>XVXeX_ x X YXYXYXYX",
|
||||
"YXYXYX: P B.5XC XX;X#X X&XdXsXsXsXdX1XC XX;X#X X*X(.( u YXYXYX",
|
||||
"YXYX b 5.<X.XmXFXxXmXHXoX| 8X3XwX,X.XmXFXxXcXHX-X&XJ.Y : YXYXYX",
|
||||
"YXYX< ( /.} FXxX@XxX%X$XIX&XC.2X2X} MXxX@XxX%X@XUX*XC.:.h YXYX",
|
||||
"YX x 6.S.:XFXe {.{.{.0 +XCXO.H.Z.:XFXe {.{.{.0 +XCXX.4.Y $ YXYX",
|
||||
"YX# Y J.V.9XjX= 8 7 6 O w LXV.F.c.9XhX= 8 7 6 O 9 LXI +.@.4 YXYX",
|
||||
"YX3 +.K.k.iXkX6 0 e q 6 }.SXx.x.k.3XlX6 0 e q 6 }.BX( ) -.c YX",
|
||||
"YXi >.v.2.M.FX|.OXhX$X{.zXwX2.l.2.M.FX|.OXhX$X}.vXG.) ) 0.F . YX",
|
||||
"YXk t.8.1.,.2XGXkXlXjXbXVX1.,.1.1.&.F.GXkXlXjXzXaX&.) +.-.E + YX",
|
||||
"YXk q.4.%.%.;.N.aX6XuXqX4.%.%.%.#.@.@.n.pX6X6XG.&.+.@.@.0.E # YX",
|
||||
"YXk 0.>.=.#.=.@.*.:.=.@.*.=.=.@.@.@.@.@.@.#.@.@.@.@.*.#.w.E # YX",
|
||||
"YXa q.q.;.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.=.:.w.H o YX",
|
||||
"YX2 >.r.7.*.-.*./ / / / / / / / / / / / / E / $.*.*.6.e.r.A YX",
|
||||
"YX* ` d.u.e.-.*. .7X7X7X7X7X7X7X7X7X7X7X7X7X4XQ -.0.i.r.u.y YX",
|
||||
"YX S I.y.L.w.-...IXIXIXIXIXIXIXIXIXIXIXIXIXUXW 0.i.i.E.,.- YXYX",
|
||||
"YXYX4 v.g.Y.L.w.' UXIXIXIXIXIXIXIXIXIXIXIXIX7X$.f.).p.Q.A . YXYX",
|
||||
"YXYXo H ~.d._.~.>.S.IXIXIXIXIXIXIXIXIXIXIXPX[ P.].f.R.1.> YXYX",
|
||||
"YXYXYX3 ,.!.d.rX].3.8XIXIXIXIXIXIXIXIXIXIXZ.B.tXR.h.I.B YXYXYX",
|
||||
"YXYXYX a b.R.h.rXrXn.2XKXIXIXIXIXIXIXAXA.U.yXR.a.).T @ YXYXYX",
|
||||
"YXYXYXYXX B K.R.a.`.yX^.m.2XdXNXfXiXH.m.[.rXj.h.Q.Q - YXYXYXYX",
|
||||
"YXYXYXYXYXX l 9.~.s.j.`.rX(./.^.^./.[.].R.a.R.I.T - YXYXYXYXYX",
|
||||
"YXYXYXYXYXYX 5 ` I.!.h.s.j.R.R.R.T.s.s.T.Q.8.B @ YXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYX % s ! J.W.!.R.T.T.!.!.L.1.S 1 YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYX + 3 j H Q ] ! H V p - YXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYX . X X . YXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYX"
|
||||
};
|
@ -0,0 +1,153 @@
|
||||
/* XPM */
|
||||
static char *ksnake-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 131 2",
|
||||
" c black",
|
||||
". c #000700",
|
||||
"X c #050B00",
|
||||
"o c #121604",
|
||||
"O c #131B03",
|
||||
"+ c #121B06",
|
||||
"@ c #182005",
|
||||
"# c #1C230C",
|
||||
"$ c #1E240C",
|
||||
"% c #1E2B0C",
|
||||
"& c #202A0E",
|
||||
"* c #23280F",
|
||||
"= c #212E0A",
|
||||
"- c #212B10",
|
||||
"; c #222C14",
|
||||
": c #23300F",
|
||||
"> c #25330E",
|
||||
", c #2C340C",
|
||||
"< c #2A3B06",
|
||||
"1 c #2F390E",
|
||||
"2 c #2D3F09",
|
||||
"3 c #2A3911",
|
||||
"4 c #3A3D13",
|
||||
"5 c #39460E",
|
||||
"6 c #3A440D",
|
||||
"7 c #3E450E",
|
||||
"8 c #364910",
|
||||
"9 c #3E4618",
|
||||
"0 c #394C12",
|
||||
"q c #3A4E14",
|
||||
"w c #3D5216",
|
||||
"e c #414319",
|
||||
"r c #464A1A",
|
||||
"t c #494914",
|
||||
"y c #4A4C13",
|
||||
"u c #47531D",
|
||||
"i c #435813",
|
||||
"p c #43581B",
|
||||
"a c #455B1E",
|
||||
"s c #495211",
|
||||
"d c #4A5210",
|
||||
"f c #4F571F",
|
||||
"g c #4B5B11",
|
||||
"h c #4F5B15",
|
||||
"j c #4A5E19",
|
||||
"k c #4E5B19",
|
||||
"l c #50501F",
|
||||
"z c #505912",
|
||||
"x c #515F16",
|
||||
"c c #545816",
|
||||
"v c #54581C",
|
||||
"b c #505E20",
|
||||
"n c #565920",
|
||||
"m c #505B37",
|
||||
"M c #44650F",
|
||||
"N c #446410",
|
||||
"B c #4D6013",
|
||||
"V c #556216",
|
||||
"C c #566214",
|
||||
"Z c #506419",
|
||||
"A c #55631A",
|
||||
"S c #5D701D",
|
||||
"D c #587E1B",
|
||||
"F c #596D20",
|
||||
"G c #56603D",
|
||||
"H c #5E7422",
|
||||
"J c #5F7620",
|
||||
"K c #5F7C28",
|
||||
"L c #60771C",
|
||||
"P c #606423",
|
||||
"I c #626723",
|
||||
"U c #616922",
|
||||
"Y c #607621",
|
||||
"T c #647728",
|
||||
"R c #647D21",
|
||||
"E c #667C24",
|
||||
"W c #607E2A",
|
||||
"Q c #677D2B",
|
||||
"! c #6D7E2F",
|
||||
"~ c #617334",
|
||||
"^ c #677636",
|
||||
"/ c #6E7C51",
|
||||
"( c #5A801C",
|
||||
") c #6B8C1D",
|
||||
"_ c #6E901F",
|
||||
"` c #688524",
|
||||
"' c #69842C",
|
||||
"] c #6E872E",
|
||||
"[ c #688C20",
|
||||
"{ c #698E22",
|
||||
"} c #6E8232",
|
||||
"| c #6E8930",
|
||||
" . c #6E8932",
|
||||
".. c #738D2C",
|
||||
"X. c #718832",
|
||||
"o. c #778D38",
|
||||
"O. c #739B2F",
|
||||
"+. c #759E30",
|
||||
"@. c #789131",
|
||||
"#. c #7A9230",
|
||||
"$. c #7C9735",
|
||||
"%. c #7B943F",
|
||||
"&. c #7B9A39",
|
||||
"*. c #7C983E",
|
||||
"=. c #7F9C3B",
|
||||
"-. c #6F8448",
|
||||
";. c #708345",
|
||||
":. c #708A43",
|
||||
">. c #728B46",
|
||||
",. c #718055",
|
||||
"<. c #7A9240",
|
||||
"1. c #799247",
|
||||
"2. c #7B9246",
|
||||
"3. c #81A930",
|
||||
"4. c #84AD34",
|
||||
"5. c #83AE3B",
|
||||
"6. c #83AF3B",
|
||||
"7. c #819B43",
|
||||
"8. c #88B042",
|
||||
"9. c #8AB244",
|
||||
"0. c #92AF4D",
|
||||
"q. c #92B04C",
|
||||
"w. c #9BBB5A",
|
||||
"e. c #9DBE5E",
|
||||
"r. c #9CAF78",
|
||||
"t. c #9FB376",
|
||||
"y. c #A0B47B",
|
||||
"u. c #A2B679",
|
||||
"i. c #C1D880",
|
||||
"p. c #C5DA83",
|
||||
"a. c None",
|
||||
/* pixels */
|
||||
"a.a.a.a. ; G ,./ m - a.a.a.a.",
|
||||
"a.a.a. 2 -.r.t.y.y.;.< a.a.a.",
|
||||
"a.a.a.8 j i.~ 2.2.^ p.i q a.a.",
|
||||
"a.a.o | f 0.J %.%.E q.9 | O a.a.",
|
||||
"a.a.> X.t F W :.>.W Z e } 3 a.a.",
|
||||
"a.a.% o.n r , 0 w , 4 l ! > a.a.",
|
||||
"a.a.. ' I v 6 N M 6 y I ] X a.a.",
|
||||
"a.a.a.@ @.U g D ( B c @.: a.a.a.",
|
||||
"a.a.a.a.+ V S O.+.Y C = a.a.a.a.",
|
||||
"a.a.a.a. 7 T 8.9.Q s a.a.a.a.",
|
||||
"a.a.a.a. s ..w.e.$.z a.a.a.a.",
|
||||
"a.a.a.a. h L %.7.R C a.a.a.a.",
|
||||
"a.a.a.a. k ) 3.4._ A a.a.a.a.",
|
||||
"a.a.a.a.a.u J [ { ` b a.a.a.a.",
|
||||
"a.a.a.a.a.$ &.6.6.7.- a.a.a.a.a.",
|
||||
"a.a.a.a.a. # p a & a.a.a.a.a."
|
||||
};
|
@ -0,0 +1,248 @@
|
||||
/* XPM */
|
||||
static char *ksnake[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 210 2",
|
||||
" c #000000",
|
||||
". c #060C00",
|
||||
"X c #0A0D01",
|
||||
"o c #0E1402",
|
||||
"O c #101207",
|
||||
"+ c #131B03",
|
||||
"@ c #141908",
|
||||
"# c #172105",
|
||||
"$ c #1C240B",
|
||||
"% c #1F290B",
|
||||
"& c #232609",
|
||||
"* c #242C0A",
|
||||
"= c #282C0A",
|
||||
"- c #22320C",
|
||||
"; c #2C310C",
|
||||
": c #2C3A0B",
|
||||
"> c #2E3610",
|
||||
", c #2D3E11",
|
||||
"< c #32350C",
|
||||
"1 c #333B0D",
|
||||
"2 c #333510",
|
||||
"3 c #303C13",
|
||||
"4 c #3C3811",
|
||||
"5 c #3D3F1B",
|
||||
"6 c #2F420E",
|
||||
"7 c #32420E",
|
||||
"8 c #354B0B",
|
||||
"9 c #3B440F",
|
||||
"0 c #394C0E",
|
||||
"q c #354410",
|
||||
"w c #334811",
|
||||
"e c #3B4312",
|
||||
"r c #3B4C12",
|
||||
"t c #3C530E",
|
||||
"y c #3C5311",
|
||||
"u c #3F5815",
|
||||
"i c #413D0F",
|
||||
"p c #433F12",
|
||||
"a c #42490F",
|
||||
"s c #424712",
|
||||
"d c #424419",
|
||||
"f c #444B12",
|
||||
"g c #494A14",
|
||||
"h c #494B1A",
|
||||
"j c #445D0F",
|
||||
"k c #465213",
|
||||
"l c #45531A",
|
||||
"z c #435B13",
|
||||
"x c #445D1C",
|
||||
"c c #4C5414",
|
||||
"v c #4D511C",
|
||||
"b c #485D14",
|
||||
"n c #4C591A",
|
||||
"m c #525315",
|
||||
"M c #525518",
|
||||
"N c #535A15",
|
||||
"B c #545C18",
|
||||
"V c #5C5E17",
|
||||
"C c #595B19",
|
||||
"Z c #494D24",
|
||||
"A c #435525",
|
||||
"S c #4C5D2A",
|
||||
"D c #505420",
|
||||
"F c #545822",
|
||||
"G c #525C28",
|
||||
"H c #585C27",
|
||||
"J c #446611",
|
||||
"K c #4A6414",
|
||||
"L c #4B6519",
|
||||
"P c #4A6813",
|
||||
"I c #4D6C19",
|
||||
"U c #526117",
|
||||
"Y c #55621C",
|
||||
"T c #516B1A",
|
||||
"R c #5C6516",
|
||||
"E c #5B621B",
|
||||
"W c #5D6A1C",
|
||||
"Q c #527415",
|
||||
"! c #53731A",
|
||||
"~ c #537915",
|
||||
"^ c #547818",
|
||||
"/ c #5A731C",
|
||||
"( c #5B7A1D",
|
||||
") c #4E6525",
|
||||
"_ c #546523",
|
||||
"` c #536C23",
|
||||
"' c #5B6024",
|
||||
"] c #5F632D",
|
||||
"[ c #576B39",
|
||||
"{ c #586E30",
|
||||
"} c #5C6D38",
|
||||
"| c #557222",
|
||||
" . c #597720",
|
||||
".. c #5C7A21",
|
||||
"X. c #666F19",
|
||||
"o. c #63721D",
|
||||
"O. c #617A1C",
|
||||
"+. c #636622",
|
||||
"@. c #616C23",
|
||||
"#. c #646A28",
|
||||
"$. c #636B32",
|
||||
"%. c #677725",
|
||||
"&. c #60702A",
|
||||
"*. c #607925",
|
||||
"=. c #647C2A",
|
||||
"-. c #687026",
|
||||
";. c #6C742B",
|
||||
":. c #6C7C24",
|
||||
">. c #687B2A",
|
||||
",. c #677631",
|
||||
"<. c #737F33",
|
||||
"1. c #677250",
|
||||
"2. c #5D801A",
|
||||
"3. c #5E8024",
|
||||
"4. c #65841C",
|
||||
"5. c #64891D",
|
||||
"6. c #6A9519",
|
||||
"7. c #6F9B1D",
|
||||
"8. c #638224",
|
||||
"9. c #678229",
|
||||
"0. c #678927",
|
||||
"q. c #6B842B",
|
||||
"w. c #698B23",
|
||||
"e. c #6A8C2A",
|
||||
"r. c #678132",
|
||||
"t. c #6D8433",
|
||||
"y. c #6A853C",
|
||||
"u. c #6D8C30",
|
||||
"i. c #6C9424",
|
||||
"p. c #6C9229",
|
||||
"a. c #73842E",
|
||||
"s. c #728B2D",
|
||||
"d. c #748B32",
|
||||
"f. c #788136",
|
||||
"g. c #788E3D",
|
||||
"h. c #71942C",
|
||||
"j. c #749C23",
|
||||
"k. c #71992E",
|
||||
"l. c #7F9620",
|
||||
"z. c #78912C",
|
||||
"x. c #7D9C2A",
|
||||
"c. c #739233",
|
||||
"v. c #769038",
|
||||
"b. c #769C32",
|
||||
"n. c #7A9433",
|
||||
"m. c #799539",
|
||||
"M. c #7B9D33",
|
||||
"N. c #7C9B3C",
|
||||
"B. c #75A226",
|
||||
"V. c #75A02A",
|
||||
"C. c #7CA42C",
|
||||
"Z. c #7FAA2F",
|
||||
"A. c #7EA631",
|
||||
"S. c #7EA538",
|
||||
"D. c #788C54",
|
||||
"F. c #7D9B41",
|
||||
"G. c #7F994B",
|
||||
"H. c #7E915D",
|
||||
"J. c #798761",
|
||||
"K. c #7FA444",
|
||||
"L. c #80933C",
|
||||
"P. c #849D3B",
|
||||
"I. c #82A32F",
|
||||
"U. c #8CA52A",
|
||||
"Y. c #83A13C",
|
||||
"T. c #81AA32",
|
||||
"R. c #83AC3C",
|
||||
"E. c #8CAD3D",
|
||||
"W. c #89B23C",
|
||||
"Q. c #819649",
|
||||
"!. c #859C4D",
|
||||
"~. c #84945E",
|
||||
"^. c #8B985D",
|
||||
"/. c #869B61",
|
||||
"(. c #85A247",
|
||||
"). c #83A14D",
|
||||
"_. c #85A941",
|
||||
"`. c #84A84B",
|
||||
"'. c #89A242",
|
||||
"]. c #8AA54A",
|
||||
"[. c #8AAC42",
|
||||
"{. c #88A352",
|
||||
"}. c #8DA65D",
|
||||
"|. c #8BAB50",
|
||||
" X c #8BB147",
|
||||
".X c #8FB34C",
|
||||
"XX c #91AA43",
|
||||
"oX c #91AC5C",
|
||||
"OX c #91B34D",
|
||||
"+X c #96BB55",
|
||||
"@X c #9ABA5B",
|
||||
"#X c #8FA766",
|
||||
"$X c #8FA964",
|
||||
"%X c #91AA66",
|
||||
"&X c #93AA6C",
|
||||
"*X c #98AF6F",
|
||||
"=X c #96A673",
|
||||
"-X c #98A775",
|
||||
";X c #9AAA74",
|
||||
":X c #9BA97A",
|
||||
">X c #97B16A",
|
||||
",X c #99B26B",
|
||||
"<X c #9BB271",
|
||||
"1X c #A4C367",
|
||||
"2X c #A6C56B",
|
||||
"3X c #BCDB7C",
|
||||
"4X c #9DAE80",
|
||||
"5X c #A5B385",
|
||||
"6X c #AAB98B",
|
||||
"7X c None",
|
||||
/* pixels */
|
||||
"7X7X7X7X7X7X7X7X7X7X7X o * q S A , * . 7X7X7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X - } ~.:X6X6X6X5X-XD.{ * 7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X. 8 y.:X:X=X;X;X;X=X:X4X;X=.8 o 7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X+ j z ) H./.#X#X%X,X,X#X&X~.) t t + 7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7Xo K b q K [ J.{.oXoX%XoXoX^.1.t 1 u K + 7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X0 / _ l I 3XG.P.].oX{.`.XXf.3X( r l ..x 7X7X7X7X7X",
|
||||
"7X7X7X7X7X+ I t.] n T ~ K l.Y.].`.P.U.Y ~ ^ l 5 r.3.# 7X7X7X7X7X",
|
||||
"7X7X7X7X7X6 3.{ h 1 K x b x.[.|.|.[.I.*.8 u > 3 G e.7 7X7X7X7X7X",
|
||||
"7X7X7X7X r c.G s h 9 ( e.G.oX*X,X}.).0.^ 1 2 h Z 9.u 7X7X7X7X",
|
||||
"7X7X7X7X y c.D m M e r ..x x x x x x ! s ; v H d =.| 7X7X7X7X",
|
||||
"7X7X7X7X u F.h c ' H 2 = I T I T | T 1 & d H H Z t.` 7X7X7X7X",
|
||||
"7X7X7X7X : n.} H H #.< & = q : : q ; & = F C p 4 q.r 7X7X7X7X",
|
||||
"7X7X7X7X7XX e.,.i C ;.e < 9 J J J J r ; < C +.d v h.# 7X7X7X7X7X",
|
||||
"7X7X7X7X7X 1 b.#.m ;.c s z P P P P b s f R N $.N.L 7X7X7X7X7X",
|
||||
"7X7X7X7X7X K E.-.#.M f K Q ^ Q ^ P g g E +.Y.e.O 7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X . t M.<.m g K T ( / ^ I c a B z.T + 7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X q w.N c *.p.h.k.p.0.U c X.Q . 7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X j N n ..9.u.u.q.9.Y c O.* 7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X ; R W b.S.R.R.T.M.=.N k 7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X7X< B Y d.v.m.F.m.d.{ B 9 7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X7Xa X.O.E..X+X+XOX Xs.R N 7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X k V U q.Q.!.{.!.v.W c N 7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X l X.( j.OX1X2X@XA.4.R R 7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X c W W O.q.m.N.s.:./ X.Y 7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X l :.O.7.C.W.W.T.j.4.o.B 7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X7Xe %.W 4.w.c.z.s.4.( @.n 7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X7X2 d.8.6.B.Z.T.C.7.4.a.r 7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X7XO >.<.( 2.6.i.5.( q.L.= 7X7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X7X _ '.K.V.B.B.B.S.).>.. 7X7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X7X @ e. XK.|.|.`.[.n.$ 7X7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X7X7X X ` p.p.p.h...@ 7X7X7X7X7X7X7X7X7X7X",
|
||||
"7X7X7X7X7X7X7X7X7X7X7X O % % @ 7X7X7X7X7X7X7X7X7X7X7X"
|
||||
};
|
@ -0,0 +1,183 @@
|
||||
/* XPM */
|
||||
static char *ksokoban-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 161 2",
|
||||
" c black",
|
||||
". c #4D0000",
|
||||
"X c #570000",
|
||||
"o c #430623",
|
||||
"O c #5C1430",
|
||||
"+ c #670000",
|
||||
"@ c #6F1511",
|
||||
"# c #730000",
|
||||
"$ c #760020",
|
||||
"% c #6F2934",
|
||||
"& c #663133",
|
||||
"* c #7C3024",
|
||||
"= c #850000",
|
||||
"- c #860001",
|
||||
"; c #83000D",
|
||||
": c #890506",
|
||||
"> c #8E0005",
|
||||
", c #940B0F",
|
||||
"< c #9D2107",
|
||||
"1 c #98260A",
|
||||
"2 c #9E2C07",
|
||||
"3 c #9E2F1F",
|
||||
"4 c #95381A",
|
||||
"5 c #82242B",
|
||||
"6 c #8B292B",
|
||||
"7 c #803F3B",
|
||||
"8 c #933238",
|
||||
"9 c #9E3F32",
|
||||
"0 c #AA0B00",
|
||||
"q c #A2100A",
|
||||
"w c #A01C07",
|
||||
"e c #A41A14",
|
||||
"r c #A51D1E",
|
||||
"t c #BB0007",
|
||||
"y c #BD0601",
|
||||
"u c #B30310",
|
||||
"i c #B20014",
|
||||
"p c #BA0F19",
|
||||
"a c #A62601",
|
||||
"s c #A72A0E",
|
||||
"d c #AA2312",
|
||||
"f c #A53B19",
|
||||
"g c #BA3500",
|
||||
"h c #BD320E",
|
||||
"j c #BD390A",
|
||||
"k c #BE3110",
|
||||
"l c #B13E26",
|
||||
"z c #B83F27",
|
||||
"x c #8D403F",
|
||||
"c c #BE451D",
|
||||
"v c #AC4627",
|
||||
"b c #A6473C",
|
||||
"n c #AB493D",
|
||||
"m c #A45133",
|
||||
"M c #9B504F",
|
||||
"N c #B45840",
|
||||
"B c #C60708",
|
||||
"V c #C50F03",
|
||||
"C c #CB0D00",
|
||||
"Z c #CE1600",
|
||||
"A c #CD2A00",
|
||||
"S c #C0360B",
|
||||
"D c #C33C05",
|
||||
"F c #C93C03",
|
||||
"G c #D32E18",
|
||||
"H c #E42300",
|
||||
"J c #E23000",
|
||||
"K c #FF2002",
|
||||
"L c #D64302",
|
||||
"P c #D34A0E",
|
||||
"I c #DB4311",
|
||||
"U c #DF4B11",
|
||||
"Y c #C34525",
|
||||
"T c #CD522C",
|
||||
"R c #DE6037",
|
||||
"E c #DF6339",
|
||||
"W c #E84400",
|
||||
"Q c #FF5300",
|
||||
"! c #FF5D08",
|
||||
"~ c #FF6C1E",
|
||||
"^ c #EF662E",
|
||||
"/ c #EC6F3A",
|
||||
"( c #F76F2D",
|
||||
") c #FE6C29",
|
||||
"_ c #F66E35",
|
||||
"` c #FF7C30",
|
||||
"' c #C1695C",
|
||||
"] c #D56545",
|
||||
"[ c #D56548",
|
||||
"{ c #D66C48",
|
||||
"} c #DF6742",
|
||||
"| c #DF6842",
|
||||
" . c #D66D55",
|
||||
".. c #DE765C",
|
||||
"X. c #CA7062",
|
||||
"o. c #DF7D64",
|
||||
"O. c #E16842",
|
||||
"+. c #E16D4C",
|
||||
"@. c #EE7B49",
|
||||
"#. c #CD8072",
|
||||
"$. c #F6834D",
|
||||
"%. c #FB8247",
|
||||
"&. c #FC8950",
|
||||
"*. c #FE8E54",
|
||||
"=. c #E78462",
|
||||
"-. c #E88363",
|
||||
";. c #EF8760",
|
||||
":. c #E48C71",
|
||||
">. c #E0907B",
|
||||
",. c #E5927F",
|
||||
"<. c #E9967C",
|
||||
"1. c #FF9B61",
|
||||
"2. c #F19973",
|
||||
"3. c #F29874",
|
||||
"4. c #F49E77",
|
||||
"5. c #F19A7E",
|
||||
"6. c #F89973",
|
||||
"7. c #F89B76",
|
||||
"8. c #DD9E94",
|
||||
"9. c #DDABA6",
|
||||
"0. c #E49E8B",
|
||||
"q. c #EFA38A",
|
||||
"w. c #E9AA97",
|
||||
"e. c #EFA994",
|
||||
"r. c #EBAF9F",
|
||||
"t. c #ECAD9B",
|
||||
"y. c #F0A384",
|
||||
"u. c #F7A786",
|
||||
"i. c #F1A18A",
|
||||
"p. c #FAA581",
|
||||
"a. c #F1AB93",
|
||||
"s. c #FFB08B",
|
||||
"d. c #FFB98F",
|
||||
"f. c #F1B09B",
|
||||
"g. c #FFB993",
|
||||
"h. c #FFB994",
|
||||
"j. c #E4AEA1",
|
||||
"k. c #E8B3A7",
|
||||
"l. c #EEB4A2",
|
||||
"z. c #EEB9A9",
|
||||
"x. c #E4BEB6",
|
||||
"c. c #F2B6A3",
|
||||
"v. c #F9BCA8",
|
||||
"b. c #DDC1BE",
|
||||
"n. c #FFC89B",
|
||||
"m. c #EDC2B9",
|
||||
"M. c #FFCDA3",
|
||||
"N. c #FFCAB6",
|
||||
"B. c #FAC8B8",
|
||||
"V. c #FBCCBA",
|
||||
"C. c #FFD2BA",
|
||||
"Z. c #E6D9DD",
|
||||
"A. c #ECDBDA",
|
||||
"S. c #F3CCC4",
|
||||
"D. c #F5D1C7",
|
||||
"F. c #F3DBD9",
|
||||
"G. c #F4E2DF",
|
||||
"H. c #F6E0DE",
|
||||
"J. c #FEEBE4",
|
||||
"K. c #F7F0F3",
|
||||
"L. c None",
|
||||
/* pixels */
|
||||
" L.L.L.7 x T @.*.^ b & L.L.L. ",
|
||||
"L.L.O % X.i.B.m.9.S.v.,.M o L.L.",
|
||||
"L.$ n ..5.f.z.x.b.k.w.<.o.' 8 L.",
|
||||
"L.i c +.0.l.V.A.Z.r.q.>.[ Y 3 - ",
|
||||
"L.s l #.e.N.J.K.H.j.7.-. .z 1 : ",
|
||||
"q 6 9 O.u.C.F.H.D.8.;._ I A * , ",
|
||||
"L.u v ) 1.y.t.c.e.:.] ~ Q F r . ",
|
||||
"L.L.p m ` / $.&.%.( U ! P 5 > L.",
|
||||
" L.; e N M.h.g.d.s.n.{ @ B L.L.",
|
||||
"L. L.t a =.p.2.2.4.6.2 V L.L.L.",
|
||||
"L.L.L.L.C g | E R O.D Z + L.L.L.",
|
||||
"L.L.L.L.L.H j k h S J # L.L.L.L.",
|
||||
"L.L.L.L.L.- W < w L y L.L.L.L.L.",
|
||||
"L.L.L.L.L.L.0 f 4 K L.L.L.L.L.L.",
|
||||
"L.L.L.L.L.L.L.d G L.L.L.L.L.L.L.",
|
||||
"L.L.L.L.L.L.L.L.X L.L.L.L.L.L.L."
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *ksokoban[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #0B0000",
|
||||
"X c #0F0F00",
|
||||
"o c #1C0202",
|
||||
"O c #170705",
|
||||
"+ c #2B0502",
|
||||
"@ c #2B0907",
|
||||
"# c #3F0000",
|
||||
"$ c #370604",
|
||||
"% c #381908",
|
||||
"& c #391716",
|
||||
"* c #3F3F00",
|
||||
"= c #2A2A00",
|
||||
"- c #4B1514",
|
||||
"; c #540705",
|
||||
": c #4E0F06",
|
||||
"> c #55381C",
|
||||
", c #4C3319",
|
||||
"< c #681403",
|
||||
"1 c #6A1614",
|
||||
"2 c #7F0000",
|
||||
"3 c #77140B",
|
||||
"4 c #7A1C1D",
|
||||
"5 c #691F22",
|
||||
"6 c #66271B",
|
||||
"7 c #7C2726",
|
||||
"8 c #71302B",
|
||||
"9 c #7F3032",
|
||||
"0 c #622727",
|
||||
"q c #6D4824",
|
||||
"w c #7F7F00",
|
||||
"e c #881A16",
|
||||
"r c #980202",
|
||||
"t c #9D1A19",
|
||||
"y c #951D12",
|
||||
"u c #941308",
|
||||
"i c #951F22",
|
||||
"p c #852119",
|
||||
"a c #89261D",
|
||||
"s c #93241A",
|
||||
"d c #94291C",
|
||||
"f c #992916",
|
||||
"g c #9A2818",
|
||||
"h c #852206",
|
||||
"j c #822322",
|
||||
"k c #8C2A23",
|
||||
"l c #882A28",
|
||||
"z c #8A312A",
|
||||
"x c #863433",
|
||||
"c c #973429",
|
||||
"v c #943934",
|
||||
"b c #933F3E",
|
||||
"n c #902A29",
|
||||
"m c #A1110D",
|
||||
"M c #A41818",
|
||||
"N c #A51913",
|
||||
"B c #B5160C",
|
||||
"V c #B41B11",
|
||||
"C c #B70906",
|
||||
"Z c #A4260E",
|
||||
"A c #AA260B",
|
||||
"S c #AD2C0F",
|
||||
"D c #A42414",
|
||||
"F c #A52B12",
|
||||
"G c #AB2A11",
|
||||
"H c #AB2716",
|
||||
"J c #A2301C",
|
||||
"K c #AB3217",
|
||||
"L c #B12909",
|
||||
"P c #BA2B04",
|
||||
"I c #B82F0C",
|
||||
"U c #B52408",
|
||||
"Y c #BA300D",
|
||||
"T c #BB3B0F",
|
||||
"R c #B23519",
|
||||
"E c #B8371B",
|
||||
"W c #A73927",
|
||||
"Q c #A03E35",
|
||||
"! c #B43C24",
|
||||
"~ c #9F5F1F",
|
||||
"^ c #864137",
|
||||
"/ c #9B423C",
|
||||
"( c #AA5500",
|
||||
") c #AB422E",
|
||||
"_ c #A74933",
|
||||
"` c #BB482D",
|
||||
"' c #BB4324",
|
||||
"] c #B24734",
|
||||
"[ c #BB503C",
|
||||
"{ c #AE573A",
|
||||
"} c #BF7F3F",
|
||||
"| c #954844",
|
||||
" . c #A85249",
|
||||
".. c #AF5950",
|
||||
"X. c #B15041",
|
||||
"o. c #B95B49",
|
||||
"O. c #B15C53",
|
||||
"+. c #AA4D43",
|
||||
"@. c #B46156",
|
||||
"#. c #BA6E65",
|
||||
"$. c #C70902",
|
||||
"%. c #CA1904",
|
||||
"&. c #DC0301",
|
||||
"*. c #D51A04",
|
||||
"=. c #DD1410",
|
||||
"-. c #CD1A14",
|
||||
";. c #C22D01",
|
||||
":. c #C82A07",
|
||||
">. c #C5350A",
|
||||
",. c #CD3302",
|
||||
"<. c #CA3806",
|
||||
"1. c #C73D16",
|
||||
"2. c #DA2B05",
|
||||
"3. c #D42608",
|
||||
"4. c #D9281C",
|
||||
"5. c #D43B04",
|
||||
"6. c #D93D02",
|
||||
"7. c #D03301",
|
||||
"8. c #C83624",
|
||||
"9. c #EB0400",
|
||||
"0. c #E40401",
|
||||
"q. c #FD0000",
|
||||
"w. c #F00000",
|
||||
"e. c #E51202",
|
||||
"r. c #E82116",
|
||||
"t. c #C8421C",
|
||||
"y. c #C6431A",
|
||||
"u. c #DC430B",
|
||||
"i. c #D64206",
|
||||
"p. c #D4451B",
|
||||
"a. c #C74A28",
|
||||
"s. c #CF572D",
|
||||
"d. c #C8573C",
|
||||
"f. c #D14920",
|
||||
"g. c #D3552C",
|
||||
"h. c #DE582B",
|
||||
"j. c #D65730",
|
||||
"k. c #D85C36",
|
||||
"l. c #C14D35",
|
||||
"z. c #CC6633",
|
||||
"x. c #D2643A",
|
||||
"c. c #DC643B",
|
||||
"v. c #D47F2A",
|
||||
"b. c #DF7F3F",
|
||||
"n. c #E24F18",
|
||||
"m. c #E95517",
|
||||
"M. c #F6570B",
|
||||
"N. c #F05E1D",
|
||||
"B. c #E74A08",
|
||||
"V. c #E15B28",
|
||||
"C. c #FD6416",
|
||||
"Z. c #EA642A",
|
||||
"A. c #EA6A37",
|
||||
"S. c #E5783B",
|
||||
"D. c #F56B2A",
|
||||
"F. c #F46421",
|
||||
"G. c #F97638",
|
||||
"H. c #CB664C",
|
||||
"J. c #C66958",
|
||||
"K. c #C8705F",
|
||||
"L. c #D36244",
|
||||
"P. c #DB6B46",
|
||||
"I. c #DA6E52",
|
||||
"U. c #D9755A",
|
||||
"Y. c #D37058",
|
||||
"T. c #C77566",
|
||||
"R. c #CA7768",
|
||||
"E. c #DA7C63",
|
||||
"W. c #D27965",
|
||||
"Q. c #E16D45",
|
||||
"!. c #E67245",
|
||||
"~. c #E2724A",
|
||||
"^. c #EB7545",
|
||||
"/. c #EF7F4F",
|
||||
"(. c #E87A4D",
|
||||
"). c #E07A5B",
|
||||
"_. c #EA7D52",
|
||||
"`. c #E47750",
|
||||
"'. c #F37E45",
|
||||
"]. c #F0784C",
|
||||
"[. c #F27B50",
|
||||
"{. c #DE856E",
|
||||
"}. c #D5806C",
|
||||
"|. c #D88875",
|
||||
" X c #DE907D",
|
||||
".X c #CE877A",
|
||||
"XX c #EA835B",
|
||||
"oX c #EE8052",
|
||||
"OX c #FB834A",
|
||||
"+X c #F98148",
|
||||
"@X c #F68757",
|
||||
"#X c #FC935F",
|
||||
"$X c #E78A6A",
|
||||
"%X c #E58C71",
|
||||
"&X c #ED906B",
|
||||
"*X c #EB967B",
|
||||
"=X c #ED997E",
|
||||
"-X c #E2917B",
|
||||
";X c #F58E61",
|
||||
":X c #F3946C",
|
||||
">X c #FE9662",
|
||||
",X c #FC9969",
|
||||
"<X c #F7996F",
|
||||
"1X c #F49A74",
|
||||
"2X c #FE9E70",
|
||||
"3X c #F59B78",
|
||||
"4X c #FDA173",
|
||||
"5X c #DC9788",
|
||||
"6X c #DFB1AA",
|
||||
"7X c #D9ADA7",
|
||||
"8X c #E59A86",
|
||||
"9X c #E49C89",
|
||||
"0X c #EB9C83",
|
||||
"qX c #EBA28C",
|
||||
"wX c #E6A28F",
|
||||
"eX c #EAA592",
|
||||
"rX c #EDA995",
|
||||
"tX c #EBAC9A",
|
||||
"yX c #E3A394",
|
||||
"uX c #EEB29F",
|
||||
"iX c #F2A285",
|
||||
"pX c #F2A98D",
|
||||
"aX c #F9A987",
|
||||
"sX c #F1AB94",
|
||||
"dX c #FCB18F",
|
||||
"fX c #F2B39F",
|
||||
"gX c #FCB595",
|
||||
"hX c #FCB798",
|
||||
"jX c #FBB798",
|
||||
"kX c #E5AEA1",
|
||||
"lX c #E1B4AC",
|
||||
"zX c #ECB4A4",
|
||||
"xX c #E8B5A8",
|
||||
"cX c #EBB9AC",
|
||||
"vX c #E4B1A6",
|
||||
"bX c #E2BAB3",
|
||||
"nX c #EBBCB0",
|
||||
"mX c #F2B9A6",
|
||||
"MX c #F4BCAB",
|
||||
"NX c #F6BAA6",
|
||||
"BX c #F1BFB1",
|
||||
"VX c #FAC2AA",
|
||||
"CX c #F2C5B9",
|
||||
"ZX c #F9C9B8",
|
||||
"AX c #FDD0BC",
|
||||
"SX c #E9C5BD",
|
||||
"DX c #E7C8C2",
|
||||
"FX c #EBD1CE",
|
||||
"GX c #EFD9D7",
|
||||
"HX c #F2CCC2",
|
||||
"JX c #F6D5CB",
|
||||
"KX c #FDDACC",
|
||||
"LX c #F6DCD6",
|
||||
"PX c #F2DCDA",
|
||||
"IX c #F6E0DD",
|
||||
"UX c #F4E2E0",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YX #.z.b.(.(._._ c K t.g.x.x.x.s.a.' z ^ /.[.[.'.oXz.} w ",
|
||||
" v.v.S.+X(._ .O.T. X=XaXhXjXdX4XiX5X.X#.| q _.[.^.(.P.} w ",
|
||||
" } z.!.L.v / ..T.|.-X9XqXsXqX|.qXtXeX9X5X}.R.@.^ 8 { [.S.v.( w ",
|
||||
"( z._ l z / o.K.}.-X9XtXMXnXlX7XvXcXzXtX9X XR.@.O.| x 5 6 b.} w ",
|
||||
"} b.l v X.J.K.{.8XsXzXzXxXnXlXSX6XcXkXtXrXqX XW.Y.O. .b j - ~ ( ",
|
||||
"z.4.k ) [ H.U.%X0XqXrXzXCXnXbXDXbXzXzXyX8X-X%XE.J.o.X./ n 7 % ( ",
|
||||
"P.-.d ! l.L.U.%X9XtXzXMXCXSXFXFXDX6XtXeXwX-XE.I.L.d.] W k s @ ( ",
|
||||
"H.V J E a.L.E.5XeXmXMXZXJXPXPXPXFXbXpXiX0X-X{.Y.d.a.! J a M & } ",
|
||||
"o.H K 1.a.J.|.8XeXNXZXKXLXUXIXPXFXbXeXiX=X%X).I.H.` E A f N - } ",
|
||||
"4.F R W +.T.%X0XsXMXAXKXIXUXIXLXCXxXyX3X:XXX`.P.L.d.W D Z y 1 > ",
|
||||
"=.d z b ] d.U.*XgXVXAXJXLXLXLXJXCXkX8X%X@X[.A.g.1.1.G s s p s O ",
|
||||
"r.i 9 W a.c.`.&XaXjXNXCXHXHXCXCXMXeX8XE.[.G.F.n.6.2.;.G a a 4 O ",
|
||||
"8.B l ! t.k.(.@X2XaXsXtXmXMXNXfXrX0X%XU.!.G.C.m.u.5.,.F j t @ X ",
|
||||
"H i m z a.V.A.+X#X<X*XiXpXsXpXiX=X&X).Q.c.D.C.m.B.6.F 7 M - @ , ",
|
||||
"q z y t z ` Z.G.OXoX;X:X:X<X<X,X@XoX].A.V.m.C.M.u.g 7 N 1 @ = YX",
|
||||
"l 0 p m g v ) Z.D.A.S.'.OXOXOX+XG.G.D.N.m.B.M.y.d a t e @ % w YX",
|
||||
"2 > 6 e B c c ) oX,X,X,X4X4X4X,X2X>X#X#X@X+Xy.d d s N $ % ; YXYX",
|
||||
" # , 1 m V W J H.gXjXgXjXjXjXgXgXgXdXaXdX&XF f f B : + $ YXYX",
|
||||
"YX # & 3 C V K R XX3X3X3X3X1X1X1X<X:X:X:Xa.Z F V 3 o YXYX",
|
||||
"YXYX # % r $.U L a.XXXXXXXX$X_.XXXXXXXXc.U L U u + YXYXYXYX",
|
||||
"YXYXYX < C %.I P g.!.~.P.~.Q.P.Q.Q.A.>.P U B $ . YXYXYXYXYX",
|
||||
"YXYXYXYX r 9.%.;.<.g.j.j.j.j.j.g.j.1.;.U %.: . YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYX 0.9.;.,.1.f.1.y.y.t.y.1.,.;.3.< . YXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXq.q.0.,.<.I I I I Y Y <.5.:.u . YXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXq.q.*.i.P L U L U L 6.,.U + YXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXq.q.2.<.Z A A Z >.5.2.$ o YXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXq.9.6.S f f F i.2.: YXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXq.e.<.s s T 3.h . YXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYX9.3.d d >.Z . YXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXq.F d t O YXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXq.&.r o YXYXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXq.YX YXYXYXYXYXYXYXYXYXYXYXYXYXYX"
|
||||
};
|
@ -0,0 +1,106 @@
|
||||
/* XPM */
|
||||
static char *kspaceduel-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 84 1",
|
||||
" c black",
|
||||
". c #090606",
|
||||
"X c #16120D",
|
||||
"o c #202019",
|
||||
"O c #232323",
|
||||
"+ c #272727",
|
||||
"@ c gray20",
|
||||
"# c #393939",
|
||||
"$ c #421200",
|
||||
"% c #551C00",
|
||||
"& c #44423F",
|
||||
"* c #5D5023",
|
||||
"= c #7D4000",
|
||||
"- c #474545",
|
||||
"; c #535353",
|
||||
": c #5D5B57",
|
||||
"> c #5C5A5C",
|
||||
", c #6B6B5D",
|
||||
"< c #736C55",
|
||||
"1 c #776E58",
|
||||
"2 c gray38",
|
||||
"3 c #686363",
|
||||
"4 c #6B6969",
|
||||
"5 c #6D6969",
|
||||
"6 c #727366",
|
||||
"7 c #777575",
|
||||
"8 c #526BBA",
|
||||
"9 c #5970BA",
|
||||
"0 c #407CDB",
|
||||
"q c #457DD9",
|
||||
"w c #3E97DE",
|
||||
"e c #3B99DE",
|
||||
"r c #4DBBEC",
|
||||
"t c #53B8E9",
|
||||
"y c #72D4F9",
|
||||
"u c #78D3F7",
|
||||
"i c #886B2E",
|
||||
"p c #AF6000",
|
||||
"a c #807F7F",
|
||||
"s c #827D7D",
|
||||
"d c #C75B00",
|
||||
"f c #C95D00",
|
||||
"g c #CC6600",
|
||||
"h c #DC6800",
|
||||
"j c #FFAC00",
|
||||
"k c #FFAD00",
|
||||
"l c #FAD326",
|
||||
"z c #FBDC29",
|
||||
"x c #858383",
|
||||
"c c #8A8A8C",
|
||||
"v c #918F94",
|
||||
"b c #949391",
|
||||
"n c #B1ACAA",
|
||||
"m c #B1B0B3",
|
||||
"M c #B3B2B2",
|
||||
"N c #B4B3B4",
|
||||
"B c #B4B5B6",
|
||||
"V c #B7B8B7",
|
||||
"C c #B8B5B5",
|
||||
"Z c #C0BFBF",
|
||||
"A c #D0D0AB",
|
||||
"S c #D8D5AD",
|
||||
"D c #C8CDD5",
|
||||
"F c #CDCFD4",
|
||||
"G c #C5D0D7",
|
||||
"H c #CAD1D8",
|
||||
"J c #D0DCDE",
|
||||
"K c #D4DCDD",
|
||||
"L c #DDDDDD",
|
||||
"P c #E0E0DD",
|
||||
"I c #E9E8D8",
|
||||
"U c gray88",
|
||||
"Y c #E6E5E0",
|
||||
"T c #E7E5E3",
|
||||
"R c #E9E7E7",
|
||||
"E c #EEEBEA",
|
||||
"W c #EFEDED",
|
||||
"Q c #F5F3E4",
|
||||
"! c #F6F5F3",
|
||||
"~ c #F7F6F5",
|
||||
"^ c #F3F8F8",
|
||||
"/ c gray98",
|
||||
"( c #FAFAFC",
|
||||
") c None",
|
||||
/* pixels */
|
||||
")))))))fg)))))))",
|
||||
")))))))hd)))))))",
|
||||
"))))))$jj%))))))",
|
||||
"))))))=lzp))))))",
|
||||
"))))))*SAi))))))",
|
||||
"))))) ,VB6 )))))",
|
||||
"))X<cLY98PUv1o))",
|
||||
"))&I/~Fq0D!(Q:))",
|
||||
"))-BxTHweGEbm>))",
|
||||
"))+2 5KtrJs ;#))",
|
||||
")) ) nuyC.) ))",
|
||||
"))))))3^^7))))))",
|
||||
"))))))ORW@))))))",
|
||||
")))))) mZ ))))))",
|
||||
")))))))4a)))))))",
|
||||
"))))))) )))))))"
|
||||
};
|
@ -0,0 +1,231 @@
|
||||
/* XPM */
|
||||
static char *kspaceduel[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 193 2",
|
||||
" c #000000",
|
||||
". c #0C0500",
|
||||
"X c #1D140D",
|
||||
"o c #1F1E1E",
|
||||
"O c #331919",
|
||||
"+ c #232323",
|
||||
"@ c #2D2D2D",
|
||||
"# c #292E34",
|
||||
"$ c #322E2E",
|
||||
"% c #313030",
|
||||
"& c #3C3B3B",
|
||||
"* c #00007F",
|
||||
"= c #282850",
|
||||
"- c #24365B",
|
||||
"; c #29345A",
|
||||
": c #2E3968",
|
||||
"> c #3F3F7F",
|
||||
", c #3E4349",
|
||||
"< c #324171",
|
||||
"1 c #5F1F3F",
|
||||
"2 c #403F3F",
|
||||
"3 c #572B46",
|
||||
"4 c #484646",
|
||||
"5 c #4C4A4A",
|
||||
"6 c #515158",
|
||||
"7 c #5B5A5A",
|
||||
"8 c #594C7C",
|
||||
"9 c #775775",
|
||||
"0 c #636161",
|
||||
"q c #6E6D6D",
|
||||
"w c #6B6971",
|
||||
"e c #717070",
|
||||
"r c #7C7B7B",
|
||||
"t c #1B3B9B",
|
||||
"y c #033DDF",
|
||||
"u c #0055AA",
|
||||
"i c #3E5289",
|
||||
"p c #3F5F9F",
|
||||
"a c #2A55AA",
|
||||
"s c #3758AB",
|
||||
"d c #3855AA",
|
||||
"f c #336699",
|
||||
"g c #3F6AAA",
|
||||
"h c #094BC8",
|
||||
"j c #0B44E6",
|
||||
"k c #0D6EDA",
|
||||
"l c #0063E1",
|
||||
"z c #215CC5",
|
||||
"x c #2377FF",
|
||||
"c c #5B578E",
|
||||
"v c #4848B6",
|
||||
"b c #4B5EA3",
|
||||
"n c #455CB9",
|
||||
"m c #485BB6",
|
||||
"M c #5C6C82",
|
||||
"N c #4A66A7",
|
||||
"B c #4861AA",
|
||||
"V c #4B64B2",
|
||||
"C c #4C66BB",
|
||||
"Z c #4B69B4",
|
||||
"A c #4E6BBA",
|
||||
"S c #5663A5",
|
||||
"D c #5166AA",
|
||||
"F c #5164B6",
|
||||
"G c #526AB4",
|
||||
"H c #536AB9",
|
||||
"J c #66578A",
|
||||
"K c #637186",
|
||||
"L c #70768E",
|
||||
"P c #7B7E8D",
|
||||
"I c #0095E8",
|
||||
"U c #0B95E2",
|
||||
"Y c #1CBBE6",
|
||||
"T c #3A88FF",
|
||||
"R c #3CBEC7",
|
||||
"E c #04C2EA",
|
||||
"W c #33CAD6",
|
||||
"Q c #3BD8D8",
|
||||
"! c #44BECC",
|
||||
"~ c #53BCC8",
|
||||
"^ c #4CBBFF",
|
||||
"/ c #46D8D8",
|
||||
"( c #53D8D8",
|
||||
") c #5AFFFF",
|
||||
"_ c #64D3D5",
|
||||
"` c #6DD8D8",
|
||||
"' c #78CDD1",
|
||||
"] c #75D8D8",
|
||||
"[ c #7ED8D8",
|
||||
"{ c #6CCCFF",
|
||||
"} c #62ECFF",
|
||||
"| c #72FFFF",
|
||||
" . c #843525",
|
||||
".. c #9E4B39",
|
||||
"X. c #AE4C2C",
|
||||
"o. c #8B6177",
|
||||
"O. c #9A6B74",
|
||||
"+. c #A66C77",
|
||||
"@. c #B87A70",
|
||||
"#. c #D1510F",
|
||||
"$. c #CD643D",
|
||||
"%. c #E3580B",
|
||||
"&. c #EC5E0D",
|
||||
"*. c #F1661F",
|
||||
"=. c #FD691A",
|
||||
"-. c #CA6545",
|
||||
";. c #888A70",
|
||||
":. c #93947E",
|
||||
">. c #AA9D7C",
|
||||
",. c #FF8D3B",
|
||||
"<. c #D6896E",
|
||||
"1. c #EAA357",
|
||||
"2. c #ECA55B",
|
||||
"3. c #E8C663",
|
||||
"4. c #FFD764",
|
||||
"5. c #FFDD61",
|
||||
"6. c #F0D671",
|
||||
"7. c #F9D770",
|
||||
"8. c #FFE474",
|
||||
"9. c #888583",
|
||||
"0. c #8E8D8D",
|
||||
"q. c #939393",
|
||||
"w. c #999797",
|
||||
"e. c #9B9A9B",
|
||||
"r. c #8F9CBD",
|
||||
"t. c #9A9AA1",
|
||||
"y. c #A39D9E",
|
||||
"u. c #AE9E9E",
|
||||
"i. c #A8A186",
|
||||
"p. c #ABA699",
|
||||
"a. c #ACB092",
|
||||
"s. c #A4A3A4",
|
||||
"d. c #A8A7A8",
|
||||
"f. c #ABAAAB",
|
||||
"g. c #B6A9A9",
|
||||
"h. c #BFAEAE",
|
||||
"j. c #B4B0A5",
|
||||
"k. c #B4B2AD",
|
||||
"l. c #BBB7A7",
|
||||
"z. c #B9B6AB",
|
||||
"x. c #B3B2B2",
|
||||
"c. c #B2BFBF",
|
||||
"v. c #B9B5B5",
|
||||
"b. c #BDBBBA",
|
||||
"n. c #9EA9C2",
|
||||
"m. c #B3B5C7",
|
||||
"M. c #B9BBC9",
|
||||
"N. c #BFC1A2",
|
||||
"B. c #80D8D8",
|
||||
"V. c #82FAFF",
|
||||
"C. c #AFC8C8",
|
||||
"Z. c #BBC1C1",
|
||||
"A. c #B9C0D2",
|
||||
"S. c #D1B787",
|
||||
"D. c #C1BDA2",
|
||||
"F. c #C1BAAF",
|
||||
"G. c #C6BEB0",
|
||||
"H. c #C0BFBF",
|
||||
"J. c #C1BDC0",
|
||||
"K. c #CCCC97",
|
||||
"L. c #D3CD96",
|
||||
"P. c #C6C0B6",
|
||||
"I. c #C3C2BC",
|
||||
"U. c #C8C1BE",
|
||||
"Y. c #C8CABF",
|
||||
"T. c #FFD582",
|
||||
"R. c #FFE787",
|
||||
"E. c #FFEB8B",
|
||||
"W. c #FFE993",
|
||||
"Q. c #F0EFBF",
|
||||
"!. c #FAF3BB",
|
||||
"~. c #C3C2C1",
|
||||
"^. c #C3CDCD",
|
||||
"/. c #CBC2C2",
|
||||
"(. c #CDCDCD",
|
||||
"). c #C2C6D8",
|
||||
"_. c #CDCDD0",
|
||||
"`. c #D1CFCF",
|
||||
"'. c #D3D5CF",
|
||||
"]. c #D3D3D3",
|
||||
"[. c #D6D6DA",
|
||||
"{. c #D6D8D8",
|
||||
"}. c #D8D3D3",
|
||||
"|. c #D9D9DA",
|
||||
" X c #E5E6D2",
|
||||
".X c #E9ECD0",
|
||||
"XX c #E2E2E3",
|
||||
"oX c #E6E6E8",
|
||||
"OX c #E9E9E9",
|
||||
"+X c #F0F0EF",
|
||||
"@X c gray96",
|
||||
"#X c #FAFAFA",
|
||||
"$X c None",
|
||||
/* pixels */
|
||||
"$X$X$X$X$X$X$X$X$X$X$X$X t 1 %.#.u t $X$X$X$X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$X$X$X t i .*.%.3 p > * $X$X$X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$X$X f d b X.=.*...m d f u $X$X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$X$X< V b 8 $.=.,.-.c C n f $X$X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$X* a Z G 9 1.5.4.2.o.H H b t $X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$Xu d A G O.7.E.W.7.@.S C n i $X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$Xu m G D +.8.(.Z.R.<.J G m f $X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$Xu n G N >..Xn.r..XS.8 Z g < $X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$Xu v H i a..XA.A. XN.< v v u $X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$X v Z : ;.'.M.m.].:.; B v t $X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$X$Xu - # j.s.w M t.z., = u $X$X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X X & q.|.#XZ.P t t L z.#X|.q.4 . $X$X$X$X$X",
|
||||
"$X$X$X$X$X6 6.i.[.#X#X@X#Xz.D j j s j.OX#X@X#XXXs.3.;. $X$X$X$X",
|
||||
"$X$X$X$X w K.D._.|.|.|.'.F.z x T h F.{.[.|.|.}.l.L.t. $X$X$X$X",
|
||||
"$X$X$X$X q XXd.x.{.|.|.J.P.k ^ { l H.U.}.XX[.J.e.|.d. $X$X$X$X",
|
||||
"$X$X$X$X e OXf.x.XX|.|.J.U.U } V.I H.U.'.XX#X_.s.OXf. $X$X$X$X",
|
||||
"$X$X$X$X 0 XX+ 7 ].{./.J.Y ) | E ~.J.'.OXr ].9. $X$X$X$X",
|
||||
"$X$X$X$X$X% ]. o x.b.v.~ ` ] ! v.v.v.4 ^.0 $X$X$X$X",
|
||||
"$X$X$X$X$X J. $X r _.u.R [ B.W y.(.e. $X s.& $X$X$X$X$X",
|
||||
"$X$X$X$X$X $X$X % d.g.] ( ( _ F.d., $X$X $X$X$X$X$X",
|
||||
"$X$X$X$X$X $X$X$X% & {.A./ Q C.{.5 % $X$X $X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$X$X$X $ ~.|.N.c.}.'.% + $X$X$X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$X$X$X$X$ e.{.{.}.[.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% 7 `.{.[.`.o.% $X$X$X$X$X$X$X$X$X$X$X$X",
|
||||
"$X$X$X$X$X$X$X$X$X$X$X$X % `.~.b.|.% + $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$ f.b.v.J.% $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% 0 f.e.0.@ $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 % ~.^.% + $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$X% 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$X$XO @ @ $ $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$X$X o O $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$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X$X"
|
||||
};
|
@ -0,0 +1,89 @@
|
||||
/* XPM */
|
||||
static char *ktron-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 67 1",
|
||||
" c black",
|
||||
". c #020207",
|
||||
"X c #050802",
|
||||
"o c #070907",
|
||||
"O c #001C00",
|
||||
"+ c #000024",
|
||||
"@ c #000036",
|
||||
"# c #000039",
|
||||
"$ c #0D1B29",
|
||||
"% c #113400",
|
||||
"& c #002959",
|
||||
"* c #1F2046",
|
||||
"= c #292545",
|
||||
"- c #3B3854",
|
||||
"; c #047400",
|
||||
": c #057500",
|
||||
"> c #067D05",
|
||||
", c #36483F",
|
||||
"< c #274046",
|
||||
"1 c #3D514C",
|
||||
"2 c #3E514D",
|
||||
"3 c #494346",
|
||||
"4 c #454856",
|
||||
"5 c #4A7D46",
|
||||
"6 c #666980",
|
||||
"7 c #76758C",
|
||||
"8 c #079000",
|
||||
"9 c #009D00",
|
||||
"0 c #089201",
|
||||
"q c #1A9E04",
|
||||
"w c #11B700",
|
||||
"e c #27A500",
|
||||
"r c #049557",
|
||||
"t c #1FC200",
|
||||
"y c #21C600",
|
||||
"u c #29CC00",
|
||||
"i c #518230",
|
||||
"p c #589B30",
|
||||
"a c #5B9E31",
|
||||
"s c #55A02D",
|
||||
"d c #58A02F",
|
||||
"f c #5CA631",
|
||||
"g c #42D800",
|
||||
"h c #4FE000",
|
||||
"j c #55E300",
|
||||
"k c #63D442",
|
||||
"l c #65D644",
|
||||
"z c #6ADB44",
|
||||
"x c #79DE61",
|
||||
"c c #959FB8",
|
||||
"v c #B7B5C4",
|
||||
"b c #B6BECB",
|
||||
"n c #B1FF8D",
|
||||
"m c #C1BECA",
|
||||
"M c #C3C0CD",
|
||||
"N c #CAC3D0",
|
||||
"B c #C9C7D3",
|
||||
"V c #CCC9D4",
|
||||
"C c #CED0D4",
|
||||
"Z c #D0CED8",
|
||||
"A c #D8D0DA",
|
||||
"S c #E8D2DD",
|
||||
"D c #F6F5F9",
|
||||
"F c #FEF9F4",
|
||||
"G c #FEFCF9",
|
||||
"H c gray100",
|
||||
"J c None",
|
||||
/* pixels */
|
||||
"JJJJJJJJJJJJJJJJ",
|
||||
"JJJJJJJJJJJJJJJJ",
|
||||
"JJJJJJJJJJJJJJJJ",
|
||||
"JJJ %pdssfai JJ",
|
||||
"JJ=115nnnnz.o$JJ",
|
||||
"J -H5hhjj,-lrX4 ",
|
||||
",kAS>quuu333x00c",
|
||||
"9>NFb5etttyw:@:8",
|
||||
":+ GH5555DH; :",
|
||||
":#H G5GVGvH; H :",
|
||||
":g CBZmM74->g&g:",
|
||||
" :g: JJJJJJ.:g: ",
|
||||
"J O JJJJJJJJ J",
|
||||
"JJJJJJJJJJJJJJJJ",
|
||||
"JJJJJJJJJJJJJJJJ",
|
||||
"JJJJJJJJJJJJJJJJ"
|
||||
};
|
@ -0,0 +1,271 @@
|
||||
/* XPM */
|
||||
static char *ktron[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 233 2",
|
||||
" c #000000",
|
||||
". c #000B00",
|
||||
"X c #080509",
|
||||
"o c #001300",
|
||||
"O c #071308",
|
||||
"+ c #001A01",
|
||||
"@ c #091B00",
|
||||
"# c #130F13",
|
||||
"$ c #180F18",
|
||||
"% c #161416",
|
||||
"& c #121814",
|
||||
"* c #1B171B",
|
||||
"= c #1B191B",
|
||||
"- c #1F1F22",
|
||||
"; c #002303",
|
||||
": c #002B00",
|
||||
"> c #003200",
|
||||
", c #033A03",
|
||||
"< c #0D320F",
|
||||
"1 c #143C00",
|
||||
"2 c #1B3D00",
|
||||
"3 c #242325",
|
||||
"4 c #282628",
|
||||
"5 c #2B2A2D",
|
||||
"6 c #2B352A",
|
||||
"7 c #362A3D",
|
||||
"8 c #353435",
|
||||
"9 c #38323B",
|
||||
"0 c #3B3B3C",
|
||||
"q c #3F3942",
|
||||
"w c #004100",
|
||||
"e c #014B01",
|
||||
"r c #015100",
|
||||
"t c #0A5F06",
|
||||
"y c #095E09",
|
||||
"u c #016201",
|
||||
"i c #0D6103",
|
||||
"p c #047402",
|
||||
"a c #047D00",
|
||||
"s c #0C7303",
|
||||
"d c #0E7509",
|
||||
"f c #167903",
|
||||
"g c #2B431E",
|
||||
"h c #30531D",
|
||||
"j c #2C4320",
|
||||
"k c #2E4A20",
|
||||
"l c #2D4131",
|
||||
"z c #215921",
|
||||
"x c #334134",
|
||||
"c c #36582B",
|
||||
"v c #276C00",
|
||||
"b c #2B6400",
|
||||
"n c #2D6801",
|
||||
"m c #257C0F",
|
||||
"M c #326B1D",
|
||||
"N c #246025",
|
||||
"B c #277225",
|
||||
"V c #2A722A",
|
||||
"C c #316C24",
|
||||
"Z c #347026",
|
||||
"A c #367228",
|
||||
"S c #3F7125",
|
||||
"D c #38742A",
|
||||
"F c #3D792F",
|
||||
"G c #367736",
|
||||
"H c #327832",
|
||||
"J c #403D40",
|
||||
"K c #466436",
|
||||
"L c #42703F",
|
||||
"P c #457D37",
|
||||
"I c #447F3F",
|
||||
"U c #414144",
|
||||
"Y c #424C42",
|
||||
"T c #464949",
|
||||
"R c #4A4A4A",
|
||||
"E c #4E4E50",
|
||||
"W c #504754",
|
||||
"Q c #534D55",
|
||||
"! c #515151",
|
||||
"~ c #5C555F",
|
||||
"^ c gray35",
|
||||
"/ c #4F6148",
|
||||
"( c #4D684D",
|
||||
") c #4D784C",
|
||||
"_ c #566B51",
|
||||
"` c #547B52",
|
||||
"' c #597054",
|
||||
"] c #605F60",
|
||||
"[ c #676369",
|
||||
"{ c #6E6D6E",
|
||||
"} c #767576",
|
||||
"| c #068B00",
|
||||
" . c #0E850C",
|
||||
".. c #069100",
|
||||
"X. c #049E00",
|
||||
"o. c #0D9302",
|
||||
"O. c #0C9D00",
|
||||
"+. c #15810E",
|
||||
"@. c #128412",
|
||||
"#. c #1B8B10",
|
||||
"$. c #119B11",
|
||||
"%. c #04A100",
|
||||
"&. c #0BA400",
|
||||
"*. c #14A002",
|
||||
"=. c #1AA800",
|
||||
"-. c #15A211",
|
||||
";. c #1BA41A",
|
||||
":. c #218500",
|
||||
">. c #2D8E03",
|
||||
",. c #2E831D",
|
||||
"<. c #2A8C16",
|
||||
"1. c #2E9C0D",
|
||||
"2. c #249615",
|
||||
"3. c #2B9413",
|
||||
"4. c #34891F",
|
||||
"5. c #269F27",
|
||||
"6. c #2AA200",
|
||||
"7. c #2CA40B",
|
||||
"8. c #2AB40E",
|
||||
"9. c #35A40F",
|
||||
"0. c #31AE01",
|
||||
"q. c #30A219",
|
||||
"w. c #3AAA16",
|
||||
"e. c #3CAC1F",
|
||||
"r. c #30B500",
|
||||
"t. c #32BA00",
|
||||
"y. c #29A424",
|
||||
"u. c #3AC200",
|
||||
"i. c #448A1A",
|
||||
"p. c #428535",
|
||||
"a. c #4E8B32",
|
||||
"s. c #5C993D",
|
||||
"d. c #40A108",
|
||||
"f. c #47A80D",
|
||||
"g. c #4DA015",
|
||||
"h. c #43BB06",
|
||||
"j. c #54BF31",
|
||||
"k. c #4F9E4F",
|
||||
"l. c #5D8E49",
|
||||
"z. c #578C51",
|
||||
"x. c #47AA4A",
|
||||
"c. c #45BB45",
|
||||
"v. c #4FB04C",
|
||||
"b. c #53A155",
|
||||
"n. c #608960",
|
||||
"m. c #6E9465",
|
||||
"M. c #799A66",
|
||||
"N. c #7D907C",
|
||||
"B. c #69A84C",
|
||||
"V. c #65A855",
|
||||
"C. c #6BBF54",
|
||||
"Z. c #70A059",
|
||||
"A. c #77A460",
|
||||
"S. c #75B766",
|
||||
"D. c #44C500",
|
||||
"F. c #47C900",
|
||||
"G. c #44C80B",
|
||||
"H. c #48C600",
|
||||
"J. c #4BCA00",
|
||||
"K. c #4CD200",
|
||||
"L. c #5BCC19",
|
||||
"P. c #44C023",
|
||||
"I. c #53C436",
|
||||
"U. c #5AC13E",
|
||||
"Y. c #63D02A",
|
||||
"T. c #6AD131",
|
||||
"R. c #72DF40",
|
||||
"E. c #7FDD44",
|
||||
"W. c #7AD150",
|
||||
"Q. c #69C469",
|
||||
"!. c #7CD27C",
|
||||
"~. c #83B86B",
|
||||
"^. c #87B979",
|
||||
"/. c #8CBE73",
|
||||
"(. c #80D54B",
|
||||
"). c #80DC44",
|
||||
"_. c #84DD49",
|
||||
"`. c #80DC51",
|
||||
"'. c #8ADE55",
|
||||
"]. c #95E169",
|
||||
"[. c #95EE6D",
|
||||
"{. c #94E472",
|
||||
"}. c #9EE57C",
|
||||
"|. c #93F366",
|
||||
" X c #A1F37E",
|
||||
".X c #838284",
|
||||
"XX c #8E8C8E",
|
||||
"oX c #889281",
|
||||
"OX c #8B9B8D",
|
||||
"+X c #978E9A",
|
||||
"@X c #909990",
|
||||
"#X c #9A999A",
|
||||
"$X c #9D95A0",
|
||||
"%X c #8FB082",
|
||||
"&X c #9DA2A1",
|
||||
"*X c #A4A4A5",
|
||||
"=X c #A7A7AB",
|
||||
"-X c #A9A2AC",
|
||||
";X c #A8A8A6",
|
||||
":X c #ABABAC",
|
||||
">X c #AFA4B1",
|
||||
",X c #AEB2AB",
|
||||
"<X c #AFB2B0",
|
||||
"1X c #B0ACB1",
|
||||
"2X c #B3B2B3",
|
||||
"3X c #B4B9B4",
|
||||
"4X c #B9B7B9",
|
||||
"5X c #BBBABB",
|
||||
"6X c #9ACF8D",
|
||||
"7X c #93D595",
|
||||
"8X c #9AD69C",
|
||||
"9X c #9FE581",
|
||||
"0X c #BBC0BE",
|
||||
"qX c #BADCBA",
|
||||
"wX c #A9E498",
|
||||
"eX c #A6F487",
|
||||
"rX c #C0BDC0",
|
||||
"tX c #C4C3C4",
|
||||
"yX c #C6C2C9",
|
||||
"uX c #C7CAC7",
|
||||
"iX c #CACACA",
|
||||
"pX c #CFC9D0",
|
||||
"aX c #CAD3CB",
|
||||
"sX c #D2CFD2",
|
||||
"dX c #D4D3D4",
|
||||
"fX c #D5DAD5",
|
||||
"gX c #DAD6DA",
|
||||
"hX c #DFDCDF",
|
||||
"jX c #E7E5E7",
|
||||
"kX c #EDEBED",
|
||||
"lX c #F7F9F8",
|
||||
"zX c #F9F8FA",
|
||||
"xX c None",
|
||||
/* pixels */
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxX+ 1 b n n n n n 2 xXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxX@ v f.T.`.[. XeXeX X|.W._ T 5 # xXxXxXxXxXxXxX",
|
||||
"xXxXxXxX8 XX{ P h.T.{.9X}.].'._.).E.W./.~.B.l._ U - xXxXxXxXxX",
|
||||
"xXxXxXxX8 zXlXj.G.Y.L.K.H.H.J.J.J.K.g.[ .XoXM.s.a./ 9 = xXxXxX",
|
||||
"xXxXxXxX5 jXkXOX,.r.H.G.J.J.J.J.J.K.i.7 9 q W ~ K >.M c :.+ xXxX",
|
||||
"xXxXxXY @XdXdXdX-X) 0.D.D.F.H.H.H.K.9.h j j j g 6 m.wX6XI.f xX",
|
||||
"xX G !.qXgXiXiXpX*X9.D.D.D.F.H.H.H.H.H.D.t.6.3.v.7X8X7XQ.V xX",
|
||||
"xXH c.p z.gXrX:X5X0Xw.u.u.t.u.u.u.u.u.r.1.p.) x.y.u w e @.c.z xX",
|
||||
"; ;.p + * #XyX5X5X3Xw.t.4.P F D D C C ` &X>Xk.$.e . : .$.. ",
|
||||
"e X.w 8 ^ .XiX0X,X7.3..X+X+X$X$X$X-XsXjXfX;.p o X ] 4 r %., ",
|
||||
"e &., X iX{ } yX5X,X) N.1X2X;X*X,X1X2XdXhXaX-.p O % iX0 X e &.w ",
|
||||
"w &.i % = q #XtX5X,XZ.;X2X4X:X;X;X:X*X*XyXiXy.| < $ 3 = & s O.: ",
|
||||
"+ ..*.z 0 =XyXrX5X3X^.,X:X*X:X1X2X2X2X#X#X2Xb.X.#.l 3 5 B =.a . ",
|
||||
" w *.P.V.%XA.z.( E ! R R R T R R R ! R 0 J x p 8.U.S.C.j.o.: ",
|
||||
" , @.<.m i > o y 2.e.q.p : ",
|
||||
"xX . + + . xXxXxXxXxXxXxXxXxXxXxXxXxXxX o ; + . xX",
|
||||
"xXxX xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX xXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX",
|
||||
"xXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX"
|
||||
};
|
@ -0,0 +1,204 @@
|
||||
/* XPM */
|
||||
static char *ktuberling-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 182 2",
|
||||
" c black",
|
||||
". c #000006",
|
||||
"X c #030306",
|
||||
"o c #060606",
|
||||
"O c #0C0000",
|
||||
"+ c #0E0E0E",
|
||||
"@ c #110800",
|
||||
"# c #110B0B",
|
||||
"$ c #1B1303",
|
||||
"% c #1B140A",
|
||||
"& c #1A150F",
|
||||
"* c #111111",
|
||||
"= c #151516",
|
||||
"- c #161616",
|
||||
"; c #161E1E",
|
||||
": c #1A1616",
|
||||
"> c #191919",
|
||||
", c #18181B",
|
||||
"< c #191B1B",
|
||||
"1 c #1C1B1B",
|
||||
"2 c #1E1E1E",
|
||||
"3 c #1A1A20",
|
||||
"4 c #1D1E20",
|
||||
"5 c #1F2020",
|
||||
"6 c #1F2023",
|
||||
"7 c #281E10",
|
||||
"8 c #361F1D",
|
||||
"9 c #381918",
|
||||
"0 c #232323",
|
||||
"q c #272424",
|
||||
"w c #262729",
|
||||
"e c #282828",
|
||||
"r c #2A2A29",
|
||||
"t c gray17",
|
||||
"y c #2D2D2A",
|
||||
"u c #2D2D2D",
|
||||
"i c #2F2F2F",
|
||||
"p c #373E44",
|
||||
"a c #3B434B",
|
||||
"s c #365D7F",
|
||||
"d c #4B2B02",
|
||||
"f c #463914",
|
||||
"g c #5B380C",
|
||||
"h c #5E3F0D",
|
||||
"j c #564518",
|
||||
"k c #4D432C",
|
||||
"l c #624916",
|
||||
"z c #644F19",
|
||||
"x c #6F5018",
|
||||
"c c #7F540F",
|
||||
"v c #7D5518",
|
||||
"b c #69592E",
|
||||
"n c #464646",
|
||||
"m c #494A49",
|
||||
"M c #4E4E4E",
|
||||
"N c #5B5958",
|
||||
"B c #555B67",
|
||||
"V c #605942",
|
||||
"C c #605E5D",
|
||||
"Z c #615F5D",
|
||||
"A c #666157",
|
||||
"S c #676254",
|
||||
"D c #7D6240",
|
||||
"F c #7E6C41",
|
||||
"G c #606565",
|
||||
"H c #656360",
|
||||
"J c #646464",
|
||||
"K c #656565",
|
||||
"L c gray42",
|
||||
"P c #686C6C",
|
||||
"I c #66777A",
|
||||
"U c #717171",
|
||||
"Y c gray49",
|
||||
"T c #0D559D",
|
||||
"R c #3275BB",
|
||||
"E c #2F7AC1",
|
||||
"W c #357EC4",
|
||||
"Q c #576D81",
|
||||
"! c #777C80",
|
||||
"~ c #2F84CE",
|
||||
"^ c #3F8DD3",
|
||||
"/ c #4680BC",
|
||||
"( c #4F8FCC",
|
||||
") c #7BACDC",
|
||||
"_ c #68A5E1",
|
||||
"` c #985D14",
|
||||
"' c #8E651B",
|
||||
"] c #846320",
|
||||
"[ c #907837",
|
||||
"{ c #8A7049",
|
||||
"} c #8A7847",
|
||||
"| c #87795B",
|
||||
" . c #D22F21",
|
||||
".. c #D03623",
|
||||
"X. c #AD8C35",
|
||||
"o. c #BF8D3F",
|
||||
"O. c #80817D",
|
||||
"+. c #8C877E",
|
||||
"@. c #9B8C6E",
|
||||
"#. c #B29546",
|
||||
"$. c #A89665",
|
||||
"%. c #AB9970",
|
||||
"&. c #B19660",
|
||||
"*. c #C28023",
|
||||
"=. c #C59231",
|
||||
"-. c #CF9237",
|
||||
";. c #C99934",
|
||||
":. c #D9992C",
|
||||
">. c #DA992C",
|
||||
",. c #D3A037",
|
||||
"<. c #DDA035",
|
||||
"1. c #DBA43B",
|
||||
"2. c #EAAF36",
|
||||
"3. c #DE8C45",
|
||||
"4. c #CCA348",
|
||||
"5. c #CBAA75",
|
||||
"6. c #DBAA62",
|
||||
"7. c #DBB06F",
|
||||
"8. c #DDB469",
|
||||
"9. c #E19F44",
|
||||
"0. c #FA937F",
|
||||
"q. c #ECAB45",
|
||||
"w. c #E5BA45",
|
||||
"e. c #ECBA46",
|
||||
"r. c #E5B551",
|
||||
"t. c #E3BF59",
|
||||
"y. c #EDB75A",
|
||||
"u. c #EEBA5D",
|
||||
"i. c #F2B14A",
|
||||
"p. c #F0B958",
|
||||
"a. c #E5B274",
|
||||
"s. c #EFCD5A",
|
||||
"d. c #EAC462",
|
||||
"f. c #EACD72",
|
||||
"g. c #F2CE70",
|
||||
"h. c #818182",
|
||||
"j. c #898781",
|
||||
"k. c #8B8A8A",
|
||||
"l. c #8A919A",
|
||||
"z. c #969698",
|
||||
"x. c #9B9999",
|
||||
"c. c #9F9F9F",
|
||||
"v. c #A0AFBF",
|
||||
"b. c #A9B1BA",
|
||||
"n. c gray71",
|
||||
"m. c #B5BECA",
|
||||
"M. c #CABA90",
|
||||
"N. c #FD8C83",
|
||||
"B. c #C7C0A7",
|
||||
"V. c #D7CEB3",
|
||||
"C. c #E0C88C",
|
||||
"Z. c #E1C0AB",
|
||||
"A. c #EBDCB8",
|
||||
"S. c #F1C3AE",
|
||||
"D. c #F0DAA2",
|
||||
"F. c #C7C7C6",
|
||||
"G. c #D3D4D5",
|
||||
"H. c #D8D9D6",
|
||||
"J. c #DBDAD9",
|
||||
"K. c #DDDDD8",
|
||||
"L. c #C9D4E0",
|
||||
"P. c #CED9E5",
|
||||
"I. c #DDE1E5",
|
||||
"U. c #D2E0F2",
|
||||
"Y. c #D3E3F4",
|
||||
"T. c #DAE6F4",
|
||||
"R. c #DAE6F5",
|
||||
"E. c #EEE6C9",
|
||||
"W. c #F8EEC9",
|
||||
"Q. c #EAEAEA",
|
||||
"!. c #EEEFEF",
|
||||
"~. c #E7EBF3",
|
||||
"^. c #E6ECF2",
|
||||
"/. c #E4EEF8",
|
||||
"(. c #E9EBF1",
|
||||
"). c #EEF2F6",
|
||||
"_. c #F4F4F5",
|
||||
"`. c #F6F5F5",
|
||||
"'. c #F0F5F9",
|
||||
"]. c #F7F9FC",
|
||||
"[. c #FAFAF9",
|
||||
"{. c None",
|
||||
/* pixels */
|
||||
"{.{.{.{.{.{. r m = {.{.{.{.{.{.",
|
||||
"{.{.{.{. , = 6 e 2 < o {. i ",
|
||||
"{.{.{.{. 1 u 6 2 w r X Y n.K ",
|
||||
"{.{.{.{.{.j F S S V [ @ U (.K ",
|
||||
"{.{.{.{. } +.B.V.j.$.f 4 c.Q.M ",
|
||||
"{.{.{.{.z D.~.E.W.(.A.#. . { & ",
|
||||
"{.{.{.O 4.C.G Z.S.P M.g.l h c ",
|
||||
"{.{.g *.r.t.8.0.N.a.f.d.,.' $ {.",
|
||||
"{.d ` v 1.w.q... .3.s.e.] {.{.",
|
||||
"{.D 7 {.:.=.b 8 9 k X.2.x {.{.{.",
|
||||
"* G.z.{.o.:.&.K.H.%.=.<.O.B {.{.",
|
||||
"n [.I.( Q -.i.y.u.p.q.| R / p {.",
|
||||
"L J.F.v.E s @.7.6.5.I T W ).J.; ",
|
||||
"o ! ^._.].~ ) h.* l._ ( '._.U.a ",
|
||||
"{.q m./.R.P.k.# {., x.P.R.Y.b.= ",
|
||||
"{.{.1 N N q {.{.{. y H N + {."
|
||||
};
|
@ -0,0 +1,295 @@
|
||||
/* XPM */
|
||||
static char *ktuberling[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 257 2",
|
||||
" c #000000",
|
||||
". c #0B0B0B",
|
||||
"X c #0B0707",
|
||||
"o c #0E0E11",
|
||||
"O c #0D1017",
|
||||
"+ c #140B03",
|
||||
"@ c #1C1402",
|
||||
"# c #17110B",
|
||||
"$ c #131314",
|
||||
"% c #1C1C1C",
|
||||
"& c #161719",
|
||||
"* c #191E23",
|
||||
"= c #1B1F2A",
|
||||
"- c #0F1A25",
|
||||
"; c #1C2423",
|
||||
": c #231903",
|
||||
"> c #211F1D",
|
||||
", c #362708",
|
||||
"< c #2D230A",
|
||||
"1 c #232322",
|
||||
"2 c #2B2924",
|
||||
"3 c #2B2B2C",
|
||||
"4 c #2D2D30",
|
||||
"5 c #373229",
|
||||
"6 c #323333",
|
||||
"7 c #353639",
|
||||
"8 c #3C3C3C",
|
||||
"9 c #373837",
|
||||
"0 c #3D403D",
|
||||
"q c #1E4B78",
|
||||
"w c #4C1A13",
|
||||
"e c #432600",
|
||||
"r c #5C3A09",
|
||||
"t c #50370D",
|
||||
"y c #493619",
|
||||
"u c #403821",
|
||||
"i c #76301E",
|
||||
"p c #524113",
|
||||
"a c #5F430B",
|
||||
"s c #5D512E",
|
||||
"d c #554C35",
|
||||
"f c #714F18",
|
||||
"g c #795614",
|
||||
"h c #614415",
|
||||
"j c #675835",
|
||||
"k c #705F33",
|
||||
"l c #705C28",
|
||||
"z c #766332",
|
||||
"x c #434343",
|
||||
"c c #47474A",
|
||||
"v c #4C4E52",
|
||||
"b c #4F5255",
|
||||
"n c #525252",
|
||||
"m c #5B5C5B",
|
||||
"M c #555556",
|
||||
"N c #55534E",
|
||||
"B c #7F755F",
|
||||
"V c #636463",
|
||||
"C c #6A6B6B",
|
||||
"Z c #7B7B7A",
|
||||
"A c #1F5085",
|
||||
"S c #125697",
|
||||
"D c #0D4D90",
|
||||
"F c #0C58A9",
|
||||
"G c #135AA1",
|
||||
"H c #1763AC",
|
||||
"J c #176AB8",
|
||||
"K c #395D82",
|
||||
"L c #205EA1",
|
||||
"P c #2A67AA",
|
||||
"I c #266CB6",
|
||||
"U c #2574BD",
|
||||
"Y c #356CA8",
|
||||
"T c #257AC5",
|
||||
"R c #317FC8",
|
||||
"E c #456B89",
|
||||
"W c #506680",
|
||||
"Q c #5D7694",
|
||||
"! c #557FAF",
|
||||
"~ c #4A7AB0",
|
||||
"^ c #62788B",
|
||||
"/ c #3083CE",
|
||||
"( c #2D82CC",
|
||||
") c #5782B1",
|
||||
"_ c #628AB5",
|
||||
"` c #5A8DC7",
|
||||
"' c #549BDA",
|
||||
"] c #6999CD",
|
||||
"[ c #7499C2",
|
||||
"{ c #6599D3",
|
||||
"} c #7CA3CD",
|
||||
"| c #7EB4E4",
|
||||
" . c #B92B1C",
|
||||
".. c #885813",
|
||||
"X. c #965F13",
|
||||
"o. c #9A6414",
|
||||
"O. c #856A27",
|
||||
"+. c #906F2C",
|
||||
"@. c #916F38",
|
||||
"#. c #8E7230",
|
||||
"$. c #BF5E2E",
|
||||
"%. c #B0701B",
|
||||
"&. c #B57C23",
|
||||
"*. c #A17B2C",
|
||||
"=. c #9D7F4C",
|
||||
"-. c #8B7959",
|
||||
";. c #887F74",
|
||||
":. c #D0261A",
|
||||
">. c #D23122",
|
||||
",. c #E7331F",
|
||||
"<. c #D74428",
|
||||
"1. c #CA7E19",
|
||||
"2. c #D67039",
|
||||
"3. c #EF442D",
|
||||
"4. c #F04730",
|
||||
"5. c #F75E4F",
|
||||
"6. c #F5654B",
|
||||
"7. c #B28427",
|
||||
"8. c #AD8731",
|
||||
"9. c #90805F",
|
||||
"0. c #878579",
|
||||
"q. c #9B8E7B",
|
||||
"w. c #B48645",
|
||||
"e. c #BA9B47",
|
||||
"r. c #A28941",
|
||||
"t. c #A8986C",
|
||||
"y. c #BDA35C",
|
||||
"u. c #B9A97C",
|
||||
"i. c #C88321",
|
||||
"p. c #D28E3C",
|
||||
"a. c #D9962C",
|
||||
"s. c #D29A33",
|
||||
"d. c #DB9D32",
|
||||
"f. c #D99935",
|
||||
"g. c #CC8C2A",
|
||||
"h. c #DAA335",
|
||||
"j. c #DCA93B",
|
||||
"k. c #DCA439",
|
||||
"l. c #DEB03E",
|
||||
"z. c #CDA33A",
|
||||
"x. c #E3982C",
|
||||
"c. c #E3A233",
|
||||
"v. c #E1AA39",
|
||||
"b. c #E9A935",
|
||||
"n. c #E1B13C",
|
||||
"m. c #F4B037",
|
||||
"M. c #DEAB4C",
|
||||
"N. c #DCA545",
|
||||
"B. c #DEA957",
|
||||
"V. c #DDB142",
|
||||
"C. c #C4A578",
|
||||
"Z. c #D8A967",
|
||||
"A. c #D6B472",
|
||||
"S. c #F6985B",
|
||||
"D. c #FA8178",
|
||||
"F. c #E1AD42",
|
||||
"G. c #E4A948",
|
||||
"H. c #E1AD55",
|
||||
"J. c #E0A855",
|
||||
"K. c #E2B54B",
|
||||
"L. c #E6B94A",
|
||||
"P. c #E5BE59",
|
||||
"I. c #E4B356",
|
||||
"U. c #E7B768",
|
||||
"Y. c #E6B771",
|
||||
"T. c #F2B964",
|
||||
"R. c #E8C559",
|
||||
"E. c #EDC655",
|
||||
"W. c #E9C463",
|
||||
"Q. c #EAC56C",
|
||||
"!. c #EBC96A",
|
||||
"~. c #EECD74",
|
||||
"^. c #E8C575",
|
||||
"/. c #F1CA63",
|
||||
"(. c #F0CD72",
|
||||
"). c #F4D57B",
|
||||
"_. c #8B8A8B",
|
||||
"`. c #939493",
|
||||
"'. c #999898",
|
||||
"]. c #94928B",
|
||||
"[. c #8294A2",
|
||||
"{. c #A89F88",
|
||||
"}. c #ACA389",
|
||||
"|. c #BFB18A",
|
||||
" X c #B2AA94",
|
||||
".X c #A4A4A4",
|
||||
"XX c #AAABAB",
|
||||
"oX c #AEA9A6",
|
||||
"OX c #A2AFBE",
|
||||
"+X c #ACB5BE",
|
||||
"@X c #B6B5B5",
|
||||
"#X c #BCBBBA",
|
||||
"$X c #BAB5AC",
|
||||
"%X c #8AB3DA",
|
||||
"&X c #9CAFC2",
|
||||
"*X c #94B3D6",
|
||||
"=X c #89ADD7",
|
||||
"-X c #92B7E1",
|
||||
";X c #A1BDDC",
|
||||
":X c #B6BEC7",
|
||||
">X c #A6C0DC",
|
||||
",X c #A8C0DF",
|
||||
"<X c #B9C8D9",
|
||||
"1X c #B5CAE2",
|
||||
"2X c #B7D1E9",
|
||||
"3X c #D7BB96",
|
||||
"4X c #C0BEBC",
|
||||
"5X c #FB9484",
|
||||
"6X c #F8B282",
|
||||
"7X c #FFA9A5",
|
||||
"8X c #FEB1B6",
|
||||
"9X c #F1BCA5",
|
||||
"0X c #FFBFC7",
|
||||
"qX c #DEC480",
|
||||
"wX c #DCCA94",
|
||||
"eX c #D9CAAD",
|
||||
"rX c #E1D18D",
|
||||
"tX c #ECD497",
|
||||
"yX c #F2D382",
|
||||
"uX c #FEC59A",
|
||||
"iX c #F9CEA2",
|
||||
"pX c #FFF7BD",
|
||||
"aX c #F8EDBC",
|
||||
"sX c #C4C3C3",
|
||||
"dX c #CBCBCA",
|
||||
"fX c #CDD1D4",
|
||||
"gX c #D8D2C8",
|
||||
"hX c #D8D5D3",
|
||||
"jX c #DBDBDB",
|
||||
"kX c #D3D5D8",
|
||||
"lX c #D2CEC6",
|
||||
"zX c #CBD8E8",
|
||||
"xX c #CFDFF2",
|
||||
"cX c #DDE2E8",
|
||||
"vX c #E5DCC4",
|
||||
"bX c #E3DEDD",
|
||||
"nX c #E0DFE0",
|
||||
"mX c #E4E1DB",
|
||||
"MX c #E8E2D1",
|
||||
"NX c #FFF1C2",
|
||||
"BX c #FDF2CD",
|
||||
"VX c #FFFADE",
|
||||
"CX c #FEF0D3",
|
||||
"ZX c #EBEBEB",
|
||||
"AX c #E6E5E4",
|
||||
"SX c #E7EDF4",
|
||||
"DX c #EBF2FA",
|
||||
"FX c #F2F1EF",
|
||||
"GX c #FBF5E9",
|
||||
"HX c #F4F4F4",
|
||||
"JX c #F3F6F9",
|
||||
"KX c #F9F5F1",
|
||||
"LX c #FBF8F4",
|
||||
"PX c #FCFDFD",
|
||||
"IX c #F5F9FD",
|
||||
"UX c #F0ECE6",
|
||||
"YX c None",
|
||||
/* pixels */
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYXYX & 2 $ YXYXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYXYXYXYX. 9 M V V 0 o YXYXYXYXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYXYX . o 1 4 9 9 6 > X YXYXYXYXYXYXYXYXYX",
|
||||
"YXYXYXYXYXYXYXYXYX 1 x 1 . X . . . . . ; 0 > YXYXYXYX Z ; YX",
|
||||
"YXYXYXYXYXYXYXYXYX % 6 x 0 3 1 > 1 3 8 x 6 $ YX Z V sX`.'.1 ",
|
||||
"YXYXYXYXYXYXYXYXYX $ & 2 9 0 0 0 7 3 & o YX _.ZXXX#XdX6 ",
|
||||
"YXYXYXYXYXYXYXYXYX z k 5 $ $ & & % 5 k z YX `.kXAX.X ",
|
||||
"YXYXYXYXYXYXYXYXYXYX, L.A.u.3X}.{.}.t.u.Q.L.< YXYX 8 Z ZXHX.X ",
|
||||
"YXYXYXYXYXYXYXYXYXYXz j > 1 N MXVX0.2 1 5 y.l YXYXn ZXAXZXPX@X ",
|
||||
"YXYXYXYXYXYXYXYXYX: e.B #XdXq.eXBX}.$XfX;.t.e. YXx '.V AXJXC ",
|
||||
"YXYXYXYXYXYXYXYXYXO./.CXPXIXGXpXNXVXPXPXGXyX/.p YX ].C.4 YX",
|
||||
"YXYXYXYXYXYXYXYX< K.Q.AXZXdXjXaXNXMXZXdXjXtX).e. r o. YX",
|
||||
"YXYXYXYXYXYXYXYX+./.^.lXv 6 4XiXuXgXC 3 XXtXyX/.p YXYX+ i... YX",
|
||||
"YXYXYXYXYXYXYX: N.Q.W.wXc x eX7X7X9XC 7 XyX~.~.7.a g %.x., YXYX",
|
||||
"YXYXYXYXYX: ..i.I.U.P.W.qXrX6X8XvX5XtXwXyX!.W.Q.L.b.m.s.t YXYX",
|
||||
"YXYXYXYXr i.x.x.M.K.V.R.!.T.6.D.5X6.S.).~.W.P.P.n.7.g : YXYX",
|
||||
"YXYXYXr x.i.X.&.F.V.V.K.R.2.,.3.3.,.>.Q.R.P.K.K.j., YXYXYX",
|
||||
"YXYX 1.%.+ f c.h.j.l.E.2. .>.>.:.2./.R.L.l.j.d., YXYXYXYXYXYX",
|
||||
"YXYXX 1.e h c.d.k.j.z.#.y w i w s r.V.n.k.v.s.+ YXYXYXYXYXYX",
|
||||
"YXYXc 3XN YXYX, f.d.k.O.3 ; - 1 ; & O & u 8.v.c.7.o YXYXYXYXYXYX",
|
||||
"YX .XPX`. # &.d.f.g.+.d M b c b m j *.s.k.c.@.c YXYXYXYXYXYX",
|
||||
"YXc HXHXnX@XsXQ q.x.f.h.v.j.qXvXmXgX^.K.F.h.d.f.[.[ ^ YXYXYXYX",
|
||||
"YXV LXFXLXHX:X] _ w.x.f.N.N.G.G.L.G.G.H.M.F.c.-.~ ` { ! - YXYXYX",
|
||||
" Z PXIXsX&X_ Y P K 8.G.B.B.B.N.N.N.B.I.H.G.=.A L P I ` &X3 YXYX",
|
||||
"1 fXkXjXLXsX+X) G D q -.J.I.U.U.Y.Y.Y.T.B.-.D D F F [ kXFX#X YX",
|
||||
"3 oXXXZXsXIXeXhX} H S S W 0.C.Y.Z.Z.A.0.E S H J U ;XUXAXAXPXb YX",
|
||||
" . m fXkX#X:XnXKX%XT U J U 2X;.@ + oX%XJ T ( / 2XLXFXFXLXxXC YX",
|
||||
" X :X=X<XcXHXPXJX' / } SXhX% x HXzX' ( %XPXPXLXSX1X-X[. ",
|
||||
"YXYX Z IX;X*X;X,X;X,XcXPXsX3 YXYX n bXPXzX;X;X;X;X*X1XJXx YX",
|
||||
"YXYX X `.PXPXSXSXPXPXhXC . YXYX % _.AXPXIXDXDXPXHXV YX",
|
||||
"YXYXYX c '.#X#X'.M $ YXYXYXYXYXYX > C .X#X@X_.4 YX",
|
||||
"YXYXYXYX YXYXYXYXYXYXYXYXYX YXYX"
|
||||
};
|
@ -0,0 +1,235 @@
|
||||
/* XPM */
|
||||
static char *twin4-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 213 2",
|
||||
" c black",
|
||||
". c #000003",
|
||||
"X c #000004",
|
||||
"o c #000021",
|
||||
"O c #000022",
|
||||
"+ c #000023",
|
||||
"@ c #000024",
|
||||
"# c #000025",
|
||||
"$ c #000026",
|
||||
"% c #000027",
|
||||
"& c #000028",
|
||||
"* c #000029",
|
||||
"= c #00002A",
|
||||
"- c #00002B",
|
||||
"; c #00002E",
|
||||
": c #000031",
|
||||
"> c #000072",
|
||||
", c #000074",
|
||||
"< c #000075",
|
||||
"1 c #000077",
|
||||
"2 c #3E437B",
|
||||
"3 c #41306C",
|
||||
"4 c #72394A",
|
||||
"5 c #00008C",
|
||||
"6 c #00008D",
|
||||
"7 c #000093",
|
||||
"8 c #000095",
|
||||
"9 c #0000B0",
|
||||
"0 c #0024BE",
|
||||
"q c #0037C8",
|
||||
"w c #003BC4",
|
||||
"e c #003BE5",
|
||||
"r c #0044B9",
|
||||
"t c #184CBD",
|
||||
"y c #0044C7",
|
||||
"u c #0043C8",
|
||||
"i c #0045CE",
|
||||
"p c #004BC9",
|
||||
"a c #0049D2",
|
||||
"s c #0C5CCF",
|
||||
"d c #0050D1",
|
||||
"f c #0051D5",
|
||||
"g c #0454D0",
|
||||
"h c #0056D8",
|
||||
"j c #015DD1",
|
||||
"k c #005DD5",
|
||||
"l c #045BD2",
|
||||
"z c #0D5CD2",
|
||||
"x c #0E5EDD",
|
||||
"c c #1156CD",
|
||||
"v c #004DF2",
|
||||
"b c #004FF7",
|
||||
"n c #005EE2",
|
||||
"m c #005EFD",
|
||||
"M c #0D5CF5",
|
||||
"N c #1157EF",
|
||||
"B c #056CDC",
|
||||
"V c #0C69D8",
|
||||
"C c #166DDC",
|
||||
"Z c #006AE3",
|
||||
"A c #0064F5",
|
||||
"S c #0064FF",
|
||||
"D c #006DF4",
|
||||
"F c #006EFC",
|
||||
"G c #006EFF",
|
||||
"H c #006FFF",
|
||||
"J c #0F74E6",
|
||||
"K c #0A72FF",
|
||||
"L c #0F7BFF",
|
||||
"P c #146EFF",
|
||||
"I c #1F6FFD",
|
||||
"U c #1977FF",
|
||||
"Y c #2A5CCB",
|
||||
"T c #3379D8",
|
||||
"R c #3D70D2",
|
||||
"E c #3F72D5",
|
||||
"W c #3B6AF2",
|
||||
"Q c #3272F9",
|
||||
"! c #3176FD",
|
||||
"~ c #3B71F7",
|
||||
"^ c #57578C",
|
||||
"/ c #4F7BAE",
|
||||
"( c #447BD8",
|
||||
") c #557ED7",
|
||||
"_ c #517ED8",
|
||||
"` c #4271F4",
|
||||
"' c #4C73F5",
|
||||
"] c #506FF5",
|
||||
"[ c #546CFC",
|
||||
"{ c #5374F2",
|
||||
"} c #5779F6",
|
||||
"| c #1D84DE",
|
||||
" . c #1A9BFF",
|
||||
".. c #1FA3FF",
|
||||
"X. c #3F86DE",
|
||||
"o. c #2780E2",
|
||||
"O. c #249EF7",
|
||||
"+. c #3285FF",
|
||||
"@. c #3582FE",
|
||||
"#. c #3786FF",
|
||||
"$. c #3A82F4",
|
||||
"%. c #3D85F5",
|
||||
"&. c #3A84FD",
|
||||
"*. c #3A87FE",
|
||||
"=. c #3A8AFF",
|
||||
"-. c #329CF0",
|
||||
";. c #379CFF",
|
||||
":. c #3D9CFF",
|
||||
">. c #21AAFF",
|
||||
",. c #5286D1",
|
||||
"<. c #5785D8",
|
||||
"1. c #5E85D9",
|
||||
"2. c #4584F1",
|
||||
"3. c #418DFF",
|
||||
"4. c #4896FF",
|
||||
"5. c #4F95FF",
|
||||
"6. c #4E97FF",
|
||||
"7. c #5D8BE8",
|
||||
"8. c #578FF0",
|
||||
"9. c #5DA0DD",
|
||||
"0. c #42A3FF",
|
||||
"q. c #4DA1FF",
|
||||
"w. c #42B6FF",
|
||||
"e. c #6285D6",
|
||||
"r. c #6585D7",
|
||||
"t. c #6088DB",
|
||||
"y. c #648AD9",
|
||||
"u. c #738CD7",
|
||||
"i. c #7490D8",
|
||||
"p. c #7593DB",
|
||||
"a. c #7690D8",
|
||||
"s. c #7795DB",
|
||||
"d. c #7996DC",
|
||||
"f. c #7A95DC",
|
||||
"g. c #7E95DA",
|
||||
"h. c #628EE7",
|
||||
"j. c #6381F5",
|
||||
"k. c #6983F4",
|
||||
"l. c #6E91E5",
|
||||
"z. c #6F92E5",
|
||||
"x. c #7CACDB",
|
||||
"c. c #6AA8EE",
|
||||
"v. c #6FC2FF",
|
||||
"b. c #A54E45",
|
||||
"n. c #FF5A00",
|
||||
"m. c #FF5B00",
|
||||
"M. c #FF6100",
|
||||
"N. c #FF6700",
|
||||
"B. c #FF6D00",
|
||||
"V. c #FF7000",
|
||||
"C. c #FF7108",
|
||||
"Z. c #B07D88",
|
||||
"A. c #FF982A",
|
||||
"S. c #FF992F",
|
||||
"D. c #9C8DAE",
|
||||
"F. c #918EB1",
|
||||
"G. c #928EBE",
|
||||
"H. c #AA8492",
|
||||
"J. c #A7909D",
|
||||
"K. c #AD95AD",
|
||||
"L. c #8094DA",
|
||||
"P. c #8197DB",
|
||||
"I. c #8295DA",
|
||||
"U. c #8197DC",
|
||||
"Y. c #8398DA",
|
||||
"T. c #979ED2",
|
||||
"R. c #8C9CE8",
|
||||
"E. c #8D9FE8",
|
||||
"W. c #8D9FEA",
|
||||
"Q. c #88A0DE",
|
||||
"!. c #9CB5DD",
|
||||
"~. c #8BA0E1",
|
||||
"^. c #8DA1E2",
|
||||
"/. c #8FA1E4",
|
||||
"(. c #8DA0E9",
|
||||
"). c #90A0E2",
|
||||
"_. c #90A1EB",
|
||||
"`. c #93ADEC",
|
||||
"'. c #97AEEC",
|
||||
"]. c #99AAE0",
|
||||
"[. c #9CAFE2",
|
||||
"{. c #9BB1E4",
|
||||
"}. c #A3A4CE",
|
||||
"|. c #A5B1E3",
|
||||
" X c #A5B1E4",
|
||||
".X c #A6B2E5",
|
||||
"XX c #A7B3E4",
|
||||
"oX c #A7B3E5",
|
||||
"OX c #A7B5E3",
|
||||
"+X c #A6B4E4",
|
||||
"@X c #A8B7E9",
|
||||
"#X c #A6B4F0",
|
||||
"$X c #85C2FF",
|
||||
"%X c #94D5FF",
|
||||
"&X c #C18D8E",
|
||||
"*X c #C28C8E",
|
||||
"=X c #C98B86",
|
||||
"-X c #FFC697",
|
||||
";X c #FFCE9E",
|
||||
":X c #C3CCEA",
|
||||
">X c #C6D0E5",
|
||||
",X c #C5D5E7",
|
||||
"<X c #C5D0ED",
|
||||
"1X c #F2F0EC",
|
||||
"2X c #F4F1EB",
|
||||
"3X c LightYellow",
|
||||
"4X c #FFFFE1",
|
||||
"5X c #FFFFE4",
|
||||
"6X c #FFFFED",
|
||||
"7X c #FFFEEE",
|
||||
"8X c ivory",
|
||||
"9X c #FFFFF1",
|
||||
"0X c #FFFFF3",
|
||||
/* pixels */
|
||||
"o 7 > , > , , , 8 6 6 6 6 6 9 @ ",
|
||||
"* [ #XR.W.W.W._.).).^.^.~.@X' * ",
|
||||
"o k.:X|.XXOX.X`.'.oXoXoXoX:Xj.o ",
|
||||
"@ { ].L.L.U.l.}.T.z.Y.Y.U.[.} o ",
|
||||
"o ' Q.u.a.7.K.;X-XG.h.a.f.{.W @ ",
|
||||
"@ ` s.e.r.2.*XA.S.D.8.f.p.Y e * ",
|
||||
"* ~ y.) 1.t.$.J.F.%.E y 0 w N * ",
|
||||
"* Q <._ R x t =XZ.q i >X!.u M ; ",
|
||||
"@ ! ( c p v b.C.V.3 $X0X0X,.b * ",
|
||||
"* U z g z A ^ m.m.r c.4X4XT m @ ",
|
||||
"@ P k p f l F Z D F a X.C h U @ ",
|
||||
"@ K V 2X0XJ j *XH.n o.1X,XB L @ ",
|
||||
"@ S x.5X3Xv.4 N.M.2 %X4X4X9.F @ ",
|
||||
"@ .-.0X0X>./ N.B.| w.6X0XO...o ",
|
||||
": 5.3.@.#.&.;.q.0.:.*.*.+.4.6.; ",
|
||||
" X "
|
||||
};
|
@ -0,0 +1,294 @@
|
||||
/* XPM */
|
||||
static char *twin4[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 256 2",
|
||||
" c black",
|
||||
". c #000027",
|
||||
"X c #000028",
|
||||
"o c #00003C",
|
||||
"O c #000041",
|
||||
"+ c #00014E",
|
||||
"@ c #000350",
|
||||
"# c #7A607C",
|
||||
"$ c #000484",
|
||||
"% c #000987",
|
||||
"& c #000B88",
|
||||
"* c #000791",
|
||||
"= c #01108C",
|
||||
"- c #000DAF",
|
||||
"; c #000EB0",
|
||||
": c #0012B2",
|
||||
"> c #0F29B6",
|
||||
", c #1026B4",
|
||||
"< c #1E3DBE",
|
||||
"1 c #233CBD",
|
||||
"2 c #283EBD",
|
||||
"3 c #0A3AC1",
|
||||
"4 c #1D3FC1",
|
||||
"5 c #2440BF",
|
||||
"6 c #2950AF",
|
||||
"7 c #3D54A2",
|
||||
"8 c #2C62BE",
|
||||
"9 c #3962AF",
|
||||
"0 c #3969B6",
|
||||
"q c #0342C5",
|
||||
"w c #054CC9",
|
||||
"e c #0A43C4",
|
||||
"r c #0C49C6",
|
||||
"t c #0C4CC9",
|
||||
"y c #0544C8",
|
||||
"u c #0551CD",
|
||||
"i c #0C53CC",
|
||||
"p c #0F59CF",
|
||||
"a c #0D54D1",
|
||||
"s c #0C5BD2",
|
||||
"d c #0358D8",
|
||||
"f c #1941CA",
|
||||
"g c #1E49C6",
|
||||
"h c #1C46C5",
|
||||
"j c #1054CC",
|
||||
"k c #1B52CC",
|
||||
"l c #1B5BCD",
|
||||
"z c #115BD3",
|
||||
"x c #185FD1",
|
||||
"c c #1756D0",
|
||||
"v c #0262D9",
|
||||
"b c #0C63D6",
|
||||
"n c #0B64DA",
|
||||
"m c #0C6BDC",
|
||||
"M c #1163D5",
|
||||
"N c #1164D9",
|
||||
"B c #146AD7",
|
||||
"V c #126ADA",
|
||||
"C c #1D6CD5",
|
||||
"Z c #1470DC",
|
||||
"A c #1974DD",
|
||||
"S c #1E77D6",
|
||||
"D c #0065E3",
|
||||
"F c #066CE5",
|
||||
"G c #077EEF",
|
||||
"H c #0C72E1",
|
||||
"J c #0C7AE7",
|
||||
"K c #136EE1",
|
||||
"L c #1274E1",
|
||||
"P c #147BE3",
|
||||
"I c #2144C2",
|
||||
"U c #2554CE",
|
||||
"Y c #2855CE",
|
||||
"T c #275BC7",
|
||||
"R c #2556D0",
|
||||
"E c #2A59D0",
|
||||
"W c #2968C0",
|
||||
"Q c #2060CC",
|
||||
"! c #2365D0",
|
||||
"~ c #2460DA",
|
||||
"^ c #2A64D4",
|
||||
"/ c #2C6DD5",
|
||||
"( c #3764CD",
|
||||
") c #336CD3",
|
||||
"_ c #386DD3",
|
||||
"` c #3F71CC",
|
||||
"' c #3C73D5",
|
||||
"] c #3977D6",
|
||||
"[ c #2779DA",
|
||||
"{ c #267EE6",
|
||||
"} c #4E4D8D",
|
||||
"| c #5A5694",
|
||||
" . c #586198",
|
||||
".. c #4264A8",
|
||||
"X. c #616090",
|
||||
"o. c #6B749C",
|
||||
"O. c #6072A4",
|
||||
"+. c #687EBF",
|
||||
"@. c #717EB5",
|
||||
"#. c #4375D5",
|
||||
"$. c #437AD6",
|
||||
"%. c #4B74D3",
|
||||
"&. c #4B7AD6",
|
||||
"*. c #4D7ED9",
|
||||
"=. c #5667C7",
|
||||
"-. c #5D6ECA",
|
||||
";. c #566CCA",
|
||||
":. c #5D71CB",
|
||||
">. c #527DD6",
|
||||
",. c #587FD5",
|
||||
"<. c #457EE1",
|
||||
"1. c #1580E8",
|
||||
"2. c #3F8BD7",
|
||||
"3. c #2483E5",
|
||||
"4. c #258BEB",
|
||||
"5. c #2A8BEA",
|
||||
"6. c #2C89E7",
|
||||
"7. c #238DF1",
|
||||
"8. c #2D91EC",
|
||||
"9. c #348CE7",
|
||||
"0. c #6D83AB",
|
||||
"q. c #4887D9",
|
||||
"w. c #4891DF",
|
||||
"e. c #5581D9",
|
||||
"r. c #5981D6",
|
||||
"t. c #5B85DA",
|
||||
"y. c #518FDA",
|
||||
"u. c #4B81E0",
|
||||
"i. c #4697EC",
|
||||
"p. c #5099E3",
|
||||
"a. c #5CA3E6",
|
||||
"s. c #5BAEF4",
|
||||
"d. c #57B1F7",
|
||||
"f. c #5DB2F6",
|
||||
"g. c #59B3F9",
|
||||
"h. c #56B4FE",
|
||||
"j. c #6284D6",
|
||||
"k. c #6186D8",
|
||||
"l. c #6088D0",
|
||||
"z. c #6488DA",
|
||||
"x. c #6A88D7",
|
||||
"c. c #6A8AD9",
|
||||
"v. c #7986C0",
|
||||
"b. c #708DD9",
|
||||
"n. c #7296D3",
|
||||
"m. c #7491DB",
|
||||
"M. c #7A93DA",
|
||||
"N. c #6799D9",
|
||||
"B. c #7FA8DB",
|
||||
"V. c #60B4F6",
|
||||
"C. c #67BAF8",
|
||||
"Z. c #7FAAE1",
|
||||
"A. c #70B2E9",
|
||||
"S. c #73BAF5",
|
||||
"D. c #78C1F8",
|
||||
"F. c #B8553B",
|
||||
"G. c #995759",
|
||||
"H. c #8C5364",
|
||||
"J. c #8F6365",
|
||||
"K. c #9E6161",
|
||||
"L. c #AC767D",
|
||||
"P. c #D94F15",
|
||||
"I. c #D3511C",
|
||||
"U. c #E95B1C",
|
||||
"Y. c #E15217",
|
||||
"T. c #F74F00",
|
||||
"R. c #FA4E00",
|
||||
"E. c #FB5000",
|
||||
"W. c #F05A17",
|
||||
"Q. c #E85D22",
|
||||
"!. c #FF741C",
|
||||
"~. c #EC7C3E",
|
||||
"^. c #F06C24",
|
||||
"/. c #CE6B40",
|
||||
"(. c #CE7F5B",
|
||||
"). c #D46540",
|
||||
"_. c #D3765B",
|
||||
"`. c #EE7B4B",
|
||||
"'. c #E37B55",
|
||||
"]. c #836785",
|
||||
"[. c #8E7188",
|
||||
"{. c #B57E81",
|
||||
"}. c #FF8134",
|
||||
"|. c #DC8C72",
|
||||
" X c #DF9A7D",
|
||||
".X c #FF9354",
|
||||
"XX c #FE9058",
|
||||
"oX c #EA8B69",
|
||||
"OX c #EE936C",
|
||||
"+X c #EC9C7E",
|
||||
"@X c #F2996F",
|
||||
"#X c #F5976C",
|
||||
"$X c #F09B7C",
|
||||
"%X c #F9A673",
|
||||
"&X c #9B94BD",
|
||||
"*X c #AE8B99",
|
||||
"=X c #BE9DAA",
|
||||
"-X c #B3A1BA",
|
||||
";X c #838AC3",
|
||||
":X c #8495D5",
|
||||
">X c #8096DB",
|
||||
",X c #8599DC",
|
||||
"<X c #8C9DDD",
|
||||
"1X c #829AE0",
|
||||
"2X c #80AEDF",
|
||||
"3X c #8DA0DE",
|
||||
"4X c #8EACD9",
|
||||
"5X c #8EB3D7",
|
||||
"6X c #95A3DE",
|
||||
"7X c #98A4DF",
|
||||
"8X c #95B3CC",
|
||||
"9X c #97B7DC",
|
||||
"0X c #96A5E0",
|
||||
"qX c #98A7E1",
|
||||
"wX c #98BEE8",
|
||||
"eX c #A099C1",
|
||||
"rX c #A3BCDE",
|
||||
"tX c #A5AFE3",
|
||||
"yX c #A6B3E3",
|
||||
"uX c #A8B3E3",
|
||||
"iX c #BBCBDD",
|
||||
"pX c #B5C6DD",
|
||||
"aX c #A8C6E4",
|
||||
"sX c #B1C8E4",
|
||||
"dX c #BDCEE4",
|
||||
"fX c #BFD4EB",
|
||||
"gX c #C49696",
|
||||
"hX c #D29081",
|
||||
"jX c #CCAFB8",
|
||||
"kX c #D3B4B9",
|
||||
"lX c #EC9E82",
|
||||
"zX c #E8A48D",
|
||||
"xX c #EFAF96",
|
||||
"cX c #EFB096",
|
||||
"vX c #F2B196",
|
||||
"bX c #EEB7A4",
|
||||
"nX c #F6C3AF",
|
||||
"mX c #F6CABA",
|
||||
"MX c #DDDEDE",
|
||||
"NX c #C5D3E3",
|
||||
"BX c #CEDDEB",
|
||||
"VX c #DCDEE1",
|
||||
"CX c #E0DEDD",
|
||||
"ZX c #E2E0DE",
|
||||
"AX c #EBE5DE",
|
||||
"SX c #E4E4E3",
|
||||
"DX c #E5E8EB",
|
||||
"FX c #EAE5E1",
|
||||
"GX c #EBE9E5",
|
||||
"HX c #EBEBEB",
|
||||
"JX c #F2EBE3",
|
||||
"KX c #F0EDEA",
|
||||
"LX c #F5F1EC",
|
||||
"PX c #FCF5EC",
|
||||
"IX c #FAF7F3",
|
||||
"UX c #FEFAF2",
|
||||
/* pixels */
|
||||
" o @ @ + + + + + + + + + @ @ @ @ @ @ @ + + + + + + + + + + o ",
|
||||
" * ; ; ; ; - ; ; ; ; ; : : : : : : : : : : : : : : : : : : * ",
|
||||
" $ , =.-.-.-.-.-.-.:.:.:.:.-.:.:.:.,.:.:.:.:.:.:.:.,.:.;., $ ",
|
||||
" $ 2 tXuXtXuXuXyXyXuXyXyXyXyXyXyXuXuXuXyXyXyXyXyXyXuXuXyX1 $ ",
|
||||
" $ 2 6X7X7X6X7X6X6X6X7XqXqXqXqX6X6X0X0X0X0XqX0X0XqX0XqX6X< $ ",
|
||||
" $ 1 <X<X<X<X<X<X<X<X<X<X<X<X3X3X3X3X3X3X3X3X3X<X<X<X6X,X< $ ",
|
||||
" $ I ,X,X,X:X,X<X,X,X,X>X,X>X:X,X3X,X3X,X3X,X3X,X,X,X<X,X< $ ",
|
||||
" $ I :XM.:XM.M.M.>X>X>XM.:X-XkXjX&XM.M.M.,XM.M.>XM.>X>XM.h $ ",
|
||||
" $ I M.M.m.m.M.b.M.M.M.m.=XnXmXmXbXeXm.M.m.M.m.M.M.m.M.M.h $ ",
|
||||
" $ I x.b.c.b.b.b.b.b.x.;XzXvXxXcXvXgXb.b.b.n.b.b.m.m.m.%.3 % ",
|
||||
" $ g x.z.x.x.x.x.x.,.c.;XOXOX@X@X#XhXc.c.c.c.c.c.b.c.( e 3 % ",
|
||||
" & I r.j.j.j.j.,.x.x.,.j.|..XXXXX.X*Xt.z.t.k.c.z.&.k q e 3 & ",
|
||||
" & g ,.,.,.,.t.,.,.t.r.e.v.lX%X%X*Xx.r.t.t.r.#.T r r r t e & ",
|
||||
" & k &.>.>.>.>.>.,.>.>.e.u.>.@.l.*.e.&.` ^ j q y t t t i r & ",
|
||||
" = k &.&.&.&.&.*.*.#._ ^ T ].{.L.X.i i i w #.n.t.l t i a t = ",
|
||||
" = c #.#.#.#.#._ x c t w H.oXlX$X_.} u w n.KXUXPXpXQ i j a = ",
|
||||
" = c ' #.' ) l i i p s 6 ).'.'._.`.G.i ! MXLXHXHXPXn.w s j = ",
|
||||
" & c ' ) ! p p j s p d 7 Y.Q.Q.^.W.F.i e.AXSXSXSXGX9Xs s a = ",
|
||||
" & x / M p p p z z z s T P.E.R.T.E.G.d $.CXVXVXMXAX5Xs z z & ",
|
||||
" & c M z z z M z M M M v X.^.!.!./.8 n M rXLXGXKXVX] b N z & ",
|
||||
" & s M M M M b b M M M M m 0 O.O.C m B N C 2XsXwXq.n B V z & ",
|
||||
" & z N N M b M B b n B V V D D D F V V V m v B n v V V V N & ",
|
||||
" & N V B N N.dXNX2XA V Z V .[.].9 H V m [ 9XNXsXy.m Z Z N & ",
|
||||
" & N V n N.KXUXIXPX5Xm H # oX$X$X_...J L pXUXIXUXGXq.H L N & ",
|
||||
" & V L V pXJXSXSXGXVX{ 8 ).'.'._.`.K.H p.AXGXSXSXJX9XL P V & ",
|
||||
" & V L P NXSXCXCXSXMX4.9 P.U.U.W.W.F.H p.ZXCXMXCXAX9XJ 1.Z & ",
|
||||
" & K L H 2XAXAXSXFXaXP S I.E.T.E.E.J.G P NXFXSXSXFXa.J P L % ",
|
||||
" & { 6.4.9.aXDXDXdXi.4.7.0.~.}.}.|.2.4.4.a.BXHXDXwX5.5.8.{ & ",
|
||||
" & i.V.s.s.s.S.S.s.s.V.f.h.A.8X8Xf.g.V.f.g.f.D.C.d.f.f.C.i.& ",
|
||||
" * 4 E Y Y U U R E E E E E ~ ~ M E ^ E E E E U E E E E E f $ ",
|
||||
" X o o o o o o o o o o o o o o o o o o o o o o o o o o o O X ",
|
||||
" "
|
||||
};
|
@ -0,0 +1,222 @@
|
||||
/* XPM */
|
||||
static char *lskat-16[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 200 2",
|
||||
" c black",
|
||||
". c #070700",
|
||||
"X c #040900",
|
||||
"o c #091300",
|
||||
"O c #0A1100",
|
||||
"+ c #101C00",
|
||||
"@ c #161616",
|
||||
"# c #132500",
|
||||
"$ c #172900",
|
||||
"% c #182203",
|
||||
"& c #192403",
|
||||
"* c #182A00",
|
||||
"= c #1A2A00",
|
||||
"- c #1B2B04",
|
||||
"; c #1A2C00",
|
||||
": c #1B2C00",
|
||||
"> c #1B2D00",
|
||||
", c #1E2A06",
|
||||
"< c #1C2F00",
|
||||
"1 c #1F2F09",
|
||||
"2 c #1F3309",
|
||||
"3 c #203006",
|
||||
"4 c #243407",
|
||||
"5 c #263D01",
|
||||
"6 c #293E09",
|
||||
"7 c #31480C",
|
||||
"8 c #344D0D",
|
||||
"9 c #354E0E",
|
||||
"0 c #374520",
|
||||
"q c #404C2E",
|
||||
"w c #44512F",
|
||||
"e c #447700",
|
||||
"r c #487A00",
|
||||
"t c #497B00",
|
||||
"y c #4F7A0A",
|
||||
"u c #4F4C4C",
|
||||
"i c #515941",
|
||||
"p c #595050",
|
||||
"a c #666161",
|
||||
"s c #6A6C6C",
|
||||
"d c gray44",
|
||||
"f c #747474",
|
||||
"g c gray47",
|
||||
"h c #588B07",
|
||||
"j c #58890B",
|
||||
"k c #5A8A0D",
|
||||
"l c #5F8E12",
|
||||
"z c #638F1A",
|
||||
"x c #628F1E",
|
||||
"c c #609806",
|
||||
"v c #639C09",
|
||||
"b c #679E0C",
|
||||
"n c #649319",
|
||||
"m c #679D14",
|
||||
"M c #648730",
|
||||
"N c #6A9920",
|
||||
"B c #6F9F24",
|
||||
"V c #729A34",
|
||||
"C c #77993E",
|
||||
"Z c #69A00E",
|
||||
"A c #69A010",
|
||||
"S c #6BA114",
|
||||
"D c #6BA214",
|
||||
"F c #6CA114",
|
||||
"G c #6DA017",
|
||||
"H c #6FA418",
|
||||
"J c #6FA518",
|
||||
"K c #74A71F",
|
||||
"L c #75A81E",
|
||||
"P c #76A42E",
|
||||
"I c #7BAC28",
|
||||
"U c #7FAF2C",
|
||||
"Y c #7DAE31",
|
||||
"T c #7EAB39",
|
||||
"R c #769347",
|
||||
"E c #7F9561",
|
||||
"W c #7F84AD",
|
||||
"Q c #F21818",
|
||||
"! c #F36868",
|
||||
"~ c #F47A7A",
|
||||
"^ c #F57F80",
|
||||
"/ c #82B530",
|
||||
"( c #82B433",
|
||||
") c #86B835",
|
||||
"_ c #839F55",
|
||||
"` c #83AB46",
|
||||
"' c #84AB48",
|
||||
"] c #89A55F",
|
||||
"[ c #88A953",
|
||||
"{ c #89AB53",
|
||||
"} c #8CAA5C",
|
||||
"| c #91B25E",
|
||||
" . c #88A460",
|
||||
".. c #8AA460",
|
||||
"X. c #8DA667",
|
||||
"o. c #91AB68",
|
||||
"O. c #90A86F",
|
||||
"+. c #9CB871",
|
||||
"@. c #9EBA73",
|
||||
"#. c #9FBA73",
|
||||
"$. c #A4BE7C",
|
||||
"%. c #A5BF7F",
|
||||
"&. c #A6C17D",
|
||||
"*. c #898789",
|
||||
"=. c #8A8B8B",
|
||||
"-. c #969698",
|
||||
";. c #989191",
|
||||
":. c #8087A7",
|
||||
">. c #9599B2",
|
||||
",. c #969DBE",
|
||||
"<. c #9BAC81",
|
||||
"1. c #9AA1AB",
|
||||
"2. c #9BA1B2",
|
||||
"3. c #ACBA98",
|
||||
"4. c #A2A4A4",
|
||||
"5. c #A3A4A4",
|
||||
"6. c #A3A5A5",
|
||||
"7. c #A2A6A6",
|
||||
"8. c #A5A7A7",
|
||||
"9. c #A6A0B3",
|
||||
"0. c #BBB7B7",
|
||||
"q. c #A8C181",
|
||||
"w. c #ABC285",
|
||||
"e. c #AFC48D",
|
||||
"r. c #BFC9B0",
|
||||
"t. c #F58E8E",
|
||||
"y. c #F29696",
|
||||
"u. c #F49191",
|
||||
"i. c #F19A9A",
|
||||
"p. c #F59898",
|
||||
"a. c #F99E9E",
|
||||
"s. c #F4A7A7",
|
||||
"d. c #F7A7A7",
|
||||
"f. c #F3A9A9",
|
||||
"g. c #F1AFAF",
|
||||
"h. c #F2AFAF",
|
||||
"j. c #F4AFAF",
|
||||
"k. c #F7AFAF",
|
||||
"l. c #FBA3A3",
|
||||
"z. c #FAABAB",
|
||||
"x. c #FAACAC",
|
||||
"c. c #FAAFAF",
|
||||
"v. c #F0B2B2",
|
||||
"b. c #F4B2B2",
|
||||
"n. c #F5B6B6",
|
||||
"m. c #F7B6B6",
|
||||
"M. c #F8B1B1",
|
||||
"N. c #F9B2B2",
|
||||
"B. c #F8B9B9",
|
||||
"V. c #FABBBA",
|
||||
"C. c #FBBABA",
|
||||
"Z. c #C2CBB2",
|
||||
"A. c #C3CDB3",
|
||||
"S. c #CCD6BA",
|
||||
"D. c #CDD6BE",
|
||||
"F. c #D2D5D0",
|
||||
"G. c #D2D5D2",
|
||||
"H. c #DDD5D8",
|
||||
"J. c #DFE6DB",
|
||||
"K. c #E0D5D7",
|
||||
"L. c #E0DFD9",
|
||||
"P. c #EFDADC",
|
||||
"I. c #F7C0C0",
|
||||
"U. c #F3C9C9",
|
||||
"Y. c #F4CFCF",
|
||||
"T. c #E3E1E7",
|
||||
"R. c #E8E8EB",
|
||||
"E. c #EEEEEE",
|
||||
"W. c #F5E9E9",
|
||||
"Q. c #F5E9EA",
|
||||
"!. c #FAE3E3",
|
||||
"~. c #F9E4E4",
|
||||
"^. c #F9E8E8",
|
||||
"/. c #FAE8E8",
|
||||
"(. c #F8E9EC",
|
||||
"). c #FBECEA",
|
||||
"_. c #FBEDEE",
|
||||
"`. c #F0EEF6",
|
||||
"'. c #F4F4F6",
|
||||
"]. c #F6F6F9",
|
||||
"[. c #F6F7FB",
|
||||
"{. c #F3FFFF",
|
||||
"}. c #F4FFFF",
|
||||
"|. c #FAF6F6",
|
||||
" X c #FDF1F0",
|
||||
".X c #FDF3F3",
|
||||
"XX c #FEF3F3",
|
||||
"oX c #FFF4F4",
|
||||
"OX c #FFF6F6",
|
||||
"+X c #FFF7FA",
|
||||
"@X c #F9FAFA",
|
||||
"#X c #FAF8F8",
|
||||
"$X c snow",
|
||||
"%X c #FDFBFD",
|
||||
"&X c #FFF8FF",
|
||||
"*X c #FFFBFF",
|
||||
"=X c #FCFFFF",
|
||||
"-X c #FFFCFC",
|
||||
";X c gray100",
|
||||
":X c None",
|
||||
/* pixels */
|
||||
":X:X:X:X:X:X:X:X:X:X:X:X:X:X:X:X",
|
||||
"@ ;.8.7.7.7.8.-.q 1 2 1 1 1 & ",
|
||||
"u p.!.~.~.^._.%XA.+.&.q.%.w.] . ",
|
||||
"p ~ i.v.g.g.y.Q.F.D.e.#.+.$.o.o ",
|
||||
"a I.f.{.{.}.s.Q.2.H.'.S.{ | } + ",
|
||||
"s |.b.U.! Y.k.^.:.1.`.Z.V ' { % ",
|
||||
"d .Xn.u.Q t.m.).W 2.E.R B P ' , ",
|
||||
"f OXk.@Xd.@XM..X,.T.Z.k D m T 4 ",
|
||||
"g +XM.=X=X=XC.V.9.]._ c b b Y 6 ",
|
||||
"=.%Xa.z.x.c.l.^ P.J.n J D b ( 7 ",
|
||||
"*.=X=X&X+XXXXXB.H.E m L J A ) 8 ",
|
||||
"w ] ] X.O.R.[.H.0.C U I L m ( 8 ",
|
||||
"< t e t y M 3.F.<.n N n z j h 5 ",
|
||||
"X < < $ - # , i 0 $ $ $ $ $ < O ",
|
||||
":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:X:X:X:X:X:X"
|
||||
};
|
@ -0,0 +1,293 @@
|
||||
/* XPM */
|
||||
static char *lskat[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"32 32 255 2",
|
||||
" c #000000",
|
||||
". c #080805",
|
||||
"X c gray6",
|
||||
"o c #061100",
|
||||
"O c #0F160F",
|
||||
"+ c #0A1800",
|
||||
"@ c #131313",
|
||||
"# c #1A1A1A",
|
||||
"$ c #132500",
|
||||
"% c #1A2B00",
|
||||
"& c #1C3000",
|
||||
"* c #243B00",
|
||||
"= c #2E2E2B",
|
||||
"- c #3C3D3C",
|
||||
"; c #2D4B00",
|
||||
": c #315000",
|
||||
"> c #355309",
|
||||
", c #365901",
|
||||
"< c #39570A",
|
||||
"1 c #3B5E03",
|
||||
"2 c #3A590A",
|
||||
"3 c #3E6402",
|
||||
"4 c #3D6900",
|
||||
"5 c #3B4444",
|
||||
"6 c #425A1E",
|
||||
"7 c #455A25",
|
||||
"8 c #456F01",
|
||||
"9 c #446A0A",
|
||||
"0 c #437300",
|
||||
"q c #497502",
|
||||
"w c #4A7209",
|
||||
"e c #4D7D02",
|
||||
"r c #4E790A",
|
||||
"t c #4D7311",
|
||||
"y c #517F08",
|
||||
"u c #507317",
|
||||
"i c #54771B",
|
||||
"p c #55791B",
|
||||
"a c #506F21",
|
||||
"s c #58742C",
|
||||
"d c #5B7B27",
|
||||
"f c #5E7932",
|
||||
"g c #444444",
|
||||
"h c #4C4C4A",
|
||||
"j c #545454",
|
||||
"k c #565955",
|
||||
"l c #595B5B",
|
||||
"z c #5C6D44",
|
||||
"x c #6A7A52",
|
||||
"c c #787C7D",
|
||||
"v c #727C84",
|
||||
"b c #4F8101",
|
||||
"n c #518202",
|
||||
"m c #55840A",
|
||||
"M c #5B8C0D",
|
||||
"N c #5C8B13",
|
||||
"B c #5D900F",
|
||||
"V c #5F9806",
|
||||
"C c #628E1A",
|
||||
"Z c #63970E",
|
||||
"A c #619B07",
|
||||
"S c #649C0B",
|
||||
"D c #689E0E",
|
||||
"F c #609411",
|
||||
"G c #65941B",
|
||||
"H c #669A14",
|
||||
"J c #699F10",
|
||||
"K c #6A9E1A",
|
||||
"L c #648C21",
|
||||
"P c #668731",
|
||||
"I c #6A8F35",
|
||||
"U c #6C8A3A",
|
||||
"Y c #6A9723",
|
||||
"T c #6D9E22",
|
||||
"R c #6F9B29",
|
||||
"E c #6E9137",
|
||||
"W c #73913E",
|
||||
"Q c #749D33",
|
||||
"! c #739838",
|
||||
"~ c #6BA113",
|
||||
"^ c #6EA219",
|
||||
"/ c #72A51C",
|
||||
"( c #72A423",
|
||||
") c #75A32C",
|
||||
"_ c #76A821",
|
||||
"` c #79AB25",
|
||||
"' c #7BAB2B",
|
||||
"] c #77A332",
|
||||
"[ c #78A334",
|
||||
"{ c #7CA43C",
|
||||
"} c #7EA83C",
|
||||
"| c #6A8443",
|
||||
" . c #748A4F",
|
||||
".. c #76875B",
|
||||
"X. c #7C9B4B",
|
||||
"o. c #7C8271",
|
||||
"O. c #7F9262",
|
||||
"+. c #7DA044",
|
||||
"@. c #7A83A3",
|
||||
"#. c #7C81AB",
|
||||
"$. c #F31F1F",
|
||||
"%. c #F22323",
|
||||
"&. c #F23030",
|
||||
"*. c #F34444",
|
||||
"=. c #FB5252",
|
||||
"-. c #EF6D6D",
|
||||
";. c #F16464",
|
||||
":. c #F36C6C",
|
||||
">. c #F47272",
|
||||
",. c #F47E7E",
|
||||
"<. c #FB7A7A",
|
||||
"1. c #876A90",
|
||||
"2. c #83AD3D",
|
||||
"3. c #82B034",
|
||||
"4. c #86B339",
|
||||
"5. c #8AB63F",
|
||||
"6. c #9AA13B",
|
||||
"7. c #81965F",
|
||||
"8. c #829465",
|
||||
"9. c #85946F",
|
||||
"0. c #80A642",
|
||||
"q. c #83A947",
|
||||
"w. c #85AB48",
|
||||
"e. c #82A251",
|
||||
"r. c #87AA50",
|
||||
"t. c #8AAD53",
|
||||
"y. c #8EAD5C",
|
||||
"u. c #8CB64B",
|
||||
"i. c #8EB94D",
|
||||
"p. c #8EB156",
|
||||
"a. c #90BA4F",
|
||||
"s. c #90B654",
|
||||
"d. c #90B05E",
|
||||
"f. c #92BA53",
|
||||
"g. c #97BF58",
|
||||
"h. c #93A17B",
|
||||
"j. c #97AD74",
|
||||
"k. c #98A77E",
|
||||
"l. c #94B461",
|
||||
"z. c #96B26A",
|
||||
"x. c #98B66B",
|
||||
"c. c #9AB86C",
|
||||
"v. c #9DB775",
|
||||
"b. c #9EB974",
|
||||
"n. c #AFB760",
|
||||
"m. c #A1BC77",
|
||||
"M. c #A2BB7A",
|
||||
"N. c #858F8F",
|
||||
"B. c #8E9494",
|
||||
"V. c #9F9E87",
|
||||
"C. c #939191",
|
||||
"Z. c #929898",
|
||||
"A. c #9B9393",
|
||||
"S. c #8F96BD",
|
||||
"D. c #9598A5",
|
||||
"F. c #9298BC",
|
||||
"G. c #999BB6",
|
||||
"H. c #99A686",
|
||||
"J. c #9DA592",
|
||||
"K. c #AE9EB2",
|
||||
"L. c #A0A894",
|
||||
"P. c #A6BE82",
|
||||
"I. c #A9BF86",
|
||||
"U. c #AABC8C",
|
||||
"Y. c #A8B790",
|
||||
"T. c #A9B39B",
|
||||
"R. c #AEB89F",
|
||||
"E. c #A2A3A3",
|
||||
"W. c #A7A8A8",
|
||||
"Q. c gray68",
|
||||
"!. c #B7AFAF",
|
||||
"~. c #B1B3AC",
|
||||
"^. c #B2B2B3",
|
||||
"/. c #B6B5B9",
|
||||
"(. c #BCBCBC",
|
||||
"). c #A2ADC7",
|
||||
"_. c #A4AED4",
|
||||
"`. c #BFBEC0",
|
||||
"'. c #ABC386",
|
||||
"]. c #B2C791",
|
||||
"[. c #B5CA95",
|
||||
"{. c #B9CB9C",
|
||||
"}. c #BECBA9",
|
||||
"|. c #BEC0C1",
|
||||
" X c #BDC2CB",
|
||||
".X c #D89494",
|
||||
"XX c #CFB4B4",
|
||||
"oX c #D7ABAB",
|
||||
"OX c #D4B0B0",
|
||||
"+X c #E28080",
|
||||
"@X c #E79999",
|
||||
"#X c #F28A8A",
|
||||
"$X c #F69090",
|
||||
"%X c #F49B9B",
|
||||
"&X c #F99292",
|
||||
"*X c #F99B9B",
|
||||
"=X c #EFA4A4",
|
||||
"-X c #F3A3A3",
|
||||
";X c #F5A8A8",
|
||||
":X c #FBA3A3",
|
||||
">X c #FAABAB",
|
||||
",X c #F3B2B2",
|
||||
"<X c #F0BCBC",
|
||||
"1X c #FAB1B1",
|
||||
"2X c #F9BBBB",
|
||||
"3X c #C4CBBB",
|
||||
"4X c #C2D2A9",
|
||||
"5X c #C4C4C4",
|
||||
"6X c #C9CCC5",
|
||||
"7X c #CDCCCC",
|
||||
"8X c #CFD7C3",
|
||||
"9X c #CDD0C9",
|
||||
"0X c #CFD2D0",
|
||||
"qX c #D6CDD2",
|
||||
"wX c #D1D7C9",
|
||||
"eX c #D5D5D4",
|
||||
"rX c #D4D6DA",
|
||||
"tX c #D6D8D3",
|
||||
"yX c #D4D8DD",
|
||||
"uX c #DCD0D0",
|
||||
"iX c #D9DAD5",
|
||||
"pX c #DBDBDA",
|
||||
"aX c #DDDBE0",
|
||||
"sX c #DBE0D5",
|
||||
"dX c #DFE0DD",
|
||||
"fX c #EFC1C1",
|
||||
"gX c #E1D6D5",
|
||||
"hX c #EDD3D3",
|
||||
"jX c #ECDBDB",
|
||||
"kX c #F1C0C0",
|
||||
"lX c #F0CBCB",
|
||||
"zX c #FBCACA",
|
||||
"xX c #F3D6D6",
|
||||
"cX c #F4DBDB",
|
||||
"vX c #FBD3D3",
|
||||
"bX c #FADADA",
|
||||
"nX c #E4E4E5",
|
||||
"mX c #E7E6E8",
|
||||
"MX c #E1EBEB",
|
||||
"NX c #ECE7E7",
|
||||
"BX c #E8E6EB",
|
||||
"VX c #E9E8E7",
|
||||
"CX c #EAEAEA",
|
||||
"ZX c #EFF5F5",
|
||||
"AX c #F5E6E6",
|
||||
"SX c #F3EBEB",
|
||||
"DX c #F9E6E6",
|
||||
"FX c #FEEDED",
|
||||
"GX c #F2F3F4",
|
||||
"HX c #F4F1F8",
|
||||
"JX c #F3FBFB",
|
||||
"KX c #FDF1F1",
|
||||
"LX c #F8F7F9",
|
||||
"PX c #FCFDFD",
|
||||
"IX c None",
|
||||
/* pixels */
|
||||
"IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX",
|
||||
"IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX",
|
||||
"IXIX5 l k j l j j j j j j j j - IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX",
|
||||
"IXg gXjXCXCXCXVXCXVXVXmXnXmXnXrXx < 2 < < 2 2 2 < > > > > * IX",
|
||||
"IXN.1X@XJXZXGXZXZXZXZXJXGXZXZXPXwXj.'.'.'.].'.'.'.P.M.M.[.I o IX",
|
||||
" B.&X+XjXfXfXlXlXlXlXlXhXcXGXLX7XO.M.'.'.'.I.I.I.I.I.I.4XX.o IX",
|
||||
" C.bXhX=X,X<X<XfX<X,X,X<X#XcXJXiXJ.U.m.c.b.m.m.m.m.v.v.{.e.+ IX",
|
||||
" A.=.;.,XCXJXGXJXZXZXJXJX-XcXLXrX^.nXiX4XM.z.x.x.x.z.z.].e.+ IX",
|
||||
"@ E.:X-X,XSXGXGXGXGXGXGXJX;XcXPXeX^.nXGXHXCX8Xz.d.l.d.y.I.r.$ IX",
|
||||
"@ W.PXGX,XSXGXGXGXJXGXGXJX;XAXJXwXV.tXSXGXCXPXY.X.t.t.w.M.y.& IX",
|
||||
"X Q.PXSX,XGXGXAXxXxXSXLXJX;XcXPXeX6.n.G.pXGXGX8.! w.q.0.c.p.* IX",
|
||||
"@ Q.PXAX,XGXGX:.&.&.,.LXPX,XxXPXpX@.).F.7XPXtXs Q } { { l.p.* IX",
|
||||
"@ /.PXSX1XLXGX*.%.%.*.GXLX,XcXPXaXv _. XVXPXH.i ] ] ] Q p.f.* IX",
|
||||
"# (.PXAX,XLXJX-X%.$.&XLXPX1XbXPXqX1.S.yXPXmXf C ) ) ( T w.f.; IX",
|
||||
"# (.PXAX,XJXLXPX;X*XLXLXPX2XvXPXgXK.F.BXPXR.w H ^ ^ ^ H } s., ",
|
||||
"# 5XPXDX,XPXLXPXPXPXLXPXPX<XvXPXqXv 7XPXLX| b ~ ~ ~ S Z ) i.1 ",
|
||||
"# 5XPXDX2XPXLXPXLXPXPXPXPX2XbXPXaXD.mXPX3Xw Z ~ D D A A / i.9 ",
|
||||
"# 7XPXDX,XPXPXPXPXPXPXPXPXzX1X<.XX`.PXPX7.n ~ ~ D D D A ( a.w ",
|
||||
"= eXPXDX>XPXPXPXPXPXPXPXPXvX&X=..XMXPXiXp H / / ~ ~ ~ S ( a.y ",
|
||||
"g eXPXKX*X1X>X:X>X>X1X>X1X*XzXbXuXGXPXk.m / / / ~ ~ ~ D / f.m ",
|
||||
"g rXPXPXKXKXKXFXFXFXFXFXFXKXvX:.OXv wXU G _ / / / ^ ~ S / f.M ",
|
||||
"- `.PXPXPXPXPXPXPXPXPXPXPXPXFX>.!.- o.L ( _ / / / ~ ~ D / g.B ",
|
||||
"= x 6XpXeXpXpXnXBXCXVXVXCXCXNXoX^./. .G ` ` _ / / / ^ ~ ^ g.F ",
|
||||
"O u P w r i d d ..~.aXCXVXnXiXZ.mXpXW 2.5.4.3.3.` _ ^ ~ ^ u.B o ",
|
||||
" 1 e q q q y y r t | T.mXPXLX5XHXh.I } } [ Q R Y G N N m m q ",
|
||||
" , n n n n n n n e 0 4 a 9.9XCXJ.9 e n b n b b b b b e e e 0 ",
|
||||
" % : : : : : : : : : : ; ; 7 z 6 > : : : : : : : : : : : , * ",
|
||||
" . # - j h # ",
|
||||
"IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX",
|
||||
"IXIXIXIXIXIXIXIXIXIXIXIXIXIXIX IXIXIXIXIXIXIXIXIXIXIXIXIXIXIX",
|
||||
"IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX",
|
||||
"IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX"
|
||||
};
|
@ -0,0 +1,13 @@
|
||||
/usr/games/kasteroids
|
||||
/usr/share/icons/hicolor/128x128/apps/kasteroids.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kasteroids.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kasteroids.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kasteroids.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kasteroids.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kasteroids.png
|
||||
/usr/share/applications/tde/kasteroids.desktop
|
||||
/usr/share/apps/kasteroids/*
|
||||
/usr/share/config.kcfg/kasteroids.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kasteroids/*
|
||||
../icons/kasteroids.xpm /usr/share/pixmaps
|
||||
../icons/kasteroids-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kasteroids /usr/share/doc/kasteroids/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kasteroids-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kasteroids-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Arcade"\
|
||||
hints="TDE"\
|
||||
title="KAsteroids"\
|
||||
icon32x32="/usr/share/pixmaps/kasteroids.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kasteroids-16.xpm"\
|
||||
command="/usr/games/kasteroids"
|
||||
|
@ -0,0 +1,12 @@
|
||||
/usr/share/apps/katomic/*
|
||||
/usr/share/icons/hicolor/16x16/apps/katomic.png
|
||||
/usr/share/icons/hicolor/22x22/apps/katomic.png
|
||||
/usr/share/icons/hicolor/32x32/apps/katomic.png
|
||||
/usr/share/icons/hicolor/48x48/apps/katomic.png
|
||||
/usr/share/icons/hicolor/64x64/apps/katomic.png
|
||||
/usr/share/icons/hicolor/128x128/apps/katomic.png
|
||||
/usr/share/applications/tde/katomic.desktop
|
||||
/usr/games/katomic
|
||||
/usr/share/doc/tde/HTML/en/katomic/*
|
||||
../icons/katomic.xpm /usr/share/pixmaps
|
||||
../icons/katomic-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/katomic /usr/share/doc/katomic/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/katomic-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(katomic-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Puzzles"\
|
||||
hints="TDE"\
|
||||
title="TDE Atomic Entertainment"\
|
||||
icon32x32="/usr/share/pixmaps/katomic.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/katomic-16.xpm"\
|
||||
command="/usr/games/katomic"
|
||||
|
@ -0,0 +1,16 @@
|
||||
/usr/games/kbackgammon
|
||||
/usr/share/applications/tde/kbackgammon.desktop
|
||||
/usr/share/apps/kbackgammon/*
|
||||
/usr/share/icons/hicolor/128x128/apps/kbackgammon.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kbackgammon.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kbackgammon.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kbackgammon.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kbackgammon.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kbackgammon.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kbackgammon_engine.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kbackgammon_engine.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kbackgammon_engine.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kbackgammon_engine.png
|
||||
/usr/share/doc/tde/HTML/en/kbackgammon/*
|
||||
../icons/kbackgammon.xpm /usr/share/pixmaps
|
||||
../icons/kbackgammon-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kbackgammon /usr/share/doc/kbackgammon/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kbackgammon-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kbackgammon-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Board"\
|
||||
hints="TDE"\
|
||||
title="TDE Backgammon"\
|
||||
icon32x32="/usr/share/pixmaps/kbackgammon.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kbackgammon-16.xpm"\
|
||||
command="/usr/games/kbackgammon"
|
||||
|
@ -0,0 +1,13 @@
|
||||
/usr/share/apps/kbattleship/*
|
||||
/usr/share/apps/zeroconf/_kbattleship._tcp
|
||||
/usr/share/icons/hicolor/128x128/apps/kbattleship.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kbattleship.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kbattleship.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kbattleship.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kbattleship.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kbattleship.png
|
||||
/usr/share/applications/tde/kbattleship.desktop
|
||||
/usr/games/kbattleship
|
||||
/usr/share/doc/tde/HTML/en/kbattleship/*
|
||||
../icons/kbattleship.xpm /usr/share/pixmaps
|
||||
../icons/kbattleship-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kbattleship /usr/share/doc/kbattleship/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kbattleship-trinity.6
|
@ -0,0 +1,8 @@
|
||||
?package(kbattleship-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Board"\
|
||||
hints="TDE"\
|
||||
title="KBattleship"\
|
||||
icon32x32="/usr/share/pixmaps/kbattleship.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kbattleship-16.xpm"\
|
||||
command="/usr/games/kbattleship"
|
@ -0,0 +1,12 @@
|
||||
/usr/share/apps/kblackbox/*
|
||||
/usr/share/icons/hicolor/128x128/apps/kblackbox.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kblackbox.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kblackbox.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kblackbox.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kblackbox.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kblackbox.png
|
||||
/usr/share/applications/tde/kblackbox.desktop
|
||||
/usr/games/kblackbox
|
||||
/usr/share/doc/tde/HTML/en/kblackbox/*
|
||||
../icons/kblackbox.xpm /usr/share/pixmaps
|
||||
../icons/kblackbox-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kblackbox /usr/share/doc/kblackbox/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kblackbox-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kblackbox-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Puzzles"\
|
||||
hints="TDE,BlackBox"\
|
||||
title="KBlackBox"\
|
||||
icon32x32="/usr/share/pixmaps/kblackbox.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kblackbox-16.xpm"\
|
||||
command="/usr/games/kblackbox"
|
||||
|
@ -0,0 +1,12 @@
|
||||
/usr/share/apps/kbounce/*
|
||||
/usr/share/applications/tde/kbounce.desktop
|
||||
/usr/share/icons/hicolor/16x16/apps/kbounce.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kbounce.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kbounce.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kbounce.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kbounce.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kbounce.png
|
||||
/usr/games/kbounce
|
||||
/usr/share/doc/tde/HTML/en/kbounce/*
|
||||
../icons/kbounce.xpm /usr/share/pixmaps
|
||||
../icons/kbounce-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kbounce /usr/share/doc/kbounce/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kbounce-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kbounce-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Arcade"\
|
||||
hints="TDE"\
|
||||
title="TDE Bounce Ball Game"\
|
||||
icon32x32="/usr/share/pixmaps/kbounce.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kbounce-16.xpm"\
|
||||
command="/usr/games/kbounce"
|
||||
|
@ -0,0 +1,12 @@
|
||||
/usr/share/apps/kenolaba/*
|
||||
/usr/share/icons/hicolor/16x16/apps/kenolaba.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kenolaba.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kenolaba.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kenolaba.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kenolaba.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kenolaba.png
|
||||
/usr/share/applications/tde/kenolaba.desktop
|
||||
/usr/games/kenolaba
|
||||
/usr/share/doc/tde/HTML/en/kenolaba/*
|
||||
../icons/kenolaba.xpm /usr/share/pixmaps
|
||||
../icons/kenolaba-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kenolaba /usr/share/doc/kenolaba/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kenolaba-trinity.6
|
@ -0,0 +1,8 @@
|
||||
?package(kenolaba-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Board"\
|
||||
hints="TDE"\
|
||||
title="KEnolaba"\
|
||||
icon32x32="/usr/share/pixmaps/kenolaba.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kenolaba-16.xpm"\
|
||||
command="/usr/games/kenolaba"
|
@ -0,0 +1,13 @@
|
||||
/usr/share/applications/tde/kfouleggs.desktop
|
||||
/usr/share/apps/kfouleggs/*
|
||||
/usr/share/config.kcfg/kfouleggs.kcfg
|
||||
/usr/games/kfouleggs
|
||||
/usr/share/doc/tde/HTML/en/kfouleggs/*
|
||||
/usr/share/icons/hicolor/16x16/apps/kfouleggs.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kfouleggs.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kfouleggs.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kfouleggs.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kfouleggs.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kfouleggs.png
|
||||
../icons/kfouleggs.xpm /usr/share/pixmaps
|
||||
../icons/kfouleggs-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kfouleggs /usr/share/doc/kfouleggs/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kfouleggs-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kfouleggs-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Tetris-like"\
|
||||
hints="TDE"\
|
||||
title="TDE Foul Eggs"\
|
||||
icon32x32="/usr/share/pixmaps/kfouleggs.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kfouleggs-16.xpm"\
|
||||
command="/usr/games/kfouleggs"
|
||||
|
@ -0,0 +1,12 @@
|
||||
/usr/share/apps/kgoldrunner/*
|
||||
/usr/share/icons/hicolor/16x16/apps/kgoldrunner.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kgoldrunner.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kgoldrunner.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kgoldrunner.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kgoldrunner.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kgoldrunner.png
|
||||
/usr/share/applications/tde/KGoldrunner.desktop
|
||||
/usr/games/kgoldrunner
|
||||
/usr/share/doc/tde/HTML/en/kgoldrunner/*
|
||||
../icons/kgoldrunner.xpm /usr/share/pixmaps
|
||||
../icons/kgoldrunner-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kgoldrunner /usr/share/doc/kgoldrunner/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kgoldrunner-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kgoldrunner-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Arcade"\
|
||||
hints="TDE"\
|
||||
title="KGoldrunner"\
|
||||
icon32x32="/usr/share/pixmaps/kgoldrunner.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kgoldrunner-16.xpm"\
|
||||
command="/usr/games/kgoldrunner"
|
||||
|
@ -0,0 +1,13 @@
|
||||
/usr/games/kjumpingcube
|
||||
/usr/share/icons/hicolor/128x128/apps/kjumpingcube.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kjumpingcube.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kjumpingcube.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kjumpingcube.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kjumpingcube.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kjumpingcube.png
|
||||
/usr/share/apps/kjumpingcube/*
|
||||
/usr/share/applications/tde/kjumpingcube.desktop
|
||||
/usr/share/config.kcfg/kjumpingcube.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kjumpingcube/*
|
||||
../icons/kjumpingcube.xpm /usr/share/pixmaps
|
||||
../icons/kjumpingcube-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kjumpingcube /usr/share/doc/kjumpingcube/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kjumpingcube-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kjumpingcube-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Strategy"\
|
||||
hints="TDE"\
|
||||
title="KJumpingCube"\
|
||||
icon32x32="/usr/share/pixmaps/kjumpingcube.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kjumpingcube-16.xpm"\
|
||||
command="/usr/games/kjumpingcube"
|
||||
|
@ -0,0 +1,15 @@
|
||||
/usr/games/klickety
|
||||
/usr/share/doc/tde/HTML/en/klickety/*
|
||||
/usr/share/applications/tde/klickety.desktop
|
||||
/usr/share/icons/hicolor/16x16/apps/klickety.png
|
||||
/usr/share/icons/hicolor/22x22/apps/klickety.png
|
||||
/usr/share/icons/hicolor/32x32/apps/klickety.png
|
||||
/usr/share/icons/hicolor/48x48/apps/klickety.png
|
||||
/usr/share/icons/hicolor/64x64/apps/klickety.png
|
||||
/usr/share/icons/hicolor/128x128/apps/klickety.png
|
||||
/usr/share/icons/crystalsvg/32x32/actions/endturn.png
|
||||
/usr/share/icons/crystalsvg/16x16/actions/endturn.png
|
||||
/usr/share/apps/klickety/klicketyui.rc
|
||||
/usr/share/apps/klickety/eventsrc
|
||||
../icons/klickety.xpm /usr/share/pixmaps
|
||||
../icons/klickety-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/klickety /usr/share/doc/klickety/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/klickety-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(klickety-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Puzzles"\
|
||||
hints="TDE"\
|
||||
title="Klickety"\
|
||||
icon32x32="/usr/share/pixmaps/klickety.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/klickety-16.xpm"\
|
||||
command="/usr/games/klickety"
|
||||
|
@ -0,0 +1,13 @@
|
||||
/usr/share/apps/klines/*
|
||||
/usr/share/applications/tde/klines.desktop
|
||||
/usr/games/klines
|
||||
/usr/share/config.kcfg/klines.kcfg
|
||||
/usr/share/doc/tde/HTML/en/klines/*
|
||||
/usr/share/icons/hicolor/128x128/apps/klines.png
|
||||
/usr/share/icons/hicolor/64x64/apps/klines.png
|
||||
/usr/share/icons/hicolor/48x48/apps/klines.png
|
||||
/usr/share/icons/hicolor/32x32/apps/klines.png
|
||||
/usr/share/icons/hicolor/22x22/apps/klines.png
|
||||
/usr/share/icons/hicolor/16x16/apps/klines.png
|
||||
../icons/klines.xpm /usr/share/pixmaps
|
||||
../icons/klines-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/klines /usr/share/doc/klines/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/klines-trinity.6
|
@ -0,0 +1,8 @@
|
||||
?package(klines-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Board"\
|
||||
hints="TDE"\
|
||||
title="KLines"\
|
||||
icon32x32="/usr/share/pixmaps/klines.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/klines-16.xpm"\
|
||||
command="/usr/games/klines"
|
@ -0,0 +1,13 @@
|
||||
/usr/share/apps/kmahjongg/*
|
||||
/usr/share/icons/hicolor/128x128/apps/kmahjongg.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kmahjongg.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kmahjongg.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kmahjongg.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kmahjongg.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kmahjongg.png
|
||||
/usr/share/applications/tde/kmahjongg.desktop
|
||||
/usr/games/kmahjongg
|
||||
/usr/share/config.kcfg/kmahjongg.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kmahjongg/*
|
||||
../icons/kmahjongg.xpm /usr/share/pixmaps
|
||||
../icons/kmahjongg-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
debian/man/out/kmahjongg-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kmahjongg-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Board"\
|
||||
hints="TDE,Mahjongg"\
|
||||
title="KMahjongg"\
|
||||
icon32x32="/usr/share/pixmaps/kmahjongg.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kmahjongg-16.xpm"\
|
||||
command="/usr/games/kmahjongg"
|
||||
|
@ -0,0 +1,12 @@
|
||||
/usr/share/icons/hicolor/128x128/apps/kmines.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kmines.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kmines.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kmines.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kmines.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kmines.png
|
||||
/usr/share/applications/tde/kmines.desktop
|
||||
/usr/share/apps/kmines/*
|
||||
/usr/games/kmines
|
||||
/usr/share/doc/tde/HTML/en/kmines/*
|
||||
../icons/kmines.xpm /usr/share/pixmaps
|
||||
../icons/kmines-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kmines /usr/share/doc/kmines/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kmines-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kmines-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Puzzles"\
|
||||
hints="TDE,Mines"\
|
||||
title="Kmines"\
|
||||
icon32x32="/usr/share/pixmaps/kmines.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kmines-16.xpm"\
|
||||
command="/usr/games/kmines"
|
||||
|
@ -0,0 +1,9 @@
|
||||
/usr/games/knetwalk
|
||||
/usr/share/apps/knetwalk
|
||||
/usr/share/icons/hicolor/22x22/apps/knetwalk.png
|
||||
/usr/share/icons/hicolor/32x32/apps/knetwalk.png
|
||||
/usr/share/icons/hicolor/64x64/apps/knetwalk.png
|
||||
/usr/share/icons/hicolor/128x128/apps/knetwalk.png
|
||||
../icons/knetwalk.xpm /usr/share/pixmaps
|
||||
../icons/knetwalk-16.xpm /usr/share/pixmaps
|
||||
/usr/share/applications/tde/knetwalk.desktop
|
@ -0,0 +1 @@
|
||||
debian/man/out/knetwalk-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(knetwalk-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Puzzles"\
|
||||
hints="TDE,Mines"\
|
||||
title="KNetwalk"\
|
||||
icon32x32="/usr/share/pixmaps/knetwalk.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/knetwalk-16.xpm"\
|
||||
command="/usr/games/knetwalk"
|
||||
|
@ -0,0 +1,2 @@
|
||||
/usr/include/kolf
|
||||
/usr/lib/*/libkolf.so
|
@ -0,0 +1,23 @@
|
||||
/etc/trinity/magic/kolf.magic
|
||||
/etc/trinity/magic/kolf.magic.mgc
|
||||
/usr/share/apps/kolf/*
|
||||
/usr/games/kolf
|
||||
/usr/share/applications/tde/kolf.desktop
|
||||
/usr/share/doc/tde/HTML/en/kolf/*
|
||||
/usr/share/icons/hicolor/16x16/apps/kolf.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kolf.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kolf.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kolf.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kolf.png
|
||||
/usr/share/icons/hicolor/128x128/apps/kolf.png
|
||||
/usr/share/mimelnk/application/x-kolf.desktop
|
||||
/usr/share/mimelnk/application/x-kourse.desktop
|
||||
/usr/lib/*/libtdeinit_kolf.so
|
||||
/usr/lib/*/libtdeinit_kolf.la
|
||||
/usr/lib/*/trinity/kolf.la
|
||||
/usr/lib/*/trinity/kolf.so
|
||||
/usr/lib/*/libkolf.la
|
||||
/usr/lib/*/libkolf.so.1
|
||||
/usr/lib/*/libkolf.so.1.2.0
|
||||
../icons/kolf.xpm /usr/share/pixmaps
|
||||
../icons/kolf-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kolf /usr/share/doc/kolf/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kolf-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kolf-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Arcade"\
|
||||
hints="TDE"\
|
||||
title="TDE Miniature Golf"\
|
||||
icon32x32="/usr/share/pixmaps/kolf.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kolf-16.xpm"\
|
||||
command="/usr/games/kolf"
|
||||
|
@ -0,0 +1,12 @@
|
||||
/usr/share/apps/konquest/*
|
||||
/usr/share/icons/hicolor/128x128/apps/konquest.png
|
||||
/usr/share/icons/hicolor/64x64/apps/konquest.png
|
||||
/usr/share/icons/hicolor/48x48/apps/konquest.png
|
||||
/usr/share/icons/hicolor/32x32/apps/konquest.png
|
||||
/usr/share/icons/hicolor/22x22/apps/konquest.png
|
||||
/usr/share/icons/hicolor/16x16/apps/konquest.png
|
||||
/usr/share/applications/tde/konquest.desktop
|
||||
/usr/games/konquest
|
||||
/usr/share/doc/tde/HTML/en/konquest/*
|
||||
../icons/konquest.xpm /usr/share/pixmaps
|
||||
../icons/konquest-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/konquest /usr/share/doc/konquest/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/konquest-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(konquest-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Strategy"\
|
||||
hints="TDE"\
|
||||
title="Konquest"\
|
||||
icon32x32="/usr/share/pixmaps/konquest.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/konquest-16.xpm"\
|
||||
command="/usr/games/konquest"
|
||||
|
@ -0,0 +1,12 @@
|
||||
/usr/share/icons/hicolor/128x128/apps/kpat.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kpat.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kpat.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kpat.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kpat.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kpat.png
|
||||
/usr/share/apps/kpat/*
|
||||
/usr/share/applications/tde/kpat.desktop
|
||||
/usr/games/kpat
|
||||
/usr/share/doc/tde/HTML/en/kpat/*
|
||||
../icons/kpat.xpm /usr/share/pixmaps
|
||||
../icons/kpat-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kpat /usr/share/doc/kpat/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kpat-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kpat-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Card"\
|
||||
hints="TDE"\
|
||||
title="TDE Patience"\
|
||||
icon32x32="/usr/share/pixmaps/kpat.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kpat-16.xpm"\
|
||||
command="/usr/games/kpat"
|
||||
|
@ -0,0 +1,12 @@
|
||||
/usr/share/apps/kpoker/*
|
||||
/usr/share/icons/hicolor/128x128/apps/kpoker.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kpoker.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kpoker.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kpoker.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kpoker.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kpoker.png
|
||||
/usr/share/applications/tde/kpoker.desktop
|
||||
/usr/games/kpoker
|
||||
/usr/share/doc/tde/HTML/en/kpoker/*
|
||||
../icons/kpoker.xpm /usr/share/pixmaps
|
||||
../icons/kpoker-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kpoker /usr/share/doc/kpoker/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kpoker-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kpoker-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Card"\
|
||||
hints="TDE"\
|
||||
title="TDE Poker"\
|
||||
icon32x32="/usr/share/pixmaps/kpoker.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kpoker-16.xpm"\
|
||||
command="/usr/games/kpoker"
|
||||
|
@ -0,0 +1,23 @@
|
||||
/usr/games/kreversi
|
||||
/usr/share/doc/tde/HTML/en/kreversi/*
|
||||
/usr/share/applications/tde/kreversi.desktop
|
||||
/usr/share/apps/kreversi/*
|
||||
/usr/share/config.kcfg/kreversi.kcfg
|
||||
/usr/share/icons/crystalsvg/48x48/actions/lastmoves.png
|
||||
/usr/share/icons/crystalsvg/48x48/actions/legalmoves.png
|
||||
/usr/share/icons/crystalsvg/32x32/actions/lastmoves.png
|
||||
/usr/share/icons/crystalsvg/32x32/actions/legalmoves.png
|
||||
/usr/share/icons/crystalsvg/22x22/actions/lastmoves.png
|
||||
/usr/share/icons/crystalsvg/22x22/actions/legalmoves.png
|
||||
/usr/share/icons/crystalsvg/16x16/actions/lastmoves.png
|
||||
/usr/share/icons/crystalsvg/16x16/actions/legalmoves.png
|
||||
/usr/share/icons/crystalsvg/scalable/actions/lastmoves.svgz
|
||||
/usr/share/icons/crystalsvg/scalable/actions/legalmoves.svgz
|
||||
/usr/share/icons/hicolor/128x128/apps/kreversi.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kreversi.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kreversi.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kreversi.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kreversi.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kreversi.png
|
||||
../icons/kreversi.xpm /usr/share/pixmaps
|
||||
../icons/kreversi-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kreversi /usr/share/doc/kreversi/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kreversi-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kreversi-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Board"\
|
||||
hints="TDE"\
|
||||
title="TDE Reversi"\
|
||||
icon32x32="/usr/share/pixmaps/kreversi.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kreversi-16.xpm"\
|
||||
command="/usr/games/kreversi"
|
||||
|
@ -0,0 +1,12 @@
|
||||
/usr/games/ksame
|
||||
/usr/share/doc/tde/HTML/en/ksame/*
|
||||
/usr/share/icons/hicolor/128x128/apps/ksame.png
|
||||
/usr/share/icons/hicolor/64x64/apps/ksame.png
|
||||
/usr/share/icons/hicolor/48x48/apps/ksame.png
|
||||
/usr/share/icons/hicolor/32x32/apps/ksame.png
|
||||
/usr/share/icons/hicolor/22x22/apps/ksame.png
|
||||
/usr/share/icons/hicolor/16x16/apps/ksame.png
|
||||
/usr/share/apps/ksame/*
|
||||
/usr/share/applications/tde/ksame.desktop
|
||||
../icons/ksame.xpm /usr/share/pixmaps
|
||||
../icons/ksame-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/ksame /usr/share/doc/ksame/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/ksame-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(ksame-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Puzzles"\
|
||||
hints="TDE,SameGame"\
|
||||
title="TDE SameGame"\
|
||||
icon32x32="/usr/share/pixmaps/ksame.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/ksame-16.xpm"\
|
||||
command="/usr/games/ksame"
|
||||
|
@ -0,0 +1,13 @@
|
||||
/usr/share/apps/kshisen/*
|
||||
/usr/share/config.kcfg/kshisen.kcfg
|
||||
/usr/share/icons/hicolor/128x128/apps/kshisen.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kshisen.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kshisen.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kshisen.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kshisen.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kshisen.png
|
||||
/usr/share/applications/tde/kshisen.desktop
|
||||
/usr/games/kshisen
|
||||
/usr/share/doc/tde/HTML/en/kshisen/*
|
||||
../icons/kshisen.xpm /usr/share/pixmaps
|
||||
../icons/kshisen-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kshisen /usr/share/doc/kshisen/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kshisen-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kshisen-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Board"\
|
||||
hints="TDE"\
|
||||
title="TDE Shisen-Sho"\
|
||||
icon32x32="/usr/share/pixmaps/kshisen.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kshisen-16.xpm"\
|
||||
command="/usr/games/kshisen"
|
||||
|
@ -0,0 +1,13 @@
|
||||
/usr/share/applications/tde/ksirtet.desktop
|
||||
/usr/share/icons/hicolor/128x128/apps/ksirtet.png
|
||||
/usr/share/icons/hicolor/64x64/apps/ksirtet.png
|
||||
/usr/share/icons/hicolor/48x48/apps/ksirtet.png
|
||||
/usr/share/icons/hicolor/32x32/apps/ksirtet.png
|
||||
/usr/share/icons/hicolor/22x22/apps/ksirtet.png
|
||||
/usr/share/icons/hicolor/16x16/apps/ksirtet.png
|
||||
/usr/share/apps/ksirtet/*
|
||||
/usr/games/ksirtet
|
||||
/usr/share/config.kcfg/ksirtet.kcfg
|
||||
/usr/share/doc/tde/HTML/en/ksirtet/*
|
||||
../icons/ksirtet.xpm /usr/share/pixmaps
|
||||
../icons/ksirtet-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/ksirtet /usr/share/doc/ksirtet/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/ksirtet-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(ksirtet-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Tetris-like"\
|
||||
hints="TDE"\
|
||||
title="TDE Sirtet"\
|
||||
icon32x32="/usr/share/pixmaps/ksirtet.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/ksirtet-16.xpm"\
|
||||
command="/usr/games/ksirtet"
|
||||
|
@ -0,0 +1,12 @@
|
||||
/usr/share/apps/ksmiletris/*
|
||||
/usr/share/icons/hicolor/128x128/apps/ksmiletris.png
|
||||
/usr/share/icons/hicolor/64x64/apps/ksmiletris.png
|
||||
/usr/share/icons/hicolor/48x48/apps/ksmiletris.png
|
||||
/usr/share/icons/hicolor/32x32/apps/ksmiletris.png
|
||||
/usr/share/icons/hicolor/22x22/apps/ksmiletris.png
|
||||
/usr/share/icons/hicolor/16x16/apps/ksmiletris.png
|
||||
/usr/share/applications/tde/ksmiletris.desktop
|
||||
/usr/games/ksmiletris
|
||||
/usr/share/doc/tde/HTML/en/ksmiletris/*
|
||||
../icons/ksmiletris.xpm /usr/share/pixmaps
|
||||
../icons/ksmiletris-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
debian/man/out/ksmiletris-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(ksmiletris-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Tetris-like"\
|
||||
hints="TDE"\
|
||||
title="TDE Smiletris"\
|
||||
icon32x32="/usr/share/pixmaps/ksmiletris.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/ksmiletris-16.xpm"\
|
||||
command="/usr/games/ksmiletris"
|
||||
|
@ -0,0 +1,13 @@
|
||||
/usr/share/apps/ksnake/*
|
||||
/usr/share/config.kcfg/ksnake.kcfg
|
||||
/usr/share/icons/hicolor/128x128/apps/ksnake.png
|
||||
/usr/share/icons/hicolor/64x64/apps/ksnake.png
|
||||
/usr/share/icons/hicolor/48x48/apps/ksnake.png
|
||||
/usr/share/icons/hicolor/32x32/apps/ksnake.png
|
||||
/usr/share/icons/hicolor/22x22/apps/ksnake.png
|
||||
/usr/share/icons/hicolor/16x16/apps/ksnake.png
|
||||
/usr/share/applications/tde/ksnake.desktop
|
||||
/usr/games/ksnake
|
||||
/usr/share/doc/tde/HTML/en/ksnake/*
|
||||
../icons/ksnake.xpm /usr/share/pixmaps
|
||||
../icons/ksnake-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/ksnake /usr/share/doc/ksnake/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/ksnake-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(ksnake-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Arcade"\
|
||||
hints="TDE"\
|
||||
title="TDE Snake Race"\
|
||||
icon32x32="/usr/share/pixmaps/ksnake.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/ksnake-16.xpm"\
|
||||
command="/usr/games/ksnake"
|
||||
|
@ -0,0 +1,11 @@
|
||||
/usr/share/applications/tde/ksokoban.desktop
|
||||
/usr/share/icons/hicolor/128x128/apps/ksokoban.png
|
||||
/usr/share/icons/hicolor/64x64/apps/ksokoban.png
|
||||
/usr/share/icons/hicolor/48x48/apps/ksokoban.png
|
||||
/usr/share/icons/hicolor/32x32/apps/ksokoban.png
|
||||
/usr/share/icons/hicolor/22x22/apps/ksokoban.png
|
||||
/usr/share/icons/hicolor/16x16/apps/ksokoban.png
|
||||
/usr/games/ksokoban
|
||||
/usr/share/doc/tde/HTML/en/ksokoban/*
|
||||
../icons/ksokoban.xpm /usr/share/pixmaps
|
||||
../icons/ksokoban-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/ksokoban /usr/share/doc/ksokoban/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/ksokoban-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(ksokoban-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Puzzles"\
|
||||
hints="TDE,Sokoban"\
|
||||
title="TDE Sokoban"\
|
||||
icon32x32="/usr/share/pixmaps/ksokoban.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/ksokoban-16.xpm"\
|
||||
command="/usr/games/ksokoban"
|
||||
|
@ -0,0 +1,13 @@
|
||||
/usr/share/apps/kspaceduel/*
|
||||
/usr/share/icons/hicolor/128x128/apps/kspaceduel.png
|
||||
/usr/share/icons/hicolor/64x64/apps/kspaceduel.png
|
||||
/usr/share/icons/hicolor/48x48/apps/kspaceduel.png
|
||||
/usr/share/icons/hicolor/32x32/apps/kspaceduel.png
|
||||
/usr/share/icons/hicolor/22x22/apps/kspaceduel.png
|
||||
/usr/share/icons/hicolor/16x16/apps/kspaceduel.png
|
||||
/usr/share/applications/tde/kspaceduel.desktop
|
||||
/usr/games/kspaceduel
|
||||
/usr/share/config.kcfg/kspaceduel.kcfg
|
||||
/usr/share/doc/tde/HTML/en/kspaceduel/*
|
||||
../icons/kspaceduel.xpm /usr/share/pixmaps
|
||||
../icons/kspaceduel-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/kspaceduel /usr/share/doc/kspaceduel/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/kspaceduel-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(kspaceduel-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Arcade"\
|
||||
hints="TDE"\
|
||||
title="TDE SpaceDuel"\
|
||||
icon32x32="/usr/share/pixmaps/kspaceduel.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/kspaceduel-16.xpm"\
|
||||
command="/usr/games/kspaceduel"
|
||||
|
@ -0,0 +1,13 @@
|
||||
/usr/games/ktron
|
||||
/usr/share/icons/hicolor/16x16/apps/ktron.png
|
||||
/usr/share/icons/hicolor/22x22/apps/ktron.png
|
||||
/usr/share/icons/hicolor/32x32/apps/ktron.png
|
||||
/usr/share/icons/hicolor/48x48/apps/ktron.png
|
||||
/usr/share/icons/hicolor/64x64/apps/ktron.png
|
||||
/usr/share/icons/hicolor/128x128/apps/ktron.png
|
||||
/usr/share/doc/tde/HTML/en/ktron/*
|
||||
/usr/share/applications/tde/ktron.desktop
|
||||
/usr/share/apps/ktron/*
|
||||
/usr/share/config.kcfg/ktron.kcfg
|
||||
../icons/ktron.xpm /usr/share/pixmaps
|
||||
../icons/ktron-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/ktron /usr/share/doc/ktron/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/ktron-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(ktron-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Arcade"\
|
||||
hints="TDE"\
|
||||
title="TDE Tron"\
|
||||
icon32x32="/usr/share/pixmaps/ktron.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/ktron-16.xpm"\
|
||||
command="/usr/games/ktron"
|
||||
|
@ -0,0 +1,13 @@
|
||||
/usr/games/ktuberling
|
||||
/usr/share/icons/hicolor/128x128/apps/ktuberling.png
|
||||
/usr/share/icons/hicolor/64x64/apps/ktuberling.png
|
||||
/usr/share/icons/hicolor/48x48/apps/ktuberling.png
|
||||
/usr/share/icons/hicolor/32x32/apps/ktuberling.png
|
||||
/usr/share/icons/hicolor/22x22/apps/ktuberling.png
|
||||
/usr/share/icons/hicolor/16x16/apps/ktuberling.png
|
||||
/usr/share/doc/tde/HTML/en/ktuberling/*
|
||||
/usr/share/applications/tde/ktuberling.desktop
|
||||
/usr/share/apps/ktuberling/*
|
||||
/usr/share/mimelnk/application/x-tuberling.desktop
|
||||
../icons/ktuberling.xpm /usr/share/pixmaps
|
||||
../icons/ktuberling-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/ktuberling /usr/share/doc/ktuberling/html
|
@ -0,0 +1 @@
|
||||
debian/man/out/ktuberling-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(ktuberling-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Toys"\
|
||||
hints="TDE"\
|
||||
title="TDE Potato Guy"\
|
||||
icon32x32="/usr/share/pixmaps/ktuberling.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/ktuberling-16.xpm"\
|
||||
command="/usr/games/ktuberling"
|
||||
|
@ -0,0 +1,14 @@
|
||||
/usr/games/twin4
|
||||
/usr/games/twin4proc
|
||||
/usr/share/apps/twin4/*
|
||||
/usr/share/config.kcfg/twin4.kcfg
|
||||
/usr/share/icons/hicolor/128x128/apps/twin4.png
|
||||
/usr/share/icons/hicolor/64x64/apps/twin4.png
|
||||
/usr/share/icons/hicolor/48x48/apps/twin4.png
|
||||
/usr/share/icons/hicolor/32x32/apps/twin4.png
|
||||
/usr/share/icons/hicolor/22x22/apps/twin4.png
|
||||
/usr/share/icons/hicolor/16x16/apps/twin4.png
|
||||
/usr/share/applications/tde/twin4.desktop
|
||||
/usr/share/doc/tde/HTML/en/twin4/*
|
||||
../icons/twin4.xpm /usr/share/pixmaps
|
||||
../icons/twin4-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/twin4 /usr/share/doc/twin4/html
|
@ -0,0 +1,2 @@
|
||||
debian/man/out/twin4-trinity.6
|
||||
debian/man/out/twin4proc-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(twin4-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Board"\
|
||||
hints="TDE"\
|
||||
title="KWin4"\
|
||||
icon32x32="/usr/share/pixmaps/twin4.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/twin4-16.xpm"\
|
||||
command="/usr/games/twin4"
|
||||
|
@ -0,0 +1,4 @@
|
||||
/usr/include/*.h
|
||||
/usr/include/kgame
|
||||
/usr/lib/*/libtdegames.so
|
||||
/usr/lib/*/libtdegames.la
|
@ -0,0 +1,9 @@
|
||||
Document: libtdegames-trinity-doc
|
||||
Title: TDE Games Library API Documentation
|
||||
Author: The KDE Developers, The TDE Team
|
||||
Abstract: This is the developers' API documentation for libtdegames.
|
||||
Section: Apps/Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/tdegames-apidocs/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/tdegames-apidocs/*.html
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/tdegames-apidocs
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/tdegames-apidocs /usr/share/doc/libtdegames-doc/html
|
@ -0,0 +1,7 @@
|
||||
/usr/lib/*/libtdegames.so.*
|
||||
/usr/share/apps/tdegames/pics/star.png
|
||||
/usr/share/icons/crystalsvg/16x16/actions/roll.png
|
||||
/usr/share/icons/crystalsvg/16x16/actions/highscore.png
|
||||
/usr/share/icons/crystalsvg/22x22/actions/roll.png
|
||||
/usr/share/icons/crystalsvg/32x32/actions/roll.png
|
||||
/usr/share/icons/crystalsvg/32x32/actions/highscore.png
|
@ -0,0 +1,13 @@
|
||||
/usr/games/lskat
|
||||
/usr/games/lskatproc
|
||||
/usr/share/doc/tde/HTML/en/lskat/*
|
||||
/usr/share/apps/lskat/*
|
||||
/usr/share/icons/hicolor/128x128/apps/lskat.png
|
||||
/usr/share/icons/hicolor/64x64/apps/lskat.png
|
||||
/usr/share/icons/hicolor/48x48/apps/lskat.png
|
||||
/usr/share/icons/hicolor/32x32/apps/lskat.png
|
||||
/usr/share/icons/hicolor/22x22/apps/lskat.png
|
||||
/usr/share/icons/hicolor/16x16/apps/lskat.png
|
||||
/usr/share/applications/tde/lskat.desktop
|
||||
../icons/lskat.xpm /usr/share/pixmaps
|
||||
../icons/lskat-16.xpm /usr/share/pixmaps
|
@ -0,0 +1 @@
|
||||
/usr/share/doc/tde/HTML/en/lskat /usr/share/doc/lskat/html
|
@ -0,0 +1,2 @@
|
||||
debian/man/out/lskat-trinity.6
|
||||
debian/man/out/lskatproc-trinity.6
|
@ -0,0 +1,9 @@
|
||||
?package(lskat-trinity):\
|
||||
needs="x11"\
|
||||
section="Games/Card"\
|
||||
hints="TDE"\
|
||||
title="TDE Lieutnant Skat"\
|
||||
icon32x32="/usr/share/pixmaps/lskat.xpm"\
|
||||
icon16x16="/usr/share/pixmaps/lskat-16.xpm"\
|
||||
command="/usr/games/lskat"
|
||||
|
@ -0,0 +1,29 @@
|
||||
.TH ATLANTIK 6
|
||||
.SH NAME
|
||||
atlantik \- TDE monopd client
|
||||
.SH SYNOPSIS
|
||||
.B atlantik
|
||||
.I [Qt-options] [TDE-options] [options]
|
||||
.SH DESCRIPTION
|
||||
\fBAtlantik\fP is a TDE client for playing Monopoly-like boardgames on
|
||||
the monopd network.
|
||||
|
||||
Purpose of the \fBatlantik\fP board game is to acquire land in major
|
||||
cities in North America and Europe while being a transatlantic
|
||||
traveller. All game modes are served by monopd, a dedicated game
|
||||
server designed for \fBatlantik\fP. One of the game modes plays like
|
||||
the popular real estate board game known as Monopoly.
|
||||
.so kdeopt.part
|
||||
.SH PROGRAM OPTIONS
|
||||
.TP
|
||||
.B -h, --host \fI<argument>\fB
|
||||
connect to this host
|
||||
.B -p, --port \fI<argument>\fB
|
||||
connect to this port
|
||||
.B -g, --game \fI<argument>\fB
|
||||
join this game
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/atlantik
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/atlantik').
|
@ -0,0 +1,16 @@
|
||||
.TH KASTEROIDS 6
|
||||
.SH NAME
|
||||
kasteroids \- Asteroids for TDE
|
||||
.SH SYNOPSIS
|
||||
.B kasteroids
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
The objective of \fBkasteroids\fP is to destroy all the asteroids on
|
||||
the screen to advance to the next level. Your ship is destroyed if it
|
||||
makes contact with an asteroid.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kasteroids
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kasteroids').
|
@ -0,0 +1,16 @@
|
||||
.TH KATOMIC 6
|
||||
.SH NAME
|
||||
katomic \- The Atomic Entertainment Handbook
|
||||
.SH SYNOPSIS
|
||||
.B katomic
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
Atomic Entertainment is a smal game which resembles Sokoban. The
|
||||
object of the game is to build chemical molecules on a Sokoban-like
|
||||
board.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/katomic
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/katomic').
|
@ -0,0 +1,17 @@
|
||||
.TH KBACKGAMMON 6
|
||||
.SH NAME
|
||||
kbackgammon \- Graphical backgammon program for TDE
|
||||
.SH SYNOPSIS
|
||||
.B kbackgammon
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B kbackgammon
|
||||
is a graphical backgammon program for TDE. It supports backgammon
|
||||
games with other players, games against computer engines like GNU bg
|
||||
and even on-line games on the First Internet Backgammon Server.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kbackgammon
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kbackgammon').
|
@ -0,0 +1,16 @@
|
||||
.TH KBATTLESHIP 6
|
||||
.SH NAME
|
||||
kbattleship \- The TDE Battleship clone
|
||||
.SH SYNOPSIS
|
||||
.B kbattleship
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B kbattleship
|
||||
is a network-enabled implementation of the famous `Battle Ship' game
|
||||
for TDE.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kbattleship
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kbattleship).
|
@ -0,0 +1,17 @@
|
||||
.TH KBLACKBOX 6
|
||||
.SH NAME
|
||||
kblackbox \- TDE Blackbox Game
|
||||
.SH SYNOPSIS
|
||||
.B kblackbox
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B kblackbox
|
||||
is a superb graphical logical game, inspired by the
|
||||
.B emacs
|
||||
blackbox.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kblackbox
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kblackbox').
|
@ -0,0 +1,27 @@
|
||||
.TH KBOUNCE 6
|
||||
.SH NAME
|
||||
kbounce \- TDE Jezz Ball game
|
||||
.SH SYNOPSIS
|
||||
.B kbounce
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
This is a clone of the popular Jezzball game originally created by
|
||||
Microsoft. Jezzball is one of the rare and simple games requiring
|
||||
skill, timing, and patience in order to be successful. A ball begins
|
||||
to bounce off of an area enclosed by four borders (like a square). You
|
||||
must move your pointer to certain areas within the square. Upon
|
||||
clicking, a new border is constructed at a relatively quick pace. You
|
||||
can change the direction of the borders by 90 degrees as
|
||||
well. Ultimately, you must force the ball to bounce around in a
|
||||
smaller, and smaller area as time goes by without the ball ever
|
||||
touching the borders as they are being constructed. If a ball touches
|
||||
a certian part of the border as it is being built, the game is over.
|
||||
After 75% of the original space has been blocked off from the moving
|
||||
ball, you advance one level, and one more ball is added to the mix in
|
||||
the following level.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kbounce
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kbounce').
|
@ -0,0 +1,110 @@
|
||||
.\" This portion of the manual page is from kdeopt.man, from the
|
||||
.\" tdegames Debian package.
|
||||
.SH GENERIC OPTIONS
|
||||
.TP
|
||||
.B \-\-help
|
||||
Show help about options.
|
||||
.TP
|
||||
.B \-\-help-qt
|
||||
Show Qt specific options.
|
||||
.TP
|
||||
.B \-\-help-tde
|
||||
Show TDE specific options.
|
||||
.TP
|
||||
.B \-\-help-all
|
||||
Show all options.
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show author information.
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version information.
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show license information.
|
||||
.TP
|
||||
.B \-\-
|
||||
End of options.
|
||||
.SH QT OPTIONS
|
||||
.TP
|
||||
.B \-\-display \fI<displayname>\fB
|
||||
Use the X-server display `displayname'.
|
||||
.TP
|
||||
.B \-\-session \fI<sessionId>\fB
|
||||
Restore the application for the given `sessionId'.
|
||||
.TP
|
||||
.B \-\-cmap
|
||||
Causes the application to install a private color map on an 8\-bit
|
||||
display.
|
||||
.TP
|
||||
.B \-\-ncols \fI<count>\fB
|
||||
Limits the number of colors allocated in the color cube on an 8\-bit
|
||||
display, if the application is using the QApplication::ManyColor color
|
||||
specification.
|
||||
.TP
|
||||
.B \-\-nograb
|
||||
Tells Qt to never grab the mouse or the keyboard.
|
||||
.TP
|
||||
.B \-\-dograb
|
||||
Running under a debugger can cause an implicit \-nograb, use \-dograb
|
||||
to override.
|
||||
.TP
|
||||
.B \-\-sync
|
||||
Switches to synchronous mode for debugging.
|
||||
.TP
|
||||
.B \-\-fn, \-\-font \fI<fontname>\fB
|
||||
Defines the application font.
|
||||
.TP
|
||||
.B \-\-bg, \-\-background \fI<color>\fB
|
||||
Sets the default background color and an application palette (light
|
||||
and dark shades are calculated).
|
||||
.TP
|
||||
.B \-\-fg, \-\-foreground \fI<color>\fB
|
||||
Sets the default foreground color.
|
||||
.TP
|
||||
.B \-\-btn, \-\-button \fI<color>\fB
|
||||
Sets the default button color.
|
||||
.TP
|
||||
.B \-\-name \fI<name>\fB
|
||||
Sets the application name.
|
||||
.TP
|
||||
.B \-\-title \fI<title>\fB
|
||||
Sets the application title (caption).
|
||||
.TP
|
||||
.B \-\-visual TrueColor
|
||||
Forces the application to use a TrueColor visual on an 8-bit display.
|
||||
.TP
|
||||
.B \-\-inputstyle \fI<inputstyle>\fB
|
||||
Sets XIM (X Input Method) input style. Possible values are
|
||||
\fIonthespot\fP, \fIoverthespot\fP, \fIoffthespot\fP and \fIroot\fP.
|
||||
.TP
|
||||
.B \-\-im \fI<XIM server>\fB
|
||||
Set XIM server.
|
||||
.TP
|
||||
.B \-\-noxim
|
||||
Disable XIM.
|
||||
.SH TDE OPTIONS
|
||||
.TP
|
||||
.B \-\-caption \fI<caption>\fB
|
||||
Use `caption' as name in the titlebar.
|
||||
.TP
|
||||
.B \-\-icon \fI<icon>\fB
|
||||
Use `icon' as the application icon.
|
||||
.TP
|
||||
.B \-\-miniicon \fI<icon>\fB
|
||||
Use `icon' as the icon in the titlebar.
|
||||
.TP
|
||||
.B \-\-dcopserver \fI<server>\fB
|
||||
Use the DCOP Server specified by `server'.
|
||||
.TP
|
||||
.B \-\-nocrashhandler
|
||||
Disable crash handler, to get core dumps.
|
||||
.TP
|
||||
.B \-\-waitforwm
|
||||
Waits for a WM_NET compatible windowmanager.
|
||||
.TP
|
||||
.B \-\-style \fI<style>\fB
|
||||
Sets the application GUI style.
|
||||
.TP
|
||||
.B \-\-geometry \fI<geometry>\fB
|
||||
Sets the client geometry of the main widget.
|
@ -0,0 +1,27 @@
|
||||
.TH KENOLABA 6
|
||||
.SH NAME
|
||||
kenolaba \- Abalone board game for TDE
|
||||
.SH SYNOPSIS
|
||||
.B kabalone
|
||||
.I [Qt-options] [TDE-options] [options]
|
||||
.SH DESCRIPTION
|
||||
KEnolaba is a simple board strategy game that is played by two players.
|
||||
There are red and yellow pieces for each player. Beginning from a
|
||||
start position where each player has 14 pieces, moves are drawn until
|
||||
one player has pushed 6 of his opponent's pieces out of the board.
|
||||
|
||||
The original program was developed in 1993 for DOS and pure Xlib. For
|
||||
TDE there was a major rewrite.
|
||||
.so kdeopt.part
|
||||
.SH PROGRAM OPTIONS
|
||||
.TP
|
||||
.B \-h, \-\-host \fI<host>\fB
|
||||
Use `host' for network game.
|
||||
.TP
|
||||
.B \-p, \-\-port \fI<port>\fB
|
||||
Use `port' for network game.
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kenolaba
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kenolaba).
|
@ -0,0 +1,19 @@
|
||||
.TH KFOULEGGS 6
|
||||
.SH NAME
|
||||
kfouleggs \- PuyoPuyo game for TDE
|
||||
.SH SYNOPSIS
|
||||
.B kfouleggs
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B kfouleggs
|
||||
is a clone of the Japanese PuyoPuyo game, with advanced features such
|
||||
as multiplayer games againts human or AI, and network play. If you
|
||||
have played Tetris, or one of its many clones, you will find
|
||||
.B kfouleggs
|
||||
easy to learn.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kfouleggs
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kfouleggs').
|
@ -0,0 +1,16 @@
|
||||
.TH KGOLDRUNNER 6
|
||||
.SH NAME
|
||||
kgoldrunner \- TDE version of the Loderunner arcade game
|
||||
.SH SYNOPSIS
|
||||
.B kgoldrunner
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
\fBKGoldrunner\fP is a game of action and puzzle solving. Run through
|
||||
the maze, dodge your enemies, collect all the gold and climb up to the
|
||||
next level.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kgoldrunner
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/konqueror').
|
@ -0,0 +1,20 @@
|
||||
.TH KJUMPINGCUBE 6
|
||||
.SH NAME
|
||||
kjumpingcube \- Tactical one- or two-player game
|
||||
.SH SYNOPSIS
|
||||
.B kjumpingcube
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B kjumpingcube
|
||||
is a simple tactical game. You can play it against the computer or
|
||||
against a friend. The playing field consists of squares that contain
|
||||
points. By clicking on the squares you can increase the points, and if
|
||||
the points reach a maximum the points will jump to the squares'
|
||||
neighbours and take them over. The winner is the one who owns all the
|
||||
squares.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kjumpingcube
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kjumpingcube').
|
@ -0,0 +1,10 @@
|
||||
.TH KLICKETY 6
|
||||
.SH NAME
|
||||
klickety \- A Clickomania-alike game
|
||||
.SH SYNOPSIS
|
||||
.B klickety
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
Klickety is an adaptation of the (perhaps) well-known Clickomania
|
||||
game; it is very similar to the `same' game.
|
||||
.so kdeopt.part
|
@ -0,0 +1,22 @@
|
||||
.TH KLINES 6
|
||||
.SH NAME
|
||||
klines \- Color Lines game for TDE
|
||||
.SH SYNOPSIS
|
||||
.B klines
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
KLines is a simple game. It is played by one player, so there is only one
|
||||
winner :-). You play for fun and against the high score. It was inspired
|
||||
by a well known game - ``Color lines'', written for DOS by Olga Demina,
|
||||
Igor Demina, Igor Ivkin and Gennady Denisov back in 1992.
|
||||
|
||||
The main rules of the game are as simple as possible: you move (using the
|
||||
mouse) marbles from cell to cell and build lines (horizontal, vertical or
|
||||
diagonal). When a line contains 5 or more marbles, they are removed and
|
||||
your score grows. After each turn the computer drops three more marbles.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/klines
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/klines').
|
@ -0,0 +1,17 @@
|
||||
.TH KMAHJONGG 6
|
||||
.SH NAME
|
||||
kmahjongg \- Mahjongg game for TDE
|
||||
.SH SYNOPSIS
|
||||
.B kmahjongg
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
Your mission in this game is to remove all tiles from the game
|
||||
board. A matching pair of tiles can be removed, if they are `free',
|
||||
which means that no other tiles block them on the left or right side.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kmahjongg
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kmahjongg').
|
||||
|
@ -0,0 +1,22 @@
|
||||
.TH KMINES 6
|
||||
.SH NAME
|
||||
kmines \- TDE mine sweeper game
|
||||
.SH SYNOPSIS
|
||||
.B kmines
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B kmines
|
||||
is the classic Minesweeper game. You must uncover all the empty cases
|
||||
without blowing on a mine.
|
||||
|
||||
When you uncover a case, a number appears: it indicates how many mines
|
||||
surround this case. If there is no number the neighbour cases are
|
||||
automatically uncovered. In your process of uncovering secure cases,
|
||||
it is \fIvery\fP useful to put a flag on the cases which contain a
|
||||
mine.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kmines
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kmines').
|
@ -0,0 +1,34 @@
|
||||
.TH KNETWALK 6
|
||||
.SH NAME
|
||||
knetwalk \- A game for system administrators
|
||||
.SH SYNOPSIS
|
||||
.B knetwalk
|
||||
.I [Qt-options] [TDE-options] [options]
|
||||
.SH DESCRIPTION
|
||||
\fBKNetwalk\fP presents the player with a rectangular grid containing
|
||||
a server, several clients, and pieces of wire. The object of the game
|
||||
is to rotate these elements until every client is connected to the
|
||||
server, and no wires are left unconnected. Optionally, you can try to
|
||||
get a high score by minimizing the number of rotations needed.
|
||||
|
||||
Left clicking on a square rotates it counterclockwise, while right
|
||||
clicking rotates it clockwise. Middle clicking on a square marks the
|
||||
square with a blue background and prevents you from rotating it unless
|
||||
you middle click again to unmark it; this can be very useful for marking
|
||||
squares which you know are in the correct orientation.
|
||||
.so kdeopt.part
|
||||
.SH PROGRAM OPTIONS
|
||||
.TP
|
||||
.B --Novice
|
||||
Start in novice mode. In this mode, you get a 5x5 grid.
|
||||
.TP
|
||||
.B --Normal
|
||||
Start in normal mode. In this mode, you get a 7x7 grid.
|
||||
.TP
|
||||
.B --Expert
|
||||
Start in expert mode. In this mode, you get a 9x9 grid.
|
||||
.TP
|
||||
.B --Master
|
||||
Start in master mode. In this mode, you get a 9x9 grid laid out on
|
||||
a torus, so that a wire leading off one edge can connect to a wire on
|
||||
the opposite edge.
|
@ -0,0 +1,25 @@
|
||||
.TH KOLF 6
|
||||
.SH NAME
|
||||
kolf \- A miniature golf game for TDE
|
||||
.SH SYNOPSIS
|
||||
.B kolf
|
||||
.I [Qt-options] [TDE-options] [--course-info] file
|
||||
.SH DESCRIPTION
|
||||
\fBKolf\fP is a miniature golf game with block graphics and a 2d
|
||||
top-down view. Courses are dynamic, and up to 10 people can play at
|
||||
once in competition.
|
||||
|
||||
\fBKolf\fP comes with a tutorial course. Playing this course is the
|
||||
easiest way to get started.
|
||||
.so kdeopt.part
|
||||
.SH PROGRAM OPTIONS
|
||||
.TP
|
||||
.B --course-info
|
||||
Print course information and exit.
|
||||
.B file
|
||||
Play this course.
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kolf
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kolf').
|
@ -0,0 +1,17 @@
|
||||
.TH KONQUEST 6
|
||||
.SH NAME
|
||||
konquest \- Gnu-Lactic Konquest
|
||||
.SH SYNOPSIS
|
||||
.B konquest
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
This is the TDE version of Gnu-Lactic Konquest, a multi-player
|
||||
strategy game. The goal of the game is to expand your interstellar
|
||||
empire across the galaxy and, of course, crush your rivals in the
|
||||
process.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/konquest
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/konquest').
|
@ -0,0 +1,16 @@
|
||||
.TH KPAT 6
|
||||
.SH NAME
|
||||
kpat \- TDE patience game
|
||||
.SH SYNOPSIS
|
||||
.B kpat
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B kpat
|
||||
is a collection of 14 single-player card games.
|
||||
<Insert here>
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kpat
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kpat').
|
@ -0,0 +1,16 @@
|
||||
.TH KPOKER 6
|
||||
.SH NAME
|
||||
kpoker \- TDE video poker game
|
||||
.SH SYNOPSIS
|
||||
.B kpoker
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B kpoker
|
||||
is a TDE compliant clone of those highly addictive pocket video poker
|
||||
games which are sometimes called ``Videopoker'' as well.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kpoker
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kpoker').
|
@ -0,0 +1,21 @@
|
||||
.TH KREVERSI 6
|
||||
.SH NAME
|
||||
kreversi \- Reversi for TDE
|
||||
.SH SYNOPSIS
|
||||
.B kreversi
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B kreversi
|
||||
is a simple one player strategy game played against the computer. The
|
||||
playing field is an 8 by 8 square board divided into 64 squares. The
|
||||
game piece used is a colored stone - one side of it is red, the other
|
||||
blue. If a piece is captured by an opposing player, that piece is
|
||||
turned to reveal the color of that player. A winner is declared when
|
||||
one player has more pieces of his own color on the board and if there
|
||||
are no more possible moves. <Insert here>
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kreversi
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kreversi').
|
@ -0,0 +1,17 @@
|
||||
.TH KSAME 6
|
||||
.SH NAME
|
||||
ksame \- a little game about balls and how to get rid of them
|
||||
.SH SYNOPSIS
|
||||
.B ksame
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B ksame
|
||||
is a simple game. It is played by one player, so there is only one
|
||||
winner. You play for fun and against the high score. It has been
|
||||
inspired by SameGame, which is only really famous on the Macintosh.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/ksame
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/ksame').
|
@ -0,0 +1,17 @@
|
||||
.TH KSHISEN 6
|
||||
.SH NAME
|
||||
kshisen \- Shisen-Sho for TDE
|
||||
.SH SYNOPSIS
|
||||
.B kshisen
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B kshisen
|
||||
is a single-player game similar to Mahjongg and uses the same set of
|
||||
tiles as Mahjongg. The object of the game is to remove all tiles from
|
||||
the field.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kshisen
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kshisen').
|
@ -0,0 +1,15 @@
|
||||
.TH KSIRTET 6
|
||||
.SH NAME
|
||||
ksirtet \- Tetris game for TDE
|
||||
.SH SYNOPSIS
|
||||
.B ksirtet
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
This program is a clone of the well known game Tetris. You must fit
|
||||
the falling pieces to form full lines.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/ksirtet
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/ksirtet').
|
@ -0,0 +1,12 @@
|
||||
.TH KSMILETRIS 6
|
||||
.SH NAME
|
||||
ksmiletris \- Tetris like game for TDE
|
||||
.SH SYNOPSIS
|
||||
.B ksmiletris
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B ksmiletris
|
||||
is a game with falling blocks composed of different symbols. The
|
||||
object is to guide the blocks so that there are two or more identical
|
||||
symbols adjacent vertically.
|
||||
.so kdeopt.part
|
@ -0,0 +1,16 @@
|
||||
.TH KSNAKE 6
|
||||
.SH NAME
|
||||
ksnake \- TDE Snake Race game
|
||||
.SH SYNOPSIS
|
||||
.B ksnake
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B ksnake
|
||||
is a game of speed and agility. You are a hungry snake and are trying
|
||||
to eat all the apples in the room before getting out.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/ksnake
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/ksnake').
|
@ -0,0 +1,35 @@
|
||||
.TH KSOKOBAN 6
|
||||
.SH NAME
|
||||
ksokoban \- The Japanese warehouse keeper game
|
||||
.SH SYNOPSIS
|
||||
.B ksokoban
|
||||
.I [Qt-options] [TDE-options] [file]
|
||||
.SH DESCRIPTION
|
||||
The first sokoban game was created in 1982 by Hiroyuki Imabayashi at
|
||||
the Japanese company Thinking Rabbit, Inc. ``Sokoban'' is Japanese for
|
||||
``warehouse keeper''. The idea is that you are a warehouse keeper
|
||||
trying to push crates to their proper locations in a warehouse.
|
||||
|
||||
The problem is that you cannot pull the crates or step over them. If
|
||||
you are not careful, some of the crates can get stuck in wrong places
|
||||
and/or block your way.
|
||||
|
||||
It can be rather difficult just to solve a level. But if you want to
|
||||
make it even harder, you can try to minimise the number of moves
|
||||
and/or pushes you use to solve the level.
|
||||
|
||||
To make the game more fun for small kids (below 10 years or so), some
|
||||
collections with easier levels are also included in
|
||||
\fBksokoban\fP. These are marked \fI(easy)\fP in the level collection
|
||||
menu. Of course, these levels can be fun for adults too, for example
|
||||
if you don't want to expose yourself to too much mental strain.
|
||||
.so kdeopt.part
|
||||
.SH PROGRAM ARGUMENTS
|
||||
.TP
|
||||
.I file
|
||||
Level collection file to load
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/ksokoban
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/ksokoban').
|
@ -0,0 +1,20 @@
|
||||
.TH KSPACEDUEL 6
|
||||
.SH NAME
|
||||
kspaceduel \- Arcade two-player space game for TDE
|
||||
.SH SYNOPSIS
|
||||
.B kspaceduel
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B kspaceduel
|
||||
is a space arcade game for two players. Each player controls a ship
|
||||
that flies around the sun and tries to shoot at the other ship. You
|
||||
can play
|
||||
.B kspaceduel
|
||||
with another person, against the computer, or you can have the
|
||||
computer control both ships and play each other.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/kspaceduel
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/kspaceduel').
|
@ -0,0 +1,20 @@
|
||||
.TH KTRON 6
|
||||
.SH NAME
|
||||
ktron \- Tron clone for TDE
|
||||
.SH SYNOPSIS
|
||||
.B ktron
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B ktron
|
||||
is a simple Tron-Clone for the Trinity Desktop Environment. You can play
|
||||
.B ktron
|
||||
against the computer or a friend.
|
||||
|
||||
The aim of the game is to live longer than your opponent. To do that,
|
||||
avoid running into a wall, your own tail and that of your opponent.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/ktron
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/ktron').
|
@ -0,0 +1,28 @@
|
||||
.TH KTUBERLING 6
|
||||
.SH NAME
|
||||
ktuberling \- Potato game for kids
|
||||
.SH SYNOPSIS
|
||||
.B ktuberling
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
.B ktuberling
|
||||
is a game intended for small children. Of course, it may be suitable
|
||||
for adults who have remained young at heart.
|
||||
|
||||
It is a potato editor. That means you can drag and drop eyes, mouths,
|
||||
mustache, and other parts of face and goodies onto a potato-like guy.
|
||||
|
||||
There is no winner for the game. The only purpose is to make the
|
||||
funniest faces you can.
|
||||
|
||||
There is a museum (like a ``Madame Tusseau'' gallery) where you can
|
||||
find many funny examples of decorated potatoes. Of course, you can
|
||||
send your own creations to the programmer, Eric Bischoff
|
||||
(e.bischoff@noos.fr), who will include them in the museum if he gets
|
||||
some spare time.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/ktuberling
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/ktuberling').
|
@ -0,0 +1,22 @@
|
||||
.TH KWIN4 6
|
||||
.SH NAME
|
||||
twin4 \- Connect Four clone for TDE
|
||||
.SH SYNOPSIS
|
||||
.B twin4
|
||||
.I [Qt-options] [TDE-options]
|
||||
.SH DESCRIPTION
|
||||
Four wins is a game for two players. Each player is represented by a
|
||||
color (yellow and red). The goal of the game is to get four connected
|
||||
pieces of your color into a row, column or any diagonal. This is done
|
||||
by placing one of your pieces into any of the seven columns. A piece
|
||||
will begin to fill a column from the bottom, i.e. it will fall down
|
||||
until it reaches the ground level or another stone. After a move is
|
||||
done it is the turn of the other player. This is repeated until the
|
||||
game is over, i.e. one of the players has four pieces in a row, column
|
||||
or diagonal or no more moves are possible because the board is filled.
|
||||
.so kdeopt.part
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/twin4
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/twin4').
|
@ -0,0 +1,8 @@
|
||||
.TH KWIN4PROC 6
|
||||
.SH NAME
|
||||
twin4proc \- AI backend for twin4
|
||||
.SH DESCRIPTION
|
||||
This program is used internally by twin4. Users should not run it
|
||||
directly.
|
||||
.SH SEE ALSO
|
||||
.BR twin4 (6).
|
@ -0,0 +1,25 @@
|
||||
.TH LSKAT 6
|
||||
.SH NAME
|
||||
lskat \- Lieutnant Skat card game for TDE
|
||||
.SH SYNOPSIS
|
||||
.B lskat
|
||||
.I [Qt-options] [TDE-options] [options]
|
||||
.SH DESCRIPTION
|
||||
Lieutnant skat (from German \fIOffiziersskat\fP) is a card game for
|
||||
two players. It is roughly played according to the rules of Skat but
|
||||
with only two players and simplified rules.
|
||||
|
||||
Every player has a set of cards in front of him/her, half of them
|
||||
covered and half of them open. Both players try to win more than 60 of
|
||||
the 120 possible points. After 16 moves all cards are played and the
|
||||
game ends.
|
||||
.so kdeopt.part
|
||||
.SH PROGRAM OPTIONS
|
||||
.TP
|
||||
.B -d, --debug \fI<level>\fB
|
||||
Enter debug level.
|
||||
.SH SEE ALSO
|
||||
More detailed user documentation is available from
|
||||
.BR help:/lskat
|
||||
(either enter this URL into \fBkonqueror\fP, or run `khelpcenter
|
||||
help:/lskat').
|
@ -0,0 +1,8 @@
|
||||
.TH LSKATPROC 6
|
||||
.SH NAME
|
||||
lskatproc \- AI backend for lskat
|
||||
.SH DESCRIPTION
|
||||
This program is used internally by lskat. Users should not run it
|
||||
directly.
|
||||
.SH SEE ALSO
|
||||
.BR lskat (6).
|
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,26 @@
|
||||
--- kde/admin/cvs.sh 2005-11-26 02:42:02.000000000 +0000
|
||||
+++ kde/admin/cvs.sh 2005-11-26 02:42:26.000000000 +0000
|
||||
@@ -537,6 +537,8 @@
|
||||
if test -z "$PREPARETIPS"; then PREPARETIPS=preparetips ; fi
|
||||
export EXTRACTRC PREPARETIPS
|
||||
|
||||
+kdepotpath=/usr/include/tde/tde.pot
|
||||
+
|
||||
for subdir in $dirs; do
|
||||
test -z "$VERBOSE" || echo "Making messages in $subdir"
|
||||
(cd $subdir
|
||||
@@ -554,10 +556,10 @@
|
||||
fi
|
||||
perl -e '$mes=0; while (<STDIN>) { next if (/^(if\s|else\s|endif)/); if (/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && / -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
|
||||
|
||||
- kdepotpath=${includedir:-`tde-config --expandvars --install include`}/tde.pot
|
||||
- if ! test -f $kdepotpath; then
|
||||
- kdepotpath=`tde-config --expandvars --prefix`/include/tde.pot
|
||||
- fi
|
||||
+# kdepotpath=${includedir:-`tde-config --expandvars --install include`}/tde.pot
|
||||
+# if ! test -f $kdepotpath; then
|
||||
+# kdepotpath=`tde-config --expandvars --prefix`/include/tde.pot
|
||||
+# fi
|
||||
|
||||
$MAKE -s -f _transMakefile podir=$podir EXTRACTRC="$EXTRACTRC" PREPARETIPS="$PREPARETIPS" srcdir=. \
|
||||
XGETTEXT="${XGETTEXT:-xgettext} --foreign-user -C -ci18n -ki18n -ktr2i18n -kI18N_NOOP -kI18N_NOOP2 -kaliasLocale -x $kdepotpath" messages
|
@ -0,0 +1,13 @@
|
||||
Index: tdegames/cmake/modules/TDEMacros.cmake
|
||||
===================================================================
|
||||
--- tdegames.orig/cmake/modules/TDEMacros.cmake
|
||||
+++ tdegames/cmake/modules/TDEMacros.cmake
|
||||
@@ -833,7 +833,7 @@ macro( tde_add_library _arg_target )
|
||||
|
||||
# set embedded archives
|
||||
if( _embed )
|
||||
- list( INSERT _link 0 -Wl,-whole-archive ${_embed} -Wl,-no-whole-archive )
|
||||
+ list( INSERT _link 0 -Wl,-zallextract ${_embed} -Wl,-zdefaultextract )
|
||||
endif( _embed )
|
||||
|
||||
# set link libraries
|
@ -0,0 +1,4 @@
|
||||
common/04_am_maintainer_mode.diff
|
||||
common/06_disable_no_undefined.diff
|
||||
common/kubuntu_01_kdepot.diff
|
||||
dilos.patch
|
@ -0,0 +1,52 @@
|
||||
#! /usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
include debian/cdbs/debian-tde.mk
|
||||
|
||||
export kde_bindir = /usr/games
|
||||
|
||||
DEB_CONFIGURE_INCLUDEDIR := /usr/include
|
||||
DEB_CONFIGURE_MANDIR := /usr/share/man
|
||||
DEB_CONFIGURE_PREFIX := /usr
|
||||
DEB_CONFIGURE_INFODIR := /usr/share/info
|
||||
|
||||
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
||||
|
||||
DEB_KDE_APIDOX := yes
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --with-extra-libs=/usr/lib
|
||||
|
||||
DEB_CMAKE_EXTRA_FLAGS := \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr" \
|
||||
-DBIN_INSTALL_DIR="/usr/games" \
|
||||
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
||||
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
|
||||
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
||||
-DCMAKE_SKIP_RPATH="OFF" \
|
||||
-DBUILD_ALL="ON" \
|
||||
-DWITH_ALL_OPTIONS="ON" \
|
||||
-DCMAKE_C_COMPILER=gcc \
|
||||
-DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
|
||||
|
||||
DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR)
|
||||
|
||||
DEB_INSTALL_DOCS_ALL :=
|
||||
|
||||
DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; then echo $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; break; fi; done)
|
||||
|
||||
DEB_INSTALL_CHANGELOGS_tdegames := $(DEB_SRCDIR)/ChangeLog
|
||||
|
||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||
&& echo xz || echo bzip2)
|
||||
|
||||
DEB_DH_MAKESHLIBS_ARGS_libtdegames1-trinity := -V'libtdegames1-trinity'
|
||||
DEB_DH_MAKESHLIBS_ARGS_atlantik-trinity := -V
|
||||
DEB_DH_MAKESHLIBS_ARGS_kolf-trinity := -V
|
||||
|
||||
PACKAGES_WITH_LIBS := libtdegames1-trinity atlantik-trinity kolf-trinity
|
||||
|
||||
common-binary-indep::
|
||||
if ! test -d debian/tmp/usr/share/doc/tde/HTML/en/tdegames-apidocs; then mv debian/tmp/usr/share/doc/tde/HTML/en/tdegames-*apidocs debian/tmp/usr/share/doc/tde/HTML/en/tdegames-apidocs; fi
|
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
@ -0,0 +1,6 @@
|
||||
# Use xz instead of gzip
|
||||
compression = "xz"
|
||||
compression-level = 9
|
||||
|
||||
# Don't run differences
|
||||
diff-ignore = .*
|
@ -0,0 +1 @@
|
||||
/usr/share/apps/carddecks/*
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-atlantik
|
||||
Title: The Atlantik Handbook
|
||||
Author: Rob Kaper
|
||||
Abstract: Atlantik is a TDE client for playing Monopoly-like
|
||||
boardgames on the monopd network.
|
||||
Section: Games/Board
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/atlantik/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/atlantik/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-kasteroids
|
||||
Title: The KAsteroids Handbook
|
||||
Author: Philip Rodrigues
|
||||
Abstract: KAsteroids is, as you would expect, the TDE clone of the
|
||||
popular Asteroids game.
|
||||
Section: Games/Arcade
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kasteroids/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kasteroids/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: tdegames-doc-html-katomic
|
||||
Title: The Atomic Entertainment Handbook
|
||||
Author: Dirk Doerflinger
|
||||
Abstract: This Handbook describes KAtomic Version 2.0
|
||||
Section: Games/Puzzles
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/katomic/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/katomic/*.html
|
@ -0,0 +1,12 @@
|
||||
Document: tdegames-doc-html-kbackgammon
|
||||
Title: The KBackgammon Handbook
|
||||
Author: Jens Hoefkens, Bo Thorsen
|
||||
Abstract: KBackgammon is a graphical backgammon program for TDE.
|
||||
It supports backgammon games with other players, games against
|
||||
computer engines like GNU bg and even on-line games on the First
|
||||
Internet Backgammon Server.
|
||||
Section: Games/Board
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kbackgammon/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kbackgammon/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-kbattleship
|
||||
Title: The KBattleship Handbook
|
||||
Author: Daniel Molkentin, Nikolas Zimmermann
|
||||
Abstract: KBattleship is a network-enabled implementation of the
|
||||
famous Battle Ship game for TDE.
|
||||
Section: Games/Board
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kbattleship/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kbattleship/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-kblackbox
|
||||
Title: KBlackbox Game Manual
|
||||
Author: Robert Cimrman, Philip Rodrigues
|
||||
Abstract: KBlackbox is a superb graphical logical game, inspired by
|
||||
the emacs blackbox.
|
||||
Section: Games/Puzzles
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kblackbox/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kblackbox/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: tdegames-doc-html-kbounce
|
||||
Title: The KBounce Handbook
|
||||
Author: Aaron J. Seigo
|
||||
Abstract: KBounce is a clone of Jezzball for TDE.
|
||||
Section: Games/Arcade
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kbounce/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kbounce/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-kenolaba
|
||||
Title: The Kenolaba Handbook
|
||||
Author: Josef Weidendorfer, Philip Rodrigues
|
||||
Abstract: Kenolaba is a simple board strategy game that is played
|
||||
by two players.
|
||||
Section: Games/Board
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kenolaba/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kenolaba/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-kfouleggs
|
||||
Title: The KFouleggs Handbook
|
||||
Author: Philip Rodrigues
|
||||
Abstract: KFouleggs is a clone of the Japanese PuyoPuyo game for
|
||||
the Trinity Desktop Environment.
|
||||
Section: Games/Tetris-like
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kfouleggs/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kfouleggs/*.html
|
@ -0,0 +1,11 @@
|
||||
Document: tdegames-doc-html-kgoldrunner
|
||||
Title: The KGoldrunner Handbook
|
||||
Author: Ian Wadham, Marco Krueger
|
||||
Abstract: KGoldrunner, a game of action and puzzle solving. Run through
|
||||
the maze, dodge your enemies, collect all the gold and climb up to the
|
||||
next level.
|
||||
Section: Games/Arcade
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kgoldrunner/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kgoldrunner/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-kjumpingcube
|
||||
Title: The KJumpingcube Handbook
|
||||
Author: Matthias Kiefer
|
||||
Abstract: KJumpingcube is a simple tactical game you can play against
|
||||
a friend or the computer.
|
||||
Section: Games/Strategy
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kjumpingcube/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kjumpingcube/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-klines
|
||||
Title: The KLines Handbook
|
||||
Author: Roman Razilov, Roman Merzlyakov
|
||||
Abstract: KLines is a nice little game meant to amuse you for anywhere
|
||||
from 3 minutes to 6 days(straight).
|
||||
Section: Games/Board
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/klines/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/klines/*.html
|
@ -0,0 +1,12 @@
|
||||
Document: tdegames-doc-html-kmahjongg
|
||||
Title: The KMahjongg Handbook
|
||||
Author: John Hayes
|
||||
Abstract: KMahjongg is a TDE version of the famous oriental game Mahjongg.
|
||||
The purpose of the game is to remove all of the tiles from the game
|
||||
board. Tiles are removed by matching tiles in pairs. The matched
|
||||
tiles must have a free side on the left or on the right.
|
||||
Section: Games/Board
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kmahjongg/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kmahjongg/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: tdegames-doc-html-kmines
|
||||
Title: The KMines Handbook
|
||||
Author: Nicolas Hadacek, Michael McBride
|
||||
Abstract: KMines is the TDE version of the classic minesweeper game.
|
||||
Section: Games/Puzzles
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kmines/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kmines/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: tdegames-doc-html-kolf
|
||||
Title: The Kolf Handbook
|
||||
Author: Jason Katz-Brown
|
||||
Abstract: Kolf is a miniature golf game for TDE.
|
||||
Section: Games/Arcade
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kolf/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kolf/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-konquest
|
||||
Title: The Konquest Handbook
|
||||
Author: Nicholas Robbins
|
||||
Abstract: Konquest is a wonderfully complex game for universal
|
||||
domination, or konquest, if you like.
|
||||
Section: Games/Strategy
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/konquest/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/konquest/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: tdegames-doc-html-kpat
|
||||
Title: The KPat Handbook
|
||||
Author: Paul Olav Tvete, Maren Pakura, Stephan Kulow
|
||||
Abstract: KPat is a highly addictive card game for TDE.
|
||||
Section: Games/Card
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kpat/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kpat/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: tdegames-doc-html-kpoker
|
||||
Title: KPoker Handbook
|
||||
Author: Jochen Tuchbreiter, Andreas Beckermann
|
||||
Abstract: This is the helpfile of KPoker, a little poker game.
|
||||
Section: Games/Card
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kpoker/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kpoker/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: tdegames-doc-html-kreversi
|
||||
Title: The KReversi Handbook
|
||||
Author: Clay Pradarits
|
||||
Abstract: KReversi is a simple one player strategy game.
|
||||
Section: Games/Board
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kreversi/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kreversi/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-ksame
|
||||
Title: The KSame Handbook
|
||||
Author: Nicholas Robbins
|
||||
Abstract: KSame is a nice little program meant to amuse you for
|
||||
anywhere from 3 minutes to 6 days(straight).
|
||||
Section: Games/Puzzles
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/ksame/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/ksame/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: tdegames-doc-html-kshisen
|
||||
Title: The KShisen Handbook
|
||||
Author: Dirk Doerflinger
|
||||
Abstract: This Handbook describes KShisen Version 1.3.
|
||||
Section: Games/Board
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kshisen/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kshisen/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-ksirtet
|
||||
Title: The KSirtet Handbook
|
||||
Author: Dirk Doerflinger
|
||||
Abstract: This program is a clone of the well known game Tetris. You
|
||||
must fit the falling pieces to form full lines.
|
||||
Section: Games/Tetris-like
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/ksirtet/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/ksirtet/*.html
|
@ -0,0 +1,11 @@
|
||||
Document: tdegames-doc-html-ksnake
|
||||
Title: The KSnake Handbook
|
||||
Author: Michel Filippi
|
||||
Abstract: Snake Race is a game of speed and agility. You are a hungry
|
||||
snake and are trying to eat all the apples in the room before getting
|
||||
out!
|
||||
Section: Games/Arcade
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/ksnake/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/ksnake/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-ksokoban
|
||||
Title: The KSokoban Handbook
|
||||
Author: Anders Widell
|
||||
Abstract: KSokoban is a TDE implementation of the Japanese warehouse
|
||||
keeper game sokoban. This document describes KSobona version 0.4.2.
|
||||
Section: Games/Puzzles
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/ksokoban/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/ksokoban/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-kspaceduel
|
||||
Title: The KSpaceduel Handbook
|
||||
Author: Andreas Zehender
|
||||
Abstract: KSpaceduel is a space arcade game. Two ships fly around the
|
||||
sun and try to shoot each other.
|
||||
Section: Games/Arcade
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/kspaceduel/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/kspaceduel/*.html
|
@ -0,0 +1,10 @@
|
||||
Document: tdegames-doc-html-ktron
|
||||
Title: The KTron Handbook
|
||||
Author: Fabian Dal Santo
|
||||
Abstract: KTron is a simple Tron close for TDE, which you can play
|
||||
alone or against a friend.
|
||||
Section: Games/Arcade
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/ktron/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/ktron/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: tdegames-doc-html-ktuberling
|
||||
Title: The KTuberling Handbook
|
||||
Author: Eric Bischoff, Paul E. Ahlquist Jr.
|
||||
Abstract: KTuberling is a game intended for small children.
|
||||
Section: Games/Toys
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/ktuberling/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/ktuberling/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: tdegames-doc-html-twin4
|
||||
Title: KWin4 Manual
|
||||
Author: Martin Heni
|
||||
Abstract: This documentation describes KWin4 version 1.0.0.
|
||||
Section: Games/Board
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/twin4/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/twin4/*.html
|
@ -0,0 +1,9 @@
|
||||
Document: tdegames-doc-html-lskat
|
||||
Title: Lskat Manual
|
||||
Author: Martin Heni
|
||||
Abstract: This documentation describes Lskat version 0.9.1.
|
||||
Section: Games/Card
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/tde/HTML/en/lskat/index.html
|
||||
Files: /usr/share/doc/tde/HTML/en/lskat/*.html
|
Loading…
Reference in new issue