From c0044eba31cdf3d575cdf8ae43aff1e7dc7a6529 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 3 Mar 2017 21:31:42 +0100 Subject: Update the configuration --- st/config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'st') diff --git a/st/config.h b/st/config.h index a88fdd1..7a1b84c 100644 --- a/st/config.h +++ b/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char font[] = "DejaVu Sans Mono:pixelsize=15:antialias=true:autohint=true"; +static char font[] = "Inconsolata:size=13:antialias=true:autohint=true"; static int borderpx = 0; /* @@ -103,7 +103,7 @@ static const char *colorname[] = { "#5986b3", "#8659b3", "#59b386", - "#e6e6e6", + "#dddddd", /* 8 bright colors */ // "gray50", @@ -128,7 +128,7 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", - "#1c1c1c", + "#070707", }; @@ -176,8 +176,8 @@ static unsigned int defaultattr = 11; */ static MouseShortcut mshortcuts[] = { /* button mask string */ - { Button4, XK_ANY_MOD, "\031" }, - { Button5, XK_ANY_MOD, "\005" }, + { Button4, XK_ANY_MOD, "\031" }, + { Button5, XK_ANY_MOD, "\005" }, }; /* Internal keyboard shortcuts. */ -- cgit v1.2.3