summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorTristan Simas <tristan.simas@mail.mcgill.ca>2020-05-13 14:52:22 -0400
committerTristan Simas <tristan.simas@mail.mcgill.ca>2020-05-13 14:52:22 -0400
commitc6c7c8541dde87b87d492465a1af3c585e5e19a0 (patch)
treec1357f580ca9be82571f3508a649d7655abeb1fe /st.h
parentfdf3989005a9003b90a3e98d4ba5684d52f11d3c (diff)
Added OSC patch and changes xsetcolorname for live reloading pywal colors while keeping transparency
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index 9bf307e..33cc5d4 100644
--- a/st.h
+++ b/st.h
@@ -140,6 +140,7 @@ extern char *termname;
extern unsigned int tabspaces;
extern unsigned int defaultfg;
extern unsigned int defaultbg;
+extern unsigned int defaultcs;
extern const int boxdraw, boxdraw_bold, boxdraw_braille;
extern float alpha;
extern MouseKey mkeys[];