From 77b133c4ca1db98a7a416c4f1ae2ce59e69ea3e7 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 13 Sep 2020 18:08:04 +0200 Subject: [PATCH] [St, Emacs] Change default transparency --- org/config/index.org | 2 +- org/config/spacemacs.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/index.org b/org/config/index.org index d1f67c0..533eb1b 100644 --- a/org/config/index.org +++ b/org/config/index.org @@ -273,7 +273,7 @@ #+END_SRC I can also set the transparency of st (my terminal emulator) like so: #+BEGIN_SRC conf - st.alpha: 0.65 + st.alpha: 0.85 #+END_SRC Next is the declaration of my color theme. It is based on the [[https://www.nordtheme.com/][Nord]] theme, diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index 2ee0a5c..cfd1e28 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -1014,7 +1014,7 @@ transparency level of a frame when it’s active or selected. The default value is ~90~. #+BEGIN_SRC emacs-lisp - (setq-default dotspacemacs-active-transparency 80) + (setq-default dotspacemacs-active-transparency 75) #+END_SRC Similarly, you can set a value from 0 to 100 in increasing opacity which