st

[fork] terminal
Log | Files | Refs | README | LICENSE

commit cf25309a2ae2e2b87582c9a39f706cffe21f81f1
parent 265cf059b6c08ae3a48dbaec8a61a49bfd75dc5c
Author: Hayden Hamilton <hayden@haydenvh.com>
Date:   Wed, 16 Sep 2020 00:11:07 +0100

some small cosmetic changes

Diffstat:
Mconfig.h | 42+++++++++++++++++++++---------------------
Dst | 0
Dst.o | 0
Dx.o | 0
4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/config.h b/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Dejavu Sans Mono:pixelsize=10:antialias=true:autohint=true"; -static int borderpx = 25; +static char *font = "Dejavu Sans Mono:pixelsize=9:antialias=true:autohint=true"; +static int borderpx = 15; /* * What program is execed by st depends of these precedence rules: @@ -85,25 +85,25 @@ unsigned int tabspaces = 8; /* Colors */ static const char *colorname[] = { /* Main pallete */ - "#141726", // 1 - "#24283c", // 2 - "#31364b", // 3 - "#40445c", // 4 - "#575b72", // 5 - "#777b8e", // 6 - "#a3a6b3", // 7 - "#c7cad9", // 8 - "#dc6f3c", // 9 - "#4747e1", // 10 - "#892b2b", // 11 - "#a1a1d9", // 12 - "#ebaa22", // 13 - "#a84b8d", // 14 - "#434343", // 15 - "#3ab475", // 16 - - "#30404e", // 17 - "#0a2126", // 18 + "#141726", // 0 + "#24283c", // 1 + "#31364b", // 2 + "#40445c", // 3 + "#575b72", // 4 + "#777b8e", // 5 + "#a3a6b3", // 6 + "#c7cad9", // 7 + "#dc6f3c", // 8 + "#4747e1", // 9 + "#892b2b", // 10 + "#a1a1d9", // 11 + "#ebaa22", // 12 + "#a84b8d", // 13 + "#434343", // 14 + "#3ab475", // 15 + + "#30404e", // 16 + "#0a2126", // 17 [255] = 0, /* internal colours */ diff --git a/st b/st Binary files differ. diff --git a/st.o b/st.o Binary files differ. diff --git a/x.o b/x.o Binary files differ.