Skip to content

Commit

Permalink
Fix #71
Browse files Browse the repository at this point in the history
  • Loading branch information
egocarib committed Jan 18, 2024
1 parent e69e13c commit 34a3eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hagadias/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@
"K": (21, 83, 82), # dark grey
"o": (241, 95, 34),
"O": (233, 159, 16),
"transparent": (15, 64, 63, 0),
"transparent": (15, 59, 58, 0),
}
QUD_VIRIDIAN = (15, 64, 63, 255)
QUD_VIRIDIAN = (15, 59, 58, 255) # 0f3b3a
LIQUID_COLORS = {
"acid": "&G^g",
"algae": "&g^C",
Expand Down

0 comments on commit 34a3eb3

Please sign in to comment.