Skip to content

Instantly share code, notes, and snippets.

@sineemore
sineemore / st-proper-alpha-0.8.2.diff
Last active March 16, 2021 23:04
proper st alpha patch with premultiplied colors
diff --git a/config.def.h b/config.def.h
index 546edda..4f3e806 100644
--- a/config.def.h
+++ b/config.def.h
@@ -82,6 +82,9 @@ char *termname = "st-256color";
*/
unsigned int tabspaces = 8;
+/* bg opacity */
+float alpha = 0.8;