From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Victor Hugo Borja Newsgroups: gmane.emacs.help Subject: [ANN] (color-theme-select) web interface Date: Fri, 20 Aug 2010 16:35:03 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001636d344b1db6775048e481352 X-Trace: dough.gmane.org 1282411345 30988 80.91.229.12 (21 Aug 2010 17:22:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Aug 2010 17:22:25 +0000 (UTC) To: color-theme-devel@nongnu.org, help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 21 19:22:24 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Omrlv-0003af-S1 for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Aug 2010 19:22:24 +0200 Original-Received: from localhost ([127.0.0.1]:59417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Omrlv-0002Cs-6S for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Aug 2010 13:22:23 -0400 Original-Received: from [140.186.70.92] (port=45697 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmZFN-0001sT-N7 for help-gnu-emacs@gnu.org; Fri, 20 Aug 2010 17:35:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmZFL-00042q-VR for help-gnu-emacs@gnu.org; Fri, 20 Aug 2010 17:35:33 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:55338) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmZFL-000426-TK for help-gnu-emacs@gnu.org; Fri, 20 Aug 2010 17:35:31 -0400 Original-Received: by vws16 with SMTP id 16so3705471vws.0 for ; Fri, 20 Aug 2010 14:35:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=whUaAd+h3EDWdI5q0lVbzALcokS+jfilD6djxtLk8NI=; b=GuOVrnFs0p+0Ss9BJ8FY6hsrBQe3OwFHambbRGlU/jcZUv2adeOZxn+w/ua1QRCeGJ ZetCk8Dqg+I3+MO3ylWAkFqAWqYCJGj/V1plAjvtrzmWLUSAfTq7AVTnF03e1KP6Ul8e mvglwG7OJWyc2YKrYBXz+LWFQVr2vun+n59N8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=DoJiwd/AUCUoMNwlkdaiL5JB2RS4N8zJlxFoMdaAlWPUKSKF1P6zoLfiXpOyPrVg9o GsBU3nu9PmlRDx0UGfBVdd5vUe5iN4LQi4F7XRFSgjR1pmJr0w5RXypmbaSlT9DQiS+q rJ9TQ9KajWbb31Uc3EGCmG80Pm63EbqaalgCc= Original-Received: by 10.220.125.23 with SMTP id w23mr1228786vcr.136.1282340128777; Fri, 20 Aug 2010 14:35:28 -0700 (PDT) Original-Received: by 10.220.64.154 with HTTP; Fri, 20 Aug 2010 14:35:03 -0700 (PDT) X-Google-Sender-Auth: De0V1o2SkOvyflYhBZAHIV_Kfm4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sat, 21 Aug 2010 13:21:31 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74765 Archived-At: --001636d344b1db6775048e481352 Content-Type: text/plain; charset=ISO-8859-1 Hello Emacs Jedis, I've just finished to develop a site named after the emacs function `color-theme-select. As you can guess from the name, it tries to mimic an emacs window and lists many color-themes for the user to select. It also allows to customize every face defined on the theme. Themes can be saved (as gists on github) and reloaded at any time, and of course you can download the generated emacs lisp. Currently the site showcases the themes included in the standard color-theme distribution, and also some other's I've found on the net. If you'd like me to include your color-theme just mail me: vic.borja@gmail.com The current site lives at http://color-theme-select.heroku.com the code for it is at http://github.com/vic/color-theme-select Note that this site is still in beta, I've tested it in firefox and chrome, not sure it works on other browsers. I made this web site to enable emacs users to preview color themes, but mainly to customize them and share. I hope you enjoy using (color-theme-select). All feedback is pretty much appreciated. P.D. Currently .js files are not compressed, so the site may seem a little heavy to load. Cheers! -- vic "Let every Jedi of the emacs order choose the color of his lightsaber" --001636d344b1db6775048e481352 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello Emacs Jedis,=A0

I've just finished to develop = a site named after the emacs function `color-theme-select.=A0
As = you can guess from the name, it tries to mimic an emacs window and lists ma= ny
color-themes for the user to select. It also allows to customize every= face defined on=A0
the theme. Themes can be saved (as gists on g= ithub) and reloaded at any time, and
of course you can download t= he generated emacs lisp.

Currently the site showcases the themes included in the= standard color-theme=A0
distribution, and also some other's = I've found on the net. If you'd like me to include
your c= olor-theme just mail me: vic.borja@g= mail.com

The current site lives at=A0
=A0=A0 =A0 =A0 = =A0 =A0 =A0=A0
=A0=A0 =A0 =A0 =A0 =A0 =A0http://color-theme-select.heroku.com =A0
=

the code for it is at =A0http://github.com/vic/color-theme-select=A0

Note that this site is still in beta, I've tested i= t in firefox and chrome, not sure it=A0
works on other browsers.= =A0

I made this web site to enable emacs users to = preview color themes, but mainly
to customize them and share. I hope you enjoy using (color-theme-selec= t).=A0

All feedback is pretty much appreciated.

P.D. Currently .js files are not compressed, so the = site may seem a little heavy to
load.=A0

Cheers!
--
vic

"L= et every Jedi of the emacs order choose the color of his lightsaber"
--001636d344b1db6775048e481352--