diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-05 22:41:19 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-05 22:41:19 +0000 |
| commit | 8e72264916f5ce023a5d0a56cc4a7a384191b08f (patch) | |
| tree | 16e485b8fa6778c3070142b0c88560921d9efaa7 /st/config.h | |
| parent | e8b997bf196750fe5ac701c5c9d1ee0336a2a627 (diff) | |
Added more configuration in theme files
Diffstat (limited to 'st/config.h')
| -rw-r--r-- | st/config.h | 30 |
1 files changed, 4 insertions, 26 deletions
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 */ |