Skip to content

Commit

Permalink
Change font for org-date to have more contrast (#45)
Browse files Browse the repository at this point in the history
* Change font for org-date to have more contrast

The current value for org-date is darktooth-faded_blue which has
very little contrast. My expectation is that dates stand out
because they are important. All the other variants of blue can not
be used (either to dark or conflict with level 3), that's why I
suggest an aqua variant here: darktooth-neutral_aqua.

* Changing foreground of org-date to faded_aqua

Result of discussion in pull request.
  • Loading branch information
ska2342 authored and jasonm23 committed Apr 1, 2017
1 parent 419746a commit 454bfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darktooth-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
(org-agenda-structure (:inherit 'font-lock-comment-face))
(org-archived (:foreground darktooth-light0 :weight 'bold))
(org-checkbox (:foreground darktooth-light2 :background darktooth-dark0 :box (:line-width 1 :style 'released-button)))
(org-date (:foreground darktooth-faded_blue :underline t))
(org-date (:foreground darktooth-faded_aqua :underline t))
(org-deadline-announce (:foreground darktooth-faded_red))
(org-document-info-keyword (:foreground darktooth-light2))
(org-document-info (:foreground darktooth-identifiers-7))
Expand Down

0 comments on commit 454bfae

Please sign in to comment.