emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/color-theme-tangotango 031d982 20/58: Merge branch 'master


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango 031d982 20/58: Merge branch 'master' of github.com:juba/color-theme-tangotango
Date: Thu, 21 Oct 2021 18:02:58 -0400 (EDT)

branch: elpa/color-theme-tangotango
commit 031d9829ff14fbbbd99608d1bf1aa7a1e51086b0
Merge: bf01766 7f4ec2d
Author: Juba <julien@nozav.org>
Commit: Juba <julien@nozav.org>

    Merge branch 'master' of github.com:juba/color-theme-tangotango
---
 color-theme-tangotango.el | 46 +++++++++++++++++++++++++++++-----------------
 1 file changed, 29 insertions(+), 17 deletions(-)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index 1cf98db..3b5d1e6 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -1,34 +1,42 @@
-;;; Emacs Color theme based on the Tango Palette colors.
-;;; First derived from color-theme-tango.el,  created by danranx@gmail.com :
-;;; http://www.emacswiki.org/emacs/color-theme-tango.el
+;;; color-theme-tangotango.el --- Tango Palette color theme for Emacs.
+
+;; First derived from color-theme-tango.el,  created by danranx@gmail.com :
+;; http://www.emacswiki.org/emacs/color-theme-tango.el
 
 ;; Copyright (C) 2010 Julien Barnier <julien@nozav.org>
 
-;; Project homepage : 
http://blog.nozav.org/post/2010/07/12/Updated-tangotango-emacs-color-theme
+;; Author: Julien Barnier
+;; Adapted-By: Yesudeep Mangalapilly
+;; Keywords: tango palette color theme emacs
+;; URL: https://github.com/juba/color-theme-tangotango
+;; Version: 0.0.2
+;; Package-Requires: ((color-theme "6.6.1"))
 
 ;; This file is NOT part of GNU Emacs.
 
+;; For screenshots and installation instructions :
+;; http://blog.nozav.org/post/2010/07/12/Updated-tangotango-emacs-color-theme
+
+;;; License:
+
 ;; This 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 file 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.
-
+;;
+;; This 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 Emacs; see the file COPYING, or type `C-h C-c'. If not,
-;; write to the Free Software Foundation at this address:
-
-;;   Free Software Foundation
-;;   51 Franklin Street, Fifth Floor
-;;   Boston, MA 02110-1301
-;;   USA
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+;; MA 02111-1307, USA.
 
 ;;; Code:
 
+;; color theme (requires http://www.emacswiki.org/cgi-bin/wiki?ColorTheme )
 (eval-when-compile
   (require 'color-theme))
 
@@ -219,4 +227,8 @@
      (mumamo-background-chunk-submode3 ((t (:background "#343434"))))
 )))
 
+(color-theme-tangotango)
+
 (provide 'color-theme-tangotango)
+
+;;; color-theme-tangotango.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]