Skip to content

Commit

Permalink
Fix doom-homage themes
Browse files Browse the repository at this point in the history
  • Loading branch information
tshu-w committed Oct 11, 2024
1 parent 1cac71a commit c94f529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/doom-homage-black-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ determine the exact padding."
((org-todo &override) :foreground red)
;; make tags and dates to have pretty box around them
((org-tag &override) :foreground fg :background base1
:box `(:line-width -1 :color ,base5 :style 'released-button))
:box `(:line-width -1 :color ,base5 :style released-button))
((org-date &override) :foreground fg :background base1
:box `(:line-width -1 :color ,base5 :style 'released-button))
:box `(:line-width -1 :color ,base5 :style released-button))
;; Make drawers and special keywords (like scheduled) to be very bleak
((org-special-keyword &override) :foreground grey)
((org-drawer &override) :foreground grey)
Expand Down
4 changes: 2 additions & 2 deletions themes/doom-homage-white-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ determine the exact padding."
((org-todo &override) :foreground red)
;; Make tags and dates to have pretty box around them
((org-tag &override) :foreground fg :background yellow-alt
:box `(:line-width -1 :color ,base5 :style 'released-button))
:box `(:line-width -1 :color ,base5 :style released-button))
((org-date &override) :foreground fg :background base1
:box `(:line-width -1 :color ,base5 :style 'released-button))
:box `(:line-width -1 :color ,base5 :style released-button))
;; Make drawers and special keywords (like scheduled) to be very bleak
((org-special-keyword &override) :foreground grey)
((org-drawer &override) :foreground grey)
Expand Down

0 comments on commit c94f529

Please sign in to comment.