From a91eae6277a7ba82e3160598a9d7ce0b7e661027 Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 7 Jun 2021 11:58:07 -0500 Subject: Made nord theme have a solid st background --- st/st | Bin 120816 -> 120832 bytes st/x.o | Bin 87784 -> 87752 bytes themes/nord | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/st/st b/st/st index 6969f37..66454f2 100755 Binary files a/st/st and b/st/st differ diff --git a/st/x.o b/st/x.o index fc0e094..8bd9e04 100644 Binary files a/st/x.o and b/st/x.o differ diff --git a/themes/nord b/themes/nord index 25fb5b0..2bf7407 100644 --- a/themes/nord +++ b/themes/nord @@ -17,7 +17,7 @@ static const char col_gray4[] = "#eeeeee"; /* st config */ -float alpha = 0.9; +float alpha = 1; static const char *colorname[] = { -- cgit v1.2.3