summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar.batsov@gmail.com>2016-01-17 21:19:15 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-01-17 21:19:15 +0200
commit041b800022f486cd328a8cd3eb729db93ddb710e (patch)
tree8224eb896f3c645e62ea38b3ed884849d3fff93e
parentc035b96791459e8ed12c8a11d4af0ad4bcf239c9 (diff)
parent79881635ef89d58e3e3b3680b7ed44fc3ab12b9a (diff)
Merge pull request #224 from ptrv/xcscope-support
Add support for xcscope faces
-rw-r--r--zenburn-theme.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 3a5436f..e1987ab 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -1150,6 +1150,13 @@ Also bind `class' to ((class color) (min-colors 89))."
`(wl-highlight-summary-displaying-face ((t (:underline t :weight bold))))
;;;;; which-func-mode
`(which-func ((t (:foreground ,zenburn-green+4))))
+;;;;; xcscope
+ `(cscope-file-face ((t (:foreground ,zenburn-yellow :weight bold))))
+ `(cscope-function-face ((t (:foreground ,zenburn-cyan :weight bold))))
+ `(cscope-line-number-face ((t (:foreground ,zenburn-red :weight bold))))
+ `(cscope-mouse-face ((t (:foreground ,zenburn-bg :background ,zenburn-blue+1))))
+ `(cscope-separator-face ((t (:foreground ,zenburn-red :weight bold
+ :underline t :overline t))))
;;;;; yascroll
`(yascroll:thumb-text-area ((t (:background ,zenburn-bg-1))))
`(yascroll:thumb-fringe ((t (:background ,zenburn-bg-1 :foreground ,zenburn-bg-1))))