From 8e72264916f5ce023a5d0a56cc4a7a384191b08f Mon Sep 17 00:00:00 2001 From: stkhan Date: Sat, 5 Jun 2021 22:41:19 +0000 Subject: Added more configuration in theme files --- st/boxdraw.o | Bin 7728 -> 0 bytes st/config.h | 30 ++++-------------------------- st/hb.o | Bin 4592 -> 0 bytes st/st | Bin 120816 -> 0 bytes st/st.o | Bin 79496 -> 0 bytes st/x.o | Bin 87784 -> 0 bytes 6 files changed, 4 insertions(+), 26 deletions(-) delete mode 100644 st/boxdraw.o delete mode 100644 st/hb.o delete mode 100755 st/st delete mode 100644 st/st.o delete mode 100644 st/x.o (limited to 'st') diff --git a/st/boxdraw.o b/st/boxdraw.o deleted file mode 100644 index 3080fdc..0000000 Binary files a/st/boxdraw.o and /dev/null differ diff --git a/st/config.h b/st/config.h index 8d67a8d..0669220 100644 --- a/st/config.h +++ b/st/config.h @@ -1,3 +1,5 @@ +#include "../themes/theme.h" + /* See LICENSE file for copyright and license details. */ /* @@ -156,32 +158,8 @@ static unsigned int defaultattr = 11; * modifier, set to 0 to not use it. */ static uint forcemousemod = ShiftMask; -float alpha = 0.6; - -static const char *colorname[] = { - "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */ - "#a80600", - "#06b500", - "#d79921", - "#042e88", - "#b16286", - "#689d6a", - "#a89984", - "#928374", - "#fb4934", - "#55ff4f", - "#fabd2f", - "#83a598", - "#d3869b", - "#8ec07c", - "#ebdbb2", - [255] = 0, - /* more colors can be added after 255 to use with DefaultXX */ - "#cfcfcf", /* 256 -> cursor */ - "#555555", /* 257 -> rev cursor*/ - "#000000", /* 258 -> bg */ - "#cfcfcf", /* 259 -> fg */ -}; + + /* * Xresources preferences to load at startup */ diff --git a/st/hb.o b/st/hb.o deleted file mode 100644 index 346d766..0000000 Binary files a/st/hb.o and /dev/null differ diff --git a/st/st b/st/st deleted file mode 100755 index f5c7ccf..0000000 Binary files a/st/st and /dev/null differ diff --git a/st/st.o b/st/st.o deleted file mode 100644 index 095c6ed..0000000 Binary files a/st/st.o and /dev/null differ diff --git a/st/x.o b/st/x.o deleted file mode 100644 index c6348a1..0000000 Binary files a/st/x.o and /dev/null differ -- cgit v1.2.3