forked from ginatrapani/life-in-weeks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolors.yml
41 lines (41 loc) · 1.21 KB
/
colors.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# This list color-codes the Life in Weeks grid.
# The box's border color represents where I was living,
# the background color what I was doing that week.
# The based and doing values should match what is in events.yml.
# Convert based and doing class_name's to lower case and replace spaces with dashes
# i.e., New York City becomes new-york-city
#
- class_name: "月子中心"
element: "border"
color_name: "#8eb2d6"
- class_name: "i-was-born"
element: "background-color"
color_name: "#FFFFCC"
- class_name: "i-was-tiny"
element: "background-color"
color_name: "white"
- class_name: "2802"
element: "background-color"
color_name: "#f0f0f0"
- class_name: "kindergartner"
element: "background-color"
color_name: "#FFF6DA"
- class_name: "student"
element: "background-color"
color_name: "#E8F9FF"
- class_name: "high-school-student"
element: "background-color"
color_name: "#C9E9D2"
- class_name: "college-student"
element: "background-color"
color_name: "#FFE3E3"
- class_name: "working"
element: "background-color"
color_name: "#F8E7F6"
- class_name: "freelancing"
element: "background-color"
color_name: "#d6d6f0"
- class_name: "funemployed"
element: "background-color"
color_name: "white"