Skip to content

Commit

Permalink
More colors added to palette in report
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdabbad00 committed Apr 29, 2019
1 parent f6da8a4 commit 84c1361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
REPORT_OUTPUT_FILE = os.path.join('web', 'account-data', 'report.html')

COLOR_PALETTE = [
'rgba(141,211,199,1)', 'rgba(255,255,179,1)', 'rgba(190,186,218,1)', 'rgba(251,128,114,1)', 'rgba(128,177,211,1)', 'rgba(253,180,98,1)', 'rgba(179,222,105,1)', 'rgba(252,205,229,1)', 'rgba(217,217,217,1)', 'rgba(188,128,189,1)', 'rgba(204,235,197,1)', 'rgba(255,237,111,1)']
'rgba(141,211,199,1)', 'rgba(255,255,179,1)', 'rgba(190,186,218,1)', 'rgba(251,128,114,1)', 'rgba(128,177,211,1)', 'rgba(253,180,98,1)', 'rgba(179,222,105,1)', 'rgba(252,205,229,1)', 'rgba(217,217,217,1)', 'rgba(188,128,189,1)', 'rgba(204,235,197,1)', 'rgba(255,237,111,1)', 'rgba(191,67,66,1)', 'rgba(231,215,193,1)', 'rgba(167,138,127,1)', 'rgba(201,213,181,1)', 'rgba(115,87,81,1)', 'rgba(140,28,19,1)', 'rgba(109,100,102,1)','rgba(244,146,146,1)','rgba(249,189,154,1)','rgba(136,132,255,1)','rgba(88,106,106,1)']

SEVERITIES = [
{'name': 'High', 'color': 'rgba(216, 91, 84, 1)'}, # Red
Expand Down

0 comments on commit 84c1361

Please sign in to comment.