Skip to content

Commit

Permalink
feat: Add summer school. (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
goloroden authored Jun 1, 2021
1 parent 1ad5fe2 commit 6c1ec63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/themes/DivisionColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export interface DivisionColors {
concepts: string;
learning: string;
services: string;
'summer-school': string;
technologies: string;
wolkenkit: string;
}
1 change: 1 addition & 0 deletions lib/themes/Theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ abstract class Theme {
concepts: '#ffcc00',
learning: '#880088',
services: '#ff7700',
'summer-school': '#00eeff',
technologies: '#66aa22',
wolkenkit: '#00aaff'
}
Expand Down

0 comments on commit 6c1ec63

Please sign in to comment.