From 9de7e059fcb1ac738475101ee053d281dd81c966 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 10 Feb 2017 17:21:29 +0100 Subject: Added info mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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)))) -- cgit v1.2.3