From 018efe08cf4b9c15597a476991ec7cb40d2a3e1a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 5 Apr 2012 20:49:35 +0100 Subject: [PATCH] Add readme and update description within .el theme file --- README.md | 11 +++++++++++ tomorrow-night-paradise-theme.el | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7974143 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Tomorrow Night Paradise + +A light-on-dark Emacs theme which is essentially a tweaked version of Chris +Kempson's [Tomorrow Night Bright][tomorrow] theme. + +Particularly colors have been adjusted to look right in a xterm-256color +terminal. Additionally window borders have been given a more minimal look and +face definitions have been added for various packages I use on a daily basis. + + +[tomorrow]: https://github.com/ChrisKempson/Tomorrow-Theme diff --git a/tomorrow-night-paradise-theme.el b/tomorrow-night-paradise-theme.el index 912b10a..207bae3 100644 --- a/tomorrow-night-paradise-theme.el +++ b/tomorrow-night-paradise-theme.el @@ -7,6 +7,11 @@ ;; My customized version of Chris Kempson's Tomorrow Night Bright theme: ;; https://github.com/ChrisKempson/Tomorrow-Theme ;; +;; Particularly colors have been adjusted to look right in a xterm-256color +;; terminal. Additionally window borders have been given a more minimal look +;; and face definitions have been added for various packages I use on a daily +;; basis. +;; ;; --Jim Myhrberg (@jimeh) ;;; Code: