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

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

[nongnu] elpa/anti-zenburn-theme 72906fb 134/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 72906fb 134/151: From zenburn-emacs: add support for xcscope faces.
Date: Thu, 21 Oct 2021 18:01:39 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit 72906fbf1f47035ad97e39c0dea1a6b46b091a64
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    From zenburn-emacs: add support for xcscope faces.
---
 anti-zenburn-theme.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index f6f2f2d..d08f1ae 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -1213,6 +1213,14 @@
 ;;; which-func-mode
    `(which-func ((t (:foreground ,azenburn-violet+4))))
 
+;;; xcscope
+   `(cscope-file-face ((t (:foreground ,azenburn-dark-blue :weight bold))))
+   `(cscope-function-face ((t (:foreground ,azenburn-bordeaux :weight bold))))
+   `(cscope-line-number-face ((t (:foreground ,azenburn-blue :weight bold))))
+   `(cscope-mouse-face ((t (:foreground ,azenburn-bg :background 
,azenburn-beige+1))))
+   `(cscope-separator-face ((t (:foreground ,azenburn-blue :weight bold
+                                            :underline t :overline t))))
+
 ;;; yascroll
    `(yascroll:thumb-text-area ((t (:background ,azenburn-bg-1))))
    `(yascroll:thumb-fringe ((t (:background ,azenburn-bg-1 :foreground 
,azenburn-bg-1))))



reply via email to

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