emacs, foot: use 96% window opacity

This commit is contained in:
Jeremy Baxter 2024-03-28 14:02:23 +13:00
parent aee02e939f
commit b970b774a7
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ font = Iosevka:size=16
pad = 25x25
[colors]
alpha = 0.96
foreground = cdd6f4 # Text
background = 1e1e2e # Base
regular0 = 45475a # Surface 1

View file

@ -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)