summaryrefslogtreecommitdiffstats
path: root/src/readline.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-17 19:24:34 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-17 19:24:34 -0500
commit696617020468b23b2b75393849e8f8aa946b5155 (patch)
tree5bd7cd380e3f6da43ee5286794773c9d977b1e61 /src/readline.rs
parenta78ff323366b61f17628eebcb156b081d2f4504e (diff)
downloadnbsh-696617020468b23b2b75393849e8f8aa946b5155.tar.gz
nbsh-696617020468b23b2b75393849e8f8aa946b5155.zip
color tweaks
Diffstat (limited to 'src/readline.rs')
-rw-r--r--src/readline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readline.rs b/src/readline.rs
index 9fa137b..9713a8a 100644
--- a/src/readline.rs
+++ b/src/readline.rs
@@ -87,7 +87,7 @@ impl Readline {
let timelen: u16 = time.len().try_into().unwrap();
out.move_to(self.size.0 - 2, 0);
- out.set_bgcolor(textmode::Color::Rgb(32, 32, 32));
+ out.set_bgcolor(textmode::Color::Rgb(32, 32, 64));
out.write(b"\x1b[K");
out.write(b" (");
out.write_str(&pwd);