From 26784a65b72467dee57f5044ad9e14680d42dae4 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 28 May 2024 13:32:35 +0100 Subject: [PATCH] docs: update name of colorscheme in comment --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index a7fb9bd..38d4f30 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ use crate::enemy::*; const VERSION: &str = env!("CARGO_PKG_VERSION"); const PKGNAME: &str = env!("CARGO_PKG_NAME"); -// Create a map of the Hypernova colorscheme +// Create a map of the kagayaki colorscheme lazy_static! { static ref KAGAYAKI: HashMap<&'static str, (u8, u8, u8)> = vec![ ("BLACK", (13, 13, 15)),