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

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

[nongnu] elpa/ample-theme 202f512 051/137: readme update


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 202f512 051/137: readme update
Date: Thu, 21 Oct 2021 18:00:16 -0400 (EDT)

branch: elpa/ample-theme
commit 202f51263b8e3050b9175bcca8752b0fb797096f
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    readme update
---
 README.org | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/README.org b/README.org
index 7eb8bfd..2cd61e8 100644
--- a/README.org
+++ b/README.org
@@ -1,12 +1,18 @@
 * ample-theme.el
   A calm, dark theme for Emacs
-  - Full colored gui support only - no terminal support yet.
+  - Full colored gui and 256 color support only for now
 ** Installation
-    If marmalade or MELPA are set up: 
-
-    (package-install 'ample-theme)
-
-    (load-theme 'ample t)
+    If Marmalade or MELPA are set up: 
+    #+BEGIN_SRC emacs-lisp
+      (package-install 'ample-theme)
+      
+      (load-theme 'ample t)
+    #+END_SRC
+** If you get ugly colors in terminal:
+#+BEGIN_SRC shell-script
+  # throw this in your ~/.bash_profile
+  export TERM="xterm-256color"
+#+END_SRC
 ** Screenshot of Emacs.app on osx
     [[http://i.imgur.com/5AYS8EA.png]]
 



reply via email to

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