Skip to content

Commit

Permalink
changed bi colors to be closer
Browse files Browse the repository at this point in the history
  • Loading branch information
Akane-Kurokawa-1 committed Sep 13, 2024
1 parent 35f2b43 commit e0ea3bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ const main = async (_arguments: string[]) => {
];

} else if (background === "bi") {
colors = [
ansis.bg(125), // Pink
ansis.bg(201), // Purple
ansis.bg(21), // Blue
colors = [// from the wikipedia page of the bi flag
ansis.bgRgb(214,2,112), // Pink
ansis.bgRgb(155,79,150), // Purple
ansis.bgRgb(0,56,168), // Blue
];
} else if (background === "lesbian") {
colors = [
Expand Down

0 comments on commit e0ea3bf

Please sign in to comment.