From bec28a4f0fa64ffbf8af5c4efbace82a94173e75 Mon Sep 17 00:00:00 2001 From: shirayuki Date: Sat, 14 Dec 2024 18:37:47 +0900 Subject: [PATCH] fix(color): add DefaultBackground variant to Color enum --- src/others/color.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/others/color.rs b/src/others/color.rs index 50f5ae9..5570093 100644 --- a/src/others/color.rs +++ b/src/others/color.rs @@ -16,6 +16,8 @@ pub enum Color { Red, Yellow, + DefaultBackground, + BlueBackground, BrownBackground, GrayBackground,