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

dimmer-face-color: Wrong type argument: stringp, reset #69

Open
AnweshGangula opened this issue Jun 24, 2024 · 1 comment
Open

dimmer-face-color: Wrong type argument: stringp, reset #69

AnweshGangula opened this issue Jun 24, 2024 · 1 comment

Comments

@AnweshGangula
Copy link

I'm trying to use dimmerr with :foreground adjustment mode, but it's causing error - dimmer-face-color: Wrong type argument: stringp, reset. The same config works fine with :background mode without any other change. Below is my config:

(use-package dimmer
  :config
  (setq dimmer-adjustment-mode :background)
  (setq dimmer-fraction 0.3)
  (add-to-list 'dimmer-exclusion-regexp-list "^\\*imenu-list\\*$")
  (setq dimmer-use-colorspace :rgb)
  (dimmer-mode t))
@timmli
Copy link

timmli commented Jul 29, 2024

Same here since upgrading to Emacs v29.

armkeh added a commit to armkeh/dotfiles that referenced this issue Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants