|
@@ -396,6 +396,22 @@ changes."
|
|
|
:group 'org-faces
|
|
|
:version "22.1")
|
|
|
|
|
|
+(defface org-clock-overlay ;; copied from secondary-selection
|
|
|
+ (org-compatible-face nil
|
|
|
+ '((((class color) (min-colors 88) (background light))
|
|
|
+ :background "yellow1")
|
|
|
+ (((class color) (min-colors 88) (background dark))
|
|
|
+ :background "SkyBlue4")
|
|
|
+ (((class color) (min-colors 16) (background light))
|
|
|
+ :background "yellow")
|
|
|
+ (((class color) (min-colors 16) (background dark))
|
|
|
+ :background "SkyBlue4")
|
|
|
+ (((class color) (min-colors 8))
|
|
|
+ :background "cyan" :foreground "black")
|
|
|
+ (t :inverse-video t))
|
|
|
+ "Basic face for displaying the secondary selection."
|
|
|
+ :group 'org-faces))
|
|
|
+
|
|
|
(defface org-agenda-structure ;; originally copied from font-lock-function-name-face
|
|
|
(org-compatible-face nil
|
|
|
'((((class color) (min-colors 88) (background light)) (:foreground "Blue1"))
|