slock

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2d9161e4a889b35a0fab3caa55fb10781b12a89b
parent 25160cf33a6e5474b209b44f9ff2806a9e8d5cf2
Author: grouse <bdmfegys@duck.com>
Date:   Thu,  7 Mar 2024 16:42:41 -0500

remove commented color lines

Diffstat:
Mconfig.def.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -4,9 +4,7 @@ static const char *colorname[NUMCOLS] = { [BACKGROUND] = "black", /* after initialization */ -// [INIT] = "#2d2d2d", /* after initialization */ [INIT] = "black", /* after initialization */ -// [INPUT] = "#f4cdd4", /* during input */ [INPUT] = "#005577", /* during input */ [FAILED] = "#861a22", /* wrong password */ [CAPS] = "#ff00ff", /* CapsLock on */