From 0596c1d8b243661553edcd11987b3a1316f80abb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 30 Jun 2012 22:57:18 +0100 Subject: [PATCH] Replace birds-or-paradise-plus theme with twilight-anti-bright --- appearance.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appearance.el b/appearance.el index 773ffdb..15f0226 100644 --- a/appearance.el +++ b/appearance.el @@ -14,7 +14,7 @@ ) ;; Load Theme -(if window-system (require 'birds-of-paradise-plus-theme) +(if window-system (require 'twilight-anti-bright-theme) (require 'tomorrow-night-paradise-theme)) ;; Disable menu-bar @@ -76,7 +76,7 @@ (cons '(cursor-type . bar) (copy-alist default-frame-alist))) ;; Transparency (via helpers.el) -(setq transparency-level 98) +(setq transparency-level 99) (transparency-set-value transparency-level) (add-hook 'after-make-frame-functions (lambda (selected-frame)