branch: elpa/ample-theme
commit b617e212b93cbde31b34cb971999507ed5b8e303
Merge: 0802fd7 9a0a650
Author: Jordon Biondo <[email protected]>
Commit: Jordon Biondo <[email protected]>
Merge branch 'master' of https://github.com/jordonbiondo/ample-theme
---
README.org | 7 ++++---
ample-light-theme.el | 2 +-
ample-theme.el | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index ce706f8..65cb4ed 100644
--- a/README.org
+++ b/README.org
@@ -2,7 +2,7 @@
- A Light and Dark pair of themes for Emacs.
- Full colored gui and 256 color support only for now
** Installation
- If Marmalade or MELPA are set up:
+ If MELPA is set up:
#+BEGIN_SRC emacs-lisp
(package-install 'ample-theme)
@@ -13,6 +13,9 @@
# throw this in your ~/.bash_profile
export TERM="xterm-256color"
#+END_SRC
+** Ample-light-theme vs Ample-theme
+ [[http://i.imgur.com/86VLSV9.png]]
+
** Ample-theme in Emacs.app on osx
[[http://i.imgur.com/5AYS8EA.png]]
@@ -22,5 +25,3 @@
** Ample-light-theme on the latest Windows build:
[[http://i.imgur.com/kEpzllk.png]]
-** Ample-light-theme vs Ample-theme
- [[http://i.imgur.com/86VLSV9.png]]
diff --git a/ample-light-theme.el b/ample-light-theme.el
index a9f7395..a4ac2d4 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -443,7 +443,7 @@
;;`(org-footnote ((t (:foreground nil :background nil))))
;;`(org-formula ((t (:foreground nil :background nil))))
;;`(org-headline-done ((t (:foreground nil :background nil))))
- ;;`(org-hide ((t (:foreground nil :background nil))))
+ `(org-hide ((t (:foreground ,ample/bg :background nil))))
;;`(org-latex-and-export-specials ((t (:foreground nil :background nil))))
;;`(org-level-1 ((t (:foreground nil :background nil))))
;;`(org-level-2 ((t (:foreground nil :background nil))))
diff --git a/ample-theme.el b/ample-theme.el
index 528cfdb..6c0cfbc 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -438,7 +438,7 @@
;;`(org-footnote ((t (:foreground nil :background nil))))
;;`(org-formula ((t (:foreground nil :background nil))))
;;`(org-headline-done ((t (:foreground nil :background nil))))
- ;;`(org-hide ((t (:foreground nil :background nil))))
+ `(org-hide ((t (:foreground ,ample/bg :background nil))))
;;`(org-latex-and-export-specials ((t (:foreground nil :background nil))))
;;`(org-level-1 ((t (:foreground nil :background nil))))
;;`(org-level-2 ((t (:foreground nil :background nil))))