diff options
author | Person <you@example.com> | 2024-01-10 23:15:24 -0600 |
---|---|---|
committer | Person <you@example.com> | 2024-01-10 23:15:24 -0600 |
commit | 06c9a45217f48666bace7ea2040034b09e9aac54 (patch) | |
tree | 873ebbc668799ca41b0451d2452344ad76213262 /config.h | |
parent | 83168f5447ed5465b06673052aa8c6c8e3c40e38 (diff) |
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 */ }; |