st

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

commit 265cf059b6c08ae3a48dbaec8a61a49bfd75dc5c
parent 85825a16bd21c2ebad313fa0b53ed2880ec594cf
Author: Hayden Hamilton <haydenh@sdf.org>
Date:   Thu, 27 Aug 2020 21:53:47 +0100

mail

Diffstat:
MLICENSE | 2+-
Mconfig.h | 8+++++---
Mst | 0
Mx.o | 0
4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -14,7 +14,7 @@ MIT/X Consortium License © 2013 Michael Forney <mforney at mforney dot org> © 2013-2014 Markus Teich <markus dot teich at stusta dot mhn dot de> © 2014-2015 Laslo Hunhold <dev at frign dot de> -(c) 2019-Present - Forked by Hayden Hamilton <haydenh@sdf.org> +(c) 2019-Present - Forked by Hayden Hamilton <haydenh@haydenvh.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/config.h b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Dejavu Sans Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Dejavu Sans Mono:pixelsize=10:antialias=true:autohint=true"; static int borderpx = 25; /* @@ -97,14 +97,16 @@ static const char *colorname[] = { "#4747e1", // 10 "#892b2b", // 11 "#a1a1d9", // 12 - "#1f8a27", // 13 + "#ebaa22", // 13 "#a84b8d", // 14 "#434343", // 15 "#3ab475", // 16 + "#30404e", // 17 "#0a2126", // 18 + [255] = 0, - /* More colours */ + /* internal colours */ "#1e5eb3", // 256 "#0a0a10", // 257 }; diff --git a/st b/st Binary files differ. diff --git a/x.o b/x.o Binary files differ.