Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doom-homage themes #840

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix doom-homage themes #840

wants to merge 1 commit into from

Conversation

tshu-w
Copy link
Contributor

@tshu-w tshu-w commented Oct 11, 2024

Debugger entered--Lisp error: (error "Invalid face box" :line-width -1 :color "#383a42" :style 'released-button)
  internal-set-lisp-face-attribute(org-date :box (:line-width -1 :color "#383a42" :style 'released-button) #<frame doom-homage-white-theme.el 0x13100ac40>)
  set-face-attribute(org-date #<frame doom-homage-white-theme.el 0x13100ac40> :foreground "#383a42" :background "#e7e7e7" :box (:line-width -1 :color "#383a42" :style 'released-button))
  apply(set-face-attribute org-date #<frame doom-homage-white-theme.el 0x13100ac40> (:foreground "#383a42" :background "#e7e7e7" :box (:line-width -1 :color "#383a42" :style 'released-button)))
  face-spec-set-2(org-date #<frame doom-homage-white-theme.el 0x13100ac40> (:foreground "#383a42" :background "#e7e7e7" :box (:line-width -1 :color "#383a42" :style 'released-button)))
  face-spec-recalc(org-date #<frame doom-homage-white-theme.el 0x13100ac40>)
  face-spec-set(org-date ((((class color) (background light)) (:foreground "Purple" :underline t)) (((class color) (background dark)) (:foreground "Cyan" :underline t)) (t (:underline t))) face-defface-spec)
  custom-declare-face(org-date ((((class color) (background light)) (:foreground "Purple" :underline t)) (((class color) (background dark)) (:foreground "Cyan" :underline t)) (t (:underline t))) ("/Users/wangtianshu/.config/emacs/straight/build/30.0/org/org-faces.elc" . 8217) :group org-faces)
  require(org-faces)
  byte-code("\301\302!\210\301\303!\210\10\304W\203\22\0\301\305!\210\301\306!\210\301\307!\210\301\310!\210\301\311!\210\301\312!\210\301\313!\210\301\314!\210\301\315!\207" [emacs-major-version require outline time-date 28 easymenu org-entities org-faces org-list org-pcomplete org-src org-footnote org-macro ob] 2)
  autoload-do-load((autoload "org" nil t nil) open-org-default-notes-file)
  command-execute(open-org-default-notes-file)

@hlissner hlissner added this to the v2.4.0 milestone Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:bug Something isn't working as intended theme:homage-black theme:homage-white
Projects
Status: Queued for editing
Development

Successfully merging this pull request may close these issues.

2 participants