Hacker News new | ask | show | jobs
by da4c30ff 2948 days ago
Also better look and feel[1] for Mac (including dark mode) users with

  (add-to-list 'default-frame-alist '(ns-transparent-titlebar . t))
  (add-to-list 'default-frame-alist '(ns-appearance . dark))
[1]: https://imgur.com/aRdxPk0
3 comments

Wow, just tried it out and it looks really good. What theme are you using? (ref. screenshot)
It's doom-nord from the doom-themes package.
The first just makes my titlebar white, not transparent. The second doesn't seem to do anything. I'm using the updated binary from emacsformacosx.com.
You may need to restart emacs after adding those lines to your config. Creating a fresh frame also seems to work, if you use daemon mode.
Restarting did the trick for me (also emacsformacosx.com).
Did you do anything to increase your modeline's height?