summaryrefslogtreecommitdiff
path: root/lisp/org-faces.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org-faces.el')
-rw-r--r--lisp/org-faces.el10
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index 96f7b8e..cd43d37 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -1,6 +1,6 @@
;;; org-faces.el --- Face definitions -*- lexical-binding: t; -*-
-;; Copyright (C) 2004-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2004-2017 Free Software Foundation, Inc.
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
@@ -398,7 +398,7 @@ follows a #+DATE:, #+AUTHOR: or #+EMAIL: keyword."
For source-blocks `org-src-block-faces' takes precedence.
See also `org-fontify-quote-and-verse-blocks'."
:group 'org-faces
- :version "25.2")
+ :version "26.1")
(defface org-block-begin-line '((t (:inherit org-meta-line)))
"Face used for the line delimiting the begin of source blocks."
@@ -558,7 +558,11 @@ month and 365.24 days for a year)."
:group 'org-faces)
(defface org-agenda-filter-category '((t :inherit mode-line))
- "Face for categories(s) in the mode-line when filtering the agenda."
+ "Face for categories in the mode-line when filtering the agenda."
+ :group 'org-faces)
+
+(defface org-agenda-filter-effort '((t :inherit mode-line))
+ "Face for effort in the mode-line when filtering the agenda."
:group 'org-faces)
(defface org-time-grid ;Copied from `font-lock-variable-name-face'