From 5419d5e43fe3e0500dba9990ebdf6844563fa842 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Wed, 30 May 2018 18:50:35 +0200 Subject: Make title bar use same style as theme --- lisp/init-appearance.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lisp/init-appearance.el') diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el index 00bf4d8..8c14dbb 100644 --- a/lisp/init-appearance.el +++ b/lisp/init-appearance.el @@ -28,9 +28,10 @@ :config (load-theme 'doom-dracula t) - ;; use dark title bar on mac as this is a dark theme + ;; make title bar use same style as theme on mac (when (eq system-type 'darwin) - (add-to-list 'default-frame-alist '(ns-appearance . dark)))) + (setq default-frame-alist '((ns-appearance . dark) + (ns-transparent-title-bar . t))))) ;; highlight matching parentheses (use-package paren -- cgit v1.2.3