Skip to content

Commit

Permalink
message: improved support by adding levels of cited-text
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
  • Loading branch information
mssola committed May 5, 2020
1 parent 789f0a3 commit 0f73c5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fixed Helm selection for GNU Emacs 27.x. See [[/~https://github.com/mssola/soria/commit/41520c0418a2a5468ac7696159a7dedb558187a7][41520c0418a2]].
- Added support for =org-drawer= and =org-special-keyword=. See [[/~https://github.com/mssola/soria/commit/8539cc132c92519b9053ed48d1bdecac6a64bdd5][8539cc132c92]].
- Added support for =mode-line= and =doom-modeline=. See [[/~https://github.com/mssola/soria/commit/ed79c3acfeb457e9d1b6fbb3c97269723e99f633][ed79c3acfeb4]].
- Improved =message= support by adding =message-cited-text-x= levels.

** 0.3.2

Expand Down
12 changes: 12 additions & 0 deletions soria-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,18 @@ The theme has to be reloaded after changing anything in this group."
`(message-cited-text
((,class (:foreground ,soria-gray :weight normal))))

`(message-cited-text-1
((,class (:foreground ,soria-white :weight normal))))

`(message-cited-text-2
((,class (:foreground ,soria-gray :weight normal))))

`(message-cited-text-3
((,class (:foreground ,soria-gray :weight normal))))

`(message-cited-text-4
((,class (:foreground ,soria-gray :weight normal))))

`(message-header-name
((,class (:foreground ,soria-gray :weight normal))))

Expand Down

0 comments on commit 0f73c5a

Please sign in to comment.