[St, Emacs] Change default transparency
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2020-09-13 18:08:04 +02:00
parent f0f07a6cc0
commit 77b133c4ca
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1014,7 +1014,7 @@
transparency level of a frame when its 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