solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 4c937b895e27c1607b4b2d3b43735c39674d9271
parent 43d25005f8c06cd145b9fe55c7f9c4b626293b1b
Author: Mario Rodas <marsam@users.noreply.github.com>
Date:   Mon,  7 Nov 2016 11:54:28 -0500

Use base02 for org-clock-overlay face

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -1649,7 +1649,7 @@ customize the resulting theme." ;; latest additions `(org-agenda-dimmed-todo-face ((,class (:foreground ,base01)))) `(org-agenda-restriction-lock ((,class (:background ,yellow)))) - `(org-clock-overlay ((,class (:background ,yellow)))) + `(org-clock-overlay ((,class (:background ,base02)))) `(org-column ((,class (:background ,base02 :strike-through nil :underline nil :slant normal :weight normal :inherit default)))) `(org-column-title ((,class (:background ,base02 :underline t :weight bold))))