branch: elpa/cyberpunk-theme
commit 07edefdec3956fba9076fe98cdc33df7bf617afc
Merge: 2166fa3 aa1e0d7
Author: Nicholas M. Van Horn <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #42 from winny-/variousTweaks
    
    Various tweaks
---
 cyberpunk-theme.el | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 260f8a5..087e5be 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -749,8 +749,12 @@
                                            :background ,cyberpunk-blue))))
    `(term-color-white ((,class (:foreground ,cyberpunk-fg
                                             :background ,cyberpunk-bg-1))))
+   ;; term-default-fg-color & term-default-bg-color are obsolete, kept
+   ;; here for compatibility reasons.
    `(term-default-fg-color ((,class (:inherit term-color-white))))
    `(term-default-bg-color ((,class (:inherit term-color-black))))
+   ;; Used in 24.3 and later to replace above.
+   `(term ((,class (:foreground ,cyberpunk-fg :background ,cyberpunk-bg))))
 
    ;; volatile-highlights
    `(vhl/default-face ((,class (:background ,cyberpunk-gray-5))))
@@ -818,6 +822,19 @@
    `(custom-button ((,class (:box (:line-width 2 :style released-button)
                                   :background ,cyberpunk-bg-05 :foreground 
,cyberpunk-fg))))
    `(custom-button-unraised ((,class (:background ,cyberpunk-bg-05 :foreground 
,cyberpunk-fg))))
+
+   ;; info
+   `(Info-quoted ((,class (:inherit fixed-pitch-serif :foreground 
,cyberpunk-pink))))
+
+   ;; dired
+   `(dired-symlink-face ((,class (:foreground ,cyberpunk-pink))))
+
+   ;; dired+
+   `(diredp-symlink ((,class (:foreground ,cyberpunk-pink))))
+   `(diredp-compressed-file-suffix ((,class (:foreground ,cyberpunk-blue-1))))
+
+   ;; ivy
+   `(ivy-current-match ((,class (:box (:line-width 3 :color ,cyberpunk-magenta 
:style pressed-button) :weight bold))))
    )
 
   ;;; custom theme variables

Reply via email to