commit 468e404d0b9294721bbdaa3f9b0cb28dc93a7339
parent 26c049874ab34213029ba52b86f27eda46a0a22c
Author: Riaz <riaz@riazj.com>
Date: Sun, 27 Jul 2025 20:41:20 -0700
Decrease font size and color contrast and set cursor shape to underline
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.h b/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=16:antialias=true:autohint=true";
+static char *font = "Liberation Mono:pixelsize=14:antialias=true:autohint=true";
static int borderpx = 2;
/*
@@ -108,7 +108,7 @@ typedef struct {
static const ColorScheme schemes[] = {
// st (dark)
{{"black", "red3", "green3", "yellow3",
- "blue2", "magenta3", "cyan3", "gray90",
+ "blue2", "magenta3", "cyan3", "#cccccc",
"gray50", "red", "green", "yellow",
"#5c5cff", "magenta", "cyan", "white",
[256]="#cccccc", "#555555"}, 7, 0, 256, 257},
@@ -140,7 +140,7 @@ static unsigned int defaultrcs;
* 6: Bar ("|")
* 7: Snowman ("☃")
*/
-static unsigned int cursorshape = 2;
+static unsigned int cursorshape = 4;
/*
* Default columns and rows numbers