changeset 169:a7c5ef46879f

markdown-mode: change background for markdown-code-face
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 25 Oct 2017 16:53:52 -0400
parents 97531390b060
children cf8ff803ee1a
files dotemacs.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -457,6 +457,7 @@
  '(highlight ((((class color) (min-colors 88) (background dark)) (:background "#555"))))
  '(magit-diff-add ((((class color) (background dark)) (:foreground "lime green"))))
  '(magit-diff-del ((t (:inherit diff-removed))))
+ '(markdown-code-face ((t (:inherit fixed-pitch :background "#3a0a0a"))))
  '(mode-line ((t (:background "#C90" :foreground "#000000" :box (:line-width -1 :style released-button)))))
  '(monky-header ((t (:background "#666"))))
  '(rpm-spec-package-face ((((class color) (background dark)) (:foreground "#F88"))))