From 5f02510cf1a2d4d97ebea74e436956d730395ba1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 30 Jun 2012 22:55:34 +0100 Subject: [PATCH] Add twilight-anti-bright-theme and twilight-bright-theme packages --- packages.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.el b/packages.el index b3afd99..1c4107b 100644 --- a/packages.el +++ b/packages.el @@ -94,6 +94,22 @@ (:name tiling :type emacswiki :features tiling) + (:name twilight-anti-bright-theme + :description "A light-on-dark Emacs theme inspired by the dark-on-light Twilight Bright TextMate theme." + :website "https://github.com/jimeh/twilight-anti-bright-theme.el" + :type github + :pkgname "jimeh/twilight-anti-bright-theme.el" + :minimum-emacs-version 24 + :post-init (add-to-list 'custom-theme-load-path + default-directory)) + (:name twilight-bright-theme + :description "A Emacs port of the TextMate theme by the same name by Florian Pichler with some minor tweaks and additions." + :website "https://github.com/jimeh/twilight-bright-theme.el" + :type github + :pkgname "jimeh/twilight-bright-theme.el" + :minimum-emacs-version 24 + :post-init (add-to-list 'custom-theme-load-path + default-directory)) (:name yasnippet :type git :url "https://github.com/capitaomorte/yasnippet.git")))