diff options
Diffstat (limited to '.doom.d')
-rw-r--r-- | .doom.d/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 09fcca5..7f572db 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -28,7 +28,7 @@ '(line-number-current-line :slant normal)) ; window transparency -(add-to-list 'default-frame-alist '(alpha . 90)) +(add-to-list 'default-frame-alist '(alpha . 70)) ;; dashboard config |