From 2c828e3c9284e147002a5279b6dba9b2a85680b0 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:49:09 +0900 Subject: modified config.h --- slock/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slock/config.h') diff --git a/slock/config.h b/slock/config.h index f878cad..112d410 100644 --- a/slock/config.h +++ b/slock/config.h @@ -22,7 +22,7 @@ static const char* background_image = ""; static const char *message = "THESIAH"; /* text color */ -static const char *text_color = "#131313"; +static const char *text_color = "#C6D0F5"; /* text size */ static const char *font_name = "monospace:size=18:bold"; -- cgit v1.2.3