diff options
Diffstat (limited to 'st')
| -rw-r--r-- | st/boxdraw.o | bin | 0 -> 7728 bytes | |||
| -rw-r--r-- | st/config.h | 56 | ||||
| -rw-r--r-- | st/hb.o | bin | 0 -> 4592 bytes | |||
| -rwxr-xr-x | st/st | bin | 0 -> 120816 bytes | |||
| -rw-r--r-- | st/st.o | bin | 0 -> 79496 bytes | |||
| -rw-r--r-- | st/x.o | bin | 0 -> 87752 bytes |
6 files changed, 28 insertions, 28 deletions
diff --git a/st/boxdraw.o b/st/boxdraw.o Binary files differnew file mode 100644 index 0000000..3080fdc --- /dev/null +++ b/st/boxdraw.o 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 */ Binary files differBinary files differBinary files differBinary files differ |