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

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

[nongnu] elpa/cyberpunk-theme 8460def 031/132: Replaced ansi-term-color-


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 8460def 031/132: Replaced ansi-term-color-vector with term color faces. Bumped to version 1.4
Date: Thu, 21 Oct 2021 18:03:43 -0400 (EDT)

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

    Replaced ansi-term-color-vector with term color faces. Bumped to version 1.4
---
 README.md          |  3 ++-
 cyberpunk-theme.el | 37 +++++++++++++++++++++++++------------
 2 files changed, 27 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md
index c7307d6..1addec3 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ In addition to basic face settings, cyberpunk-theme has 
specially-tailored suppo
 * newsticker\*
 * org-mode
 * outline
+* term
 * rainbow-delimiters
 * wanderlust\*
 * whitespace-mode\*
@@ -88,7 +89,7 @@ Please report any problems that you find, along with any 
suggestions or contribu
 License
 =======
 
-Copyright (C) 2012 Nicholas M. Van Horn
+Copyright (C) 2012-2013 Nicholas M. Van Horn
 
 Author: Nicholas M. Van Horn <vanhorn.nm@gmail.com>
 Keywords: color theme, cyberpunk
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index c83073f..d53d709 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -1,10 +1,10 @@
 ;;; cyberpunk-theme.el --- Cyberpunk Color Theme
 
-;; Copyright 2012, Nicholas M. Van Horn
+;; Copyright 2012-2013, Nicholas M. Van Horn
 
 ;; Author: Nicholas M. Van Horn <vanhorn.nm@gmail.com>
 ;; Keywords: color theme cyberpunk
-;; Version: 1.3
+;; Version: 1.4
 
 ;; This file is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -601,6 +601,26 @@
    ;; SLIME
    `(slime-repl-inputed-output-face ((,class (:foreground ,cyberpunk-red))))
 
+  ;;; ansi-term
+   `(term-color-black ((,class (:foreground ,cyberpunk-bg
+                                            :background ,cyberpunk-bg-1))))
+   `(term-color-red ((,class (:foreground ,cyberpunk-red-2
+                                          :background ,cyberpunk-red-4))))
+   `(term-color-green ((,class (:foreground ,cyberpunk-green
+                                            :background ,cyberpunk-green+2))))
+   `(term-color-yellow ((,class (:foreground ,cyberpunk-orange
+                                             :background ,cyberpunk-yellow))))
+   `(term-color-blue ((,class (:foreground ,cyberpunk-blue-1
+                                           :background ,cyberpunk-blue-4))))
+   `(term-color-magenta ((,class (:foreground ,cyberpunk-magenta
+                                              :background ,cyberpunk-red))))
+   `(term-color-cyan ((,class (:foreground ,cyberpunk-cyan
+                                           :background ,cyberpunk-blue))))
+   `(term-color-white ((,class (:foreground ,cyberpunk-fg
+                                            :background ,cyberpunk-bg-1))))
+   `(term-default-fg-color ((,class (:inherit term-color-white))))
+   `(term-default-bg-color ((,class (:inherit term-color-black))))
+
    ;; volatile-highlights
    `(vhl/default-face ((,class (:background ,cyberpunk-gray-5))))
 
@@ -661,17 +681,10 @@
   ;;; custom theme variables
   (custom-theme-set-variables
    'cyberpunk
-   `(ansi-color-names-vector [,cyberpunk-bg ,cyberpunk-red ,cyberpunk-green 
,cyberpunk-yellow
-                                          ,cyberpunk-blue ,cyberpunk-magenta 
,cyberpunk-cyan ,cyberpunk-fg])
-
+   `(ansi-color-names-vector [,cyberpunk-bg ,cyberpunk-red-2 ,cyberpunk-green 
,cyberpunk-orange
+                                          ,cyberpunk-blue-1 ,cyberpunk-magenta 
,cyberpunk-cyan ,cyberpunk-fg])
    ;; fill-column-indicator
-   `(fci-rule-color ,cyberpunk-bg-05))
-
-  ;;; colors for the ansi-term
-  (eval-after-load 'term
-    `(setq ansi-term-color-vector
-         (vector 'unspecified ,cyberpunk-bg ,cyberpunk-red ,cyberpunk-green 
,cyberpunk-yellow
-                  ,cyberpunk-blue ,cyberpunk-magenta ,cyberpunk-cyan 
,cyberpunk-fg))))
+   `(fci-rule-color ,cyberpunk-bg-05)))
 
 ;;;###autoload
 (when load-file-name



reply via email to

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