This commit is contained in:
JMARyA 2025-01-21 00:52:29 +01:00
parent b752d77815
commit 95ceaa8231
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 340 additions and 9 deletions

View file

@ -12,7 +12,7 @@ pub trait ColorCircle {
fn next(&self) -> Self;
}
// todo : specific colors rgb
// todo : specific colors rgb -[#50d71e]
macro_rules! color_map {
($name:ident, $id:literal) => {