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

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

[nongnu] elpa/cyberpunk-theme 41f38f3 010/132: Updated instructions and


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 41f38f3 010/132: Updated instructions and mode-specific details.
Date: Thu, 21 Oct 2021 18:03:39 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit 41f38f35253db12c91214087e96265b4e6dc2c09
Author: Nick Van Horn <nemo1211@gmail.com>
Commit: Nick Van Horn <nemo1211@gmail.com>

    Updated instructions and mode-specific details.
---
 README.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 48 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index 0519856..0b6b4dd 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,64 @@
-cyberpunk-theme.el
-==================
+Cyberpunk Theme
+===============
 
-Cyberpunk theme for emacs built-in color theme support known loosely as 
<code>deftheme</code>. 
+Cyberpunk color theme for the emacs 24+ built-in color theme support known 
loosely as <code>deftheme</code>. The theme is <i>mostly</i> a direct port of 
the [overtone/emacs-live](https://github.com/overtone/emacs-live) (designed 
originally for the <code>color-theme</code> package). Many mode-specific 
customizations, listed below, have also been added.
 
-Usage
-=====
+Installation
+============
 
 Ensure that cyberpunk-theme.el is on the custom-theme-load-path like this: 
 
-<pre>
+```lisp
 (add-to-list 'custom-theme-load-path "~/path/to/cyberpunk-theme.el")
-</pre>
+```
 
 You can then load the theme at any time by running the command <code>M-x 
load-theme</code> and entering cyberpunk when prompted for "load custom theme: "
 
 If you want cyberpunk-theme to be set at startup, add the following line to 
your .emacs init file:
 
-<pre>
+```lisp
 (load-theme 'cyberpunk t)
-</pre>
+```
+
+Specific Modes
+==============
+
+In addition to basic face settings, cyberpunk-theme has specially-tailored 
support for the following modes. Please share any suggestions for additional 
modes. Modes marked with \* are currently defined, but poorly so. If you use 
one of these modes and have customization suggestions I would greatly 
appreciate any feedback on how to make a more seamless experience.
 
+* AUCTeX/LaTeX
+* MuMaMo\*
+* autocomplete
+* compilation-mode\*
+* erc
+* eshell
+* flymake\*
+* flyspell
+* full-ack\*
+* gnus
+* grep
+* helm\*
+* hl-line-mode
+* ido
+* isearch
+* jabber\*
+* js2\*
+* magit
+* message-mode
+* mew\*
+* mic-paren\*
+* newsticker\*
+* org-mode
+* outline
+* rainbow-delimiters
+* wanderlust\*
+* whitespace-mode\*
+ 
 Acknowledgments 
 ===============
 
-This theme is a port of the overtone/emacs-live theme of the same name 
(https://github.com/overtone/emacs-live). The original theme was designed for 
use with the color-theme package. This theme adopts the new built-in theme 
support <code>deftheme</code>. Additionally, this theme strives to offer as 
many mode-specific customizations as possible, with further tweaks that suit my 
fancy.
+This theme is a port of the 
[overtone/emacs-live](https://github.com/overtone/emacs-live) theme of the same 
name. The original theme was designed for use with the color-theme package. 
+
+Bugs & Improvements
+===================
+
+Please report any problems that you find, along with any suggestions or 
contributions to the theme. 



reply via email to

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