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

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

[nongnu] elpa/spacemacs-theme c0f5fe3771 023/336: Org mode is in a semi


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme c0f5fe3771 023/336: Org mode is in a semi good state now.
Date: Fri, 14 Jan 2022 10:58:54 -0500 (EST)

branch: elpa/spacemacs-theme
commit c0f5fe37717c853f26ac5be61465903d0d20407f
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Org mode is in a semi good state now.
---
 spacemacs-dark-theme.el  | 64 ++++++++++++++++++++++++++++++------------------
 spacemacs-light-theme.el | 61 ++++++++++++++++++++++++++++-----------------
 2 files changed, 79 insertions(+), 46 deletions(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index f059320b29..5da30eabcf 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -29,7 +29,7 @@
 (deftheme spacemacs-dark)
 (let ((class '((class color) (min-colors 89)))
       (base "#b2b2b2");;                     GUI       TER
-      (bg1        (if (display-graphic-p) "#24262e" "#262626"))
+      (bg1        (if (display-graphic-p) "#26282e" "#262626"))
       (bg2        (if (display-graphic-p) "#212026" "#1c1c1c"))
       (bg3        (if (display-graphic-p) "#100a14" "#121212"))
       (bg4        (if (display-graphic-p) "#0a0814" "#080808"))
@@ -68,7 +68,7 @@
    `(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
    `(default-italic ((,class (:italic t))))
    `(link ((,class (:foreground ,comment :underline t))))
-   `(font-lock-builtin-face ((,class (:foreground ,builtin :underline nil))))
+   `(font-lock-builtin-face ((,class (:foreground ,builtin))))
    `(font-lock-comment-face ((,class (:foreground ,comment))))
    `(font-lock-negation-char-face ((,class (:foreground ,const))))
    `(font-lock-reference-face ((,class (:foreground ,const))))
@@ -88,6 +88,7 @@
    `(fringe ((,class (:background ,bg1 :foreground ,base))))
    `(cursor ((,class (:background ,bg3))))
    `(show-paren-match-face ((,class (:background ,suc))))
+   `(secondary-selection ((,class (:background ,bg3))))
    `(isearch ((,class (:bold t :foreground ,bg1 :background ,inf))))
    `(success ((,class (:foreground ,suc))))
    `(warning ((,class (:foreground ,war ))))
@@ -274,35 +275,50 @@
    `(magit-section-highlight      ((,class (:background ,bg2))))
    `(magit-section-title ((,class (:background ,bg1 :foreground ,builtin 
:weight bold))))
 
-;;;;; other, need more work
-   `(custom-button ((,class (:background ,yellow))))
-   `(org-code ((,class (:foreground ,base))))
-   `(org-hide ((,class (:foreground ,base))))
-   `(org-level-1 ((,class (:bold t :foreground ,base :height 1.1))))
-   `(org-level-2 ((,class (:bold nil :foreground ,base))))
-   `(org-level-3 ((,class (:bold t :foreground ,base))))
-   `(org-level-4 ((,class (:bold nil :foreground ,bg4))))
+;;;;; org
+   `(org-agenda-structure ((,class (:weight bold :foreground ,type))))
+   `(org-agenda-clocking ((,class (:foreground ,type))))
+   `(org-agenda-date ((,class (:foreground ,var :height 1.1))))
+   `(org-agenda-date-weekend ((,class (:weight normal :foreground ,base))))
+   `(org-agenda-date-today ((,class (:weight bold :foreground ,keyword :height 
1.3))))
+   `(org-agenda-done ((,class (:foreground ,suc :bold t))))
+   `(org-block ((,class (:foreground ,base))))
+   `(org-code ((,class (:foreground ,cyan))))
+   `(org-column ((,class (:background ,highlight))))
+   `(org-column-title ((,class (:background ,highlight))))
+   `(org-clock-overlay ((,class (:foreground ,type))))
    `(org-date ((,class (:underline t :foreground ,var) )))
+   `(org-date-selected ((,class (:background ,func :foreground ,bg1) )))
+   `(org-document-info-keyword ((,class (:foreground ,func))))
+   `(org-document-title ((,class (:foreground ,key1 :weight bold :height 
1.4))))
+   `(org-done ((,class (:foreground ,suc :bold t :underline t))))
+   `(org-ellipsis ((,class (:foreground ,builtin))))
    `(org-footnote  ((,class (:underline t :foreground ,base))))
+   `(org-hide ((,class (:foreground ,base))))
+   `(org-level-1 ((,class (:bold t :foreground ,inf :height 1.3))))
+   `(org-level-2 ((,class (:bold t :foreground ,str :height 1.2))))
+   `(org-level-3 ((,class (:bold nil :foreground ,green :height 1.1))))
+   `(org-level-4 ((,class (:bold nil :foreground ,yellow :height 1.0))))
+   `(org-level-5 ((,class (:bold nil :foreground ,inf :height 1.0))))
+   `(org-level-6 ((,class (:bold nil :foreground ,str :height 1.0))))
+   `(org-level-7 ((,class (:bold nil :foreground ,green :height 1.0))))
+   `(org-level-8 ((,class (:bold nil :foreground ,yellow :height 1.0))))
    `(org-link ((,class (:underline t :foreground ,comment))))
-   `(org-special-keyword ((,class (:foreground ,func))))
-   `(org-block ((,class (:foreground ,base))))
+   `(org-mode-line-clock-overrun ((,class (:foreground ,err))))
    `(org-quote ((,class (:inherit org-block :slant italic))))
-   `(org-verse ((,class (:inherit org-block :slant italic))))
-   `(org-todo ((,class (:foreground ,keyword :bold t))))
-   `(org-done ((,class (:foreground ,bg4 :background ,suc :bold t))))
-   `(org-warning ((,class (:underline t :foreground ,war))))
-   `(org-agenda-structure ((,class (:weight bold :foreground ,base :box 
(:color ,base) :background ,bg3))))
-   `(org-agenda-date ((,class (:foreground ,var :height 1.1))))
-   `(org-agenda-date-weekend ((,class (:weight normal :foreground ,base))))
-   `(org-agenda-date-today ((,class (:weight bold :foreground ,keyword :height 
1.4))))
-   `(org-agenda-done ((,class (:foreground ,bg4 :background ,suc))))
+   `(org-priority ((,class (:foreground ,war :bold t))))
+   `(org-table ((,class (:foreground ,base))))
+   `(org-todo ((,class (:foreground ,war :bold t :underline t))))
    `(org-scheduled ((,class (:foreground ,type))))
    `(org-scheduled-today ((,class (:foreground ,func :weight bold :height 
1.2))))
-   `(org-ellipsis ((,class (:foreground ,builtin))))
-   `(org-verbatim ((,class (:foreground ,base))))
-   `(org-document-info-keyword ((,class (:foreground ,func))))
    `(org-sexp-date ((,class (:foreground ,base))))
+   `(org-special-keyword ((,class (:foreground ,func))))
+   `(org-warning ((,class (:foreground ,err))))
+   `(org-verbatim ((,class (:foreground ,base))))
+   `(org-verse ((,class (:inherit org-block :slant italic))))
+
+;;;;; other, need more work
+   `(custom-button ((,class (:background ,yellow))))
    `(font-latex-bold-face ((,class (:foreground ,type))))
    `(font-latex-italic-face ((,class (:foreground ,key2 :italic t))))
    `(font-latex-string-face ((,class (:foreground ,str))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index f7136ccf01..3d6552a4fe 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -68,7 +68,7 @@
    `(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
    `(default-italic ((,class (:italic t))))
    `(link ((,class (:foreground ,comment :underline t))))
-   `(font-lock-builtin-face ((,class (:foreground ,builtin :underline nil))))
+   `(font-lock-builtin-face ((,class (:foreground ,builtin))))
    `(font-lock-comment-face ((,class (:foreground ,comment))))
    `(font-lock-negation-char-face ((,class (:foreground ,const))))
    `(font-lock-reference-face ((,class (:foreground ,const))))
@@ -82,11 +82,13 @@
    `(font-lock-preprocessor-face ((,class (:foreground ,func))))
    `(font-lock-warning-face ((,class (:foreground ,war :background ,bg2))))
    `(region ((,class (:background ,highlight))))
+   `(italic ((,class (:underline nil))))
    `(highlight ((,class (:foreground ,base :background ,bg3))))
    `(hl-line ((,class (:background ,bg2))))
    `(fringe ((,class (:background ,bg1 :foreground ,base))))
    `(cursor ((,class (:background ,bg3))))
    `(show-paren-match-face ((,class (:background ,suc))))
+   `(secondary-selection ((,class (:background ,bg3))))
    `(isearch ((,class (:bold t :foreground ,bg1 :background ,inf))))
    `(success ((,class (:foreground ,suc))))
    `(warning ((,class (:foreground ,war ))))
@@ -273,34 +275,49 @@
    `(magit-section-highlight      ((,class (:background ,bg2))))
    `(magit-section-title ((,class (:background ,bg1 :foreground ,builtin 
:weight bold))))
 
-;;;;; other, need more work
-   `(org-code ((,class (:foreground ,base))))
-   `(org-hide ((,class (:foreground ,base))))
-   `(org-level-1 ((,class (:bold t :foreground ,base :height 1.1))))
-   `(org-level-2 ((,class (:bold nil :foreground ,base))))
-   `(org-level-3 ((,class (:bold t :foreground ,base))))
-   `(org-level-4 ((,class (:bold nil :foreground ,bg4))))
+;;;;; org
+   `(org-agenda-structure ((,class (:weight bold :foreground ,type))))
+   `(org-agenda-clocking ((,class (:foreground ,type))))
+   `(org-agenda-date ((,class (:foreground ,var :height 1.1))))
+   `(org-agenda-date-weekend ((,class (:weight normal :foreground ,base))))
+   `(org-agenda-date-today ((,class (:weight bold :foreground ,keyword :height 
1.3))))
+   `(org-agenda-done ((,class (:foreground ,suc :bold t))))
+   `(org-block ((,class (:foreground ,base))))
+   `(org-code ((,class (:foreground ,cyan))))
+   `(org-column ((,class (:background ,highlight))))
+   `(org-column-title ((,class (:background ,highlight))))
+   `(org-clock-overlay ((,class (:foreground ,type))))
    `(org-date ((,class (:underline t :foreground ,var) )))
+   `(org-date-selected ((,class (:background ,func :foreground ,bg1) )))
+   `(org-document-info-keyword ((,class (:foreground ,func))))
+   `(org-document-title ((,class (:foreground ,key1 :weight bold :height 
1.4))))
+   `(org-done ((,class (:foreground ,suc :bold t :underline t))))
+   `(org-ellipsis ((,class (:foreground ,builtin))))
    `(org-footnote  ((,class (:underline t :foreground ,base))))
+   `(org-hide ((,class (:foreground ,base))))
+   `(org-level-1 ((,class (:bold t :foreground ,inf :height 1.3))))
+   `(org-level-2 ((,class (:bold t :foreground ,str :height 1.2))))
+   `(org-level-3 ((,class (:bold nil :foreground ,green :height 1.1))))
+   `(org-level-4 ((,class (:bold nil :foreground ,yellow :height 1.0))))
+   `(org-level-5 ((,class (:bold nil :foreground ,inf :height 1.0))))
+   `(org-level-6 ((,class (:bold nil :foreground ,str :height 1.0))))
+   `(org-level-7 ((,class (:bold nil :foreground ,green :height 1.0))))
+   `(org-level-8 ((,class (:bold nil :foreground ,yellow :height 1.0))))
    `(org-link ((,class (:underline t :foreground ,comment))))
-   `(org-special-keyword ((,class (:foreground ,func))))
-   `(org-block ((,class (:foreground ,base))))
+   `(org-mode-line-clock-overrun ((,class (:foreground ,err))))
    `(org-quote ((,class (:inherit org-block :slant italic))))
-   `(org-verse ((,class (:inherit org-block :slant italic))))
-   `(org-todo ((,class (:foreground ,keyword :bold t))))
-   `(org-done ((,class (:foreground ,bg4 :background ,suc :bold t))))
-   `(org-warning ((,class (:underline t :foreground ,war))))
-   `(org-agenda-structure ((,class (:weight bold :foreground ,base :box 
(:color ,base) :background ,bg3))))
-   `(org-agenda-date ((,class (:foreground ,var :height 1.1))))
-   `(org-agenda-date-weekend ((,class (:weight normal :foreground ,base))))
-   `(org-agenda-date-today ((,class (:weight bold :foreground ,keyword :height 
1.4))))
-   `(org-agenda-done ((,class (:foreground ,bg4 :background ,suc))))
+   `(org-priority ((,class (:foreground ,war :bold t))))
+   `(org-table ((,class (:foreground ,base))))
+   `(org-todo ((,class (:foreground ,war :bold t :underline t))))
    `(org-scheduled ((,class (:foreground ,type))))
    `(org-scheduled-today ((,class (:foreground ,func :weight bold :height 
1.2))))
-   `(org-ellipsis ((,class (:foreground ,builtin))))
-   `(org-verbatim ((,class (:foreground ,base))))
-   `(org-document-info-keyword ((,class (:foreground ,func))))
    `(org-sexp-date ((,class (:foreground ,base))))
+   `(org-special-keyword ((,class (:foreground ,func))))
+   `(org-warning ((,class (:foreground ,err))))
+   `(org-verbatim ((,class (:foreground ,base))))
+   `(org-verse ((,class (:inherit org-block :slant italic))))
+
+;;;;; other, need more work
    `(font-latex-bold-face ((,class (:foreground ,type))))
    `(font-latex-italic-face ((,class (:foreground ,key2 :italic t))))
    `(font-latex-string-face ((,class (:foreground ,str))))



reply via email to

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