summaryrefslogtreecommitdiff
path: root/scripts/prompt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/prompt.scm')
-rw-r--r--scripts/prompt.scm4
1 files changed, 2 insertions, 2 deletions
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))
))
)