From c6c7c8541dde87b87d492465a1af3c585e5e19a0 Mon Sep 17 00:00:00 2001 From: Tristan Simas Date: Wed, 13 May 2020 14:52:22 -0400 Subject: Added OSC patch and changes xsetcolorname for live reloading pywal colors while keeping transparency --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 696f634..c8921bd 100644 --- a/config.h +++ b/config.h @@ -143,8 +143,8 @@ static const char *colorname[] = { */ unsigned int defaultfg = 259; unsigned int defaultbg = 258; -static unsigned int defaultcs = 256; -static unsigned int defaultrcs = 257; +unsigned int defaultcs = 256; +unsigned int defaultrcs = 257; /* * Default shape of cursor -- cgit v1.2.3-18-g5258 From 24fa39b8618887a0e6bfeda1b83391361887cc21 Mon Sep 17 00:00:00 2001 From: Tristan Simas Date: Wed, 13 May 2020 17:06:41 -0400 Subject: added the xclearwin patch to fix dirty borders after changing colors --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index c8921bd..eab1df9 100644 --- a/config.h +++ b/config.h @@ -108,7 +108,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8; +float alpha = 0.9; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { -- cgit v1.2.3-18-g5258 From 05708c89c3aec1615f03171d205fd0d2573f635c Mon Sep 17 00:00:00 2001 From: Tristan Simas Date: Wed, 13 May 2020 17:10:44 -0400 Subject: Reverted bg opacity back to 0.8 for upstream merge --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index eab1df9..c8921bd 100644 --- a/config.h +++ b/config.h @@ -108,7 +108,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.9; +float alpha = 0.8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { -- cgit v1.2.3-18-g5258