Skip to content
Xin Xu edited this page Sep 13, 2017 · 5 revisions

Please use scroll-bar-background instead. This patch no longer included in Emacs mac port formula.

Natural title bar, the name adopted from same feature patch for emacs-plus, means title bar color inferred by theme. Similar features seen on Atom, VSCode and latest Sublime text.

Usage

This feature DISABLED by default.

To enable it, by setting:

  1. For dark themes: defaults write org.gnu.Emacs TransparentTitleBar DARK

  2. For light themes: defaults write org.gnu.Emacs TransparentTitleBar LIGHT

To disable:

defaults write org.gnu.Emacs TransparentTitleBar NO
or
defaults delete org.gnu.Emacs TransparentTitleBar

All settings will been used in new frame or after restart Emacs

Clone this wiki locally