From b970b774a7e9e87cf5fde6834185a1ba463e3e30 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 28 Mar 2024 14:02:23 +1300 Subject: [PATCH] emacs, foot: use 96% window opacity --- .config/foot/foot.ini | 1 + .emacs.d/init.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 04d73b0..79ba6fc 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -2,6 +2,7 @@ font = Iosevka:size=16 pad = 25x25 [colors] +alpha = 0.96 foreground = cdd6f4 # Text background = 1e1e2e # Base regular0 = 45475a # Surface 1 diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 840c0b2..5836548 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -182,6 +182,8 @@ (package-install 'catppuccin-theme) (setq catppuccin-flavor 'mocha) (load-theme 'catppuccin :no-confirm) +;; alpha +(add-to-list 'default-frame-alist '(alpha-background . 96)) ;; simple-modeline (package-install 'simple-modeline)