Make color configurable

This commit is contained in:
hossainemruz 2020-07-02 23:28:29 +06:00
parent 5c8c29688e
commit c8363e304a
3 changed files with 31 additions and 6 deletions

View file

@ -60,4 +60,17 @@ softSkills:
color: pink
- name: Hard Working
percentage: 85
color: green
color: green
- name: Fast Learner
percentage: 85
color: sky
- name: Problem Solving
percentage: 85
color: orange
# you can also provide color code instead of pre-defined color name
# - name: Example 1
# percentage: 75
# color: "#00adb5"
# - name: Example 2
# percentage: 65
# color: "#8b8383"