diff options
author | mattkae <mattkae@protonmail.com> | 2023-03-30 22:36:01 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2023-03-30 22:36:01 -0400 |
commit | 18fae2f53ff89d602d615bf6bf9a3e80f09a551f (patch) | |
tree | 12a32cd03eda4c8b87d878c17594bed0e50f0e0a | |
parent | 76f7dd02d1c3ac490cc026eab96d92902789cb24 (diff) |
Lowering the alpha channel a bit
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |