From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gwenhael Le Moine Newsgroups: gmane.emacs.devel Subject: Re: new themes: solarized & solarized-light Date: Wed, 6 Apr 2011 16:16:25 +0700 Message-ID: References: <87fwpviwwi.fsf@bifteki.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1302144747 11165 80.91.229.12 (7 Apr 2011 02:52:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2011 02:52:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leonidas Tsampros Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 07 04:52:22 2011 Return-path: Envelope-to: ged-emacs-devel@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 1Q7fKY-0000Pk-Qe for ged-emacs-devel@m.gmane.org; Thu, 07 Apr 2011 04:52:22 +0200 Original-Received: from localhost ([127.0.0.1]:54313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7fKY-0005sv-9k for ged-emacs-devel@m.gmane.org; Wed, 06 Apr 2011 22:52:22 -0400 Original-Received: from [140.186.70.92] (port=42532 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7Or2-0001XB-Fp for emacs-devel@gnu.org; Wed, 06 Apr 2011 05:16:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7Or0-0002Vv-Rw for emacs-devel@gnu.org; Wed, 06 Apr 2011 05:16:47 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:52902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7Or0-0002VL-IH for emacs-devel@gnu.org; Wed, 06 Apr 2011 05:16:46 -0400 Original-Received: by wyf19 with SMTP id 19so1298901wyf.0 for ; Wed, 06 Apr 2011 02:16:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=SkR+CkqVAA9e/ZgPIClKEeNs9Mp2psYgaZY+UoCFrWg=; b=XFzbOKpA4TkEHDj/ql2e4DsW6ZcKLQ/Yg47msDvqh7QQWsKptjgwHZCdVia/aYIvmW 5neSmw9ZdAwmWywXZTVe6Rhe3nWs+guSYePOOsQJfKDVm6TzywrEcPtO3tyoQvO1rG1I ZAa9AqvePgIBVhvKuAOwGxVi4d1Fb4EeuThG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=E6fZfvB+1tH5YbEIHtMlROuZA1ACchV28JbxoP6YsiXfGu1chiYuY8nEn7nLcKpAv3 cmva2sxvnf+m0EXV3vu9gS/FcNw4fWMa/nkrfZPPDIHCm0nmoVC48jSPzi9BqGwJQDKh lTvGORZmelLCuHAbPHMEpPD278LcUN9FtVmsk= Original-Received: by 10.227.60.194 with SMTP id q2mr794046wbh.63.1302081405210; Wed, 06 Apr 2011 02:16:45 -0700 (PDT) Original-Received: by 10.227.155.138 with HTTP; Wed, 6 Apr 2011 02:16:25 -0700 (PDT) In-Reply-To: <87fwpviwwi.fsf@bifteki.lan> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 X-Mailman-Approved-At: Wed, 06 Apr 2011 22:52:18 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138272 Archived-At: > You'd probably like to take a look at these attempts too: > > https://github.com/sellout/solarized/tree/master/emacs-color-theme-solarized > https://github.com/monotux/emacs-d/blob/master/themes/solarized-dark-theme.el > > I think I'm using a slightly modified version of the 2nd link. > > Thanks :) > I've seen both and started my version when I wanted to make a -light version of the second one. It proved too cumbersome because the named colors (base*) haven't been retained. So, inspired by the naquadah-theme I made my own. Maybe I'll have a second look at the color-theme version to see if there's some additional faces to be added to mine. Gwh.