summaryrefslogtreecommitdiff
path: root/blendoit/themes
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-08-17 08:49:23 -0700
committerBlendoit <blendoit@gmail.com>2020-08-17 08:49:23 -0700
commitc8f590b35c430c778f86c70de69d9b4af7884417 (patch)
tree581df20fe38c371403b96772929d568310333642 /blendoit/themes
parentb197c66112f3a704e20378c15bebb6750285c278 (diff)
Electric-pair-mode.
Diffstat (limited to 'blendoit/themes')
-rw-r--r--blendoit/themes/blendoit-light-theme.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/blendoit/themes/blendoit-light-theme.el b/blendoit/themes/blendoit-light-theme.el
index c83ed43..ae3f14f 100644
--- a/blendoit/themes/blendoit-light-theme.el
+++ b/blendoit/themes/blendoit-light-theme.el
@@ -1,5 +1,5 @@
(deftheme blendoit-light
- "Created 2020-08-15.")
+ "Created 2020-08-16.")
(custom-theme-set-faces
'blendoit-light
@@ -42,9 +42,9 @@
'(query-replace ((t (:inherit (isearch)))))
'(org-formula ((t (:inherit org-table))))
'(org-meta-line ((t (:foreground "steel blue" :family "Hermit"))))
- '(org-document-title ((t (:weight bold :height 2.0))))
+ '(org-document-title ((t (:weight bold :height 2.0 :family "Hack"))))
'(org-footnote ((t (:inherit link))))
- '(org-tag ((t (:weight bold :underline (:color nil :style nil) :inherit org-meta-line))))
+ '(org-tag ((t (:foreground "steel blue" :underline t :weight bold :family "Hermit"))))
'(org-document-info-keyword ((t (:inherit org-meta-line))))
'(org-code ((t (:background "light grey" :foreground "black"))))
'(org-checkbox-statistics-todo ((t (:foreground "tomato" :inherit org-checkbox))))
@@ -54,14 +54,14 @@
'(cursor ((t (:background "red"))))
'(org-document-info ((t (:weight bold))))
'(fixed-pitch ((t (:family "Hack"))))
- '(org-table ((t (:inherit fixed-pitch :foreground "dark slate gray" :box (:line-width 1 :color "light slate gray")))))
+ '(org-table ((t (:foreground "SteelBlue" :inherit fixed-pitch))))
'(org-block ((t (:family "Hermit"))))
'(org-special-keyword ((t (:inherit org-meta-line))))
- '(org-level-1 ((t (:foreground "dim gray" :weight bold :height 1.6))))
- '(org-level-2 ((t (:foreground "dark gray" :weight bold :height 1.4))))
- '(org-level-3 ((t (:foreground "gray" :weight bold :height 1.2))))
- '(org-level-4 ((t (:foreground "light gray" :weight bold :height 1.1))))
- '(org-level-5 ((t (:foreground "gainsboro" :weight bold :height 1.0))))
+ '(org-level-1 ((t (:foreground "dim gray" :weight bold :height 1.6 :family "Hack"))))
+ '(org-level-2 ((t (:foreground "dark gray" :weight bold :height 1.4 :family "Hack"))))
+ '(org-level-3 ((t (:foreground "gray" :weight bold :height 1.2 :family "Hack"))))
+ '(org-level-4 ((t (:foreground "light gray" :weight bold :height 1.1 :family "Hack"))))
+ '(org-level-5 ((t (:foreground "gainsboro" :weight bold :height 1.0 :family "Hack"))))
'(org-level-6 ((t (:inherit org-level-5))))
'(org-level-7 ((t (:inherit org-level-5))))
'(org-level-8 ((t (:inherit org-level-5))))
Copyright 2019--2024 Marius PETER