emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gotham-theme 87067ad902 049/214: Add org-mode


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 87067ad902 049/214: Add org-mode
Date: Fri, 7 Jan 2022 17:58:40 -0500 (EST)

branch: elpa/gotham-theme
commit 87067ad902d65d8b3dbbc1212303688c412a2694
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add org-mode
---
 gotham-theme.el | 70 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 341b7e6310..f658c4b867 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -407,41 +407,41 @@ depending on DISPLAY for keys which are either 
:foreground or
    (markdown-header-face-6 :background base4)
 
    ;; FIXME org-mode
-   ;; (org-agenda-dimmed-todo-face)
-   ;; (org-agenda-done)
-   ;; (org-agenda-restriction-lock)
-   ;; (org-agenda-structure)
-   ;; (org-clock-overlay)
-   ;; (org-column)
-   ;; (org-column-title)
-   ;; (org-date)
-   ;; (org-date-selected)
-   ;; (org-document-info)
-   ;; (org-document-title)
-   ;; (org-done)
-   ;; (org-drawer)
-   ;; (org-ellipsis)
-   ;; (org-footnote)
-   ;; (org-formula)
-   ;; (org-habit-alert-face)
-   ;; (org-habit-alert-future-face)
-   ;; (org-habit-clear-face)
-   ;; (org-habit-clear-future-face)
-   ;; (org-habit-clear-face)
-   ;; (org-habit-clear-future-face)
-   ;; (org-habit-ready-face)
-   ;; (org-habit-ready-future-face)
-   ;; (org-headline-done)
-   ;; (org-hide)
-   ;; (org-latex-and-related)
-   ;; (org-scheduled)
-   ;; (org-scheduled-previously)
-   ;; (org-scheduled-today)
-   ;; (org-sexp-date)
-   ;; (org-table)
-   ;; (org-time-grid)
-   ;; (org-TODO)
-   ;; (org-upcoming-deadline)
+   (org-agenda-dimmed-todo-face :inherit shadow)
+   (org-agenda-done :foreground green)
+   (org-agenda-restriction-lock :inherit highlight)
+   (org-agenda-structure :foreground base5)
+   (org-clock-overlay :inherit secondary-selection)
+   (org-column :background base2)
+   (org-column-title :inherit org-column :underline t)
+   (org-date :foreground cyan :underline t)
+   (org-date-selected :foreground base2 :background magenta)
+   (org-document-info :foreground base5)
+   (org-document-title :weight bold)
+   (org-done :foreground green :weight bold)
+   (org-drawer :foreground base5)
+   (org-ellipsis :inherit shadow :weight bold)
+   (org-footnote :foreground base5 :underline t)
+   (org-formula :foreground orange)
+   (org-habit-alert-face :background yellow)
+   (org-habit-alert-future-face :background yellow)
+   (org-habit-clear-face :background blue)
+   (org-habit-clear-future-face :background blue)
+   (org-habit-overdue-face :background red)
+   (org-habit-overdue-future-face :background red)
+   (org-habit-ready-face :background green)
+   (org-habit-ready-future-face :background green)
+   (org-headline-done :foreground yellow)
+   (org-hide :background base0)
+   (org-latex-and-related :foreground orange)
+   (org-scheduled :foreground green)
+   (org-scheduled-previously :foreground orange)
+   (org-scheduled-today :inherit org-scheduled)
+   (org-sexp-date :foreground cyan)
+   (org-table :foreground violet)
+   (org-time-grid :foreground yellow)
+   (org-todo :foreground red :weight bold)
+   (org-upcoming-deadline :foreground orange)
 
    ;; popup
    (popup-face :foreground base6 :background base2)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]