Sfoglia il codice sorgente

Change some markup-face foreground colors

pull/15/head
10sr 8 anni fa
parent
commit
1103eb93eb
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Vedi File

@@ -973,9 +973,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(with-eval-after-load 'markup-faces
;; Is this too match ?
(set-face-foreground 'markup-meta-face
"brightblack")
"color-245")
(set-face-foreground 'markup-meta-hide-face
"brightblack")
"color-245")
)

(setq auto-mode-alist


Caricamento…
Annulla
Salva