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