summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2019-01-10 18:42:56 +0300
committerVon Random <von@vdrandom.org>2019-01-10 18:42:56 +0300
commit8542f353cad563117bc726f338fbc4aaaae60e4a (patch)
treeb663682596b7999036b15c520a250d8b5ec5b522
parent93798d398e3c3ad9139ee410a041d642a371bb28 (diff)
make defaultbd by default different from defaultfg
-rw-r--r--st-bright-bold-text.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/st-bright-bold-text.patch b/st-bright-bold-text.patch
index 8b95dae..0640f07 100644
--- a/st-bright-bold-text.patch
+++ b/st-bright-bold-text.patch
@@ -8,7 +8,7 @@
+ * foreground, default color for bold text, background, cursor, reverse cursor
*/
unsigned int defaultfg = 7;
-+unsigned int defaultbd = 7;
++unsigned int defaultbd = 15;
unsigned int defaultbg = 0;
static unsigned int defaultcs = 256;
static unsigned int defaultrcs = 257;