summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
Diffstat (limited to 'st')
-rw-r--r--st/boxdraw.obin0 -> 7728 bytes
-rw-r--r--st/config.h56
-rw-r--r--st/hb.obin0 -> 4592 bytes
-rwxr-xr-xst/stbin0 -> 120816 bytes
-rw-r--r--st/st.obin0 -> 79496 bytes
-rw-r--r--st/x.obin0 -> 87752 bytes
6 files changed, 28 insertions, 28 deletions
diff --git a/st/boxdraw.o b/st/boxdraw.o
new file mode 100644
index 0000000..3080fdc
--- /dev/null
+++ b/st/boxdraw.o
Binary files differ
diff --git a/st/config.h b/st/config.h
index acf194b..e7ae519 100644
--- a/st/config.h
+++ b/st/config.h
@@ -5,9 +5,9 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-
static char *font = "Source Code Pro:pixelsize=12:antialias=true:autohint=true";
-static char *font2[] = { "JoyPixels:pixelsize=12:antialias=true:autohint=true" };
+static char *font2[] = { "JoyPixels:pixelsize=12:antialias=true:autohint=true"};
+
static int borderpx = 2;
/*
@@ -108,33 +108,8 @@ char *termname = "st";
unsigned int tabspaces = 8;
/* bg opacity */
-float alpha = 0.4;
-
/* Terminal colors (16 first used in escape sequence) */
-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 */
-};
+
/*
@@ -181,7 +156,32 @@ 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
new file mode 100644
index 0000000..346d766
--- /dev/null
+++ b/st/hb.o
Binary files differ
diff --git a/st/st b/st/st
new file mode 100755
index 0000000..5295144
--- /dev/null
+++ b/st/st
Binary files differ
diff --git a/st/st.o b/st/st.o
new file mode 100644
index 0000000..095c6ed
--- /dev/null
+++ b/st/st.o
Binary files differ
diff --git a/st/x.o b/st/x.o
new file mode 100644
index 0000000..fce9141
--- /dev/null
+++ b/st/x.o
Binary files differ