diff options
Diffstat (limited to '.config/emacs/bd-mode-and-themes.el')
-rw-r--r-- | .config/emacs/bd-mode-and-themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/bd-mode-and-themes.el b/.config/emacs/bd-mode-and-themes.el index a5471ae..ebe5306 100644 --- a/.config/emacs/bd-mode-and-themes.el +++ b/.config/emacs/bd-mode-and-themes.el @@ -118,7 +118,7 @@ ;;;; true transparency ;; (add-to-list 'default-frame-alist '(alpha-background . 60)) -(add-to-list 'default-frame-alist '(alpha . (90 . 90))) +(add-to-list 'default-frame-alist '(alpha . (85 . 85))) (defun set-frame-alpha (value) "Sets the transparency of the frame background. 0=transparent/100=opaque" |