From e32ad30213dbcf8c9eae8b18ac36def9de213036 Mon Sep 17 00:00:00 2001 From: henriquelalves Date: Sun, 26 May 2024 16:50:57 +0300 Subject: Update readme, license, fix make-color --- scripts/prompt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/prompt.scm') diff --git a/scripts/prompt.scm b/scripts/prompt.scm index 32e7606..e78e5b3 100644 --- a/scripts/prompt.scm +++ b/scripts/prompt.scm @@ -39,7 +39,7 @@ (rect-y prompt-box) (rect-width prompt-box) (rect-height prompt-box) - (make-color 190 100 255)) - (rl-draw-text prompt-text 0 0 20 (make-color 0 0 0)) + (make-color 190 100 255 255)) + (rl-draw-text prompt-text 0 0 20 (make-color 0 0 0 255)) )) ) -- cgit v1.2.3