# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1508964832 14400 # Node ID a7c5ef46879f774cc5e033ab4625179588ea95b1 # Parent 97531390b060c4aa9606968b7bd9036fae47d93d markdown-mode: change background for markdown-code-face diff --git a/dotemacs.el b/dotemacs.el --- 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"))))