Skip to content

Commit

Permalink
add missing extended color 16 and color 0
Browse files Browse the repository at this point in the history
oopsie seems i missed the first one in both?

thanks to jinn6 for noticing this :3
  • Loading branch information
xfnw committed Aug 12, 2023
1 parent f6efcb7 commit cf6281c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions color.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
EXTENDEDCOLORS = {
16: "#470000",
17: "#472100",
18: "#474700",
19: "#324700",
Expand Down Expand Up @@ -79,6 +80,7 @@


MIRCCOLORS = {
0: (255, 255, 255),
1: (0, 0, 0),
2: (0, 0, 127),
3: (0, 147, 0),
Expand Down

0 comments on commit cf6281c

Please sign in to comment.