commit e6f62792ad43d4018e386c9753e29a6159e3341a
parent a902a9730cb6b6e3e17c9e331914be50f0d17ecb
Author: ssnf <ssnf@ssnf.xyz>
Date: Thu, 24 Apr 2025 10:25:11 +0000
visual changes
Diffstat:
M | config.h | | | 42 | +++++++++++++++++++++--------------------- |
1 file changed, 21 insertions(+), 21 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 = "monospace:pixelsize=12:antialias=true:autohint=true";
+static char *font = "glass tty vt220:size=20:antialias=true:autohint=true";
static int borderpx = 3;
/*
@@ -100,32 +100,32 @@ float alphaUnfocused = 0.65;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */
- "#454148",
- "#ff6060",
- "#60ff60",
- "#ffff60",
- "#7070ee",
- "#ee80ee",
- "#70eeee",
- "#e1ddc7",
+ "#0b1a3a",
+ "#f5512b",
+ "#d6d6e5",
+ "#ed9223",
+ "#352f96",
+ "#d31273",
+ "#2fa5dd",
+ "#70c16c",
/* 8 bright colors */
- "#858188",
- "#ff6060",
- "#60ff60",
- "#ffff60",
- "#7070ee",
- "#ee80ee",
- "#70eeee",
- "#d1cdb7",
+ "#1f2e62",
+ "#ff6a45",
+ "#e6d6ff",
+ "#ffc864",
+ "#5b4fff",
+ "#ff4aad",
+ "#5fdfff",
+ "#8bf58a",
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
"#cccccc",
"#555555",
- "#fffbe3", /* default foreground colour */
- "#454138", /* default background colour */
+ "#8bf58a", /* default foreground colour */
+ "#000010", /* default background colour */
};
@@ -133,10 +133,10 @@ static const char *colorname[] = {
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
*/
+unsigned int defaultcs = 256;
+unsigned int defaultrcs = 257;
unsigned int defaultfg = 258;
unsigned int defaultbg = 259;
-unsigned int defaultcs = 256;
-static unsigned int defaultrcs = 257;
/*
* Default shape of cursor