Skip to content

Commit c03d9c0

Browse files
committed
Create dirct with colorcodes
1 parent 182ca99 commit c03d9c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugins/config.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
CLASS_SHAMAN_LIST = []
2626
CLASS_WARLOCK_LIST = []
2727
CLASS_WARRIOR_LIST = []
28+
COLORS = {
29+
'red': 0xC80000,
30+
'blue':0x0001a8,
31+
'green':0x009a00,
32+
'orange': 0xFF8800
33+
}
2834

2935
DK_LIST = './data/dk_list.txt'
3036
DH_LIST = './data/dh_list.txt'

0 commit comments

Comments
 (0)