diff dotemacs.el @ 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 (2017-10-25)
parents 855b4277cf0d
children cf8ff803ee1a
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"))))