summaryrefslogtreecommitdiff
path: root/config/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'config/emacs.el')
-rw-r--r--config/emacs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/emacs.el b/config/emacs.el
index 8cffb3d..21bef16 100644
--- a/config/emacs.el
+++ b/config/emacs.el
@@ -96,8 +96,8 @@
;; load theme, fonts, and transparency. Prettify symbols.
(global-prettify-symbols-mode 1)
(set-face-attribute 'default nil :font "Iosevka Nerd Font" :height 130)
- (set-frame-parameter nil 'alpha-background 90)
- (add-to-list 'default-frame-alist '(alpha-background . 90)))
+ (set-frame-parameter nil 'alpha-background 70)
+ (add-to-list 'default-frame-alist '(alpha-background . 70)))
(use-package org
:hook