From b18686626e422d601dadab71cff70840f5150d98 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Wed, 19 Jun 2013 08:06:58 -0400 Subject: [PATCH] Set unfocused transparency to match focused transparency --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 06d31eb..f702a36 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -68,8 +68,8 @@ (add-hook 'erlang-mode-hook 'projmake-mode-hook) ;; Window transparency -(set-frame-parameter (selected-frame) 'alpha '(85 50)) -(add-to-list 'default-frame-alist '(alpha 85 50)) +(set-frame-parameter (selected-frame) 'alpha '(85 85)) +(add-to-list 'default-frame-alist '(alpha 85 85)) (setq auto-mode-alist (cons '("\\.md" . markdown-mode) auto-mode-alist))