(Emacs)~alpha 85 -> 95

Personal theme doesn't work on such a low transparency (I chose
colours that are less vibrant and poppy, going for a low-key theme)
hence set the alpha higher.
This commit is contained in:
2021-07-27 01:35:46 +01:00
parent f202567d74
commit b854e1ccaa

View File

@@ -10,5 +10,5 @@
(push '(menu-bar-lines . 0) default-frame-alist)
(push '(tool-bar-lines . 0) default-frame-alist)
(push '(vertical-scroll-bars) default-frame-alist)
(push '(alpha . 85) default-frame-alist)
(push '(alpha . 95) default-frame-alist)
(advice-add #'x-apply-session-resources :override #'ignore)