Vincent Zhang

Results 247 comments of Vincent Zhang

I can confirm it only occurs on 29. I found these comments > ;; Since emacs 29, the mode-line face is the parent of the new face ;; mode-line-active and...

My workaround: ```elisp (defun doom-themes-visual-bell-fn () "Blink the mode-line red briefly. Set `ring-bell-function' to this to use it." (let* ((buf (current-buffer)) (cookies `(,(face-remap-add-relative 'mode-line-active 'doom-themes-visual-bell) ,(face-remap-add-relative 'mode-line 'doom-themes-visual-bell)))) (force-mode-line-update) (run-with-timer...

I tried the themes. One suggestion, the line numbers are too bright (or dark). Thoughts?

FYI Some screenshots: https://github.com/ayu-theme/vscode-ayu

@LoveSponge The new changes look great! Cannot wait for trying!

When the new implementation will be merged?

@MONO77 You may need `window-divider-mode`.

@MONO77 Well, basically I agree with you. `window-divider-mode` is just a workaround before this is fixed. You can customize `window-divider` face.

Thank you for updating!

@hlissner No, it doesn't work for me.