summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-03-30 22:36:01 -0400
committermattkae <mattkae@protonmail.com>2023-03-30 22:36:01 -0400
commit18fae2f53ff89d602d615bf6bf9a3e80f09a551f (patch)
tree12a32cd03eda4c8b87d878c17594bed0e50f0e0a /init.el
parent76f7dd02d1c3ac490cc026eab96d92902789cb24 (diff)
Lowering the alpha channel a bit
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 06eb12a..366b1ed 100644
--- a/init.el
+++ b/init.el
@@ -29,8 +29,8 @@
(doom-themes-org-config)
)
-(set-frame-parameter (selected-frame) 'alpha '(90 90))
-(add-to-list 'default-frame-alist '(alpha 90 90))
+(set-frame-parameter (selected-frame) 'alpha '(95 95))
+(add-to-list 'default-frame-alist '(alpha 95 95))
(require 'general)
(require 'cpp)