Skip to content

Commit

Permalink
Merge pull request #112 from 46ki75/feature/fix-color
Browse files Browse the repository at this point in the history
fix(color): add DefaultBackground variant to Color enum
  • Loading branch information
46ki75 authored Dec 14, 2024
2 parents d670f86 + bec28a4 commit d9544e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/others/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ pub enum Color {
Red,
Yellow,

DefaultBackground,

BlueBackground,
BrownBackground,
GrayBackground,
Expand Down

0 comments on commit d9544e9

Please sign in to comment.