Skip to content

Commit

Permalink
fix: πŸ› Remove darkmode from palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Dec 8, 2023
1 parent 34e58c8 commit 53f6e56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/classes/MoebiusPaletteColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class MoebiusPaletteColors implements MoebiusPaletteColorsInterface {
pentadic: MoebiusColorValueHexType[];
hexadic: MoebiusColorValueHexType[];
analogous: MoebiusColorValueHexType[];
darkmode: Record<string, MoebiusColorValueHexType[]>;

/**
* Creates an instance of MoebiusPaletteColors.
Expand Down

0 comments on commit 53f6e56

Please sign in to comment.