[St, Emacs] Change default transparency
This commit is contained in:
parent
f0f07a6cc0
commit
77b133c4ca
@ -273,7 +273,7 @@
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
I can also set the transparency of st (my terminal emulator) like so:
|
I can also set the transparency of st (my terminal emulator) like so:
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
st.alpha: 0.65
|
st.alpha: 0.85
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Next is the declaration of my color theme. It is based on the [[https://www.nordtheme.com/][Nord]] theme,
|
Next is the declaration of my color theme. It is based on the [[https://www.nordtheme.com/][Nord]] theme,
|
||||||
|
@ -1014,7 +1014,7 @@
|
|||||||
transparency level of a frame when it’s active or selected. The default
|
transparency level of a frame when it’s active or selected. The default
|
||||||
value is ~90~.
|
value is ~90~.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq-default dotspacemacs-active-transparency 80)
|
(setq-default dotspacemacs-active-transparency 75)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Similarly, you can set a value from 0 to 100 in increasing opacity which
|
Similarly, you can set a value from 0 to 100 in increasing opacity which
|
||||||
|
Loading…
Reference in New Issue
Block a user