mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-03-01 14:51:13 +01:00
Change hint highlight to gray.
This commit is contained in:
parent
8d039afe22
commit
746acc7bcc
@ -115,7 +115,7 @@ impl Completer for RLHelper {
|
||||
|
||||
impl Highlighter for RLHelper {
|
||||
fn highlight_hint<'h>(&self, hint: &'h str) -> Cow<'h, str> {
|
||||
self.highlighter.highlight_hint(hint)
|
||||
Owned(Colour::Fixed(244).paint(hint).to_string())
|
||||
}
|
||||
|
||||
fn highlight<'l>(&self, line: &'l str, pos: usize) -> Cow<'l, str> {
|
||||
|
Loading…
Reference in New Issue
Block a user