New colors + font

master
Toerd@480 5 years ago
parent a6f45969ff
commit fef3503b94

@ -5,7 +5,7 @@
* *
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html * 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; static int borderpx = 2;
/* /*
@ -88,14 +88,14 @@ unsigned int alpha = 0xee;
static const char *colorname[] = { static const char *colorname[] = {
/* 8 normal colors */ /* 8 normal colors */
[0] = "#263238", /* black */ [0] = "#282828", /* black */
[1] = "#ff9800", /* red */ [1] = "#fb4934", /* red */
[2] = "#8bc34a", /* green */ [2] = "#b8bb26", /* green */
[3] = "#ffc107", /* yellow */ [3] = "#fabd2f", /* yellow */
[4] = "#03a9f4", /* blue */ [4] = "#83a599", /* blue */
[5] = "#e91e63", /* magenta */ [5] = "#d3869b", /* magenta */
[6] = "#009688", /* cyan */ [6] = "#17ccd5", /* cyan */
[7] = "#cfd8dc", /* white */ [7] = "#fdf4c1", /* white */
/* 8 bright colors */ /* 8 bright colors */
[8] = "#37474f", /* black */ [8] = "#37474f", /* black */

Loading…
Cancel
Save