From 0f8ebe312e76c49be4c6649fcac265f296e80e48 Mon Sep 17 00:00:00 2001 From: Daniel Mulford Date: Thu, 13 Jun 2019 16:05:26 -0700 Subject: [PATCH] Added support for variable background opacity --- Xresources | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Xresources b/Xresources index 524645e..e2fed18 100755 --- a/Xresources +++ b/Xresources @@ -1,6 +1,10 @@ ! Dracula Xresources palette *.foreground: #F8F8F2 +#ifdef background_opacity +*.background: [background_opacity]#282A36 +#else *.background: #282A36 +#endif *.color0: #000000 *.color8: #4D4D4D *.color1: #FF5555