summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorPerson <you@example.com>2024-01-10 23:15:24 -0600
committerPerson <you@example.com>2024-01-10 23:15:24 -0600
commit06c9a45217f48666bace7ea2040034b09e9aac54 (patch)
tree873ebbc668799ca41b0451d2452344ad76213262 /config.h
parent83168f5447ed5465b06673052aa8c6c8e3c40e38 (diff)
Theming changesHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.h b/config.h
index d2c3866..f4fa157 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "monospace:pixelsize=18:antialias=true:autohint=true";
+static char *font = "monospace:pixelsize=20:antialias=true:autohint=true";
+//static char *font = "monospace:pixelsize=40:antialias=true:autohint=true";
static int borderpx = 2;
/*
@@ -120,8 +121,8 @@ static const char *colorname[] = {
/* more colors can be added after 255 to use with DefaultXX */
"#cccccc",
"#555555",
- "gray90", /* default foreground colour */
- "black", /* default background colour */
+ "#ffffff", /* default foreground colour */
+ "#222222", /* default background colour */
};