aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2017-02-10 17:21:29 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2017-02-10 17:21:29 +0100
commit9de7e059fcb1ac738475101ee053d281dd81c966 (patch)
treed192a2e282dc33f16bce3745762082ad5dffa725 /soria-theme.el
parent00e96e38507d85f16feb9fb02c7ed9cf36a6e97d (diff)
downloadsoria-9de7e059fcb1ac738475101ee053d281dd81c966.tar.gz
soria-9de7e059fcb1ac738475101ee053d281dd81c966.zip
Added info mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el34
1 files changed, 34 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el
index 5396076..98125b3 100644
--- a/soria-theme.el
+++ b/soria-theme.el
@@ -280,6 +280,40 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats."
`(custom-state
((,class (:foreground ,soria-yellow))))
+ ;; Info
+
+ `(info-node
+ ((,class (:foreground ,soria-white
+ :background ,soria-darkgray))))
+
+ `(info-title
+ ((,class (:foreground ,soria-white
+ :background ,soria-darkgray
+ :weight bold))))
+
+ `(info-title-2
+ ((,class (:foreground ,soria-white
+ :background ,soria-darkgray
+ :weight normal))))
+
+ `(info-title-3
+ ((,class (:foreground ,soria-white
+ :background ,soria-darkgray
+ :weight normal))))
+
+ `(info-title-4
+ ((,class (:foreground ,soria-white
+ :background ,soria-darkgray
+ :weight normal))))
+
+ `(info-menu-header
+ ((,class (:weight normal))))
+
+ `(info-menu-star
+ ((,class (:foreground ,soria-white
+ :background ,soria-darkgray
+ :weight normal))))
+
;; outline
`(outline-1
((,class (:inherit org-level-1))))