From 4539cef2d6eac4b23ddd4de65362e8028659fc26 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 26 Jul 2019 21:07:05 -0400 Subject: Lighten dark white --- bin/scheme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/scheme.c b/bin/scheme.c index acbcebb7..920ebc74 100644 --- a/bin/scheme.c +++ b/bin/scheme.c @@ -92,7 +92,7 @@ static void generate(void) { light[White] = x(R, +45.0, 0.3, 0.8); dark[Black] = x(light[Black], 0.0, 1.0, 0.3); - dark[White] = x(light[White], 0.0, 1.0, 0.6); + dark[White] = x(light[White], 0.0, 1.0, 0.7); for (uint i = Red; i < White; ++i) { dark[i] = x(light[i], 0.0, 1.0, 0.8); } -- cgit 1.4.1 e='9adbf9791470cf32c1c4d3ee3de56471e7dc7d6c'>this commit web frontend for git
about summary refs log tree commit diff
path: root/tests/t0107-snapshot.sh (unfollow)
Commit message (Expand)Author
2015-08-13ui-tree: use "sane" isgraph()John Keeping
2015-08-13cgit.h: move stdbool.h from ui-shared.hJohn Keeping
2015-08-13cache.c: fix header orderJohn Keeping
2015-08-13configfile.c: don't include system headers directlyJohn Keeping
2015-08-13Remove redundant includesJohn Keeping
2015-08-13Makefile: include Git's config.mak.unameJohn Keeping
2015-08-13tests: allow shell to be overriddenJohn Keeping
2015-08-13redirect: cleanlinessJason A. Donenfeld
2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld
2015-08-12ui-log: fix double countingJohn Keeping
2015-08-12log: allow users to follow a fileJohn Keeping
2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping
2015-08-12t0110: Chain together using &&Jason A. Donenfeld
2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld
2015-08-12filters: apply HTML escapingLazaros Koromilas
2015-08-12git: update to v2.5.0Christian Hesse
2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt