From 329d419b417f36506e029706b352d14f57b3e4e4 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 28 Aug 2020 15:45:33 +0200 Subject: [PATCH] [Xresources, St] Fix st alpha MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit fixes a typo in St’s alpha channel declaration. --- org/config/index.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/index.org b/org/config/index.org index 2feaa8f..dcf87cf 100644 --- a/org/config/index.org +++ b/org/config/index.org @@ -258,7 +258,7 @@ #+END_SRC I can also set the transparency of st (my terminal emulator) like so: #+BEGIN_SRC conf - st.alpha: 0.65g + st.alpha: 0.65 #+END_SRC Next is the declaration of my color theme. It is based on the [[https://www.nordtheme.com/][Nord]] theme,