emacs, foot: use 96% window opacity
This commit is contained in:
parent
aee02e939f
commit
b970b774a7
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@ font = Iosevka:size=16
|
||||||
pad = 25x25
|
pad = 25x25
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
|
alpha = 0.96
|
||||||
foreground = cdd6f4 # Text
|
foreground = cdd6f4 # Text
|
||||||
background = 1e1e2e # Base
|
background = 1e1e2e # Base
|
||||||
regular0 = 45475a # Surface 1
|
regular0 = 45475a # Surface 1
|
||||||
|
|
|
@ -182,6 +182,8 @@
|
||||||
(package-install 'catppuccin-theme)
|
(package-install 'catppuccin-theme)
|
||||||
(setq catppuccin-flavor 'mocha)
|
(setq catppuccin-flavor 'mocha)
|
||||||
(load-theme 'catppuccin :no-confirm)
|
(load-theme 'catppuccin :no-confirm)
|
||||||
|
;; alpha
|
||||||
|
(add-to-list 'default-frame-alist '(alpha-background . 96))
|
||||||
|
|
||||||
;; simple-modeline
|
;; simple-modeline
|
||||||
(package-install 'simple-modeline)
|
(package-install 'simple-modeline)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue