diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-02-10 17:21:29 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-02-10 17:21:29 +0100 |
| commit | 9de7e059fcb1ac738475101ee053d281dd81c966 (patch) | |
| tree | d192a2e282dc33f16bce3745762082ad5dffa725 /soria-theme.el | |
| parent | 00e96e38507d85f16feb9fb02c7ed9cf36a6e97d (diff) | |
| download | soria-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.el | 34 |
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)))) |
