Skip to content

Commit

Permalink
Add themes support.
Browse files Browse the repository at this point in the history
  • Loading branch information
niyue committed Feb 26, 2022
1 parent 08a210e commit fb5fd43
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 6 deletions.
10 changes: 10 additions & 0 deletions skillmap/themes/earth.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
classDef normalSkillGroup stroke-width:4px,stroke:#F3D5B5,fill:#FFEDD8;
classDef beingLearnedSkill stroke-width:2px,stroke:#D4A276,fill:#E7BC91;
classDef learnedSkill stroke-width:2px,stroke:#A47148,fill:#BC8A5F;

classDef newSkillGroup stroke-width:4px,stroke:#D6CCC2,fill:#EDEDE9;
classDef newSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;
classDef unknownSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;

%% https://www.w3schools.com/colors/colors_groups.asp
linkStyle default stroke-width:2px,stroke:BurlyWood;
10 changes: 10 additions & 0 deletions skillmap/themes/grape.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
classDef normalSkillGroup stroke-width:4px,stroke:#DAC3E8,fill:#DEC9E9;
classDef beingLearnedSkill stroke-width:2px,stroke:#C19EE0,fill:#D2B7E5;
classDef learnedSkill stroke-width:2px,stroke:#B185DB,fill:#C19EE0;

classDef newSkillGroup stroke-width:4px,stroke:#D6CCC2,fill:#EDEDE9;
classDef newSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;
classDef unknownSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;

%% https://www.w3schools.com/colors/colors_groups.asp
linkStyle default stroke-width:2px,stroke:RebeccaPurple;
11 changes: 11 additions & 0 deletions skillmap/themes/grass.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
classDef normalSkillGroup stroke-width:4px,stroke:#99D98C,fill:#D9ED92;

classDef beingLearnedSkill stroke-width:2px,stroke:#76C893,fill:#99D98C;
classDef learnedSkill stroke-width:2px,stroke:#52B69A,fill:#76C893;

classDef newSkillGroup stroke-width:4px,stroke:#D6CCC2,fill:#EDEDE9;
classDef newSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;
classDef unknownSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;

%% https://www.w3schools.com/colors/colors_groups.asp
linkStyle default stroke-width:2px,stroke:OliveDrab;
13 changes: 7 additions & 6 deletions skillmap/themes/ocean.theme
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
classDef skillGroup stroke:#0096C7,stroke-width:4px,fill:#CAF0F8;
classDef unmasteredSkillGroup stroke:#D6CCC2,stroke-width:2px,fill:#EDEDE9;
classDef normalSkillGroup stroke:#0096C7,stroke-width:4px,fill:#CAF0F8;

classDef newSkill stroke:#D6CCC2,stroke-width:2px,fill:#EDEDE9;
classDef beingLearnedSkill stroke:#90E0EF,stroke-width:2px,fill:#ADE8F4;
classDef learnedSkill stroke:#00B4D8,stroke-width:2px,fill:#48CAE4;
classDef unknownSkill stroke:#D6CCC2,stroke-width:2px,fill:#EDEDE9;
classDef beingLearnedSkill stroke-width:2px,stroke:#90E0EF,fill:#ADE8F4;
classDef learnedSkill stroke-width:2px,stroke:#00B4D8,fill:#48CAE4;

classDef newSkillGroup stroke-width:4px,stroke:#D6CCC2,fill:#EDEDE9;
classDef newSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;
classDef unknownSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;
10 changes: 10 additions & 0 deletions skillmap/themes/pale.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
classDef normalSkillGroup stroke-width:4px,stroke:#DCEBCA,fill:#E9F5DB;
classDef beingLearnedSkill stroke-width:2px,stroke:#C2D5AA,fill:#CFE1B9;
classDef learnedSkill stroke-width:2px,stroke:#A6B98B,fill:#B5C99A;

classDef newSkillGroup stroke-width:4px,stroke:#D6CCC2,fill:#EDEDE9;
classDef newSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;
classDef unknownSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;

%% https://www.w3schools.com/colors/colors_groups.asp
linkStyle default stroke-width:2px,stroke:OliveDrab;
10 changes: 10 additions & 0 deletions skillmap/themes/rose.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
classDef normalSkillGroup stroke-width:4px,stroke:#FF97B7,fill:#FADDE1;
classDef beingLearnedSkill stroke-width:2px,stroke:#FF87AB,fill:#FFC4D6;
classDef learnedSkill stroke-width:2px,stroke:#FF5D8F,fill:#FF5D8F;

classDef newSkillGroup stroke-width:4px,stroke:#D6CCC2,fill:#EDEDE9;
classDef newSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;
classDef unknownSkill stroke-width:2px,stroke:#D6CCC2,fill:#EDEDE9;

%% https://www.w3schools.com/colors/colors_groups.asp
linkStyle default stroke-width:2px,stroke:PaleVioletRed;

0 comments on commit fb5fd43

Please sign in to comment.