aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-06-29 20:07:26 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-06-29 20:07:26 +0200
commit9f2e2093f5f16c6222b3ee46dda3e2d8e3df7dc7 (patch)
treeac9cbdaf23940bdabfcf44f02bcc056e5b24531a
parent161c8e92c2fa2f26fdc8752e2ecec5ef4e44b43b (diff)
downloadsoria-9f2e2093f5f16c6222b3ee46dda3e2d8e3df7dc7.tar.gz
soria-9f2e2093f5f16c6222b3ee46dda3e2d8e3df7dc7.zip
Added fonts for org mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--soria-theme.el48
1 files changed, 44 insertions, 4 deletions
diff --git a/soria-theme.el b/soria-theme.el
index d29eb01..8e54dfb 100644
--- a/soria-theme.el
+++ b/soria-theme.el
@@ -1279,9 +1279,45 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats."
((,class (:foreground ,soria-white :weight normal))))
;; org-mode
- ;; TODO
- ; TODO: I'm in org-drawer
+ `(org-document-title
+ ((,class (:foreground ,soria-whitest :weight bold))))
+
+ `(org-document-info
+ ((,class (:foreground ,soria-whitest :weight normal))))
+
+ `(org-level-1
+ ((,class (:foreground ,soria-whitest :weight bold))))
+
+ `(org-level-2
+ ((,class (:foreground ,soria-whitest :weight normal))))
+
+ `(org-level-3
+ ((,class (:foreground ,soria-whitest :weight normal))))
+
+ `(org-level-4
+ ((,class (:foreground ,soria-whitest :weight normal))))
+
+ `(org-level-5
+ ((,class (:foreground ,soria-whitest :weight normal))))
+
+ `(org-level-6
+ ((,class (:foreground ,soria-whitest :weight normal))))
+
+ `(org-level-7
+ ((,class (:foreground ,soria-whitest :weight normal))))
+
+ `(org-level-8
+ ((,class (:foreground ,soria-whitest :weight normal))))
+
+ `(org-footnote
+ ((,class (:foreground ,soria-blue :weight normal :underline nil))))
+
+ `(org-table
+ ((,class (:foreground ,soria-white :weight normal))))
+
+ `(org-formula
+ ((,class (:foreground ,soria-yellow :weight normal))))
`(org-todo
((,class (:foreground ,soria-redpastel :weight normal))))
@@ -1289,10 +1325,14 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats."
`(org-done
((,class (:inherit success :weight normal))))
+ `(org-agenda-done
+ ((,class (:inherit org-done))))
+
+ `(org-headline-done
+ ((,class (:inherit org-done))))
+
`(org-date
((,class (:foreground ,soria-gray, :weight normal :underline nil))))
-
- ;; TODO
))
;; And finally hook the defined font locks and call provide-theme.