summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrocky <rb@dustyfeet.com>2018-01-14 10:41:03 -0500
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-01-14 19:06:22 +0200
commitf6366a0ed3509a1e796b8cda9358d26d9a9fc3a6 (patch)
treed10a4c0cf77f9ddba1a9b1eb236cd50355173786
parenta73acf787b0aa0d494b048be9b32dfb97d18a737 (diff)
Try boxed attribute on enable/disable bp face
Rebased
-rw-r--r--zenburn-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 9d92dde..a0e39c4 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -1171,8 +1171,8 @@ Also bind `class' to ((class color) (min-colors 89))."
`(realgud-overlay-arrow3 ((t (:foreground ,zenburn-orange))))
`(realgud-bp-enabled-face ((t (:inherit error))))
`(realgud-bp-disabled-face ((t (:inherit secondary-selection))))
- `(realgud-bp-line-enabled-face ((t (:foreground ,zenburn-bg :background ,zenburn-red))))
- `(realgud-bp-line-disabled-face ((t (:inherit secondary-selection))))
+ `(realgud-bp-line-enabled-face ((t (:box (:color ,zenburn-red :style nil)))))
+ `(realgud-bp-line-disabled-face ((t (:box (:color "grey70" :style nil)))))
`(realgud-line-number ((t (:foreground ,zenburn-yellow))))
`(realgud-backtrace-number ((t (:foreground ,zenburn-yellow, :weight bold))))
;;;;; regex-tool