Skip to content

Commit

Permalink
Merge pull request #73 from lost-university/colors
Browse files Browse the repository at this point in the history
Update colors
  • Loading branch information
jeremystucki authored Jun 9, 2024
2 parents ce10951 + 7d9c025 commit 5f49164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/color-helper.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Module } from '../helpers/types';

const CATEGORY_COLOR_MAP: { [key: string]: string } = {
Auf: '#f368e0',
Auf: '#737373',
MaPh: '#ee5253',
KomEng: '#0abde3',
gwr: '#10ac84',
Expand All @@ -10,7 +10,7 @@ const CATEGORY_COLOR_MAP: { [key: string]: string } = {
SaBa: '#222f3e',
EP: '#222f3e',
RA: '#ff9f43',
Fallback: '#737373',
Fallback: '#f368e0',
};

type ColorCategoryKey = keyof typeof CATEGORY_COLOR_MAP;
Expand Down

0 comments on commit 5f49164

Please sign in to comment.