st

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

commit c77b27e0d0363e4470eaf32104228ea51d3097d1
parent cf25309a2ae2e2b87582c9a39f706cffe21f81f1
Author: hhvn <hayden@haydenvh.com>
Date:   Thu, 15 Oct 2020 15:54:32 +0100

Update colour 14 and cursorthickness

Diffstat:
A.gitignore | 2++
Mconfig.h | 4++--
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +*.o +st diff --git a/config.h b/config.h @@ -54,7 +54,7 @@ static unsigned int blinktimeout = 0; /* * thickness of underline and bar cursors */ -static unsigned int cursorthickness = 2; +static unsigned int cursorthickness = 1; /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling @@ -99,7 +99,7 @@ static const char *colorname[] = { "#a1a1d9", // 11 "#ebaa22", // 12 "#a84b8d", // 13 - "#434343", // 14 + "#3fc1ce", // 14 "#3ab475", // 15 "#30404e", // 16