background

This commit is contained in:
Michael Chalupiak 2024-11-07 13:40:09 -05:00
parent e4ec83fdf5
commit cd26f4d0ec

View File

@ -5,8 +5,8 @@
* *
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/ */
static char *font = "Olympe Mono Hacked:pixelsize=30:antialias=true:autohint=true"; static char *font = "Olympe Mono Hacked:pixelsize=16:antialias=true:autohint=true";
static char *font2[] = { "NotoColorEmoji:pixelsize=18:antialias=true:autohint=true" }; static char *font2[] = { "NotoColorEmoji:pixelsize=16:antialias=true:autohint=true" };
static int borderpx = 2; static int borderpx = 2;
/* /*
@ -235,7 +235,7 @@ ResourcePref resources[] = {
{ "color13", STRING, &colorname[13] }, { "color13", STRING, &colorname[13] },
{ "color14", STRING, &colorname[14] }, { "color14", STRING, &colorname[14] },
{ "color15", STRING, &colorname[15] }, { "color15", STRING, &colorname[15] },
{ "background", STRING, &colorname[258] }, { "color0", STRING, &colorname[258] },
{ "foreground", STRING, &colorname[259] }, { "foreground", STRING, &colorname[259] },
{ "cursorColor", STRING, &colorname[256] }, { "cursorColor", STRING, &colorname[256] },
{ "termname", STRING, &termname }, { "termname", STRING, &termname },