[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Custom theme adjusted to render emojis properly.
themes/blendoit-light-theme.el
@@ -1,5 +1,5 @@
1
1
(deftheme blendoit-light
2
Removed:
"Created 2020-12-06.")
2
Added:
"Created 2020-12-09.")
3
3
4
4
(custom-theme-set-faces
5
5
'blendoit-light
@@ -24,7 +24,7 @@
24
24
'(font-lock-preprocessor-face ((t (:inherit font-lock-builtin-face))))
25
25
'(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "dark orange"))))
26
26
'(font-lock-regexp-grouping-construct ((t (:inherit bold))))
27
Removed:
'(font-lock-string-face ((t (:inherit variable-pitch :foreground "MediumOrchid3" :height 1.1))))
27
Added:
'(font-lock-string-face ((t (:inherit default))))
28
28
'(font-lock-type-face ((t (:foreground "orchid2"))))
29
29
'(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold))))
30
30
'(font-lock-warning-face ((t (:inherit (error)))))