|  | @@ -381,6 +381,15 @@ belong to the weekend.")
 | 
	
		
			
				|  |  |    (when (fboundp 'set-face-attribute)
 | 
	
		
			
				|  |  |      (set-face-attribute 'org-agenda-date-weekend nil :weight 'bold)))
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +(defface org-scheduled
 | 
	
		
			
				|  |  | +  (org-compatible-face nil
 | 
	
		
			
				|  |  | +    '((((class color) (min-colors 88) (background light)) (:foreground "DarkGreen"))
 | 
	
		
			
				|  |  | +      (((class color) (min-colors 88) (background dark)) (:foreground "PaleGreen"))
 | 
	
		
			
				|  |  | +      (((class color) (min-colors 8)) (:foreground "green"))
 | 
	
		
			
				|  |  | +      (t (:bold t :italic t))))
 | 
	
		
			
				|  |  | +  "Face for items scheduled for a certain day."
 | 
	
		
			
				|  |  | +  :group 'org-faces)
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  (defface org-scheduled-today
 | 
	
		
			
				|  |  |    (org-compatible-face nil
 | 
	
		
			
				|  |  |      '((((class color) (min-colors 88) (background light)) (:foreground "DarkGreen"))
 | 
	
	
		
			
				|  | @@ -390,6 +399,7 @@ belong to the weekend.")
 | 
	
		
			
				|  |  |    "Face for items scheduled for a certain day."
 | 
	
		
			
				|  |  |    :group 'org-faces)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  (defface org-scheduled-previously
 | 
	
		
			
				|  |  |    (org-compatible-face nil
 | 
	
		
			
				|  |  |      '((((class color) (min-colors 88) (background light)) (:foreground "Firebrick"))
 |