A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/hov.rs')
-rw-r--r--src/hov.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hov.rs b/src/hov.rs
index c70e4c9..6e467da 100644
--- a/src/hov.rs
+++ b/src/hov.rs
@@ -261,7 +261,7 @@ pub fn markdown2(c: usize, x: &Node) -> Vec<Cell> {
}
r.to
}
-pub const BG: [u8; 3] = text::color(*b"191E27");
+pub const BG: [u8; 3] = text::color(b"#191E27");
#[test]
fn t() {
use std::time::Instant;