diff options
author | Blendoit <blendoit@gmail.com> | 2020-10-21 22:24:16 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-10-21 22:24:16 -0700 |
commit | 30b6047acdd4737822fc8ee870d67020c1b465ab (patch) | |
tree | 95ab72b564a439be4a59fdc36aa586d663afeb62 /themes | |
parent | f4b99662172402beb919ae870b487048f357173c (diff) |
Open Sans is new default font, prettifying symbols.
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 3ba0154..a502d9a 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -5,7 +5,7 @@ 'blendoit-light '(cursor ((t (:background "red")))) '(fixed-pitch ((t (:family "Hack")))) - '(variable-pitch ((t (:family "Liberation Sans")))) + '(variable-pitch ((t (:family "Open Sans")))) '(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) '(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) '(minibuffer-prompt ((t (:inherit org-meta-line)))) @@ -60,7 +60,7 @@ '(org-checkbox-statistics-todo ((t (:inherit org-checkbox :foreground "tomato")))) '(org-checkbox-statistics-done ((t (:inherit org-checkbox :foreground "ForestGreen")))) '(org-verbatim ((t (:inherit fixed-pitch :height 0.9 :foreground "DodgerBlue1" :foundry "Hack")))) - '(font-lock-doc-face ((t (:inherit font-lock-string-face :Family "Liberation Sans")))) + '(font-lock-doc-face ((t (:inherit font-lock-string-face :Family "Open Sans")))) '(org-document-info ((t (:weight bold)))) '(org-table ((t (:height 0.8 :family "Hack")))) '(org-block ((t (:height 0.8 :family "Hermit")))) |