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

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

[nongnu] elpa/color-theme-tangotango 3a37c53 15/58: Updates for use with


From: ELPA Syncer
Subject: [nongnu] elpa/color-theme-tangotango 3a37c53 15/58: Updates for use with marmalade-repo.org
Date: Thu, 21 Oct 2021 18:02:57 -0400 (EDT)

branch: elpa/color-theme-tangotango
commit 3a37c53fdb2a6a91b4339a8b612867d076f10f22
Author: Gora Khargosh <gora.khargosh@gmail.com>
Commit: Gora Khargosh <gora.khargosh@gmail.com>

    Updates for use with marmalade-repo.org
    
    Signed-off-by: Gora Khargosh <gora.khargosh@gmail.com>
---
 color-theme-tangotango.el | 42 +++++++++++++++++++++++++-----------------
 1 file changed, 25 insertions(+), 17 deletions(-)

diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el
index 400f8b0..1091eee 100644
--- a/color-theme-tangotango.el
+++ b/color-theme-tangotango.el
@@ -1,34 +1,38 @@
-;;; 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
+;;; emacs-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
+;; 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.
 
+;;; 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))
 
@@ -215,4 +219,8 @@
      (ediff-fine-diff-C ((t (:background "#222222"))))
 )))
 
+(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]