diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-09 21:13:07 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-09 21:13:07 -0800 |
commit | 5838b730e044901fba157e1ab8bd400438321e21 (patch) | |
tree | f387d96d125a388f0235a89a48ca88ecafe72d1b /themes | |
parent | dab470a520902740b9962c5898406747f6df8fd6 (diff) |
Custom theme adjusted to render emojis properly.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/blendoit-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 5f21eb9..42d892d 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -1,5 +1,5 @@ (deftheme blendoit-light - "Created 2020-12-06.") + "Created 2020-12-09.") (custom-theme-set-faces 'blendoit-light @@ -24,7 +24,7 @@ '(font-lock-preprocessor-face ((t (:inherit font-lock-builtin-face)))) '(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "dark orange")))) '(font-lock-regexp-grouping-construct ((t (:inherit bold)))) - '(font-lock-string-face ((t (:inherit variable-pitch :foreground "MediumOrchid3" :height 1.1)))) + '(font-lock-string-face ((t (:inherit default)))) '(font-lock-type-face ((t (:foreground "orchid2")))) '(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold)))) '(font-lock-warning-face ((t (:inherit (error))))) |