EMACS: Added markdown-mode colors
And also some comments
This commit is contained in:
parent
3ab0e979f8
commit
6bfbdc8843
1 changed files with 12 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
||||||
;; Extension to the naquadah theme
|
;; Extension to the naquadah theme
|
||||||
(naquadah-theme-set-faces
|
(naquadah-theme-set-faces
|
||||||
'naquadah
|
'naquadah
|
||||||
|
|
||||||
|
;; rainbow-delimiters-mode
|
||||||
'(rainbow-delimiters-depth-1-face (:foreground gradient-1))
|
'(rainbow-delimiters-depth-1-face (:foreground gradient-1))
|
||||||
'(rainbow-delimiters-depth-2-face (:foreground gradient-2))
|
'(rainbow-delimiters-depth-2-face (:foreground gradient-2))
|
||||||
'(rainbow-delimiters-depth-3-face (:foreground gradient-3))
|
'(rainbow-delimiters-depth-3-face (:foreground gradient-3))
|
||||||
|
@ -13,4 +15,13 @@
|
||||||
'(rainbow-delimiters-depth-8-face (:foreground gradient-8))
|
'(rainbow-delimiters-depth-8-face (:foreground gradient-8))
|
||||||
'(rainbow-delimiters-depth-9-face (:foreground gradient-9))
|
'(rainbow-delimiters-depth-9-face (:foreground gradient-9))
|
||||||
'(rainbow-delimiters-depth-10-face (:foreground gradient-10))
|
'(rainbow-delimiters-depth-10-face (:foreground gradient-10))
|
||||||
'(rainbow-delimiters-depth-11-face (:foreground gradient-11)))
|
'(rainbow-delimiters-depth-11-face (:foreground gradient-11))
|
||||||
|
|
||||||
|
;; markdown-mode
|
||||||
|
'(markdown-link-face (:inherit 'link))
|
||||||
|
'(markdown-header-face-1 (:inherit 'org-level-1))
|
||||||
|
'(markdown-header-face-2 (:inherit 'org-level-2))
|
||||||
|
'(markdown-header-face-3 (:inherit 'org-level-3))
|
||||||
|
'(markdown-header-face-4 (:inherit 'org-level-4))
|
||||||
|
'(markdown-header-face-5 (:inherit 'org-level-5))
|
||||||
|
'(markdown-header-face-6 (:inherit 'org-level-6)))
|
||||||
|
|
Loading…
Reference in a new issue