diff --git a/packages/st/config.h b/packages/st/config.h index 1279bd2..1431dc3 100644 --- a/packages/st/config.h +++ b/packages/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack-Regular:pixelsize=20:antialias=true:autohint=true"; +static char *font = "Input Mono:pixelsize=20:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -88,14 +88,14 @@ unsigned int alpha = 0xee; static const char *colorname[] = { /* 8 normal colors */ - [0] = "#263238", /* black */ - [1] = "#ff9800", /* red */ - [2] = "#8bc34a", /* green */ - [3] = "#ffc107", /* yellow */ - [4] = "#03a9f4", /* blue */ - [5] = "#e91e63", /* magenta */ - [6] = "#009688", /* cyan */ - [7] = "#cfd8dc", /* white */ + [0] = "#282828", /* black */ + [1] = "#fb4934", /* red */ + [2] = "#b8bb26", /* green */ + [3] = "#fabd2f", /* yellow */ + [4] = "#83a599", /* blue */ + [5] = "#d3869b", /* magenta */ + [6] = "#17ccd5", /* cyan */ + [7] = "#fdf4c1", /* white */ /* 8 bright colors */ [8] = "#37474f", /* black */