Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HsLOL committed Feb 18, 2022
1 parent bdae368 commit 397a4f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drawbox/color_map.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# coding=utf-8
"""This script contains some color map."""
# color_map = [冷白, 浅黄, 紫, 浅蓝, 绿, 黄, 红, 深粉, 棕色, 灰色]

color_map = [
[248, 248, 255], [255, 218, 185], [123, 104, 238], [135, 206, 250], [152, 251, 152],
[255, 255, 0], [255, 0, 0], [255, 20, 147], [139, 90, 43], [139, 137, 137]
]

0 comments on commit 397a4f4

Please sign in to comment.